>>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /nvmedata/autobuild/instance-0/output-1/host/bin PATH="/nvmedata/autobuild/instance-0/output-1/host/bin:/nvmedata/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-0/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="/nvmedata/autobuild/instance-0/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/nvmedata/autobuild/instance-0/output-1/host/bin install make[1]: Entering directory '/nvmedata/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /nvmedata/autobuild/instance-0/output-1/host/bin make[1]: Leaving directory '/nvmedata/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/nvmedata/autobuild/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%750%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/nvmedata/autobuild/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%750%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0'%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 19200 vt100 #~' /nvmedata/autobuild/instance-0/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /nvmedata/autobuild/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /nvmedata/autobuild/instance-0/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /nvmedata/autobuild/instance-0/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-0/output-1/target/etc/shells; fi rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/share/lua/5.3/doc rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/lib/luarocks mkdir -p /nvmedata/autobuild/instance-0/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-0/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /nvmedata/autobuild/instance-0/output-1/target/etc/shadow rm -f /nvmedata/autobuild/instance-0/output-1/target/bin/sh if [ -x /nvmedata/autobuild/instance-0/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-0/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-0/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-0/output-1/target/etc/inittab; fi rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/include /nvmedata/autobuild/instance-0/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-0/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-0/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-0/output-1/target/usr/doc find /nvmedata/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-0/output-1/target/lib/ /nvmedata/autobuild/instance-0/output-1/target/usr/lib/ /nvmedata/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/nvmedata/autobuild/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/man /nvmedata/autobuild/instance-0/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/info /nvmedata/autobuild/instance-0/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/doc /nvmedata/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-0/output-1/target/lib/debug /nvmedata/autobuild/instance-0/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /nvmedata/autobuild/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /nvmedata/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /nvmedata/autobuild/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /nvmedata/autobuild/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-0/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 /nvmedata/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-189-gc79d8cb72c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /nvmedata/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-0/output-1/per-package /nvmedata/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs printf ' prosody -1 prosody -1 * - - - Prosody user\n\n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/sbin/arping f 755 0 0 - - - - -\n \n \n\n' > /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.erofs mkdir -p /nvmedata/autobuild/instance-0/output-1/images rm -rf /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/erofs mkdir -p /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-0/output-1/target/ /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/erofs/target" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot PATH="/nvmedata/autobuild/instance-0/output-1/host/bin:/nvmedata/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-0/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/erofs/target >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot echo "/nvmedata/autobuild/instance-0/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/erofs/target" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot echo "find /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot echo "find /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot printf ' /nvmedata/autobuild/instance-0/output-1/host/bin/mkfs.erofs /nvmedata/autobuild/instance-0/output-1/images/rootfs.erofs /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/erofs/target\n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot PATH="/nvmedata/autobuild/instance-0/output-1/host/bin:/nvmedata/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-0/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/erofs/target table='/nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.erofs 1.4 c_version: [ 1.4] c_dbg_lvl: [ 2] c_dry_run: [ 0] >>> Generating filesystem image rootfs.tar mkdir -p /nvmedata/autobuild/instance-0/output-1/images rm -rf /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/tar mkdir -p /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-0/output-1/target/ /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/tar/target" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot PATH="/nvmedata/autobuild/instance-0/output-1/host/bin:/nvmedata/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-0/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/tar/target >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "/nvmedata/autobuild/instance-0/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/tar/target" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "find /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "find /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /nvmedata/autobuild/instance-0/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot PATH="/nvmedata/autobuild/instance-0/output-1/host/bin:/nvmedata/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-0/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot rootdir=/nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/tar/target table='/nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/nvmedata/autobuild/instance-0/output-1/host/bin:/nvmedata/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" lz4 -l -9 -c /nvmedata/autobuild/instance-0/output-1/images/rootfs.tar > /nvmedata/autobuild/instance-0/output-1/images/rootfs.tar.lz4 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /nvmedata/autobuild/instance-0/output-1/images rm -rf /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-0/output-1/target/ /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-0/output-1/host/bin:/nvmedata/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-0/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/nvmedata/autobuild/instance-0/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /nvmedata/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /nvmedata/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-0/output-1/host/bin:/nvmedata/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-0/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 3482 objects. stage 2: creating image '/nvmedata/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/3482 0% [ ] 2/3482 0% [ ] 3/3482 0% [ ] 4/3482 0% [ ] 5/3482 0% [ ] 6/3482 0% [ ] 7/3482 0% [ ] 8/3482 0% [ ] 9/3482 0% [ ] 10/3482 0% [ ] 11/3482 0% [ ] 12/3482 0% [ ] 13/3482 0% [ ] 14/3482 0% [ ] 15/3482 0% [ ] 16/3482 0% [ ] 17/3482 0% [ ] 18/3482 0% [ ] 19/3482 0% [ ] 20/3482 0% [ ] 21/3482 0% [ ] 22/3482 0% [ ] 23/3482 0% [ ] 24/3482 0% [ ] 25/3482 0% [ ] 26/3482 0% [ ] 27/3482 0% [ ] 28/3482 0% [ ] 29/3482 0% [ ] 30/3482 0% [ ] 31/3482 0% [ ] 32/3482 0% [ ] 33/3482 0% [ ] 34/3482 0% [ ] 35/3482 1% [ ] 36/3482 1% [ ] 37/3482 1% [ ] 38/3482 1% [ ] 39/3482 1% [ ] 40/3482 1% [ ] 41/3482 1% [ ] 42/3482 1% [ ] 43/3482 1% [ ] 44/3482 1% [ ] 45/3482 1% [ ] 46/3482 1% [ ] 47/3482 1% [ ] 48/3482 1% [ ] 49/3482 1% [ ] 50/3482 1% [ ] 51/3482 1% [ ] 52/3482 1% [ ] 53/3482 1% [ ] 54/3482 1% [ ] 55/3482 1% [ ] 56/3482 1% [= ] 57/3482 1% [= ] 58/3482 1% [= ] 59/3482 1% [= ] 60/3482 1% [= ] 61/3482 1% [= ] 62/3482 1% [= ] 63/3482 1% [= ] 64/3482 1% [= ] 65/3482 1% [= ] 66/3482 1% [= ] 67/3482 1% [= ] 68/3482 1% [= ] 69/3482 1% [= ] 70/3482 2% [= ] 71/3482 2% [= ] 72/3482 2% [= ] 73/3482 2% [= ] 74/3482 2% [= ] 75/3482 2% [= ] 76/3482 2% [= ] 77/3482 2% [= ] 78/3482 2% [= ] 79/3482 2% [= ] 80/3482 2% [= ] 81/3482 2% [= ] 82/3482 2% [= ] 83/3482 2% [= ] 84/3482 2% [= ] 85/3482 2% [= ] 86/3482 2% [= ] 87/3482 2% [= ] 88/3482 2% [= ] 89/3482 2% [= ] 90/3482 2% [= ] 91/3482 2% [= ] 92/3482 2% [= ] 93/3482 2% [= ] 94/3482 2% [= ] 95/3482 2% [= ] 96/3482 2% [= ] 97/3482 2% [= ] 98/3482 2% [= ] 99/3482 2% [= ] 100/3482 2% [= ] 101/3482 2% [= ] 102/3482 2% [= ] 103/3482 2% [= ] 104/3482 2% [= ] 105/3482 3% [= ] 106/3482 3% [= ] 107/3482 3% [= ] 108/3482 3% [= ] 109/3482 3% [= ] 110/3482 3% [= ] 111/3482 3% [= ] 112/3482 3% [== ] 113/3482 3% [== ] 114/3482 3% [== ] 115/3482 3% [== ] 116/3482 3% [== ] 117/3482 3% [== ] 118/3482 3% [== ] 119/3482 3% [== ] 120/3482 3% [== ] 121/3482 3% [== ] 122/3482 3% [== ] 123/3482 3% [== ] 124/3482 3% [== ] 125/3482 3% [== ] 126/3482 3% [== ] 127/3482 3% [== ] 128/3482 3% [== ] 129/3482 3% [== ] 130/3482 3% [== ] 131/3482 3% [== ] 132/3482 3% [== ] 133/3482 3% [== ] 134/3482 3% [== ] 135/3482 3% [== ] 136/3482 3% [== ] 137/3482 3% [== ] 138/3482 3% [== ] 139/3482 3% [== ] 140/3482 4% [== ] 141/3482 4% [== ] 142/3482 4% [== ] 143/3482 4% [== ] 144/3482 4% [== ] 145/3482 4% [== ] 146/3482 4% [== ] 147/3482 4% [== ] 148/3482 4% [== ] 149/3482 4% [== ] 150/3482 4% [== ] 151/3482 4% [== ] 152/3482 4% [== ] 153/3482 4% [== ] 154/3482 4% [== ] 155/3482 4% [== ] 156/3482 4% [== ] 157/3482 4% [== ] 158/3482 4% [== ] 159/3482 4% [== ] 160/3482 4% [== ] 161/3482 4% [== ] 162/3482 4% [== ] 163/3482 4% [== ] 164/3482 4% [== ] 165/3482 4% [== ] 166/3482 4% [== ] 167/3482 4% [== ] 168/3482 4% [=== ] 169/3482 4% [=== ] 170/3482 4% [=== ] 171/3482 4% [=== ] 172/3482 4% [=== ] 173/3482 4% [=== ] 174/3482 4% [=== ] 175/3482 5% [=== ] 176/3482 5% [=== ] 177/3482 5% [=== ] 178/3482 5% [=== ] 179/3482 5% [=== ] 180/3482 5% [=== ] 181/3482 5% [=== ] 182/3482 5% [=== ] 183/3482 5% [=== ] 184/3482 5% [=== ] 185/3482 5% [=== ] 186/3482 5% [=== ] 187/3482 5% [=== ] 188/3482 5% [=== ] 189/3482 5% [=== ] 190/3482 5% [=== ] 191/3482 5% [=== ] 192/3482 5% [=== ] 193/3482 5% [=== ] 194/3482 5% [=== ] 195/3482 5% [=== ] 196/3482 5% [=== ] 197/3482 5% [=== ] 198/3482 5% [=== ] 199/3482 5% [=== ] 200/3482 5% [=== ] 201/3482 5% [=== ] 202/3482 5% [=== ] 203/3482 5% [=== ] 204/3482 5% [=== ] 205/3482 5% [=== ] 206/3482 5% [=== ] 207/3482 5% [=== ] 208/3482 5% [=== ] 209/3482 6% [=== ] 210/3482 6% [=== ] 211/3482 6% [=== ] 212/3482 6% [=== ] 213/3482 6% [=== ] 214/3482 6% [=== ] 215/3482 6% [=== ] 216/3482 6% [=== ] 217/3482 6% [=== ] 218/3482 6% [=== ] 219/3482 6% [=== ] 220/3482 6% [=== ] 221/3482 6% [=== ] 222/3482 6% [=== ] 223/3482 6% [=== ] 224/3482 6% [==== ] 225/3482 6% [==== ] 226/3482 6% [==== ] 227/3482 6% [==== ] 228/3482 6% [==== ] 229/3482 6% [==== ] 230/3482 6% [==== ] 231/3482 6% [==== ] 232/3482 6% [==== ] 233/3482 6% [==== ] 234/3482 6% [==== ] 235/3482 6% [==== ] 236/3482 6% [==== ] 237/3482 6% [==== ] 238/3482 6% [==== ] 239/3482 6% [==== ] 240/3482 6% [==== ] 241/3482 6% [==== ] 242/3482 6% [==== ] 243/3482 6% [==== ] 244/3482 7% [==== ] 245/3482 7% [==== ] 246/3482 7% [==== ] 247/3482 7% [==== ] 248/3482 7% [==== ] 249/3482 7% [==== ] 250/3482 7% [==== ] 251/3482 7% [==== ] 252/3482 7% [==== ] 253/3482 7% [==== ] 254/3482 7% [==== ] 255/3482 7% [==== ] 256/3482 7% [==== ] 257/3482 7% [==== ] 258/3482 7% [==== ] 259/3482 7% [==== ] 260/3482 7% [==== ] 261/3482 7% [==== ] 262/3482 7% [==== ] 263/3482 7% [==== ] 264/3482 7% [==== ] 265/3482 7% [==== ] 266/3482 7% [==== ] 267/3482 7% [==== ] 268/3482 7% [==== ] 269/3482 7% [==== ] 270/3482 7% [==== ] 271/3482 7% [==== ] 272/3482 7% [==== ] 273/3482 7% [==== ] 274/3482 7% [==== ] 275/3482 7% [==== ] 276/3482 7% [==== ] 277/3482 7% [==== ] 278/3482 7% [==== ] 279/3482 8% [==== ] 280/3482 8% [===== ] 281/3482 8% [===== ] 282/3482 8% [===== ] 283/3482 8% [===== ] 284/3482 8% [===== ] 285/3482 8% [===== ] 286/3482 8% [===== ] 287/3482 8% [===== ] 288/3482 8% [===== ] 289/3482 8% [===== ] 290/3482 8% [===== ] 291/3482 8% [===== ] 292/3482 8% [===== ] 293/3482 8% [===== ] 294/3482 8% [===== ] 295/3482 8% [===== ] 296/3482 8% [===== ] 297/3482 8% [===== ] 298/3482 8% [===== ] 299/3482 8% [===== ] 300/3482 8% [===== ] 301/3482 8% [===== ] 302/3482 8% [===== ] 303/3482 8% [===== ] 304/3482 8% [===== ] 305/3482 8% [===== ] 306/3482 8% [===== ] 307/3482 8% [===== ] 308/3482 8% [===== ] 309/3482 8% [===== ] 310/3482 8% [===== ] 311/3482 8% [===== ] 312/3482 8% [===== ] 313/3482 8% [===== ] 314/3482 9% [===== ] 315/3482 9% [===== ] 316/3482 9% [===== ] 317/3482 9% [===== ] 318/3482 9% [===== ] 319/3482 9% [===== ] 320/3482 9% [===== ] 321/3482 9% [===== ] 322/3482 9% [===== ] 323/3482 9% [===== ] 324/3482 9% [===== ] 325/3482 9% [===== ] 326/3482 9% [===== ] 327/3482 9% [===== ] 328/3482 9% [===== ] 329/3482 9% [===== ] 330/3482 9% [===== ] 331/3482 9% [===== ] 332/3482 9% [===== ] 333/3482 9% [===== ] 334/3482 9% [===== ] 335/3482 9% [===== ] 336/3482 9% [====== ] 337/3482 9% [====== ] 338/3482 9% [====== ] 339/3482 9% [====== ] 340/3482 9% [====== ] 341/3482 9% [====== ] 342/3482 9% [====== ] 343/3482 9% [====== ] 344/3482 9% [====== ] 345/3482 9% [====== ] 346/3482 9% [====== ] 347/3482 9% [====== ] 348/3482 9% [====== ] 349/3482 10% [====== ] 350/3482 10% [====== ] 351/3482 10% [====== ] 352/3482 10% [====== ] 353/3482 10% [====== ] 354/3482 10% [====== ] 355/3482 10% [====== ] 356/3482 10% [====== ] 357/3482 10% [====== ] 358/3482 10% [====== ] 359/3482 10% [====== ] 360/3482 10% [====== ] 361/3482 10% [====== ] 362/3482 10% [====== ] 363/3482 10% [====== ] 364/3482 10% [====== ] 365/3482 10% [====== ] 366/3482 10% [====== ] 367/3482 10% [====== ] 368/3482 10% [====== ] 369/3482 10% [====== ] 370/3482 10% [====== ] 371/3482 10% [====== ] 372/3482 10% [====== ] 373/3482 10% [====== ] 374/3482 10% [====== ] 375/3482 10% [====== ] 376/3482 10% [====== ] 377/3482 10% [====== ] 378/3482 10% [====== ] 379/3482 10% [====== ] 380/3482 10% [====== ] 381/3482 10% [====== ] 382/3482 10% [====== ] 383/3482 10% [====== ] 384/3482 11% [====== ] 385/3482 11% [====== ] 386/3482 11% [====== ] 387/3482 11% [====== ] 388/3482 11% [====== ] 389/3482 11% [====== ] 390/3482 11% [====== ] 391/3482 11% [====== ] 392/3482 11% [====== ] 393/3482 11% [======= ] 394/3482 11% [======= ] 395/3482 11% [======= ] 396/3482 11% [======= ] 397/3482 11% [======= ] 398/3482 11% [======= ] 399/3482 11% [======= ] 400/3482 11% [======= ] 401/3482 11% [======= ] 402/3482 11% [======= ] 403/3482 11% [======= ] 404/3482 11% [======= ] 405/3482 11% [======= ] 406/3482 11% [======= ] 407/3482 11% [======= ] 408/3482 11% [======= ] 409/3482 11% [======= ] 410/3482 11% [======= ] 411/3482 11% [======= ] 412/3482 11% [======= ] 413/3482 11% [======= ] 414/3482 11% [======= ] 415/3482 11% [======= ] 416/3482 11% [======= ] 417/3482 11% [======= ] 418/3482 12% [======= ] 419/3482 12% [======= ] 420/3482 12% [======= ] 421/3482 12% [======= ] 422/3482 12% [======= ] 423/3482 12% [======= ] 424/3482 12% [======= ] 425/3482 12% [======= ] 426/3482 12% [======= ] 427/3482 12% [======= ] 428/3482 12% [======= ] 429/3482 12% [======= ] 430/3482 12% [======= ] 431/3482 12% [======= ] 432/3482 12% [======= ] 433/3482 12% [======= ] 434/3482 12% [======= ] 435/3482 12% [======= ] 436/3482 12% [======= ] 437/3482 12% [======= ] 438/3482 12% [======= ] 439/3482 12% [======= ] 440/3482 12% [======= ] 441/3482 12% [======= ] 442/3482 12% [======= ] 443/3482 12% [======= ] 444/3482 12% [======= ] 445/3482 12% [======= ] 446/3482 12% [======= ] 447/3482 12% [======= ] 448/3482 12% [======= ] 449/3482 12% [======== ] 450/3482 12% [======== ] 451/3482 12% [======== ] 452/3482 12% [======== ] 453/3482 13% [======== ] 454/3482 13% [======== ] 455/3482 13% [======== ] 456/3482 13% [======== ] 457/3482 13% [======== ] 458/3482 13% [======== ] 459/3482 13% [======== ] 460/3482 13% [======== ] 461/3482 13% [======== ] 462/3482 13% [======== ] 463/3482 13% [======== ] 464/3482 13% [======== ] 465/3482 13% [======== ] 466/3482 13% [======== ] 467/3482 13% [======== ] 468/3482 13% [======== ] 469/3482 13% [======== ] 470/3482 13% [======== ] 471/3482 13% [======== ] 472/3482 13% [======== ] 473/3482 13% [======== ] 474/3482 13% [======== ] 475/3482 13% [======== ] 476/3482 13% [======== ] 477/3482 13% [======== ] 478/3482 13% [======== ] 479/3482 13% [======== ] 480/3482 13% [======== ] 481/3482 13% [======== ] 482/3482 13% [======== ] 483/3482 13% [======== ] 484/3482 13% [======== ] 485/3482 13% [======== ] 486/3482 13% [======== ] 487/3482 13% [======== ] 488/3482 14% [======== ] 489/3482 14% [======== ] 490/3482 14% [======== ] 491/3482 14% [======== ] 492/3482 14% [======== ] 493/3482 14% [======== ] 494/3482 14% [======== ] 495/3482 14% [======== ] 496/3482 14% [======== ] 497/3482 14% [======== ] 498/3482 14% [======== ] 499/3482 14% [======== ] 500/3482 14% [======== ] 501/3482 14% [======== ] 502/3482 14% [======== ] 503/3482 14% [======== ] 504/3482 14% [======== ] 505/3482 14% [========= ] 506/3482 14% [========= ] 507/3482 14% [========= ] 508/3482 14% [========= ] 509/3482 14% [========= ] 510/3482 14% [========= ] 511/3482 14% [========= ] 512/3482 14% [========= ] 513/3482 14% [========= ] 514/3482 14% [========= ] 515/3482 14% [========= ] 516/3482 14% [========= ] 517/3482 14% [========= ] 518/3482 14% [========= ] 519/3482 14% [========= ] 520/3482 14% [========= ] 521/3482 14% [========= ] 522/3482 14% [========= ] 523/3482 15% [========= ] 524/3482 15% [========= ] 525/3482 15% [========= ] 526/3482 15% [========= ] 527/3482 15% [========= ] 528/3482 15% [========= ] 529/3482 15% [========= ] 530/3482 15% [========= ] 531/3482 15% [========= ] 532/3482 15% [========= ] 533/3482 15% [========= ] 534/3482 15% [========= ] 535/3482 15% [========= ] 536/3482 15% [========= ] 537/3482 15% [========= ] 538/3482 15% [========= ] 539/3482 15% [========= ] 540/3482 15% [========= ] 541/3482 15% [========= ] 542/3482 15% [========= ] 543/3482 15% [========= ] 544/3482 15% [========= ] 545/3482 15% [========= ] 546/3482 15% [========= ] 547/3482 15% [========= ] 548/3482 15% [========= ] 549/3482 15% [========= ] 550/3482 15% [========= ] 551/3482 15% [========= ] 552/3482 15% [========= ] 553/3482 15% [========= ] 554/3482 15% [========= ] 555/3482 15% [========= ] 556/3482 15% [========= ] 557/3482 15% [========= ] 558/3482 16% [========= ] 559/3482 16% [========= ] 560/3482 16% [========= ] 561/3482 16% [========== ] 562/3482 16% [========== ] 563/3482 16% [========== ] 564/3482 16% [========== ] 565/3482 16% [========== ] 566/3482 16% [========== ] 567/3482 16% [========== ] 568/3482 16% [========== ] 569/3482 16% [========== ] 570/3482 16% [========== ] 571/3482 16% [========== ] 572/3482 16% [========== ] 573/3482 16% [========== ] 574/3482 16% [========== ] 575/3482 16% [========== ] 576/3482 16% [========== ] 577/3482 16% [========== ] 578/3482 16% [========== ] 579/3482 16% [========== ] 580/3482 16% [========== ] 581/3482 16% [========== ] 582/3482 16% [========== ] 583/3482 16% [========== ] 584/3482 16% [========== ] 585/3482 16% [========== ] 586/3482 16% [========== ] 587/3482 16% [========== ] 588/3482 16% [========== ] 589/3482 16% [========== ] 590/3482 16% [========== ] 591/3482 16% [========== ] 592/3482 17% [========== ] 593/3482 17% [========== ] 594/3482 17% [========== ] 595/3482 17% [========== ] 596/3482 17% [========== ] 597/3482 17% [========== ] 598/3482 17% [========== ] 599/3482 17% [========== ] 600/3482 17% [========== ] 601/3482 17% [========== ] 602/3482 17% [========== ] 603/3482 17% [========== ] 604/3482 17% [========== ] 605/3482 17% [========== ] 606/3482 17% [========== ] 607/3482 17% [========== ] 608/3482 17% [========== ] 609/3482 17% [========== ] 610/3482 17% [========== ] 611/3482 17% [========== ] 612/3482 17% [========== ] 613/3482 17% [========== ] 614/3482 17% [========== ] 615/3482 17% [========== ] 616/3482 17% [========== ] 617/3482 17% [=========== ] 618/3482 17% [=========== ] 619/3482 17% [=========== ] 620/3482 17% [=========== ] 621/3482 17% [=========== ] 622/3482 17% [=========== ] 623/3482 17% [=========== ] 624/3482 17% [=========== ] 625/3482 17% [=========== ] 626/3482 17% [=========== ] 627/3482 18% [=========== ] 628/3482 18% [=========== ] 629/3482 18% [=========== ] 630/3482 18% [=========== ] 631/3482 18% [=========== ] 632/3482 18% [=========== ] 633/3482 18% [=========== ] 634/3482 18% [=========== ] 635/3482 18% [=========== ] 636/3482 18% [=========== ] 637/3482 18% [=========== ] 638/3482 18% [=========== ] 639/3482 18% [=========== ] 640/3482 18% [=========== ] 641/3482 18% [=========== ] 642/3482 18% [=========== ] 643/3482 18% [=========== ] 644/3482 18% [=========== ] 645/3482 18% [=========== ] 646/3482 18% [=========== ] 647/3482 18% [=========== ] 648/3482 18% [=========== ] 649/3482 18% [=========== ] 650/3482 18% [=========== ] 651/3482 18% [=========== ] 652/3482 18% [=========== ] 653/3482 18% [=========== ] 654/3482 18% [=========== ] 655/3482 18% [=========== ] 656/3482 18% [=========== ] 657/3482 18% [=========== ] 658/3482 18% [=========== ] 659/3482 18% [=========== ] 660/3482 18% [=========== ] 661/3482 18% [=========== ] 662/3482 19% [=========== ] 663/3482 19% [=========== ] 664/3482 19% [=========== ] 665/3482 19% [=========== ] 666/3482 19% [=========== ] 667/3482 19% [=========== ] 668/3482 19% [=========== ] 669/3482 19% [=========== ] 670/3482 19% [=========== ] 671/3482 19% [=========== ] 672/3482 19% [=========== ] 673/3482 19% [============ ] 674/3482 19% [============ ] 675/3482 19% [============ ] 676/3482 19% [============ ] 677/3482 19% [============ ] 678/3482 19% [============ ] 679/3482 19% [============ ] 680/3482 19% [============ ] 681/3482 19% [============ ] 682/3482 19% [============ ] 683/3482 19% [============ ] 684/3482 19% [============ ] 685/3482 19% [============ ] 686/3482 19% [============ ] 687/3482 19% [============ ] 688/3482 19% [============ ] 689/3482 19% [============ ] 690/3482 19% [============ ] 691/3482 19% [============ ] 692/3482 19% [============ ] 693/3482 19% [============ ] 694/3482 19% [============ ] 695/3482 19% [============ ] 696/3482 19% [============ ] 697/3482 20% [============ ] 698/3482 20% [============ ] 699/3482 20% [============ ] 700/3482 20% [============ ] 701/3482 20% [============ ] 702/3482 20% [============ ] 703/3482 20% [============ ] 704/3482 20% [============ ] 705/3482 20% [============ ] 706/3482 20% [============ ] 707/3482 20% [============ ] 708/3482 20% [============ ] 709/3482 20% [============ ] 710/3482 20% [============ ] 711/3482 20% [============ ] 712/3482 20% [============ ] 713/3482 20% [============ ] 714/3482 20% [============ ] 715/3482 20% [============ ] 716/3482 20% [============ ] 717/3482 20% [============ ] 718/3482 20% [============ ] 719/3482 20% [============ ] 720/3482 20% [============ ] 721/3482 20% [============ ] 722/3482 20% [============ ] 723/3482 20% [============ ] 724/3482 20% [============ ] 725/3482 20% [============ ] 726/3482 20% [============ ] 727/3482 20% [============ ] 728/3482 20% [============ ] 729/3482 20% [============ ] 730/3482 20% [============= ] 731/3482 20% [============= ] 732/3482 21% [============= ] 733/3482 21% [============= ] 734/3482 21% [============= ] 735/3482 21% [============= ] 736/3482 21% [============= ] 737/3482 21% [============= ] 738/3482 21% [============= ] 739/3482 21% [============= ] 740/3482 21% [============= ] 741/3482 21% [============= ] 742/3482 21% [============= ] 743/3482 21% [============= ] 744/3482 21% [============= ] 745/3482 21% [============= ] 746/3482 21% [============= ] 747/3482 21% [============= ] 748/3482 21% [============= ] 749/3482 21% [============= ] 750/3482 21% [============= ] 751/3482 21% [============= ] 752/3482 21% [============= ] 753/3482 21% [============= ] 754/3482 21% [============= ] 755/3482 21% [============= ] 756/3482 21% [============= ] 757/3482 21% [============= ] 758/3482 21% [============= ] 759/3482 21% [============= ] 760/3482 21% [============= ] 761/3482 21% [============= ] 762/3482 21% [============= ] 763/3482 21% [============= ] 764/3482 21% [============= ] 765/3482 21% [============= ] 766/3482 21% [============= ] 767/3482 22% [============= ] 768/3482 22% [============= ] 769/3482 22% [============= ] 770/3482 22% [============= ] 771/3482 22% [============= ] 772/3482 22% [============= ] 773/3482 22% [============= ] 774/3482 22% [============= ] 775/3482 22% [============= ] 776/3482 22% [============= ] 777/3482 22% [============= ] 778/3482 22% [============= ] 779/3482 22% [============= ] 780/3482 22% [============= ] 781/3482 22% [============= ] 782/3482 22% [============= ] 783/3482 22% [============= ] 784/3482 22% [============= ] 785/3482 22% [============= ] 786/3482 22% [============== ] 787/3482 22% [============== ] 788/3482 22% [============== ] 789/3482 22% [============== ] 790/3482 22% [============== ] 791/3482 22% [============== ] 792/3482 22% [============== ] 793/3482 22% [============== ] 794/3482 22% [============== ] 795/3482 22% [============== ] 796/3482 22% [============== ] 797/3482 22% [============== ] 798/3482 22% [============== ] 799/3482 22% [============== ] 800/3482 22% [============== ] 801/3482 23% [============== ] 802/3482 23% [============== ] 803/3482 23% [============== ] 804/3482 23% [============== ] 805/3482 23% [============== ] 806/3482 23% [============== ] 807/3482 23% [============== ] 808/3482 23% [============== ] 809/3482 23% [============== ] 810/3482 23% [============== ] 811/3482 23% [============== ] 812/3482 23% [============== ] 813/3482 23% [============== ] 814/3482 23% [============== ] 815/3482 23% [============== ] 816/3482 23% [============== ] 817/3482 23% [============== ] 818/3482 23% [============== ] 819/3482 23% [============== ] 820/3482 23% [============== ] 821/3482 23% [============== ] 822/3482 23% [============== ] 823/3482 23% [============== ] 824/3482 23% [============== ] 825/3482 23% [============== ] 826/3482 23% [============== ] 827/3482 23% [============== ] 828/3482 23% [============== ] 829/3482 23% [============== ] 830/3482 23% [============== ] 831/3482 23% [============== ] 832/3482 23% [============== ] 833/3482 23% [============== ] 834/3482 23% [============== ] 835/3482 23% [============== ] 836/3482 24% [============== ] 837/3482 24% [============== ] 838/3482 24% [============== ] 839/3482 24% [============== ] 840/3482 24% [============== ] 841/3482 24% [============== ] 842/3482 24% [=============== ] 843/3482 24% [=============== ] 844/3482 24% [=============== ] 845/3482 24% [=============== ] 846/3482 24% [=============== ] 847/3482 24% [=============== ] 848/3482 24% [=============== ] 849/3482 24% [=============== ] 850/3482 24% [=============== ] 851/3482 24% [=============== ] 852/3482 24% [=============== ] 853/3482 24% [=============== ] 854/3482 24% [=============== ] 855/3482 24% [=============== ] 856/3482 24% [=============== ] 857/3482 24% [=============== ] 858/3482 24% [=============== ] 859/3482 24% [=============== ] 860/3482 24% [=============== ] 861/3482 24% [=============== ] 862/3482 24% [=============== ] 863/3482 24% [=============== ] 864/3482 24% [=============== ] 865/3482 24% [=============== ] 866/3482 24% [=============== ] 867/3482 24% [=============== ] 868/3482 24% [=============== ] 869/3482 24% [=============== ] 870/3482 24% [=============== ] 871/3482 25% [=============== ] 872/3482 25% [=============== ] 873/3482 25% [=============== ] 874/3482 25% [=============== ] 875/3482 25% [=============== ] 876/3482 25% [=============== ] 877/3482 25% [=============== ] 878/3482 25% [=============== ] 879/3482 25% [=============== ] 880/3482 25% [=============== ] 881/3482 25% [=============== ] 882/3482 25% [=============== ] 883/3482 25% [=============== ] 884/3482 25% [=============== ] 885/3482 25% [=============== ] 886/3482 25% [=============== ] 887/3482 25% [=============== ] 888/3482 25% [=============== ] 889/3482 25% [=============== ] 890/3482 25% [=============== ] 891/3482 25% [=============== ] 892/3482 25% [=============== ] 893/3482 25% [=============== ] 894/3482 25% [=============== ] 895/3482 25% [=============== ] 896/3482 25% [=============== ] 897/3482 25% [=============== ] 898/3482 25% [================ ] 899/3482 25% [================ ] 900/3482 25% [================ ] 901/3482 25% [================ ] 902/3482 25% [================ ] 903/3482 25% [================ ] 904/3482 25% [================ ] 905/3482 25% [================ ] 906/3482 26% [================ ] 907/3482 26% [================ ] 908/3482 26% [================ ] 909/3482 26% [================ ] 910/3482 26% [================ ] 911/3482 26% [================ ] 912/3482 26% [================ ] 913/3482 26% [================ ] 914/3482 26% [================ ] 915/3482 26% [================ ] 916/3482 26% [================ ] 917/3482 26% [================ ] 918/3482 26% [================ ] 919/3482 26% [================ ] 920/3482 26% [================ ] 921/3482 26% [================ ] 922/3482 26% [================ ] 923/3482 26% [================ ] 924/3482 26% [================ ] 925/3482 26% [================ ] 926/3482 26% [================ ] 927/3482 26% [================ ] 928/3482 26% [================ ] 929/3482 26% [================ ] 930/3482 26% [================ ] 931/3482 26% [================ ] 932/3482 26% [================ ] 933/3482 26% [================ ] 934/3482 26% [================ ] 935/3482 26% [================ ] 936/3482 26% [================ ] 937/3482 26% [================ ] 938/3482 26% [================ ] 939/3482 26% [================ ] 940/3482 26% [================ ] 941/3482 27% [================ ] 942/3482 27% [================ ] 943/3482 27% [================ ] 944/3482 27% [================ ] 945/3482 27% [================ ] 946/3482 27% [================ ] 947/3482 27% [================ ] 948/3482 27% [================ ] 949/3482 27% [================ ] 950/3482 27% [================ ] 951/3482 27% [================ ] 952/3482 27% [================ ] 953/3482 27% [================ ] 954/3482 27% [================= ] 955/3482 27% [================= ] 956/3482 27% [================= ] 957/3482 27% [================= ] 958/3482 27% [================= ] 959/3482 27% [================= ] 960/3482 27% [================= ] 961/3482 27% [================= ] 962/3482 27% [================= ] 963/3482 27% [================= ] 964/3482 27% [================= ] 965/3482 27% [================= ] 966/3482 27% [================= ] 967/3482 27% [================= ] 968/3482 27% [================= ] 969/3482 27% [================= ] 970/3482 27% [================= ] 971/3482 27% [================= ] 972/3482 27% [================= ] 973/3482 27% [================= ] 974/3482 27% [================= ] 975/3482 28% [================= ] 976/3482 28% [================= ] 977/3482 28% [================= ] 978/3482 28% [================= ] 979/3482 28% [================= ] 980/3482 28% [================= ] 981/3482 28% [================= ] 982/3482 28% [================= ] 983/3482 28% [================= ] 984/3482 28% [================= ] 985/3482 28% [================= ] 986/3482 28% [================= ] 987/3482 28% [================= ] 988/3482 28% [================= ] 989/3482 28% [================= ] 990/3482 28% [================= ] 991/3482 28% [================= ] 992/3482 28% [================= ] 993/3482 28% [================= ] 994/3482 28% [================= ] 995/3482 28% [================= ] 996/3482 28% [================= ] 997/3482 28% [================= ] 998/3482 28% [================= ] 999/3482 28% [================= ] 1000/3482 28% [================= ] 1001/3482 28% [================= ] 1002/3482 28% [================= ] 1003/3482 28% [================= ] 1004/3482 28% [================= ] 1005/3482 28% [================= ] 1006/3482 28% [================= ] 1007/3482 28% [================= ] 1008/3482 28% [================= ] 1009/3482 28% [================= ] 1010/3482 29% [================== ] 1011/3482 29% [================== ] 1012/3482 29% [================== ] 1013/3482 29% [================== ] 1014/3482 29% [================== ] 1015/3482 29% [================== ] 1016/3482 29% [================== ] 1017/3482 29% [================== ] 1018/3482 29% [================== ] 1019/3482 29% [================== ] 1020/3482 29% [================== ] 1021/3482 29% [================== ] 1022/3482 29% [================== ] 1023/3482 29% [================== ] 1024/3482 29% [================== ] 1025/3482 29% [================== ] 1026/3482 29% [================== ] 1027/3482 29% [================== ] 1028/3482 29% [================== ] 1029/3482 29% [================== ] 1030/3482 29% [================== ] 1031/3482 29% [================== ] 1032/3482 29% [================== ] 1033/3482 29% [================== ] 1034/3482 29% [================== ] 1035/3482 29% [================== ] 1036/3482 29% [================== ] 1037/3482 29% [================== ] 1038/3482 29% [================== ] 1039/3482 29% [================== ] 1040/3482 29% [================== ] 1041/3482 29% [================== ] 1042/3482 29% [================== ] 1043/3482 29% [================== ] 1044/3482 29% [================== ] 1045/3482 30% [================== ] 1046/3482 30% [================== ] 1047/3482 30% [================== ] 1048/3482 30% [================== ] 1049/3482 30% [================== ] 1050/3482 30% [================== ] 1051/3482 30% [================== ] 1052/3482 30% [================== ] 1053/3482 30% [================== ] 1054/3482 30% [================== ] 1055/3482 30% [================== ] 1056/3482 30% [================== ] 1057/3482 30% [================== ] 1058/3482 30% [================== ] 1059/3482 30% [================== ] 1060/3482 30% [================== ] 1061/3482 30% [================== ] 1062/3482 30% [================== ] 1063/3482 30% [================== ] 1064/3482 30% [================== ] 1065/3482 30% [================== ] 1066/3482 30% [================== ] 1067/3482 30% [=================== ] 1068/3482 30% [=================== ] 1069/3482 30% [=================== ] 1070/3482 30% [=================== ] 1071/3482 30% [=================== ] 1072/3482 30% [=================== ] 1073/3482 30% [=================== ] 1074/3482 30% [=================== ] 1075/3482 30% [=================== ] 1076/3482 30% [=================== ] 1077/3482 30% [=================== ] 1078/3482 30% [=================== ] 1079/3482 30% [=================== ] 1080/3482 31% [=================== ] 1081/3482 31% [=================== ] 1082/3482 31% [=================== ] 1083/3482 31% [=================== ] 1084/3482 31% [=================== ] 1085/3482 31% [=================== ] 1086/3482 31% [=================== ] 1087/3482 31% [=================== ] 1088/3482 31% [=================== ] 1089/3482 31% [=================== ] 1090/3482 31% [=================== ] 1091/3482 31% [=================== ] 1092/3482 31% [=================== ] 1093/3482 31% [=================== ] 1094/3482 31% [=================== ] 1095/3482 31% [=================== ] 1096/3482 31% [=================== ] 1097/3482 31% [=================== ] 1098/3482 31% [=================== ] 1099/3482 31% [=================== ] 1100/3482 31% [=================== ] 1101/3482 31% [=================== ] 1102/3482 31% [=================== ] 1103/3482 31% [=================== ] 1104/3482 31% [=================== ] 1105/3482 31% [=================== ] 1106/3482 31% [=================== ] 1107/3482 31% [=================== ] 1108/3482 31% [=================== ] 1109/3482 31% [=================== ] 1110/3482 31% [=================== ] 1111/3482 31% [=================== ] 1112/3482 31% [=================== ] 1113/3482 31% [=================== ] 1114/3482 31% [=================== ] 1115/3482 32% [=================== ] 1116/3482 32% [=================== ] 1117/3482 32% [=================== ] 1118/3482 32% [=================== ] 1119/3482 32% [=================== ] 1120/3482 32% [=================== ] 1121/3482 32% [=================== ] 1122/3482 32% [=================== ] 1123/3482 32% [==================== ] 1124/3482 32% [==================== ] 1125/3482 32% [==================== ] 1126/3482 32% [==================== ] 1127/3482 32% [==================== ] 1128/3482 32% [==================== ] 1129/3482 32% [==================== ] 1130/3482 32% [==================== ] 1131/3482 32% [==================== ] 1132/3482 32% [==================== ] 1133/3482 32% [==================== ] 1134/3482 32% [==================== ] 1135/3482 32% [==================== ] 1136/3482 32% [==================== ] 1137/3482 32% [==================== ] 1138/3482 32% [==================== ] 1139/3482 32% [==================== ] 1140/3482 32% [==================== ] 1141/3482 32% [==================== ] 1142/3482 32% [==================== ] 1143/3482 32% [==================== ] 1144/3482 32% [==================== ] 1145/3482 32% [==================== ] 1146/3482 32% [==================== ] 1147/3482 32% [==================== ] 1148/3482 32% [==================== ] 1149/3482 32% [==================== ] 1150/3482 33% [==================== ] 1151/3482 33% [==================== ] 1152/3482 33% [==================== ] 1153/3482 33% [==================== ] 1154/3482 33% [==================== ] 1155/3482 33% [==================== ] 1156/3482 33% [==================== ] 1157/3482 33% [==================== ] 1158/3482 33% [==================== ] 1159/3482 33% [==================== ] 1160/3482 33% [==================== ] 1161/3482 33% [==================== ] 1162/3482 33% [==================== ] 1163/3482 33% [==================== ] 1164/3482 33% [==================== ] 1165/3482 33% [==================== ] 1166/3482 33% [==================== ] 1167/3482 33% [==================== ] 1168/3482 33% [==================== ] 1169/3482 33% [==================== ] 1170/3482 33% [==================== ] 1171/3482 33% [==================== ] 1172/3482 33% [==================== ] 1173/3482 33% [==================== ] 1174/3482 33% [==================== ] 1175/3482 33% [==================== ] 1176/3482 33% [==================== ] 1177/3482 33% [==================== ] 1178/3482 33% [==================== ] 1179/3482 33% [===================== ] 1180/3482 33% [===================== ] 1181/3482 33% [===================== ] 1182/3482 33% [===================== ] 1183/3482 33% [===================== ] 1184/3482 34% [===================== ] 1185/3482 34% [===================== ] 1186/3482 34% [===================== ] 1187/3482 34% [===================== ] 1188/3482 34% [===================== ] 1189/3482 34% [===================== ] 1190/3482 34% [===================== ] 1191/3482 34% [===================== ] 1192/3482 34% [===================== ] 1193/3482 34% [===================== ] 1194/3482 34% [===================== ] 1195/3482 34% [===================== ] 1196/3482 34% [===================== ] 1197/3482 34% [===================== ] 1198/3482 34% [===================== ] 1199/3482 34% [===================== ] 1200/3482 34% [===================== ] 1201/3482 34% [===================== ] 1202/3482 34% [===================== ] 1203/3482 34% [===================== ] 1204/3482 34% [===================== ] 1205/3482 34% [===================== ] 1206/3482 34% [===================== ] 1207/3482 34% [===================== ] 1208/3482 34% [===================== ] 1209/3482 34% [===================== ] 1210/3482 34% [===================== ] 1211/3482 34% [===================== ] 1212/3482 34% [===================== ] 1213/3482 34% [===================== ] 1214/3482 34% [===================== ] 1215/3482 34% [===================== ] 1216/3482 34% [===================== ] 1217/3482 34% [===================== ] 1218/3482 34% [===================== ] 1219/3482 35% [===================== ] 1220/3482 35% [===================== ] 1221/3482 35% [===================== ] 1222/3482 35% [===================== ] 1223/3482 35% [===================== ] 1224/3482 35% [===================== ] 1225/3482 35% [===================== ] 1226/3482 35% [===================== ] 1227/3482 35% [===================== ] 1228/3482 35% [===================== ] 1229/3482 35% [===================== ] 1230/3482 35% [===================== ] 1231/3482 35% [===================== ] 1232/3482 35% [===================== ] 1233/3482 35% [===================== ] 1234/3482 35% [===================== ] 1235/3482 35% [====================== ] 1236/3482 35% [====================== ] 1237/3482 35% [====================== ] 1238/3482 35% [====================== ] 1239/3482 35% [====================== ] 1240/3482 35% [====================== ] 1241/3482 35% [====================== ] 1242/3482 35% [====================== ] 1243/3482 35% [====================== ] 1244/3482 35% [====================== ] 1245/3482 35% [====================== ] 1246/3482 35% [====================== ] 1247/3482 35% [====================== ] 1248/3482 35% [====================== ] 1249/3482 35% [====================== ] 1250/3482 35% [====================== ] 1251/3482 35% [====================== ] 1252/3482 35% [====================== ] 1253/3482 35% [====================== ] 1254/3482 36% [====================== ] 1255/3482 36% [====================== ] 1256/3482 36% [====================== ] 1257/3482 36% [====================== ] 1258/3482 36% [====================== ] 1259/3482 36% [====================== ] 1260/3482 36% [====================== ] 1261/3482 36% [====================== ] 1262/3482 36% [====================== ] 1263/3482 36% [====================== ] 1264/3482 36% [====================== ] 1265/3482 36% [====================== ] 1266/3482 36% [====================== ] 1267/3482 36% [====================== ] 1268/3482 36% [====================== ] 1269/3482 36% [====================== ] 1270/3482 36% [====================== ] 1271/3482 36% [====================== ] 1272/3482 36% [====================== ] 1273/3482 36% [====================== ] 1274/3482 36% [====================== ] 1275/3482 36% [====================== ] 1276/3482 36% [====================== ] 1277/3482 36% [====================== ] 1278/3482 36% [====================== ] 1279/3482 36% [====================== ] 1280/3482 36% [====================== ] 1281/3482 36% [====================== ] 1282/3482 36% [====================== ] 1283/3482 36% [====================== ] 1284/3482 36% [====================== ] 1285/3482 36% [====================== ] 1286/3482 36% [====================== ] 1287/3482 36% [====================== ] 1288/3482 36% [====================== ] 1289/3482 37% [====================== ] 1290/3482 37% [====================== ] 1291/3482 37% [======================= ] 1292/3482 37% [======================= ] 1293/3482 37% [======================= ] 1294/3482 37% [======================= ] 1295/3482 37% [======================= ] 1296/3482 37% [======================= ] 1297/3482 37% [======================= ] 1298/3482 37% [======================= ] 1299/3482 37% [======================= ] 1300/3482 37% [======================= ] 1301/3482 37% [======================= ] 1302/3482 37% [======================= ] 1303/3482 37% [======================= ] 1304/3482 37% [======================= ] 1305/3482 37% [======================= ] 1306/3482 37% [======================= ] 1307/3482 37% [======================= ] 1308/3482 37% [======================= ] 1309/3482 37% [======================= ] 1310/3482 37% [======================= ] 1311/3482 37% [======================= ] 1312/3482 37% [======================= ] 1313/3482 37% [======================= ] 1314/3482 37% [======================= ] 1315/3482 37% [======================= ] 1316/3482 37% [======================= ] 1317/3482 37% [======================= ] 1318/3482 37% [======================= ] 1319/3482 37% [======================= ] 1320/3482 37% [======================= ] 1321/3482 37% [======================= ] 1322/3482 37% [======================= ] 1323/3482 37% [======================= ] 1324/3482 38% [======================= ] 1325/3482 38% [======================= ] 1326/3482 38% [======================= ] 1327/3482 38% [======================= ] 1328/3482 38% [======================= ] 1329/3482 38% [======================= ] 1330/3482 38% [======================= ] 1331/3482 38% [======================= ] 1332/3482 38% [======================= ] 1333/3482 38% [======================= ] 1334/3482 38% [======================= ] 1335/3482 38% [======================= ] 1336/3482 38% [======================= ] 1337/3482 38% [======================= ] 1338/3482 38% [======================= ] 1339/3482 38% [======================= ] 1340/3482 38% [======================= ] 1341/3482 38% [======================= ] 1342/3482 38% [======================= ] 1343/3482 38% [======================= ] 1344/3482 38% [======================= ] 1345/3482 38% [======================= ] 1346/3482 38% [======================= ] 1347/3482 38% [======================== ] 1348/3482 38% [======================== ] 1349/3482 38% [======================== ] 1350/3482 38% [======================== ] 1351/3482 38% [======================== ] 1352/3482 38% [======================== ] 1353/3482 38% [======================== ] 1354/3482 38% [======================== ] 1355/3482 38% [======================== ] 1356/3482 38% [======================== ] 1357/3482 38% [======================== ] 1358/3482 39% [======================== ] 1359/3482 39% [======================== ] 1360/3482 39% [======================== ] 1361/3482 39% [======================== ] 1362/3482 39% [======================== ] 1363/3482 39% [======================== ] 1364/3482 39% [======================== ] 1365/3482 39% [======================== ] 1366/3482 39% [======================== ] 1367/3482 39% [======================== ] 1368/3482 39% [======================== ] 1369/3482 39% [======================== ] 1370/3482 39% [======================== ] 1371/3482 39% [======================== ] 1372/3482 39% [======================== ] 1373/3482 39% [======================== ] 1374/3482 39% [======================== ] 1375/3482 39% [======================== ] 1376/3482 39% [======================== ] 1377/3482 39% [======================== ] 1378/3482 39% [======================== ] 1379/3482 39% [======================== ] 1380/3482 39% [======================== ] 1381/3482 39% [======================== ] 1382/3482 39% [======================== ] 1383/3482 39% [======================== ] 1384/3482 39% [======================== ] 1385/3482 39% [======================== ] 1386/3482 39% [======================== ] 1387/3482 39% [======================== ] 1388/3482 39% [======================== ] 1389/3482 39% [======================== ] 1390/3482 39% [======================== ] 1391/3482 39% [======================== ] 1392/3482 39% [======================== ] 1393/3482 40% [======================== ] 1394/3482 40% [======================== ] 1395/3482 40% [======================== ] 1396/3482 40% [======================== ] 1397/3482 40% [======================== ] 1398/3482 40% [======================== ] 1399/3482 40% [======================== ] 1400/3482 40% [======================== ] 1401/3482 40% [======================== ] 1402/3482 40% [======================== ] 1403/3482 40% [======================== ] 1404/3482 40% [========================= ] 1405/3482 40% [========================= ] 1406/3482 40% [========================= ] 1407/3482 40% [========================= ] 1408/3482 40% [========================= ] 1409/3482 40% [========================= ] 1410/3482 40% [========================= ] 1411/3482 40% [========================= ] 1412/3482 40% [========================= ] 1413/3482 40% [========================= ] 1414/3482 40% [========================= ] 1415/3482 40% [========================= ] 1416/3482 40% [========================= ] 1417/3482 40% [========================= ] 1418/3482 40% [========================= ] 1419/3482 40% [========================= ] 1420/3482 40% [========================= ] 1421/3482 40% [========================= ] 1422/3482 40% [========================= ] 1423/3482 40% [========================= ] 1424/3482 40% [========================= ] 1425/3482 40% [========================= ] 1426/3482 40% [========================= ] 1427/3482 40% [========================= ] 1428/3482 41% [========================= ] 1429/3482 41% [========================= ] 1430/3482 41% [========================= ] 1431/3482 41% [========================= ] 1432/3482 41% [========================= ] 1433/3482 41% [========================= ] 1434/3482 41% [========================= ] 1435/3482 41% [========================= ] 1436/3482 41% [========================= ] 1437/3482 41% [========================= ] 1438/3482 41% [========================= ] 1439/3482 41% [========================= ] 1440/3482 41% [========================= ] 1441/3482 41% [========================= ] 1442/3482 41% [========================= ] 1443/3482 41% [========================= ] 1444/3482 41% [========================= ] 1445/3482 41% [========================= ] 1446/3482 41% [========================= ] 1447/3482 41% [========================= ] 1448/3482 41% [========================= ] 1449/3482 41% [========================= ] 1450/3482 41% [========================= ] 1451/3482 41% [========================= ] 1452/3482 41% [========================= ] 1453/3482 41% [========================= ] 1454/3482 41% [========================= ] 1455/3482 41% [========================= ] 1456/3482 41% [========================= ] 1457/3482 41% [========================= ] 1458/3482 41% [========================= ] 1459/3482 41% [========================= ] 1460/3482 41% [========================== ] 1461/3482 41% [========================== ] 1462/3482 41% [========================== ] 1463/3482 42% [========================== ] 1464/3482 42% [========================== ] 1465/3482 42% [========================== ] 1466/3482 42% [========================== ] 1467/3482 42% [========================== ] 1468/3482 42% [========================== ] 1469/3482 42% [========================== ] 1470/3482 42% [========================== ] 1471/3482 42% [========================== ] 1472/3482 42% [========================== ] 1473/3482 42% [========================== ] 1474/3482 42% [========================== ] 1475/3482 42% [========================== ] 1476/3482 42% [========================== ] 1477/3482 42% [========================== ] 1478/3482 42% [========================== ] 1479/3482 42% [========================== ] 1480/3482 42% [========================== ] 1481/3482 42% [========================== ] 1482/3482 42% [========================== ] 1483/3482 42% [========================== ] 1484/3482 42% [========================== ] 1485/3482 42% [========================== ] 1486/3482 42% [========================== ] 1487/3482 42% [========================== ] 1488/3482 42% [========================== ] 1489/3482 42% [========================== ] 1490/3482 42% [========================== ] 1491/3482 42% [========================== ] 1492/3482 42% [========================== ] 1493/3482 42% [========================== ] 1494/3482 42% [========================== ] 1495/3482 42% [========================== ] 1496/3482 42% [========================== ] 1497/3482 42% [========================== ] 1498/3482 43% [========================== ] 1499/3482 43% [========================== ] 1500/3482 43% [========================== ] 1501/3482 43% [========================== ] 1502/3482 43% [========================== ] 1503/3482 43% [========================== ] 1504/3482 43% [========================== ] 1505/3482 43% [========================== ] 1506/3482 43% [========================== ] 1507/3482 43% [========================== ] 1508/3482 43% [========================== ] 1509/3482 43% [========================== ] 1510/3482 43% [========================== ] 1511/3482 43% [========================== ] 1512/3482 43% [========================== ] 1513/3482 43% [========================== ] 1514/3482 43% [========================== ] 1515/3482 43% [========================== ] 1516/3482 43% [=========================== ] 1517/3482 43% [=========================== ] 1518/3482 43% [=========================== ] 1519/3482 43% [=========================== ] 1520/3482 43% [=========================== ] 1521/3482 43% [=========================== ] 1522/3482 43% [=========================== ] 1523/3482 43% [=========================== ] 1524/3482 43% [=========================== ] 1525/3482 43% [=========================== ] 1526/3482 43% [=========================== ] 1527/3482 43% [=========================== ] 1528/3482 43% [=========================== ] 1529/3482 43% [=========================== ] 1530/3482 43% [=========================== ] 1531/3482 43% [=========================== ] 1532/3482 43% [=========================== ] 1533/3482 44% [=========================== ] 1534/3482 44% [=========================== ] 1535/3482 44% [=========================== ] 1536/3482 44% [=========================== ] 1537/3482 44% [=========================== ] 1538/3482 44% [=========================== ] 1539/3482 44% [=========================== ] 1540/3482 44% [=========================== ] 1541/3482 44% [=========================== ] 1542/3482 44% [=========================== ] 1543/3482 44% [=========================== ] 1544/3482 44% [=========================== ] 1545/3482 44% [=========================== ] 1546/3482 44% [=========================== ] 1547/3482 44% [=========================== ] 1548/3482 44% [=========================== ] 1549/3482 44% [=========================== ] 1550/3482 44% [=========================== ] 1551/3482 44% [=========================== ] 1552/3482 44% [=========================== ] 1553/3482 44% [=========================== ] 1554/3482 44% [=========================== ] 1555/3482 44% [=========================== ] 1556/3482 44% [=========================== ] 1557/3482 44% [=========================== ] 1558/3482 44% [=========================== ] 1559/3482 44% [=========================== ] 1560/3482 44% [=========================== ] 1561/3482 44% [=========================== ] 1562/3482 44% [=========================== ] 1563/3482 44% [=========================== ] 1564/3482 44% [=========================== ] 1565/3482 44% [=========================== ] 1566/3482 44% [=========================== ] 1567/3482 45% [=========================== ] 1568/3482 45% [=========================== ] 1569/3482 45% [=========================== ] 1570/3482 45% [=========================== ] 1571/3482 45% [=========================== ] 1572/3482 45% [============================ ] 1573/3482 45% [============================ ] 1574/3482 45% [============================ ] 1575/3482 45% [============================ ] 1576/3482 45% [============================ ] 1577/3482 45% [============================ ] 1578/3482 45% [============================ ] 1579/3482 45% [============================ ] 1580/3482 45% [============================ ] 1581/3482 45% [============================ ] 1582/3482 45% [============================ ] 1583/3482 45% [============================ ] 1584/3482 45% [============================ ] 1585/3482 45% [============================ ] 1586/3482 45% [============================ ] 1587/3482 45% [============================ ] 1588/3482 45% [============================ ] 1589/3482 45% [============================ ] 1590/3482 45% [============================ ] 1591/3482 45% [============================ ] 1592/3482 45% [============================ ] 1593/3482 45% [============================ ] 1594/3482 45% [============================ ] 1595/3482 45% [============================ ] 1596/3482 45% [============================ ] 1597/3482 45% [============================ ] 1598/3482 45% [============================ ] 1599/3482 45% [============================ ] 1600/3482 45% [============================ ] 1601/3482 45% [============================ ] 1602/3482 46% [============================ ] 1603/3482 46% [============================ ] 1604/3482 46% [============================ ] 1605/3482 46% [============================ ] 1606/3482 46% [============================ ] 1607/3482 46% [============================ ] 1608/3482 46% [============================ ] 1609/3482 46% [============================ ] 1610/3482 46% [============================ ] 1611/3482 46% [============================ ] 1612/3482 46% [============================ ] 1613/3482 46% [============================ ] 1614/3482 46% [============================ ] 1615/3482 46% [============================ ] 1616/3482 46% [============================ ] 1617/3482 46% [============================ ] 1618/3482 46% [============================ ] 1619/3482 46% [============================ ] 1620/3482 46% [============================ ] 1621/3482 46% [============================ ] 1622/3482 46% [============================ ] 1623/3482 46% [============================ ] 1624/3482 46% [============================ ] 1625/3482 46% [============================ ] 1626/3482 46% [============================ ] 1627/3482 46% [============================ ] 1628/3482 46% [============================= ] 1629/3482 46% [============================= ] 1630/3482 46% [============================= ] 1631/3482 46% [============================= ] 1632/3482 46% [============================= ] 1633/3482 46% [============================= ] 1634/3482 46% [============================= ] 1635/3482 46% [============================= ] 1636/3482 46% [============================= ] 1637/3482 47% [============================= ] 1638/3482 47% [============================= ] 1639/3482 47% [============================= ] 1640/3482 47% [============================= ] 1641/3482 47% [============================= ] 1642/3482 47% [============================= ] 1643/3482 47% [============================= ] 1644/3482 47% [============================= ] 1645/3482 47% [============================= ] 1646/3482 47% [============================= ] 1647/3482 47% [============================= ] 1648/3482 47% [============================= ] 1649/3482 47% [============================= ] 1650/3482 47% [============================= ] 1651/3482 47% [============================= ] 1652/3482 47% [============================= ] 1653/3482 47% [============================= ] 1654/3482 47% [============================= ] 1655/3482 47% [============================= ] 1656/3482 47% [============================= ] 1657/3482 47% [============================= ] 1658/3482 47% [============================= ] 1659/3482 47% [============================= ] 1660/3482 47% [============================= ] 1661/3482 47% [============================= ] 1662/3482 47% [============================= ] 1663/3482 47% [============================= ] 1664/3482 47% [============================= ] 1665/3482 47% [============================= ] 1666/3482 47% [============================= ] 1667/3482 47% [============================= ] 1668/3482 47% [============================= ] 1669/3482 47% [============================= ] 1670/3482 47% [============================= ] 1671/3482 47% [============================= ] 1672/3482 48% [============================= ] 1673/3482 48% [============================= ] 1674/3482 48% [============================= ] 1675/3482 48% [============================= ] 1676/3482 48% [============================= ] 1677/3482 48% [============================= ] 1678/3482 48% [============================= ] 1679/3482 48% [============================= ] 1680/3482 48% [============================= ] 1681/3482 48% [============================= ] 1682/3482 48% [============================= ] 1683/3482 48% [============================= ] 1684/3482 48% [============================== ] 1685/3482 48% [============================== ] 1686/3482 48% [============================== ] 1687/3482 48% [============================== ] 1688/3482 48% [============================== ] 1689/3482 48% [============================== ] 1690/3482 48% [============================== ] 1691/3482 48% [============================== ] 1692/3482 48% [============================== ] 1693/3482 48% [============================== ] 1694/3482 48% [============================== ] 1695/3482 48% [============================== ] 1696/3482 48% [============================== ] 1697/3482 48% [============================== ] 1698/3482 48% [============================== ] 1699/3482 48% [============================== ] 1700/3482 48% [============================== ] 1701/3482 48% [============================== ] 1702/3482 48% [============================== ] 1703/3482 48% [============================== ] 1704/3482 48% [============================== ] 1705/3482 48% [============================== ] 1706/3482 48% [============================== ] 1707/3482 49% [============================== ] 1708/3482 49% [============================== ] 1709/3482 49% [============================== ] 1710/3482 49% [============================== ] 1711/3482 49% [============================== ] 1712/3482 49% [============================== ] 1713/3482 49% [============================== ] 1714/3482 49% [============================== ] 1715/3482 49% [============================== ] 1716/3482 49% [============================== ] 1717/3482 49% [============================== ] 1718/3482 49% [============================== ] 1719/3482 49% [============================== ] 1720/3482 49% [============================== ] 1721/3482 49% [============================== ] 1722/3482 49% [============================== ] 1723/3482 49% [============================== ] 1724/3482 49% [============================== ] 1725/3482 49% [============================== ] 1726/3482 49% [============================== ] 1727/3482 49% [============================== ] 1728/3482 49% [============================== ] 1729/3482 49% [============================== ] 1730/3482 49% [============================== ] 1731/3482 49% [============================== ] 1732/3482 49% [============================== ] 1733/3482 49% [============================== ] 1734/3482 49% [============================== ] 1735/3482 49% [============================== ] 1736/3482 49% [============================== ] 1737/3482 49% [============================== ] 1738/3482 49% [============================== ] 1739/3482 49% [============================== ] 1740/3482 49% [=============================== ] 1741/3482 50% [=============================== ] 1742/3482 50% [=============================== ] 1743/3482 50% [=============================== ] 1744/3482 50% [=============================== ] 1745/3482 50% [=============================== ] 1746/3482 50% [=============================== ] 1747/3482 50% [=============================== ] 1748/3482 50% [=============================== ] 1749/3482 50% [=============================== ] 1750/3482 50% [=============================== ] 1751/3482 50% [=============================== ] 1752/3482 50% [=============================== ] 1753/3482 50% [=============================== ] 1754/3482 50% [=============================== ] 1755/3482 50% [=============================== ] 1756/3482 50% [=============================== ] 1757/3482 50% [=============================== ] 1758/3482 50% [=============================== ] 1759/3482 50% [=============================== ] 1760/3482 50% [=============================== ] 1761/3482 50% [=============================== ] 1762/3482 50% [=============================== ] 1763/3482 50% [=============================== ] 1764/3482 50% [=============================== ] 1765/3482 50% [=============================== ] 1766/3482 50% [=============================== ] 1767/3482 50% [=============================== ] 1768/3482 50% [=============================== ] 1769/3482 50% [=============================== ] 1770/3482 50% [=============================== ] 1771/3482 50% [=============================== ] 1772/3482 50% [=============================== ] 1773/3482 50% [=============================== ] 1774/3482 50% [=============================== ] 1775/3482 50% [=============================== ] 1776/3482 51% [=============================== ] 1777/3482 51% [=============================== ] 1778/3482 51% [=============================== ] 1779/3482 51% [=============================== ] 1780/3482 51% [=============================== ] 1781/3482 51% [=============================== ] 1782/3482 51% [=============================== ] 1783/3482 51% [=============================== ] 1784/3482 51% [=============================== ] 1785/3482 51% [=============================== ] 1786/3482 51% [=============================== ] 1787/3482 51% [=============================== ] 1788/3482 51% [=============================== ] 1789/3482 51% [=============================== ] 1790/3482 51% [=============================== ] 1791/3482 51% [=============================== ] 1792/3482 51% [=============================== ] 1793/3482 51% [=============================== ] 1794/3482 51% [=============================== ] 1795/3482 51% [=============================== ] 1796/3482 51% [=============================== ] 1797/3482 51% [================================ ] 1798/3482 51% [================================ ] 1799/3482 51% [================================ ] 1800/3482 51% [================================ ] 1801/3482 51% [================================ ] 1802/3482 51% [================================ ] 1803/3482 51% [================================ ] 1804/3482 51% [================================ ] 1805/3482 51% [================================ ] 1806/3482 51% [================================ ] 1807/3482 51% [================================ ] 1808/3482 51% [================================ ] 1809/3482 51% [================================ ] 1810/3482 51% [================================ ] 1811/3482 52% [================================ ] 1812/3482 52% [================================ ] 1813/3482 52% [================================ ] 1814/3482 52% [================================ ] 1815/3482 52% [================================ ] 1816/3482 52% [================================ ] 1817/3482 52% [================================ ] 1818/3482 52% [================================ ] 1819/3482 52% [================================ ] 1820/3482 52% [================================ ] 1821/3482 52% [================================ ] 1822/3482 52% [================================ ] 1823/3482 52% [================================ ] 1824/3482 52% [================================ ] 1825/3482 52% [================================ ] 1826/3482 52% [================================ ] 1827/3482 52% [================================ ] 1828/3482 52% [================================ ] 1829/3482 52% [================================ ] 1830/3482 52% [================================ ] 1831/3482 52% [================================ ] 1832/3482 52% [================================ ] 1833/3482 52% [================================ ] 1834/3482 52% [================================ ] 1835/3482 52% [================================ ] 1836/3482 52% [================================ ] 1837/3482 52% [================================ ] 1838/3482 52% [================================ ] 1839/3482 52% [================================ ] 1840/3482 52% [================================ ] 1841/3482 52% [================================ ] 1842/3482 52% [================================ ] 1843/3482 52% [================================ ] 1844/3482 52% [================================ ] 1845/3482 52% [================================ ] 1846/3482 53% [================================ ] 1847/3482 53% [================================ ] 1848/3482 53% [================================ ] 1849/3482 53% [================================ ] 1850/3482 53% [================================ ] 1851/3482 53% [================================ ] 1852/3482 53% [================================ ] 1853/3482 53% [================================= ] 1854/3482 53% [================================= ] 1855/3482 53% [================================= ] 1856/3482 53% [================================= ] 1857/3482 53% [================================= ] 1858/3482 53% [================================= ] 1859/3482 53% [================================= ] 1860/3482 53% [================================= ] 1861/3482 53% [================================= ] 1862/3482 53% [================================= ] 1863/3482 53% [================================= ] 1864/3482 53% [================================= ] 1865/3482 53% [================================= ] 1866/3482 53% [================================= ] 1867/3482 53% [================================= ] 1868/3482 53% [================================= ] 1869/3482 53% [================================= ] 1870/3482 53% [================================= ] 1871/3482 53% [================================= ] 1872/3482 53% [================================= ] 1873/3482 53% [================================= ] 1874/3482 53% [================================= ] 1875/3482 53% [================================= ] 1876/3482 53% [================================= ] 1877/3482 53% [================================= ] 1878/3482 53% [================================= ] 1879/3482 53% [================================= ] 1880/3482 53% [================================= ] 1881/3482 54% [================================= ] 1882/3482 54% [================================= ] 1883/3482 54% [================================= ] 1884/3482 54% [================================= ] 1885/3482 54% [================================= ] 1886/3482 54% [================================= ] 1887/3482 54% [================================= ] 1888/3482 54% [================================= ] 1889/3482 54% [================================= ] 1890/3482 54% [================================= ] 1891/3482 54% [================================= ] 1892/3482 54% [================================= ] 1893/3482 54% [================================= ] 1894/3482 54% [================================= ] 1895/3482 54% [================================= ] 1896/3482 54% [================================= ] 1897/3482 54% [================================= ] 1898/3482 54% [================================= ] 1899/3482 54% [================================= ] 1900/3482 54% [================================= ] 1901/3482 54% [================================= ] 1902/3482 54% [================================= ] 1903/3482 54% [================================= ] 1904/3482 54% [================================= ] 1905/3482 54% [================================= ] 1906/3482 54% [================================= ] 1907/3482 54% [================================= ] 1908/3482 54% [================================= ] 1909/3482 54% [================================== ] 1910/3482 54% [================================== ] 1911/3482 54% [================================== ] 1912/3482 54% [================================== ] 1913/3482 54% [================================== ] 1914/3482 54% [================================== ] 1915/3482 54% [================================== ] 1916/3482 55% [================================== ] 1917/3482 55% [================================== ] 1918/3482 55% [================================== ] 1919/3482 55% [================================== ] 1920/3482 55% [================================== ] 1921/3482 55% [================================== ] 1922/3482 55% [================================== ] 1923/3482 55% [================================== ] 1924/3482 55% [================================== ] 1925/3482 55% [================================== ] 1926/3482 55% [================================== ] 1927/3482 55% [================================== ] 1928/3482 55% [================================== ] 1929/3482 55% [================================== ] 1930/3482 55% [================================== ] 1931/3482 55% [================================== ] 1932/3482 55% [================================== ] 1933/3482 55% [================================== ] 1934/3482 55% [================================== ] 1935/3482 55% [================================== ] 1936/3482 55% [================================== ] 1937/3482 55% [================================== ] 1938/3482 55% [================================== ] 1939/3482 55% [================================== ] 1940/3482 55% [================================== ] 1941/3482 55% [================================== ] 1942/3482 55% [================================== ] 1943/3482 55% [================================== ] 1944/3482 55% [================================== ] 1945/3482 55% [================================== ] 1946/3482 55% [================================== ] 1947/3482 55% [================================== ] 1948/3482 55% [================================== ] 1949/3482 55% [================================== ] 1950/3482 56% [================================== ] 1951/3482 56% [================================== ] 1952/3482 56% [================================== ] 1953/3482 56% [================================== ] 1954/3482 56% [================================== ] 1955/3482 56% [================================== ] 1956/3482 56% [================================== ] 1957/3482 56% [================================== ] 1958/3482 56% [================================== ] 1959/3482 56% [================================== ] 1960/3482 56% [================================== ] 1961/3482 56% [================================== ] 1962/3482 56% [================================== ] 1963/3482 56% [================================== ] 1964/3482 56% [================================== ] 1965/3482 56% [=================================== ] 1966/3482 56% [=================================== ] 1967/3482 56% [=================================== ] 1968/3482 56% [=================================== ] 1969/3482 56% [=================================== ] 1970/3482 56% [=================================== ] 1971/3482 56% [=================================== ] 1972/3482 56% [=================================== ] 1973/3482 56% [=================================== ] 1974/3482 56% [=================================== ] 1975/3482 56% [=================================== ] 1976/3482 56% [=================================== ] 1977/3482 56% [=================================== ] 1978/3482 56% [=================================== ] 1979/3482 56% [=================================== ] 1980/3482 56% [=================================== ] 1981/3482 56% [=================================== ] 1982/3482 56% [=================================== ] 1983/3482 56% [=================================== ] 1984/3482 56% [=================================== ] 1985/3482 57% [=================================== ] 1986/3482 57% [=================================== ] 1987/3482 57% [=================================== ] 1988/3482 57% [=================================== ] 1989/3482 57% [=================================== ] 1990/3482 57% [=================================== ] 1991/3482 57% [=================================== ] 1992/3482 57% [=================================== ] 1993/3482 57% [=================================== ] 1994/3482 57% [=================================== ] 1995/3482 57% [=================================== ] 1996/3482 57% [=================================== ] 1997/3482 57% [=================================== ] 1998/3482 57% [=================================== ] 1999/3482 57% [=================================== ] 2000/3482 57% [=================================== ] 2001/3482 57% [=================================== ] 2002/3482 57% [=================================== ] 2003/3482 57% [=================================== ] 2004/3482 57% [=================================== ] 2005/3482 57% [=================================== ] 2006/3482 57% [=================================== ] 2007/3482 57% [=================================== ] 2008/3482 57% [=================================== ] 2009/3482 57% [=================================== ] 2010/3482 57% [=================================== ] 2011/3482 57% [=================================== ] 2012/3482 57% [=================================== ] 2013/3482 57% [=================================== ] 2014/3482 57% [=================================== ] 2015/3482 57% [=================================== ] 2016/3482 57% [=================================== ] 2017/3482 57% [=================================== ] 2018/3482 57% [=================================== ] 2019/3482 57% [=================================== ] 2020/3482 58% [=================================== ] 2021/3482 58% [==================================== ] 2022/3482 58% [==================================== ] 2023/3482 58% [==================================== ] 2024/3482 58% [==================================== ] 2025/3482 58% [==================================== ] 2026/3482 58% [==================================== ] 2027/3482 58% [==================================== ] 2028/3482 58% [==================================== ] 2029/3482 58% [==================================== ] 2030/3482 58% [==================================== ] 2031/3482 58% [==================================== ] 2032/3482 58% [==================================== ] 2033/3482 58% [==================================== ] 2034/3482 58% [==================================== ] 2035/3482 58% [==================================== ] 2036/3482 58% [==================================== ] 2037/3482 58% [==================================== ] 2038/3482 58% [==================================== ] 2039/3482 58% [==================================== ] 2040/3482 58% [==================================== ] 2041/3482 58% [==================================== ] 2042/3482 58% [==================================== ] 2043/3482 58% [==================================== ] 2044/3482 58% [==================================== ] 2045/3482 58% [==================================== ] 2046/3482 58% [==================================== ] 2047/3482 58% [==================================== ] 2048/3482 58% [==================================== ] 2049/3482 58% [==================================== ] 2050/3482 58% [==================================== ] 2051/3482 58% [==================================== ] 2052/3482 58% [==================================== ] 2053/3482 58% [==================================== ] 2054/3482 58% [==================================== ] 2055/3482 59% [==================================== ] 2056/3482 59% [==================================== ] 2057/3482 59% [==================================== ] 2058/3482 59% [==================================== ] 2059/3482 59% [==================================== ] 2060/3482 59% [==================================== ] 2061/3482 59% [==================================== ] 2062/3482 59% [==================================== ] 2063/3482 59% [==================================== ] 2064/3482 59% [==================================== ] 2065/3482 59% [==================================== ] 2066/3482 59% [==================================== ] 2067/3482 59% [==================================== ] 2068/3482 59% [==================================== ] 2069/3482 59% [==================================== ] 2070/3482 59% [==================================== ] 2071/3482 59% [==================================== ] 2072/3482 59% [==================================== ] 2073/3482 59% [==================================== ] 2074/3482 59% [==================================== ] 2075/3482 59% [==================================== ] 2076/3482 59% [==================================== ] 2077/3482 59% [===================================== ] 2078/3482 59% [===================================== ] 2079/3482 59% [===================================== ] 2080/3482 59% [===================================== ] 2081/3482 59% [===================================== ] 2082/3482 59% [===================================== ] 2083/3482 59% [===================================== ] 2084/3482 59% [===================================== ] 2085/3482 59% [===================================== ] 2086/3482 59% [===================================== ] 2087/3482 59% [===================================== ] 2088/3482 59% [===================================== ] 2089/3482 59% [===================================== ] 2090/3482 60% [===================================== ] 2091/3482 60% [===================================== ] 2092/3482 60% [===================================== ] 2093/3482 60% [===================================== ] 2094/3482 60% [===================================== ] 2095/3482 60% [===================================== ] 2096/3482 60% [===================================== ] 2097/3482 60% [===================================== ] 2098/3482 60% [===================================== ] 2099/3482 60% [===================================== ] 2100/3482 60% [===================================== ] 2101/3482 60% [===================================== ] 2102/3482 60% [===================================== ] 2103/3482 60% [===================================== ] 2104/3482 60% [===================================== ] 2105/3482 60% [===================================== ] 2106/3482 60% [===================================== ] 2107/3482 60% [===================================== ] 2108/3482 60% [===================================== ] 2109/3482 60% [===================================== ] 2110/3482 60% [===================================== ] 2111/3482 60% [===================================== ] 2112/3482 60% [===================================== ] 2113/3482 60% [===================================== ] 2114/3482 60% [===================================== ] 2115/3482 60% [===================================== ] 2116/3482 60% [===================================== ] 2117/3482 60% [===================================== ] 2118/3482 60% [===================================== ] 2119/3482 60% [===================================== ] 2120/3482 60% [===================================== ] 2121/3482 60% [===================================== ] 2122/3482 60% [===================================== ] 2123/3482 60% [===================================== ] 2124/3482 60% [===================================== ] 2125/3482 61% [===================================== ] 2126/3482 61% [===================================== ] 2127/3482 61% [===================================== ] 2128/3482 61% [===================================== ] 2129/3482 61% [===================================== ] 2130/3482 61% [===================================== ] 2131/3482 61% [===================================== ] 2132/3482 61% [===================================== ] 2133/3482 61% [===================================== ] 2134/3482 61% [====================================== ] 2135/3482 61% [====================================== ] 2136/3482 61% [====================================== ] 2137/3482 61% [====================================== ] 2138/3482 61% [====================================== ] 2139/3482 61% [====================================== ] 2140/3482 61% [====================================== ] 2141/3482 61% [====================================== ] 2142/3482 61% [====================================== ] 2143/3482 61% [====================================== ] 2144/3482 61% [====================================== ] 2145/3482 61% [====================================== ] 2146/3482 61% [====================================== ] 2147/3482 61% [====================================== ] 2148/3482 61% [====================================== ] 2149/3482 61% [====================================== ] 2150/3482 61% [====================================== ] 2151/3482 61% [====================================== ] 2152/3482 61% [====================================== ] 2153/3482 61% [====================================== ] 2154/3482 61% [====================================== ] 2155/3482 61% [====================================== ] 2156/3482 61% [====================================== ] 2157/3482 61% [====================================== ] 2158/3482 61% [====================================== ] 2159/3482 62% [====================================== ] 2160/3482 62% [====================================== ] 2161/3482 62% [====================================== ] 2162/3482 62% [====================================== ] 2163/3482 62% [====================================== ] 2164/3482 62% [====================================== ] 2165/3482 62% [====================================== ] 2166/3482 62% [====================================== ] 2167/3482 62% [====================================== ] 2168/3482 62% [====================================== ] 2169/3482 62% [====================================== ] 2170/3482 62% [====================================== ] 2171/3482 62% [====================================== ] 2172/3482 62% [====================================== ] 2173/3482 62% [====================================== ] 2174/3482 62% [====================================== ] 2175/3482 62% [====================================== ] 2176/3482 62% [====================================== ] 2177/3482 62% [====================================== ] 2178/3482 62% [====================================== ] 2179/3482 62% [====================================== ] 2180/3482 62% [====================================== ] 2181/3482 62% [====================================== ] 2182/3482 62% [====================================== ] 2183/3482 62% [====================================== ] 2184/3482 62% [====================================== ] 2185/3482 62% [====================================== ] 2186/3482 62% [====================================== ] 2187/3482 62% [====================================== ] 2188/3482 62% [====================================== ] 2189/3482 62% [====================================== ] 2190/3482 62% [======================================= ] 2191/3482 62% [======================================= ] 2192/3482 62% [======================================= ] 2193/3482 62% [======================================= ] 2194/3482 63% [======================================= ] 2195/3482 63% [======================================= ] 2196/3482 63% [======================================= ] 2197/3482 63% [======================================= ] 2198/3482 63% [======================================= ] 2199/3482 63% [======================================= ] 2200/3482 63% [======================================= ] 2201/3482 63% [======================================= ] 2202/3482 63% [======================================= ] 2203/3482 63% [======================================= ] 2204/3482 63% [======================================= ] 2205/3482 63% [======================================= ] 2206/3482 63% [======================================= ] 2207/3482 63% [======================================= ] 2208/3482 63% [======================================= ] 2209/3482 63% [======================================= ] 2210/3482 63% [======================================= ] 2211/3482 63% [======================================= ] 2212/3482 63% [======================================= ] 2213/3482 63% [======================================= ] 2214/3482 63% [======================================= ] 2215/3482 63% [======================================= ] 2216/3482 63% [======================================= ] 2217/3482 63% [======================================= ] 2218/3482 63% [======================================= ] 2219/3482 63% [======================================= ] 2220/3482 63% [======================================= ] 2221/3482 63% [======================================= ] 2222/3482 63% [======================================= ] 2223/3482 63% [======================================= ] 2224/3482 63% [======================================= ] 2225/3482 63% [======================================= ] 2226/3482 63% [======================================= ] 2227/3482 63% [======================================= ] 2228/3482 63% [======================================= ] 2229/3482 64% [======================================= ] 2230/3482 64% [======================================= ] 2231/3482 64% [======================================= ] 2232/3482 64% [======================================= ] 2233/3482 64% [======================================= ] 2234/3482 64% [======================================= ] 2235/3482 64% [======================================= ] 2236/3482 64% [======================================= ] 2237/3482 64% [======================================= ] 2238/3482 64% [======================================= ] 2239/3482 64% [======================================= ] 2240/3482 64% [======================================= ] 2241/3482 64% [======================================= ] 2242/3482 64% [======================================= ] 2243/3482 64% [======================================= ] 2244/3482 64% [======================================= ] 2245/3482 64% [======================================= ] 2246/3482 64% [======================================== ] 2247/3482 64% [======================================== ] 2248/3482 64% [======================================== ] 2249/3482 64% [======================================== ] 2250/3482 64% [======================================== ] 2251/3482 64% [======================================== ] 2252/3482 64% [======================================== ] 2253/3482 64% [======================================== ] 2254/3482 64% [======================================== ] 2255/3482 64% [======================================== ] 2256/3482 64% [======================================== ] 2257/3482 64% [======================================== ] 2258/3482 64% [======================================== ] 2259/3482 64% [======================================== ] 2260/3482 64% [======================================== ] 2261/3482 64% [======================================== ] 2262/3482 64% [======================================== ] 2263/3482 64% [======================================== ] 2264/3482 65% [======================================== ] 2265/3482 65% [======================================== ] 2266/3482 65% [======================================== ] 2267/3482 65% [======================================== ] 2268/3482 65% [======================================== ] 2269/3482 65% [======================================== ] 2270/3482 65% [======================================== ] 2271/3482 65% [======================================== ] 2272/3482 65% [======================================== ] 2273/3482 65% [======================================== ] 2274/3482 65% [======================================== ] 2275/3482 65% [======================================== ] 2276/3482 65% [======================================== ] 2277/3482 65% [======================================== ] 2278/3482 65% [======================================== ] 2279/3482 65% [======================================== ] 2280/3482 65% [======================================== ] 2281/3482 65% [======================================== ] 2282/3482 65% [======================================== ] 2283/3482 65% [======================================== ] 2284/3482 65% [======================================== ] 2285/3482 65% [======================================== ] 2286/3482 65% [======================================== ] 2287/3482 65% [======================================== ] 2288/3482 65% [======================================== ] 2289/3482 65% [======================================== ] 2290/3482 65% [======================================== ] 2291/3482 65% [======================================== ] 2292/3482 65% [======================================== ] 2293/3482 65% [======================================== ] 2294/3482 65% [======================================== ] 2295/3482 65% [======================================== ] 2296/3482 65% [======================================== ] 2297/3482 65% [======================================== ] 2298/3482 65% [======================================== ] 2299/3482 66% [======================================== ] 2300/3482 66% [======================================== ] 2301/3482 66% [======================================== ] 2302/3482 66% [========================================= ] 2303/3482 66% [========================================= ] 2304/3482 66% [========================================= ] 2305/3482 66% [========================================= ] 2306/3482 66% [========================================= ] 2307/3482 66% [========================================= ] 2308/3482 66% [========================================= ] 2309/3482 66% [========================================= ] 2310/3482 66% [========================================= ] 2311/3482 66% [========================================= ] 2312/3482 66% [========================================= ] 2313/3482 66% [========================================= ] 2314/3482 66% [========================================= ] 2315/3482 66% [========================================= ] 2316/3482 66% [========================================= ] 2317/3482 66% [========================================= ] 2318/3482 66% [========================================= ] 2319/3482 66% [========================================= ] 2320/3482 66% [========================================= ] 2321/3482 66% [========================================= ] 2322/3482 66% [========================================= ] 2323/3482 66% [========================================= ] 2324/3482 66% [========================================= ] 2325/3482 66% [========================================= ] 2326/3482 66% [========================================= ] 2327/3482 66% [========================================= ] 2328/3482 66% [========================================= ] 2329/3482 66% [========================================= ] 2330/3482 66% [========================================= ] 2331/3482 66% [========================================= ] 2332/3482 66% [========================================= ] 2333/3482 67% [========================================= ] 2334/3482 67% [========================================= ] 2335/3482 67% [========================================= ] 2336/3482 67% [========================================= ] 2337/3482 67% [========================================= ] 2338/3482 67% [========================================= ] 2339/3482 67% [========================================= ] 2340/3482 67% [========================================= ] 2341/3482 67% [========================================= ] 2342/3482 67% [========================================= ] 2343/3482 67% [========================================= ] 2344/3482 67% [========================================= ] 2345/3482 67% [========================================= ] 2346/3482 67% [========================================= ] 2347/3482 67% [========================================= ] 2348/3482 67% [========================================= ] 2349/3482 67% [========================================= ] 2350/3482 67% [========================================= ] 2351/3482 67% [========================================= ] 2352/3482 67% [========================================= ] 2353/3482 67% [========================================= ] 2354/3482 67% [========================================= ] 2355/3482 67% [========================================= ] 2356/3482 67% [========================================= ] 2357/3482 67% [========================================= ] 2358/3482 67% [========================================== ] 2359/3482 67% [========================================== ] 2360/3482 67% [========================================== ] 2361/3482 67% [========================================== ] 2362/3482 67% [========================================== ] 2363/3482 67% [========================================== ] 2364/3482 67% [========================================== ] 2365/3482 67% [========================================== ] 2366/3482 67% [========================================== ] 2367/3482 67% [========================================== ] 2368/3482 68% [========================================== ] 2369/3482 68% [========================================== ] 2370/3482 68% [========================================== ] 2371/3482 68% [========================================== ] 2372/3482 68% [========================================== ] 2373/3482 68% [========================================== ] 2374/3482 68% [========================================== ] 2375/3482 68% [========================================== ] 2376/3482 68% [========================================== ] 2377/3482 68% [========================================== ] 2378/3482 68% [========================================== ] 2379/3482 68% [========================================== ] 2380/3482 68% [========================================== ] 2381/3482 68% [========================================== ] 2382/3482 68% [========================================== ] 2383/3482 68% [========================================== ] 2384/3482 68% [========================================== ] 2385/3482 68% [========================================== ] 2386/3482 68% [========================================== ] 2387/3482 68% [========================================== ] 2388/3482 68% [========================================== ] 2389/3482 68% [========================================== ] 2390/3482 68% [========================================== ] 2391/3482 68% [========================================== ] 2392/3482 68% [========================================== ] 2393/3482 68% [========================================== ] 2394/3482 68% [========================================== ] 2395/3482 68% [========================================== ] 2396/3482 68% [========================================== ] 2397/3482 68% [========================================== ] 2398/3482 68% [========================================== ] 2399/3482 68% [========================================== ] 2400/3482 68% [========================================== ] 2401/3482 68% [========================================== ] 2402/3482 68% [========================================== ] 2403/3482 69% [========================================== ] 2404/3482 69% [========================================== ] 2405/3482 69% [========================================== ] 2406/3482 69% [========================================== ] 2407/3482 69% [========================================== ] 2408/3482 69% [========================================== ] 2409/3482 69% [========================================== ] 2410/3482 69% [========================================== ] 2411/3482 69% [========================================== ] 2412/3482 69% [========================================== ] 2413/3482 69% [========================================== ] 2414/3482 69% [=========================================== ] 2415/3482 69% [=========================================== ] 2416/3482 69% [=========================================== ] 2417/3482 69% [=========================================== ] 2418/3482 69% [=========================================== ] 2419/3482 69% [=========================================== ] 2420/3482 69% [=========================================== ] 2421/3482 69% [=========================================== ] 2422/3482 69% [=========================================== ] 2423/3482 69% [=========================================== ] 2424/3482 69% [=========================================== ] 2425/3482 69% [=========================================== ] 2426/3482 69% [=========================================== ] 2427/3482 69% [=========================================== ] 2428/3482 69% [=========================================== ] 2429/3482 69% [=========================================== ] 2430/3482 69% [=========================================== ] 2431/3482 69% [=========================================== ] 2432/3482 69% [=========================================== ] 2433/3482 69% [=========================================== ] 2434/3482 69% [=========================================== ] 2435/3482 69% [=========================================== ] 2436/3482 69% [=========================================== ] 2437/3482 69% [=========================================== ] 2438/3482 70% [=========================================== ] 2439/3482 70% [=========================================== ] 2440/3482 70% [=========================================== ] 2441/3482 70% [=========================================== ] 2442/3482 70% [=========================================== ] 2443/3482 70% [=========================================== ] 2444/3482 70% [=========================================== ] 2445/3482 70% [=========================================== ] 2446/3482 70% [=========================================== ] 2447/3482 70% [=========================================== ] 2448/3482 70% [=========================================== ] 2449/3482 70% [=========================================== ] 2450/3482 70% [=========================================== ] 2451/3482 70% [=========================================== ] 2452/3482 70% [=========================================== ] 2453/3482 70% [=========================================== ] 2454/3482 70% [=========================================== ] 2455/3482 70% [=========================================== ] 2456/3482 70% [=========================================== ] 2457/3482 70% [=========================================== ] 2458/3482 70% [=========================================== ] 2459/3482 70% [=========================================== ] 2460/3482 70% [=========================================== ] 2461/3482 70% [=========================================== ] 2462/3482 70% [=========================================== ] 2463/3482 70% [=========================================== ] 2464/3482 70% [=========================================== ] 2465/3482 70% [=========================================== ] 2466/3482 70% [=========================================== ] 2467/3482 70% [=========================================== ] 2468/3482 70% [=========================================== ] 2469/3482 70% [=========================================== ] 2470/3482 70% [=========================================== ] 2471/3482 70% [============================================ ] 2472/3482 70% [============================================ ] 2473/3482 71% [============================================ ] 2474/3482 71% [============================================ ] 2475/3482 71% [============================================ ] 2476/3482 71% [============================================ ] 2477/3482 71% [============================================ ] 2478/3482 71% [============================================ ] 2479/3482 71% [============================================ ] 2480/3482 71% [============================================ ] 2481/3482 71% [============================================ ] 2482/3482 71% [============================================ ] 2483/3482 71% [============================================ ] 2484/3482 71% [============================================ ] 2485/3482 71% [============================================ ] 2486/3482 71% [============================================ ] 2487/3482 71% [============================================ ] 2488/3482 71% [============================================ ] 2489/3482 71% [============================================ ] 2490/3482 71% [============================================ ] 2491/3482 71% [============================================ ] 2492/3482 71% [============================================ ] 2493/3482 71% [============================================ ] 2494/3482 71% [============================================ ] 2495/3482 71% [============================================ ] 2496/3482 71% [============================================ ] 2497/3482 71% [============================================ ] 2498/3482 71% [============================================ ] 2499/3482 71% [============================================ ] 2500/3482 71% [============================================ ] 2501/3482 71% [============================================ ] 2502/3482 71% [============================================ ] 2503/3482 71% [============================================ ] 2504/3482 71% [============================================ ] 2505/3482 71% [============================================ ] 2506/3482 71% [============================================ ] 2507/3482 71% [============================================ ] 2508/3482 72% [============================================ ] 2509/3482 72% [============================================ ] 2510/3482 72% [============================================ ] 2511/3482 72% [============================================ ] 2512/3482 72% [============================================ ] 2513/3482 72% [============================================ ] 2514/3482 72% [============================================ ] 2515/3482 72% [============================================ ] 2516/3482 72% [============================================ ] 2517/3482 72% [============================================ ] 2518/3482 72% [============================================ ] 2519/3482 72% [============================================ ] 2520/3482 72% [============================================ ] 2521/3482 72% [============================================ ] 2522/3482 72% [============================================ ] 2523/3482 72% [============================================ ] 2524/3482 72% [============================================ ] 2525/3482 72% [============================================ ] 2526/3482 72% [============================================ ] 2527/3482 72% [============================================= ] 2528/3482 72% [============================================= ] 2529/3482 72% [============================================= ] 2530/3482 72% [============================================= ] 2531/3482 72% [============================================= ] 2532/3482 72% [============================================= ] 2533/3482 72% [============================================= ] 2534/3482 72% [============================================= ] 2535/3482 72% [============================================= ] 2536/3482 72% [============================================= ] 2537/3482 72% [============================================= ] 2538/3482 72% [============================================= ] 2539/3482 72% [============================================= ] 2540/3482 72% [============================================= ] 2541/3482 72% [============================================= ] 2542/3482 73% [============================================= ] 2543/3482 73% [============================================= ] 2544/3482 73% [============================================= ] 2545/3482 73% [============================================= ] 2546/3482 73% [============================================= ] 2547/3482 73% [============================================= ] 2548/3482 73% [============================================= ] 2549/3482 73% [============================================= ] 2550/3482 73% [============================================= ] 2551/3482 73% [============================================= ] 2552/3482 73% [============================================= ] 2553/3482 73% [============================================= ] 2554/3482 73% [============================================= ] 2555/3482 73% [============================================= ] 2556/3482 73% [============================================= ] 2557/3482 73% [============================================= ] 2558/3482 73% [============================================= ] 2559/3482 73% [============================================= ] 2560/3482 73% [============================================= ] 2561/3482 73% [============================================= ] 2562/3482 73% [============================================= ] 2563/3482 73% [============================================= ] 2564/3482 73% [============================================= ] 2565/3482 73% [============================================= ] 2566/3482 73% [============================================= ] 2567/3482 73% [============================================= ] 2568/3482 73% [============================================= ] 2569/3482 73% [============================================= ] 2570/3482 73% [============================================= ] 2571/3482 73% [============================================= ] 2572/3482 73% [============================================= ] 2573/3482 73% [============================================= ] 2574/3482 73% [============================================= ] 2575/3482 73% [============================================= ] 2576/3482 73% [============================================= ] 2577/3482 74% [============================================= ] 2578/3482 74% [============================================= ] 2579/3482 74% [============================================= ] 2580/3482 74% [============================================= ] 2581/3482 74% [============================================= ] 2582/3482 74% [============================================= ] 2583/3482 74% [============================================== ] 2584/3482 74% [============================================== ] 2585/3482 74% [============================================== ] 2586/3482 74% [============================================== ] 2587/3482 74% [============================================== ] 2588/3482 74% [============================================== ] 2589/3482 74% [============================================== ] 2590/3482 74% [============================================== ] 2591/3482 74% [============================================== ] 2592/3482 74% [============================================== ] 2593/3482 74% [============================================== ] 2594/3482 74% [============================================== ] 2595/3482 74% [============================================== ] 2596/3482 74% [============================================== ] 2597/3482 74% [============================================== ] 2598/3482 74% [============================================== ] 2599/3482 74% [============================================== ] 2600/3482 74% [============================================== ] 2601/3482 74% [============================================== ] 2602/3482 74% [============================================== ] 2603/3482 74% [============================================== ] 2604/3482 74% [============================================== ] 2605/3482 74% [============================================== ] 2606/3482 74% [============================================== ] 2607/3482 74% [============================================== ] 2608/3482 74% [============================================== ] 2609/3482 74% [============================================== ] 2610/3482 74% [============================================== ] 2611/3482 74% [============================================== ] 2612/3482 75% [============================================== ] 2613/3482 75% [============================================== ] 2614/3482 75% [============================================== ] 2615/3482 75% [============================================== ] 2616/3482 75% [============================================== ] 2617/3482 75% [============================================== ] 2618/3482 75% [============================================== ] 2619/3482 75% [============================================== ] 2620/3482 75% [============================================== ] 2621/3482 75% [============================================== ] 2622/3482 75% [============================================== ] 2623/3482 75% [============================================== ] 2624/3482 75% [============================================== ] 2625/3482 75% [============================================== ] 2626/3482 75% [============================================== ] 2627/3482 75% [============================================== ] 2628/3482 75% [============================================== ] 2629/3482 75% [============================================== ] 2630/3482 75% [============================================== ] 2631/3482 75% [============================================== ] 2632/3482 75% [============================================== ] 2633/3482 75% [============================================== ] 2634/3482 75% [============================================== ] 2635/3482 75% [============================================== ] 2636/3482 75% [============================================== ] 2637/3482 75% [============================================== ] 2638/3482 75% [============================================== ] 2639/3482 75% [=============================================== ] 2640/3482 75% [=============================================== ] 2641/3482 75% [=============================================== ] 2642/3482 75% [=============================================== ] 2643/3482 75% [=============================================== ] 2644/3482 75% [=============================================== ] 2645/3482 75% [=============================================== ] 2646/3482 75% [=============================================== ] 2647/3482 76% [=============================================== ] 2648/3482 76% [=============================================== ] 2649/3482 76% [=============================================== ] 2650/3482 76% [=============================================== ] 2651/3482 76% [=============================================== ] 2652/3482 76% [=============================================== ] 2653/3482 76% [=============================================== ] 2654/3482 76% [=============================================== ] 2655/3482 76% [=============================================== ] 2656/3482 76% [=============================================== ] 2657/3482 76% [=============================================== ] 2658/3482 76% [=============================================== ] 2659/3482 76% [=============================================== ] 2660/3482 76% [=============================================== ] 2661/3482 76% [=============================================== ] 2662/3482 76% [=============================================== ] 2663/3482 76% [=============================================== ] 2664/3482 76% [=============================================== ] 2665/3482 76% [=============================================== ] 2666/3482 76% [=============================================== ] 2667/3482 76% [=============================================== ] 2668/3482 76% [=============================================== ] 2669/3482 76% [=============================================== ] 2670/3482 76% [=============================================== ] 2671/3482 76% [=============================================== ] 2672/3482 76% [=============================================== ] 2673/3482 76% [=============================================== ] 2674/3482 76% [=============================================== ] 2675/3482 76% [=============================================== ] 2676/3482 76% [=============================================== ] 2677/3482 76% [=============================================== ] 2678/3482 76% [=============================================== ] 2679/3482 76% [=============================================== ] 2680/3482 76% [=============================================== ] 2681/3482 76% [=============================================== ] 2682/3482 77% [=============================================== ] 2683/3482 77% [=============================================== ] 2684/3482 77% [=============================================== ] 2685/3482 77% [=============================================== ] 2686/3482 77% [=============================================== ] 2687/3482 77% [=============================================== ] 2688/3482 77% [=============================================== ] 2689/3482 77% [=============================================== ] 2690/3482 77% [=============================================== ] 2691/3482 77% [=============================================== ] 2692/3482 77% [=============================================== ] 2693/3482 77% [=============================================== ] 2694/3482 77% [=============================================== ] 2695/3482 77% [================================================ ] 2696/3482 77% [================================================ ] 2697/3482 77% [================================================ ] 2698/3482 77% [================================================ ] 2699/3482 77% [================================================ ] 2700/3482 77% [================================================ ] 2701/3482 77% [================================================ ] 2702/3482 77% [================================================ ] 2703/3482 77% [================================================ ] 2704/3482 77% [================================================ ] 2705/3482 77% [================================================ ] 2706/3482 77% [================================================ ] 2707/3482 77% [================================================ ] 2708/3482 77% [================================================ ] 2709/3482 77% [================================================ ] 2710/3482 77% [================================================ ] 2711/3482 77% [================================================ ] 2712/3482 77% [================================================ ] 2713/3482 77% [================================================ ] 2714/3482 77% [================================================ ] 2715/3482 77% [================================================ ] 2716/3482 78% [================================================ ] 2717/3482 78% [================================================ ] 2718/3482 78% [================================================ ] 2719/3482 78% [================================================ ] 2720/3482 78% [================================================ ] 2721/3482 78% [================================================ ] 2722/3482 78% [================================================ ] 2723/3482 78% [================================================ ] 2724/3482 78% [================================================ ] 2725/3482 78% [================================================ ] 2726/3482 78% [================================================ ] 2727/3482 78% [================================================ ] 2728/3482 78% [================================================ ] 2729/3482 78% [================================================ ] 2730/3482 78% [================================================ ] 2731/3482 78% [================================================ ] 2732/3482 78% [================================================ ] 2733/3482 78% [================================================ ] 2734/3482 78% [================================================ ] 2735/3482 78% [================================================ ] 2736/3482 78% [================================================ ] 2737/3482 78% [================================================ ] 2738/3482 78% [================================================ ] 2739/3482 78% [================================================ ] 2740/3482 78% [================================================ ] 2741/3482 78% [================================================ ] 2742/3482 78% [================================================ ] 2743/3482 78% [================================================ ] 2744/3482 78% [================================================ ] 2745/3482 78% [================================================ ] 2746/3482 78% [================================================ ] 2747/3482 78% [================================================ ] 2748/3482 78% [================================================ ] 2749/3482 78% [================================================ ] 2750/3482 78% [================================================ ] 2751/3482 79% [================================================= ] 2752/3482 79% [================================================= ] 2753/3482 79% [================================================= ] 2754/3482 79% [================================================= ] 2755/3482 79% [================================================= ] 2756/3482 79% [================================================= ] 2757/3482 79% [================================================= ] 2758/3482 79% [================================================= ] 2759/3482 79% [================================================= ] 2760/3482 79% [================================================= ] 2761/3482 79% [================================================= ] 2762/3482 79% [================================================= ] 2763/3482 79% [================================================= ] 2764/3482 79% [================================================= ] 2765/3482 79% [================================================= ] 2766/3482 79% [================================================= ] 2767/3482 79% [================================================= ] 2768/3482 79% [================================================= ] 2769/3482 79% [================================================= ] 2770/3482 79% [================================================= ] 2771/3482 79% [================================================= ] 2772/3482 79% [================================================= ] 2773/3482 79% [================================================= ] 2774/3482 79% [================================================= ] 2775/3482 79% [================================================= ] 2776/3482 79% [================================================= ] 2777/3482 79% [================================================= ] 2778/3482 79% [================================================= ] 2779/3482 79% [================================================= ] 2780/3482 79% [================================================= ] 2781/3482 79% [================================================= ] 2782/3482 79% [================================================= ] 2783/3482 79% [================================================= ] 2784/3482 79% [================================================= ] 2785/3482 79% [================================================= ] 2786/3482 80% [================================================= ] 2787/3482 80% [================================================= ] 2788/3482 80% [================================================= ] 2789/3482 80% [================================================= ] 2790/3482 80% [================================================= ] 2791/3482 80% [================================================= ] 2792/3482 80% [================================================= ] 2793/3482 80% [================================================= ] 2794/3482 80% [================================================= ] 2795/3482 80% [================================================= ] 2796/3482 80% [================================================= ] 2797/3482 80% [================================================= ] 2798/3482 80% [================================================= ] 2799/3482 80% [================================================= ] 2800/3482 80% [================================================= ] 2801/3482 80% [================================================= ] 2802/3482 80% [================================================= ] 2803/3482 80% [================================================= ] 2804/3482 80% [================================================= ] 2805/3482 80% [================================================= ] 2806/3482 80% [================================================= ] 2807/3482 80% [================================================= ] 2808/3482 80% [================================================== ] 2809/3482 80% [================================================== ] 2810/3482 80% [================================================== ] 2811/3482 80% [================================================== ] 2812/3482 80% [================================================== ] 2813/3482 80% [================================================== ] 2814/3482 80% [================================================== ] 2815/3482 80% [================================================== ] 2816/3482 80% [================================================== ] 2817/3482 80% [================================================== ] 2818/3482 80% [================================================== ] 2819/3482 80% [================================================== ] 2820/3482 80% [================================================== ] 2821/3482 81% [================================================== ] 2822/3482 81% [================================================== ] 2823/3482 81% [================================================== ] 2824/3482 81% [================================================== ] 2825/3482 81% [================================================== ] 2826/3482 81% [================================================== ] 2827/3482 81% [================================================== ] 2828/3482 81% [================================================== ] 2829/3482 81% [================================================== ] 2830/3482 81% [================================================== ] 2831/3482 81% [================================================== ] 2832/3482 81% [================================================== ] 2833/3482 81% [================================================== ] 2834/3482 81% [================================================== ] 2835/3482 81% [================================================== ] 2836/3482 81% [================================================== ] 2837/3482 81% [================================================== ] 2838/3482 81% [================================================== ] 2839/3482 81% [================================================== ] 2840/3482 81% [================================================== ] 2841/3482 81% [================================================== ] 2842/3482 81% [================================================== ] 2843/3482 81% [================================================== ] 2844/3482 81% [================================================== ] 2845/3482 81% [================================================== ] 2846/3482 81% [================================================== ] 2847/3482 81% [================================================== ] 2848/3482 81% [================================================== ] 2849/3482 81% [================================================== ] 2850/3482 81% [================================================== ] 2851/3482 81% [================================================== ] 2852/3482 81% [================================================== ] 2853/3482 81% [================================================== ] 2854/3482 81% [================================================== ] 2855/3482 81% [================================================== ] 2856/3482 82% [================================================== ] 2857/3482 82% [================================================== ] 2858/3482 82% [================================================== ] 2859/3482 82% [================================================== ] 2860/3482 82% [================================================== ] 2861/3482 82% [================================================== ] 2862/3482 82% [================================================== ] 2863/3482 82% [================================================== ] 2864/3482 82% [=================================================== ] 2865/3482 82% [=================================================== ] 2866/3482 82% [=================================================== ] 2867/3482 82% [=================================================== ] 2868/3482 82% [=================================================== ] 2869/3482 82% [=================================================== ] 2870/3482 82% [=================================================== ] 2871/3482 82% [=================================================== ] 2872/3482 82% [=================================================== ] 2873/3482 82% [=================================================== ] 2874/3482 82% [=================================================== ] 2875/3482 82% [=================================================== ] 2876/3482 82% [=================================================== ] 2877/3482 82% [=================================================== ] 2878/3482 82% [=================================================== ] 2879/3482 82% [=================================================== ] 2880/3482 82% [=================================================== ] 2881/3482 82% [=================================================== ] 2882/3482 82% [=================================================== ] 2883/3482 82% [=================================================== ] 2884/3482 82% [=================================================== ] 2885/3482 82% [=================================================== ] 2886/3482 82% [=================================================== ] 2887/3482 82% [=================================================== ] 2888/3482 82% [=================================================== ] 2889/3482 82% [=================================================== ] 2890/3482 82% [=================================================== ] 2891/3482 83% [=================================================== ] 2892/3482 83% [=================================================== ] 2893/3482 83% [=================================================== ] 2894/3482 83% [=================================================== ] 2895/3482 83% [=================================================== ] 2896/3482 83% [=================================================== ] 2897/3482 83% [=================================================== ] 2898/3482 83% [=================================================== ] 2899/3482 83% [=================================================== ] 2900/3482 83% [=================================================== ] 2901/3482 83% [=================================================== ] 2902/3482 83% [=================================================== ] 2903/3482 83% [=================================================== ] 2904/3482 83% [=================================================== ] 2905/3482 83% [=================================================== ] 2906/3482 83% [=================================================== ] 2907/3482 83% [=================================================== ] 2908/3482 83% [=================================================== ] 2909/3482 83% [=================================================== ] 2910/3482 83% [=================================================== ] 2911/3482 83% [=================================================== ] 2912/3482 83% [=================================================== ] 2913/3482 83% [=================================================== ] 2914/3482 83% [=================================================== ] 2915/3482 83% [=================================================== ] 2916/3482 83% [=================================================== ] 2917/3482 83% [=================================================== ] 2918/3482 83% [=================================================== ] 2919/3482 83% [=================================================== ] 2920/3482 83% [==================================================== ] 2921/3482 83% [==================================================== ] 2922/3482 83% [==================================================== ] 2923/3482 83% [==================================================== ] 2924/3482 83% [==================================================== ] 2925/3482 84% [==================================================== ] 2926/3482 84% [==================================================== ] 2927/3482 84% [==================================================== ] 2928/3482 84% [==================================================== ] 2929/3482 84% [==================================================== ] 2930/3482 84% [==================================================== ] 2931/3482 84% [==================================================== ] 2932/3482 84% [==================================================== ] 2933/3482 84% [==================================================== ] 2934/3482 84% [==================================================== ] 2935/3482 84% [==================================================== ] 2936/3482 84% [==================================================== ] 2937/3482 84% [==================================================== ] 2938/3482 84% [==================================================== ] 2939/3482 84% [==================================================== ] 2940/3482 84% [==================================================== ] 2941/3482 84% [==================================================== ] 2942/3482 84% [==================================================== ] 2943/3482 84% [==================================================== ] 2944/3482 84% [==================================================== ] 2945/3482 84% [==================================================== ] 2946/3482 84% [==================================================== ] 2947/3482 84% [==================================================== ] 2948/3482 84% [==================================================== ] 2949/3482 84% [==================================================== ] 2950/3482 84% [==================================================== ] 2951/3482 84% [==================================================== ] 2952/3482 84% [==================================================== ] 2953/3482 84% [==================================================== ] 2954/3482 84% [==================================================== ] 2955/3482 84% [==================================================== ] 2956/3482 84% [==================================================== ] 2957/3482 84% [==================================================== ] 2958/3482 84% [==================================================== ] 2959/3482 84% [==================================================== ] 2960/3482 85% [==================================================== ] 2961/3482 85% [==================================================== ] 2962/3482 85% [==================================================== ] 2963/3482 85% [==================================================== ] 2964/3482 85% [==================================================== ] 2965/3482 85% [==================================================== ] 2966/3482 85% [==================================================== ] 2967/3482 85% [==================================================== ] 2968/3482 85% [==================================================== ] 2969/3482 85% [==================================================== ] 2970/3482 85% [==================================================== ] 2971/3482 85% [==================================================== ] 2972/3482 85% [==================================================== ] 2973/3482 85% [==================================================== ] 2974/3482 85% [==================================================== ] 2975/3482 85% [==================================================== ] 2976/3482 85% [===================================================== ] 2977/3482 85% [===================================================== ] 2978/3482 85% [===================================================== ] 2979/3482 85% [===================================================== ] 2980/3482 85% [===================================================== ] 2981/3482 85% [===================================================== ] 2982/3482 85% [===================================================== ] 2983/3482 85% [===================================================== ] 2984/3482 85% [===================================================== ] 2985/3482 85% [===================================================== ] 2986/3482 85% [===================================================== ] 2987/3482 85% [===================================================== ] 2988/3482 85% [===================================================== ] 2989/3482 85% [===================================================== ] 2990/3482 85% [===================================================== ] 2991/3482 85% [===================================================== ] 2992/3482 85% [===================================================== ] 2993/3482 85% [===================================================== ] 2994/3482 85% [===================================================== ] 2995/3482 86% [===================================================== ] 2996/3482 86% [===================================================== ] 2997/3482 86% [===================================================== ] 2998/3482 86% [===================================================== ] 2999/3482 86% [===================================================== ] 3000/3482 86% [===================================================== ] 3001/3482 86% [===================================================== ] 3002/3482 86% [===================================================== ] 3003/3482 86% [===================================================== ] 3004/3482 86% [===================================================== ] 3005/3482 86% [===================================================== ] 3006/3482 86% [===================================================== ] 3007/3482 86% [===================================================== ] 3008/3482 86% [===================================================== ] 3009/3482 86% [===================================================== ] 3010/3482 86% [===================================================== ] 3011/3482 86% [===================================================== ] 3012/3482 86% [===================================================== ] 3013/3482 86% [===================================================== ] 3014/3482 86% [===================================================== ] 3015/3482 86% [===================================================== ] 3016/3482 86% [===================================================== ] 3017/3482 86% [===================================================== ] 3018/3482 86% [===================================================== ] 3019/3482 86% [===================================================== ] 3020/3482 86% [===================================================== ] 3021/3482 86% [===================================================== ] 3022/3482 86% [===================================================== ] 3023/3482 86% [===================================================== ] 3024/3482 86% [===================================================== ] 3025/3482 86% [===================================================== ] 3026/3482 86% [===================================================== ] 3027/3482 86% [===================================================== ] 3028/3482 86% [===================================================== ] 3029/3482 86% [===================================================== ] 3030/3482 87% [===================================================== ] 3031/3482 87% [===================================================== ] 3032/3482 87% [====================================================== ] 3033/3482 87% [====================================================== ] 3034/3482 87% [====================================================== ] 3035/3482 87% [====================================================== ] 3036/3482 87% [====================================================== ] 3037/3482 87% [====================================================== ] 3038/3482 87% [====================================================== ] 3039/3482 87% [====================================================== ] 3040/3482 87% [====================================================== ] 3041/3482 87% [====================================================== ] 3042/3482 87% [====================================================== ] 3043/3482 87% [====================================================== ] 3044/3482 87% [====================================================== ] 3045/3482 87% [====================================================== ] 3046/3482 87% [====================================================== ] 3047/3482 87% [====================================================== ] 3048/3482 87% [====================================================== ] 3049/3482 87% [====================================================== ] 3050/3482 87% [====================================================== ] 3051/3482 87% [====================================================== ] 3052/3482 87% [====================================================== ] 3053/3482 87% [====================================================== ] 3054/3482 87% [====================================================== ] 3055/3482 87% [====================================================== ] 3056/3482 87% [====================================================== ] 3057/3482 87% [====================================================== ] 3058/3482 87% [====================================================== ] 3059/3482 87% [====================================================== ] 3060/3482 87% [====================================================== ] 3061/3482 87% [====================================================== ] 3062/3482 87% [====================================================== ] 3063/3482 87% [====================================================== ] 3064/3482 87% [====================================================== ] 3065/3482 88% [====================================================== ] 3066/3482 88% [====================================================== ] 3067/3482 88% [====================================================== ] 3068/3482 88% [====================================================== ] 3069/3482 88% [====================================================== ] 3070/3482 88% [====================================================== ] 3071/3482 88% [====================================================== ] 3072/3482 88% [====================================================== ] 3073/3482 88% [====================================================== ] 3074/3482 88% [====================================================== ] 3075/3482 88% [====================================================== ] 3076/3482 88% [====================================================== ] 3077/3482 88% [====================================================== ] 3078/3482 88% [====================================================== ] 3079/3482 88% [====================================================== ] 3080/3482 88% [====================================================== ] 3081/3482 88% [====================================================== ] 3082/3482 88% [====================================================== ] 3083/3482 88% [====================================================== ] 3084/3482 88% [====================================================== ] 3085/3482 88% [====================================================== ] 3086/3482 88% [====================================================== ] 3087/3482 88% [====================================================== ] 3088/3482 88% [======================================================= ] 3089/3482 88% [======================================================= ] 3090/3482 88% [======================================================= ] 3091/3482 88% [======================================================= ] 3092/3482 88% [======================================================= ] 3093/3482 88% [======================================================= ] 3094/3482 88% [======================================================= ] 3095/3482 88% [======================================================= ] 3096/3482 88% [======================================================= ] 3097/3482 88% [======================================================= ] 3098/3482 88% [======================================================= ] 3099/3482 89% [======================================================= ] 3100/3482 89% [======================================================= ] 3101/3482 89% [======================================================= ] 3102/3482 89% [======================================================= ] 3103/3482 89% [======================================================= ] 3104/3482 89% [======================================================= ] 3105/3482 89% [======================================================= ] 3106/3482 89% [======================================================= ] 3107/3482 89% [======================================================= ] 3108/3482 89% [======================================================= ] 3109/3482 89% [======================================================= ] 3110/3482 89% [======================================================= ] 3111/3482 89% [======================================================= ] 3112/3482 89% [======================================================= ] 3113/3482 89% [======================================================= ] 3114/3482 89% [======================================================= ] 3115/3482 89% [======================================================= ] 3116/3482 89% [======================================================= ] 3117/3482 89% [======================================================= ] 3118/3482 89% [======================================================= ] 3119/3482 89% [======================================================= ] 3120/3482 89% [======================================================= ] 3121/3482 89% [======================================================= ] 3122/3482 89% [======================================================= ] 3123/3482 89% [======================================================= ] 3124/3482 89% [======================================================= ] 3125/3482 89% [======================================================= ] 3126/3482 89% [======================================================= ] 3127/3482 89% [======================================================= ] 3128/3482 89% [======================================================= ] 3129/3482 89% [======================================================= ] 3130/3482 89% [======================================================= ] 3131/3482 89% [======================================================= ] 3132/3482 89% [======================================================= ] 3133/3482 89% [======================================================= ] 3134/3482 90% [======================================================= ] 3135/3482 90% [======================================================= ] 3136/3482 90% [======================================================= ] 3137/3482 90% [======================================================= ] 3138/3482 90% [======================================================= ] 3139/3482 90% [======================================================= ] 3140/3482 90% [======================================================= ] 3141/3482 90% [======================================================= ] 3142/3482 90% [======================================================= ] 3143/3482 90% [======================================================= ] 3144/3482 90% [======================================================= ] 3145/3482 90% [======================================================== ] 3146/3482 90% [======================================================== ] 3147/3482 90% [======================================================== ] 3148/3482 90% [======================================================== ] 3149/3482 90% [======================================================== ] 3150/3482 90% [======================================================== ] 3151/3482 90% [======================================================== ] 3152/3482 90% [======================================================== ] 3153/3482 90% [======================================================== ] 3154/3482 90% [======================================================== ] 3155/3482 90% [======================================================== ] 3156/3482 90% [======================================================== ] 3157/3482 90% [======================================================== ] 3158/3482 90% [======================================================== ] 3159/3482 90% [======================================================== ] 3160/3482 90% [======================================================== ] 3161/3482 90% [======================================================== ] 3162/3482 90% [======================================================== ] 3163/3482 90% [======================================================== ] 3164/3482 90% [======================================================== ] 3165/3482 90% [======================================================== ] 3166/3482 90% [======================================================== ] 3167/3482 90% [======================================================== ] 3168/3482 90% [======================================================== ] 3169/3482 91% [======================================================== ] 3170/3482 91% [======================================================== ] 3171/3482 91% [======================================================== ] 3172/3482 91% [======================================================== ] 3173/3482 91% [======================================================== ] 3174/3482 91% [======================================================== ] 3175/3482 91% [======================================================== ] 3176/3482 91% [======================================================== ] 3177/3482 91% [======================================================== ] 3178/3482 91% [======================================================== ] 3179/3482 91% [======================================================== ] 3180/3482 91% [======================================================== ] 3181/3482 91% [======================================================== ] 3182/3482 91% [======================================================== ] 3183/3482 91% [======================================================== ] 3184/3482 91% [======================================================== ] 3185/3482 91% [======================================================== ] 3186/3482 91% [======================================================== ] 3187/3482 91% [======================================================== ] 3188/3482 91% [======================================================== ] 3189/3482 91% [======================================================== ] 3190/3482 91% [======================================================== ] 3191/3482 91% [======================================================== ] 3192/3482 91% [======================================================== ] 3193/3482 91% [======================================================== ] 3194/3482 91% [======================================================== ] 3195/3482 91% [======================================================== ] 3196/3482 91% [======================================================== ] 3197/3482 91% [======================================================== ] 3198/3482 91% [======================================================== ] 3199/3482 91% [======================================================== ] 3200/3482 91% [======================================================== ] 3201/3482 91% [========================================================= ] 3202/3482 91% [========================================================= ] 3203/3482 91% [========================================================= ] 3204/3482 92% [========================================================= ] 3205/3482 92% [========================================================= ] 3206/3482 92% [========================================================= ] 3207/3482 92% [========================================================= ] 3208/3482 92% [========================================================= ] 3209/3482 92% [========================================================= ] 3210/3482 92% [========================================================= ] 3211/3482 92% [========================================================= ] 3212/3482 92% [========================================================= ] 3213/3482 92% [========================================================= ] 3214/3482 92% [========================================================= ] 3215/3482 92% [========================================================= ] 3216/3482 92% [========================================================= ] 3217/3482 92% [========================================================= ] 3218/3482 92% [========================================================= ] 3219/3482 92% [========================================================= ] 3220/3482 92% [========================================================= ] 3221/3482 92% [========================================================= ] 3222/3482 92% [========================================================= ] 3223/3482 92% [========================================================= ] 3224/3482 92% [========================================================= ] 3225/3482 92% [========================================================= ] 3226/3482 92% [========================================================= ] 3227/3482 92% [========================================================= ] 3228/3482 92% [========================================================= ] 3229/3482 92% [========================================================= ] 3230/3482 92% [========================================================= ] 3231/3482 92% [========================================================= ] 3232/3482 92% [========================================================= ] 3233/3482 92% [========================================================= ] 3234/3482 92% [========================================================= ] 3235/3482 92% [========================================================= ] 3236/3482 92% [========================================================= ] 3237/3482 92% [========================================================= ] 3238/3482 92% [========================================================= ] 3239/3482 93% [========================================================= ] 3240/3482 93% [========================================================= ] 3241/3482 93% [========================================================= ] 3242/3482 93% [========================================================= ] 3243/3482 93% [========================================================= ] 3244/3482 93% [========================================================= ] 3245/3482 93% [========================================================= ] 3246/3482 93% [========================================================= ] 3247/3482 93% [========================================================= ] 3248/3482 93% [========================================================= ] 3249/3482 93% [========================================================= ] 3250/3482 93% [========================================================= ] 3251/3482 93% [========================================================= ] 3252/3482 93% [========================================================= ] 3253/3482 93% [========================================================= ] 3254/3482 93% [========================================================= ] 3255/3482 93% [========================================================= ] 3256/3482 93% [========================================================= ] 3257/3482 93% [========================================================== ] 3258/3482 93% [========================================================== ] 3259/3482 93% [========================================================== ] 3260/3482 93% [========================================================== ] 3261/3482 93% [========================================================== ] 3262/3482 93% [========================================================== ] 3263/3482 93% [========================================================== ] 3264/3482 93% [========================================================== ] 3265/3482 93% [========================================================== ] 3266/3482 93% [========================================================== ] 3267/3482 93% [========================================================== ] 3268/3482 93% [========================================================== ] 3269/3482 93% [========================================================== ] 3270/3482 93% [========================================================== ] 3271/3482 93% [========================================================== ] 3272/3482 93% [========================================================== ] 3273/3482 93% [========================================================== ] 3274/3482 94% [========================================================== ] 3275/3482 94% [========================================================== ] 3276/3482 94% [========================================================== ] 3277/3482 94% [========================================================== ] 3278/3482 94% [========================================================== ] 3279/3482 94% [========================================================== ] 3280/3482 94% [========================================================== ] 3281/3482 94% [========================================================== ] 3282/3482 94% [========================================================== ] 3283/3482 94% [========================================================== ] 3284/3482 94% [========================================================== ] 3285/3482 94% [========================================================== ] 3286/3482 94% [========================================================== ] 3287/3482 94% [========================================================== ] 3288/3482 94% [========================================================== ] 3289/3482 94% [========================================================== ] 3290/3482 94% [========================================================== ] 3291/3482 94% [========================================================== ] 3292/3482 94% [========================================================== ] 3293/3482 94% [========================================================== ] 3294/3482 94% [========================================================== ] 3295/3482 94% [========================================================== ] 3296/3482 94% [========================================================== ] 3297/3482 94% [========================================================== ] 3298/3482 94% [========================================================== ] 3299/3482 94% [========================================================== ] 3300/3482 94% [========================================================== ] 3301/3482 94% [========================================================== ] 3302/3482 94% [========================================================== ] 3303/3482 94% [========================================================== ] 3304/3482 94% [========================================================== ] 3305/3482 94% [========================================================== ] 3306/3482 94% [========================================================== ] 3307/3482 94% [========================================================== ] 3308/3482 95% [========================================================== ] 3309/3482 95% [========================================================== ] 3310/3482 95% [========================================================== ] 3311/3482 95% [========================================================== ] 3312/3482 95% [========================================================== ] 3313/3482 95% [=========================================================== ] 3314/3482 95% [=========================================================== ] 3315/3482 95% [=========================================================== ] 3316/3482 95% [=========================================================== ] 3317/3482 95% [=========================================================== ] 3318/3482 95% [=========================================================== ] 3319/3482 95% [=========================================================== ] 3320/3482 95% [=========================================================== ] 3321/3482 95% [=========================================================== ] 3322/3482 95% [=========================================================== ] 3323/3482 95% [=========================================================== ] 3324/3482 95% [=========================================================== ] 3325/3482 95% [=========================================================== ] 3326/3482 95% [=========================================================== ] 3327/3482 95% [=========================================================== ] 3328/3482 95% [=========================================================== ] 3329/3482 95% [=========================================================== ] 3330/3482 95% [=========================================================== ] 3331/3482 95% [=========================================================== ] 3332/3482 95% [=========================================================== ] 3333/3482 95% [=========================================================== ] 3334/3482 95% [=========================================================== ] 3335/3482 95% [=========================================================== ] 3336/3482 95% [=========================================================== ] 3337/3482 95% [=========================================================== ] 3338/3482 95% [=========================================================== ] 3339/3482 95% [=========================================================== ] 3340/3482 95% [=========================================================== ] 3341/3482 95% [=========================================================== ] 3342/3482 95% [=========================================================== ] 3343/3482 96% [=========================================================== ] 3344/3482 96% [=========================================================== ] 3345/3482 96% [=========================================================== ] 3346/3482 96% [=========================================================== ] 3347/3482 96% [=========================================================== ] 3348/3482 96% [=========================================================== ] 3349/3482 96% [=========================================================== ] 3350/3482 96% [=========================================================== ] 3351/3482 96% [=========================================================== ] 3352/3482 96% [=========================================================== ] 3353/3482 96% [=========================================================== ] 3354/3482 96% [=========================================================== ] 3355/3482 96% [=========================================================== ] 3356/3482 96% [=========================================================== ] 3357/3482 96% [=========================================================== ] 3358/3482 96% [=========================================================== ] 3359/3482 96% [=========================================================== ] 3360/3482 96% [=========================================================== ] 3361/3482 96% [=========================================================== ] 3362/3482 96% [=========================================================== ] 3363/3482 96% [=========================================================== ] 3364/3482 96% [=========================================================== ] 3365/3482 96% [=========================================================== ] 3366/3482 96% [=========================================================== ] 3367/3482 96% [=========================================================== ] 3368/3482 96% [=========================================================== ] 3369/3482 96% [============================================================ ] 3370/3482 96% [============================================================ ] 3371/3482 96% [============================================================ ] 3372/3482 96% [============================================================ ] 3373/3482 96% [============================================================ ] 3374/3482 96% [============================================================ ] 3375/3482 96% [============================================================ ] 3376/3482 96% [============================================================ ] 3377/3482 96% [============================================================ ] 3378/3482 97% [============================================================ ] 3379/3482 97% [============================================================ ] 3380/3482 97% [============================================================ ] 3381/3482 97% [============================================================ ] 3382/3482 97% [============================================================ ] 3383/3482 97% [============================================================ ] 3384/3482 97% [============================================================ ] 3385/3482 97% [============================================================ ] 3386/3482 97% [============================================================ ] 3387/3482 97% [============================================================ ] 3388/3482 97% [============================================================ ] 3389/3482 97% [============================================================ ] 3390/3482 97% [============================================================ ] 3391/3482 97% [============================================================ ] 3392/3482 97% [============================================================ ] 3393/3482 97% [============================================================ ] 3394/3482 97% [============================================================ ] 3395/3482 97% [============================================================ ] 3396/3482 97% [============================================================ ] 3397/3482 97% [============================================================ ] 3398/3482 97% [============================================================ ] 3399/3482 97% [============================================================ ] 3400/3482 97% [============================================================ ] 3401/3482 97% [============================================================ ] 3402/3482 97% [============================================================ ] 3403/3482 97% [============================================================ ] 3404/3482 97% [============================================================ ] 3405/3482 97% [============================================================ ] 3406/3482 97% [============================================================ ] 3407/3482 97% [============================================================ ] 3408/3482 97% [============================================================ ] 3409/3482 97% [============================================================ ] 3410/3482 97% [============================================================ ] 3411/3482 97% [============================================================ ] 3412/3482 97% [============================================================ ] 3413/3482 98% [============================================================ ] 3414/3482 98% [============================================================ ] 3415/3482 98% [============================================================ ] 3416/3482 98% [============================================================ ] 3417/3482 98% [============================================================ ] 3418/3482 98% [============================================================ ] 3419/3482 98% [============================================================ ] 3420/3482 98% [============================================================ ] 3421/3482 98% [============================================================ ] 3422/3482 98% [============================================================ ] 3423/3482 98% [============================================================ ] 3424/3482 98% [============================================================ ] 3425/3482 98% [============================================================= ] 3426/3482 98% [============================================================= ] 3427/3482 98% [============================================================= ] 3428/3482 98% [============================================================= ] 3429/3482 98% [============================================================= ] 3430/3482 98% [============================================================= ] 3431/3482 98% [============================================================= ] 3432/3482 98% [============================================================= ] 3433/3482 98% [============================================================= ] 3434/3482 98% [============================================================= ] 3435/3482 98% [============================================================= ] 3436/3482 98% [============================================================= ] 3437/3482 98% [============================================================= ] 3438/3482 98% [============================================================= ] 3439/3482 98% [============================================================= ] 3440/3482 98% [============================================================= ] 3441/3482 98% [============================================================= ] 3442/3482 98% [============================================================= ] 3443/3482 98% [============================================================= ] 3444/3482 98% [============================================================= ] 3445/3482 98% [============================================================= ] 3446/3482 98% [============================================================= ] 3447/3482 98% [============================================================= ] 3448/3482 99% [============================================================= ] 3449/3482 99% [============================================================= ] 3450/3482 99% [============================================================= ] 3451/3482 99% [============================================================= ] 3452/3482 99% [============================================================= ] 3453/3482 99% [============================================================= ] 3454/3482 99% [============================================================= ] 3455/3482 99% [============================================================= ] 3456/3482 99% [============================================================= ] 3457/3482 99% [============================================================= ] 3458/3482 99% [============================================================= ] 3459/3482 99% [============================================================= ] 3460/3482 99% [============================================================= ] 3461/3482 99% [============================================================= ] 3462/3482 99% [============================================================= ] 3463/3482 99% [============================================================= ] 3464/3482 99% [============================================================= ] 3465/3482 99% [============================================================= ] 3466/3482 99% [============================================================= ] 3467/3482 99% [============================================================= ] 3468/3482 99% [============================================================= ] 3469/3482 99% [============================================================= ] 3470/3482 99% [============================================================= ] 3471/3482 99% [============================================================= ] 3472/3482 99% [============================================================= ] 3473/3482 99% [============================================================= ] 3474/3482 99% [============================================================= ] 3475/3482 99% [============================================================= ] 3476/3482 99% [============================================================= ] 3477/3482 99% [============================================================= ] 3478/3482 99% [============================================================= ] 3479/3482 99% [============================================================= ] 3480/3482 99% [============================================================= ] 3481/3482 99% [==============================================================] 3482/3482 100% operation complete, 3482 objects in 57062 NAND pages. ln -snf /nvmedata/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot /nvmedata/autobuild/instance-0/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-0/buildroot' make: Entering directory '/nvmedata/autobuild/instance-0/buildroot' >>> Buildroot 2022.05-189-gc79d8cb72c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 5.17.13 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> arptables 0.0.5 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> avro-c 1.11.0 Collecting legal info LICENSE: OK (sha256: d62488d6ba17132e92c23c03c80bfedc848267f96ab36489fec860f76cf6819a) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iputils 20211215 Collecting legal info LICENSE: OK (sha256: 973281334c2da6364fa6bdc44c1f0f8d60d80d73c782982ffc5d53b0a31aa042) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 0.62.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.4 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> 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.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> chrony 4.2 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-cryptsetup 2.4.3 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dtv-scan-tables 25ee9e0ce4bbacdb278d4cff306ceb6528c4f548 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ebtables 2.0.11 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> erofs-utils 1.4 Collecting legal info COPYING: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-erofs-utils 1.4 Collecting legal info COPYING: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ethtool 5.17 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> font-awesome 4.7.0 Collecting legal info >>> host-gdb 10.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> initscripts Collecting legal info >>> ipmitool 1.8.18 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> ipset 7.15 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> keepalived 2.2.7 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.42 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdcadec 0.2.0 Collecting legal info COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libfribidi 1.0.12 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libidn 1.38 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libxcrypt 4.4.28 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> linenoise 1.0 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> lpeg 1.0.2-1 Collecting legal info >>> host-luarocks 3.9.0 Collecting legal info COPYING: OK (sha256: 542ad0ee9b8ba582437ca7b4d0959c9b9432f25d2067f144d017188a7a84dd2f) >>> host-luainterpreter Collecting legal info >>> host-lua 5.3.6 Collecting legal info doc/readme.html: OK (sha256: 2ddff2161e0c4487d744943565538743c0721485873092f6809d072a983b06ef) >>> luainterpreter Collecting legal info >>> lua 5.3.6 Collecting legal info doc/readme.html: OK (sha256: 2ddff2161e0c4487d744943565538743c0721485873092f6809d072a983b06ef) >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> lua-resty-http 0.15-0 Collecting legal info lua-resty-http/LICENSE: OK (sha256: 407e4b1412d8afa317dc703a1d318866c3de87d78899402125cbd90548c6057d) >>> lua-silva 0.1.8-1 Collecting legal info lua-Silva-0.1.8/COPYRIGHT: OK (sha256: 5b59ffbfc12d9d1cb907dd65b0f16d3453e1a43cc018c6128a00b00e08f6c485) >>> lua-std-debug 1.0.1-1 Collecting legal info _debug-1.0.1/LICENSE.md: OK (sha256: 034abdbbe9a13899c813509776d1e04af81bc58c2982b704c8b3663549504a31) >>> luadbi 0.7.2-1 Collecting legal info luadbi/COPYING: OK (sha256: 988d73cc2e56f972e8177091e084855fc2904d0fafcfe5c4e02864f25ce2b928) >>> luaexpat 1.4.0-1 Collecting legal info luaexpat/LICENSE: OK (sha256: 7e6a727e5b57cca713a2f2633f05d7e0cc1e261cc6a7613bbe266e625b2f14da) >>> luafilesystem 1.8.0-1 Collecting legal info luafilesystem/LICENSE: OK (sha256: beb2c9eed6466d572c3888028a77421206053a3c023429cbd69e5015badba842) >>> luajson 1.3.4-1 Collecting legal info luajson/LICENSE: OK (sha256: 87565fca189b70f2e119b2a99e5e92a7aaab9f2eb05228b56b88e6c2e2f98bcd) >>> lualogging 1.6.0-1 Collecting legal info lualogging/COPYRIGHT: OK (sha256: 4d95b123e667a13615f567a829aa39211dd55b0b48c9f247bf3fcc5c0b485da7) >>> luasec 1.0.2-1 Collecting legal info luasec/LICENSE: OK (sha256: 84376baf33cefbcc1e9adbca23fcf87f51c1107956660cda2880feaef86d6075) >>> luasocket 3.0.0-1 Collecting legal info luasocket/LICENSE: OK (sha256: 224afe42d0738eaaeb57ab289466a1c4e77091591e69dbcef2dbb385589f2f41) >>> lv2 1.18.2 Collecting legal info COPYING: OK (sha256: 0b0b07d852e3ce7fa04986e141f73001bd7f260683968f0a19e02dbcc4131aa6) >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> lzlib 0.4.3 Collecting legal info lzlib.c: OK (sha256: f817d4a37077e94e9adf379f46ba5cc0b68775d7add2bbd5b2ca68ba140ad5bb) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> nuttcp 6.1.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> prosody 0.11.13 Collecting legal info COPYING: OK (sha256: bbbdc1c5426e5944cf869fc0faeaf19d88a220cd2b39ea98b7b8e86b0e88a2ef) >>> qdecoder 12.1.0 Collecting legal info COPYING: OK (sha256: 41f34ba1ed6e5d8d3488992311f474cd3f614b82bada88ae53216946026cfae7) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> rhash 1.4.2 Collecting legal info COPYING: OK (sha256: 953e55838353335148c90b5a38a4894292680b1d4c37228ffddddbf18ce54bf5) >>> host-rust-bin 1.60.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> serd 0.30.10 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> socat 1.7.4.3 Collecting legal info README: OK (sha256: 432aebfec164bedcaada7cdf2849e1f003fa00a91a0a1ed34d7cf4abe980f5fb) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> ssdp-responder 1.8 Collecting legal info LICENSE: OK (sha256: e17dc0bc91bf499d8cca5e016c22c6d2a4770e3cc1a43756a7973375a83ddb90) >>> sysstat 12.4.2 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Collecting legal info >>> uclibc-ng-test 0844445e7358eb10e716155b55b0fb23e88d644a Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> vulkan-headers 1.2.203 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zchunk 1.2.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: lpeg-1.0.2-1: cannot save license (LPEG_LICENSE_FILES not defined) WARNING: tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2: cannot save license (TSTOOLS_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-0/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-0/buildroot'