sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-22/output-1/host/bin/mips-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-22/output-1/host/bin/mips-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-22/output-1/host/bin/mips-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%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-22/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-22/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-22/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-22/output-1/host/mips-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-22/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-22/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-22/output-1/host/bin/mips-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-22/output-1/host/bin/mips-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-22/output-1/host/bin/mips-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-22/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-22/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-22/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-22/output-1/host/mips-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-22/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-22/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /nvmedata/autobuild/instance-22/output-1/target/etc/inittab /bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /nvmedata/autobuild/instance-22/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /nvmedata/autobuild/instance-22/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-22/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-22/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /nvmedata/autobuild/instance-22/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-22/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-22/output-1/target/etc/shells; fi mkdir -p /nvmedata/autobuild/instance-22/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-22/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-22/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-22/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-22/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root:"*":, /nvmedata/autobuild/instance-22/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-22/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-22/output-1/target/etc/shells ln -sf zsh /nvmedata/autobuild/instance-22/output-1/target/bin/sh /bin/sed -i -e '/^root:/s,[^/]*$,zsh,' /nvmedata/autobuild/instance-22/output-1/target/etc/passwd if [ -x /nvmedata/autobuild/instance-22/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-22/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-22/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-22/output-1/target/etc/inittab; fi grep -qsE '^/bin/zsh$' /nvmedata/autobuild/instance-22/output-1/target/etc/shells || echo "/bin/zsh" >> /nvmedata/autobuild/instance-22/output-1/target/etc/shells rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/include /nvmedata/autobuild/instance-22/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-22/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-22/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-22/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-22/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-22/output-1/target/usr/doc find /nvmedata/autobuild/instance-22/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-22/output-1/target/lib/ /nvmedata/autobuild/instance-22/output-1/target/usr/lib/ /nvmedata/autobuild/instance-22/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-22/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/man /nvmedata/autobuild/instance-22/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/info /nvmedata/autobuild/instance-22/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/doc /nvmedata/autobuild/instance-22/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-22/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-22/output-1/target/lib/debug /nvmedata/autobuild/instance-22/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-22/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /nvmedata/autobuild/instance-22/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /nvmedata/autobuild/instance-22/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-22/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-22/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.02-854-g1264dd50ef"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-git\"" \ ) > /nvmedata/autobuild/instance-22/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-22/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-22/output-1/per-package /nvmedata/autobuild/instance-22/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-22/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs printf ' news -1 news -1 * - - - Leafnode2 daemon\n\n' >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n /bin/busybox f 4755 0 0 - - - - -\n /var/lib/nginx d 755 33 33 - - - - -\n\n' > /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.jffs2 mkdir -p /nvmedata/autobuild/instance-22/output-1/images rm -rf /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2 mkdir -p /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-22/output-1/target/ /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/target" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/nvmedata/autobuild/instance-22/output-1/host/bin:/nvmedata/autobuild/instance-22/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-22/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/target >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot echo "/nvmedata/autobuild/instance-22/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/target" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /nvmedata/autobuild/instance-22/output-1/host/sbin/mkfs.jffs2 -e 0x20000 --with-xattr -l -n -d /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/target -o /nvmedata/autobuild/instance-22/output-1/images/rootfs.jffs2\n' >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/nvmedata/autobuild/instance-22/output-1/host/bin:/nvmedata/autobuild/instance-22/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-22/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/target table='/nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.tar mkdir -p /nvmedata/autobuild/instance-22/output-1/images rm -rf /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/tar mkdir -p /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-22/output-1/target/ /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/tar/target" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot PATH="/nvmedata/autobuild/instance-22/output-1/host/bin:/nvmedata/autobuild/instance-22/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-22/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/tar/target >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot echo "/nvmedata/autobuild/instance-22/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/tar/target" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot echo "find /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot echo "find /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /nvmedata/autobuild/instance-22/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-22/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot PATH="/nvmedata/autobuild/instance-22/output-1/host/bin:/nvmedata/autobuild/instance-22/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-22/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot rootdir=/nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/tar/target table='/nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /nvmedata/autobuild/instance-22/output-1/images rm -rf /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2 mkdir -p /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-22/output-1/target/ /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-22/output-1/host/bin:/nvmedata/autobuild/instance-22/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-22/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/nvmedata/autobuild/instance-22/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /nvmedata/autobuild/instance-22/output-1/host/bin/mkyaffs2 --all-root /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target /nvmedata/autobuild/instance-22/output-1/images/rootfs.yaffs2\n' >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-22/output-1/host/bin:/nvmedata/autobuild/instance-22/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-22/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target table='/nvmedata/autobuild/instance-22/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-22/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2612 objects. stage 2: creating image '/nvmedata/autobuild/instance-22/output-1/images/rootfs.yaffs2' [ ] 1/2612 0% [ ] 2/2612 0% [ ] 3/2612 0% [ ] 4/2612 0% [ ] 5/2612 0% [ ] 6/2612 0% [ ] 7/2612 0% [ ] 8/2612 0% [ ] 9/2612 0% [ ] 10/2612 0% [ ] 11/2612 0% [ ] 12/2612 0% [ ] 13/2612 0% [ ] 14/2612 0% [ ] 15/2612 0% [ ] 16/2612 0% [ ] 17/2612 0% [ ] 18/2612 0% [ ] 19/2612 0% [ ] 20/2612 0% [ ] 21/2612 0% [ ] 22/2612 0% [ ] 23/2612 0% [ ] 24/2612 0% [ ] 25/2612 0% [ ] 26/2612 0% [ ] 27/2612 1% [ ] 28/2612 1% [ ] 29/2612 1% [ ] 30/2612 1% [ ] 31/2612 1% [ ] 32/2612 1% [ ] 33/2612 1% [ ] 34/2612 1% [ ] 35/2612 1% [ ] 36/2612 1% [ ] 37/2612 1% [ ] 38/2612 1% [ ] 39/2612 1% [ ] 40/2612 1% [ ] 41/2612 1% [ ] 42/2612 1% [= ] 43/2612 1% [= ] 44/2612 1% [= ] 45/2612 1% [= ] 46/2612 1% [= ] 47/2612 1% [= ] 48/2612 1% [= ] 49/2612 1% [= ] 50/2612 1% [= ] 51/2612 1% [= ] 52/2612 1% [= ] 53/2612 2% [= ] 54/2612 2% [= ] 55/2612 2% [= ] 56/2612 2% [= ] 57/2612 2% [= ] 58/2612 2% [= ] 59/2612 2% [= ] 60/2612 2% [= ] 61/2612 2% [= ] 62/2612 2% [= ] 63/2612 2% [= ] 64/2612 2% [= ] 65/2612 2% [= ] 66/2612 2% [= ] 67/2612 2% [= ] 68/2612 2% [= ] 69/2612 2% [= ] 70/2612 2% [= ] 71/2612 2% [= ] 72/2612 2% [= ] 73/2612 2% [= ] 74/2612 2% [= ] 75/2612 2% [= ] 76/2612 2% [= ] 77/2612 2% [= ] 78/2612 2% [= ] 79/2612 3% [= ] 80/2612 3% [= ] 81/2612 3% [= ] 82/2612 3% [= ] 83/2612 3% [= ] 84/2612 3% [== ] 85/2612 3% [== ] 86/2612 3% [== ] 87/2612 3% [== ] 88/2612 3% [== ] 89/2612 3% [== ] 90/2612 3% [== ] 91/2612 3% [== ] 92/2612 3% [== ] 93/2612 3% [== ] 94/2612 3% [== ] 95/2612 3% [== ] 96/2612 3% [== ] 97/2612 3% [== ] 98/2612 3% [== ] 99/2612 3% [== ] 100/2612 3% [== ] 101/2612 3% [== ] 102/2612 3% [== ] 103/2612 3% [== ] 104/2612 3% [== ] 105/2612 4% [== ] 106/2612 4% [== ] 107/2612 4% [== ] 108/2612 4% [== ] 109/2612 4% [== ] 110/2612 4% [== ] 111/2612 4% [== ] 112/2612 4% [== ] 113/2612 4% [== ] 114/2612 4% [== ] 115/2612 4% [== ] 116/2612 4% [== ] 117/2612 4% [== ] 118/2612 4% [== ] 119/2612 4% [== ] 120/2612 4% [== ] 121/2612 4% [== ] 122/2612 4% [== ] 123/2612 4% [== ] 124/2612 4% [== ] 125/2612 4% [== ] 126/2612 4% [=== ] 127/2612 4% [=== ] 128/2612 4% [=== ] 129/2612 4% [=== ] 130/2612 4% [=== ] 131/2612 5% [=== ] 132/2612 5% [=== ] 133/2612 5% [=== ] 134/2612 5% [=== ] 135/2612 5% [=== ] 136/2612 5% [=== ] 137/2612 5% [=== ] 138/2612 5% [=== ] 139/2612 5% [=== ] 140/2612 5% [=== ] 141/2612 5% [=== ] 142/2612 5% [=== ] 143/2612 5% [=== ] 144/2612 5% [=== ] 145/2612 5% [=== ] 146/2612 5% [=== ] 147/2612 5% [=== ] 148/2612 5% [=== ] 149/2612 5% [=== ] 150/2612 5% [=== ] 151/2612 5% [=== ] 152/2612 5% [=== ] 153/2612 5% [=== ] 154/2612 5% [=== ] 155/2612 5% [=== ] 156/2612 5% [=== ] 157/2612 6% [=== ] 158/2612 6% [=== ] 159/2612 6% [=== ] 160/2612 6% [=== ] 161/2612 6% [=== ] 162/2612 6% [=== ] 163/2612 6% [=== ] 164/2612 6% [=== ] 165/2612 6% [=== ] 166/2612 6% [=== ] 167/2612 6% [=== ] 168/2612 6% [==== ] 169/2612 6% [==== ] 170/2612 6% [==== ] 171/2612 6% [==== ] 172/2612 6% [==== ] 173/2612 6% [==== ] 174/2612 6% [==== ] 175/2612 6% [==== ] 176/2612 6% [==== ] 177/2612 6% [==== ] 178/2612 6% [==== ] 179/2612 6% [==== ] 180/2612 6% [==== ] 181/2612 6% [==== ] 182/2612 6% [==== ] 183/2612 7% [==== ] 184/2612 7% [==== ] 185/2612 7% [==== ] 186/2612 7% [==== ] 187/2612 7% [==== ] 188/2612 7% [==== ] 189/2612 7% [==== ] 190/2612 7% [==== ] 191/2612 7% [==== ] 192/2612 7% [==== ] 193/2612 7% [==== ] 194/2612 7% [==== ] 195/2612 7% [==== ] 196/2612 7% [==== ] 197/2612 7% [==== ] 198/2612 7% [==== ] 199/2612 7% [==== ] 200/2612 7% [==== ] 201/2612 7% [==== ] 202/2612 7% [==== ] 203/2612 7% [==== ] 204/2612 7% [==== ] 205/2612 7% [==== ] 206/2612 7% [==== ] 207/2612 7% [==== ] 208/2612 7% [==== ] 209/2612 8% [==== ] 210/2612 8% [===== ] 211/2612 8% [===== ] 212/2612 8% [===== ] 213/2612 8% [===== ] 214/2612 8% [===== ] 215/2612 8% [===== ] 216/2612 8% [===== ] 217/2612 8% [===== ] 218/2612 8% [===== ] 219/2612 8% [===== ] 220/2612 8% [===== ] 221/2612 8% [===== ] 222/2612 8% [===== ] 223/2612 8% [===== ] 224/2612 8% [===== ] 225/2612 8% [===== ] 226/2612 8% [===== ] 227/2612 8% [===== ] 228/2612 8% [===== ] 229/2612 8% [===== ] 230/2612 8% [===== ] 231/2612 8% [===== ] 232/2612 8% [===== ] 233/2612 8% [===== ] 234/2612 8% [===== ] 235/2612 8% [===== ] 236/2612 9% [===== ] 237/2612 9% [===== ] 238/2612 9% [===== ] 239/2612 9% [===== ] 240/2612 9% [===== ] 241/2612 9% [===== ] 242/2612 9% [===== ] 243/2612 9% [===== ] 244/2612 9% [===== ] 245/2612 9% [===== ] 246/2612 9% [===== ] 247/2612 9% [===== ] 248/2612 9% [===== ] 249/2612 9% [===== ] 250/2612 9% [===== ] 251/2612 9% [===== ] 252/2612 9% [====== ] 253/2612 9% [====== ] 254/2612 9% [====== ] 255/2612 9% [====== ] 256/2612 9% [====== ] 257/2612 9% [====== ] 258/2612 9% [====== ] 259/2612 9% [====== ] 260/2612 9% [====== ] 261/2612 9% [====== ] 262/2612 10% [====== ] 263/2612 10% [====== ] 264/2612 10% [====== ] 265/2612 10% [====== ] 266/2612 10% [====== ] 267/2612 10% [====== ] 268/2612 10% [====== ] 269/2612 10% [====== ] 270/2612 10% [====== ] 271/2612 10% [====== ] 272/2612 10% [====== ] 273/2612 10% [====== ] 274/2612 10% [====== ] 275/2612 10% [====== ] 276/2612 10% [====== ] 277/2612 10% [====== ] 278/2612 10% [====== ] 279/2612 10% [====== ] 280/2612 10% [====== ] 281/2612 10% [====== ] 282/2612 10% [====== ] 283/2612 10% [====== ] 284/2612 10% [====== ] 285/2612 10% [====== ] 286/2612 10% [====== ] 287/2612 10% [====== ] 288/2612 11% [====== ] 289/2612 11% [====== ] 290/2612 11% [====== ] 291/2612 11% [====== ] 292/2612 11% [====== ] 293/2612 11% [====== ] 294/2612 11% [======= ] 295/2612 11% [======= ] 296/2612 11% [======= ] 297/2612 11% [======= ] 298/2612 11% [======= ] 299/2612 11% [======= ] 300/2612 11% [======= ] 301/2612 11% [======= ] 302/2612 11% [======= ] 303/2612 11% [======= ] 304/2612 11% [======= ] 305/2612 11% [======= ] 306/2612 11% [======= ] 307/2612 11% [======= ] 308/2612 11% [======= ] 309/2612 11% [======= ] 310/2612 11% [======= ] 311/2612 11% [======= ] 312/2612 11% [======= ] 313/2612 11% [======= ] 314/2612 12% [======= ] 315/2612 12% [======= ] 316/2612 12% [======= ] 317/2612 12% [======= ] 318/2612 12% [======= ] 319/2612 12% [======= ] 320/2612 12% [======= ] 321/2612 12% [======= ] 322/2612 12% [======= ] 323/2612 12% [======= ] 324/2612 12% [======= ] 325/2612 12% [======= ] 326/2612 12% [======= ] 327/2612 12% [======= ] 328/2612 12% [======= ] 329/2612 12% [======= ] 330/2612 12% [======= ] 331/2612 12% [======= ] 332/2612 12% [======= ] 333/2612 12% [======= ] 334/2612 12% [======= ] 335/2612 12% [======= ] 336/2612 12% [======= ] 337/2612 12% [======== ] 338/2612 12% [======== ] 339/2612 12% [======== ] 340/2612 13% [======== ] 341/2612 13% [======== ] 342/2612 13% [======== ] 343/2612 13% [======== ] 344/2612 13% [======== ] 345/2612 13% [======== ] 346/2612 13% [======== ] 347/2612 13% [======== ] 348/2612 13% [======== ] 349/2612 13% [======== ] 350/2612 13% [======== ] 351/2612 13% [======== ] 352/2612 13% [======== ] 353/2612 13% [======== ] 354/2612 13% [======== ] 355/2612 13% [======== ] 356/2612 13% [======== ] 357/2612 13% [======== ] 358/2612 13% [======== ] 359/2612 13% [======== ] 360/2612 13% [======== ] 361/2612 13% [======== ] 362/2612 13% [======== ] 363/2612 13% [======== ] 364/2612 13% [======== ] 365/2612 13% [======== ] 366/2612 14% [======== ] 367/2612 14% [======== ] 368/2612 14% [======== ] 369/2612 14% [======== ] 370/2612 14% [======== ] 371/2612 14% [======== ] 372/2612 14% [======== ] 373/2612 14% [======== ] 374/2612 14% [======== ] 375/2612 14% [======== ] 376/2612 14% [======== ] 377/2612 14% [======== ] 378/2612 14% [======== ] 379/2612 14% [========= ] 380/2612 14% [========= ] 381/2612 14% [========= ] 382/2612 14% [========= ] 383/2612 14% [========= ] 384/2612 14% [========= ] 385/2612 14% [========= ] 386/2612 14% [========= ] 387/2612 14% [========= ] 388/2612 14% [========= ] 389/2612 14% [========= ] 390/2612 14% [========= ] 391/2612 14% [========= ] 392/2612 15% [========= ] 393/2612 15% [========= ] 394/2612 15% [========= ] 395/2612 15% [========= ] 396/2612 15% [========= ] 397/2612 15% [========= ] 398/2612 15% [========= ] 399/2612 15% [========= ] 400/2612 15% [========= ] 401/2612 15% [========= ] 402/2612 15% [========= ] 403/2612 15% [========= ] 404/2612 15% [========= ] 405/2612 15% [========= ] 406/2612 15% [========= ] 407/2612 15% [========= ] 408/2612 15% [========= ] 409/2612 15% [========= ] 410/2612 15% [========= ] 411/2612 15% [========= ] 412/2612 15% [========= ] 413/2612 15% [========= ] 414/2612 15% [========= ] 415/2612 15% [========= ] 416/2612 15% [========= ] 417/2612 15% [========= ] 418/2612 16% [========= ] 419/2612 16% [========= ] 420/2612 16% [========= ] 421/2612 16% [========== ] 422/2612 16% [========== ] 423/2612 16% [========== ] 424/2612 16% [========== ] 425/2612 16% [========== ] 426/2612 16% [========== ] 427/2612 16% [========== ] 428/2612 16% [========== ] 429/2612 16% [========== ] 430/2612 16% [========== ] 431/2612 16% [========== ] 432/2612 16% [========== ] 433/2612 16% [========== ] 434/2612 16% [========== ] 435/2612 16% [========== ] 436/2612 16% [========== ] 437/2612 16% [========== ] 438/2612 16% [========== ] 439/2612 16% [========== ] 440/2612 16% [========== ] 441/2612 16% [========== ] 442/2612 16% [========== ] 443/2612 16% [========== ] 444/2612 16% [========== ] 445/2612 17% [========== ] 446/2612 17% [========== ] 447/2612 17% [========== ] 448/2612 17% [========== ] 449/2612 17% [========== ] 450/2612 17% [========== ] 451/2612 17% [========== ] 452/2612 17% [========== ] 453/2612 17% [========== ] 454/2612 17% [========== ] 455/2612 17% [========== ] 456/2612 17% [========== ] 457/2612 17% [========== ] 458/2612 17% [========== ] 459/2612 17% [========== ] 460/2612 17% [========== ] 461/2612 17% [========== ] 462/2612 17% [========== ] 463/2612 17% [=========== ] 464/2612 17% [=========== ] 465/2612 17% [=========== ] 466/2612 17% [=========== ] 467/2612 17% [=========== ] 468/2612 17% [=========== ] 469/2612 17% [=========== ] 470/2612 17% [=========== ] 471/2612 18% [=========== ] 472/2612 18% [=========== ] 473/2612 18% [=========== ] 474/2612 18% [=========== ] 475/2612 18% [=========== ] 476/2612 18% [=========== ] 477/2612 18% [=========== ] 478/2612 18% [=========== ] 479/2612 18% [=========== ] 480/2612 18% [=========== ] 481/2612 18% [=========== ] 482/2612 18% [=========== ] 483/2612 18% [=========== ] 484/2612 18% [=========== ] 485/2612 18% [=========== ] 486/2612 18% [=========== ] 487/2612 18% [=========== ] 488/2612 18% [=========== ] 489/2612 18% [=========== ] 490/2612 18% [=========== ] 491/2612 18% [=========== ] 492/2612 18% [=========== ] 493/2612 18% [=========== ] 494/2612 18% [=========== ] 495/2612 18% [=========== ] 496/2612 18% [=========== ] 497/2612 19% [=========== ] 498/2612 19% [=========== ] 499/2612 19% [=========== ] 500/2612 19% [=========== ] 501/2612 19% [=========== ] 502/2612 19% [=========== ] 503/2612 19% [=========== ] 504/2612 19% [=========== ] 505/2612 19% [============ ] 506/2612 19% [============ ] 507/2612 19% [============ ] 508/2612 19% [============ ] 509/2612 19% [============ ] 510/2612 19% [============ ] 511/2612 19% [============ ] 512/2612 19% [============ ] 513/2612 19% [============ ] 514/2612 19% [============ ] 515/2612 19% [============ ] 516/2612 19% [============ ] 517/2612 19% [============ ] 518/2612 19% [============ ] 519/2612 19% [============ ] 520/2612 19% [============ ] 521/2612 19% [============ ] 522/2612 19% [============ ] 523/2612 20% [============ ] 524/2612 20% [============ ] 525/2612 20% [============ ] 526/2612 20% [============ ] 527/2612 20% [============ ] 528/2612 20% [============ ] 529/2612 20% [============ ] 530/2612 20% [============ ] 531/2612 20% [============ ] 532/2612 20% [============ ] 533/2612 20% [============ ] 534/2612 20% [============ ] 535/2612 20% [============ ] 536/2612 20% [============ ] 537/2612 20% [============ ] 538/2612 20% [============ ] 539/2612 20% [============ ] 540/2612 20% [============ ] 541/2612 20% [============ ] 542/2612 20% [============ ] 543/2612 20% [============ ] 544/2612 20% [============ ] 545/2612 20% [============ ] 546/2612 20% [============ ] 547/2612 20% [============= ] 548/2612 20% [============= ] 549/2612 21% [============= ] 550/2612 21% [============= ] 551/2612 21% [============= ] 552/2612 21% [============= ] 553/2612 21% [============= ] 554/2612 21% [============= ] 555/2612 21% [============= ] 556/2612 21% [============= ] 557/2612 21% [============= ] 558/2612 21% [============= ] 559/2612 21% [============= ] 560/2612 21% [============= ] 561/2612 21% [============= ] 562/2612 21% [============= ] 563/2612 21% [============= ] 564/2612 21% [============= ] 565/2612 21% [============= ] 566/2612 21% [============= ] 567/2612 21% [============= ] 568/2612 21% [============= ] 569/2612 21% [============= ] 570/2612 21% [============= ] 571/2612 21% [============= ] 572/2612 21% [============= ] 573/2612 21% [============= ] 574/2612 21% [============= ] 575/2612 22% [============= ] 576/2612 22% [============= ] 577/2612 22% [============= ] 578/2612 22% [============= ] 579/2612 22% [============= ] 580/2612 22% [============= ] 581/2612 22% [============= ] 582/2612 22% [============= ] 583/2612 22% [============= ] 584/2612 22% [============= ] 585/2612 22% [============= ] 586/2612 22% [============= ] 587/2612 22% [============= ] 588/2612 22% [============= ] 589/2612 22% [============== ] 590/2612 22% [============== ] 591/2612 22% [============== ] 592/2612 22% [============== ] 593/2612 22% [============== ] 594/2612 22% [============== ] 595/2612 22% [============== ] 596/2612 22% [============== ] 597/2612 22% [============== ] 598/2612 22% [============== ] 599/2612 22% [============== ] 600/2612 22% [============== ] 601/2612 23% [============== ] 602/2612 23% [============== ] 603/2612 23% [============== ] 604/2612 23% [============== ] 605/2612 23% [============== ] 606/2612 23% [============== ] 607/2612 23% [============== ] 608/2612 23% [============== ] 609/2612 23% [============== ] 610/2612 23% [============== ] 611/2612 23% [============== ] 612/2612 23% [============== ] 613/2612 23% [============== ] 614/2612 23% [============== ] 615/2612 23% [============== ] 616/2612 23% [============== ] 617/2612 23% [============== ] 618/2612 23% [============== ] 619/2612 23% [============== ] 620/2612 23% [============== ] 621/2612 23% [============== ] 622/2612 23% [============== ] 623/2612 23% [============== ] 624/2612 23% [============== ] 625/2612 23% [============== ] 626/2612 23% [============== ] 627/2612 24% [============== ] 628/2612 24% [============== ] 629/2612 24% [============== ] 630/2612 24% [============== ] 631/2612 24% [=============== ] 632/2612 24% [=============== ] 633/2612 24% [=============== ] 634/2612 24% [=============== ] 635/2612 24% [=============== ] 636/2612 24% [=============== ] 637/2612 24% [=============== ] 638/2612 24% [=============== ] 639/2612 24% [=============== ] 640/2612 24% [=============== ] 641/2612 24% [=============== ] 642/2612 24% [=============== ] 643/2612 24% [=============== ] 644/2612 24% [=============== ] 645/2612 24% [=============== ] 646/2612 24% [=============== ] 647/2612 24% [=============== ] 648/2612 24% [=============== ] 649/2612 24% [=============== ] 650/2612 24% [=============== ] 651/2612 24% [=============== ] 652/2612 24% [=============== ] 653/2612 25% [=============== ] 654/2612 25% [=============== ] 655/2612 25% [=============== ] 656/2612 25% [=============== ] 657/2612 25% [=============== ] 658/2612 25% [=============== ] 659/2612 25% [=============== ] 660/2612 25% [=============== ] 661/2612 25% [=============== ] 662/2612 25% [=============== ] 663/2612 25% [=============== ] 664/2612 25% [=============== ] 665/2612 25% [=============== ] 666/2612 25% [=============== ] 667/2612 25% [=============== ] 668/2612 25% [=============== ] 669/2612 25% [=============== ] 670/2612 25% [=============== ] 671/2612 25% [=============== ] 672/2612 25% [=============== ] 673/2612 25% [=============== ] 674/2612 25% [================ ] 675/2612 25% [================ ] 676/2612 25% [================ ] 677/2612 25% [================ ] 678/2612 25% [================ ] 679/2612 25% [================ ] 680/2612 26% [================ ] 681/2612 26% [================ ] 682/2612 26% [================ ] 683/2612 26% [================ ] 684/2612 26% [================ ] 685/2612 26% [================ ] 686/2612 26% [================ ] 687/2612 26% [================ ] 688/2612 26% [================ ] 689/2612 26% [================ ] 690/2612 26% [================ ] 691/2612 26% [================ ] 692/2612 26% [================ ] 693/2612 26% [================ ] 694/2612 26% [================ ] 695/2612 26% [================ ] 696/2612 26% [================ ] 697/2612 26% [================ ] 698/2612 26% [================ ] 699/2612 26% [================ ] 700/2612 26% [================ ] 701/2612 26% [================ ] 702/2612 26% [================ ] 703/2612 26% [================ ] 704/2612 26% [================ ] 705/2612 26% [================ ] 706/2612 27% [================ ] 707/2612 27% [================ ] 708/2612 27% [================ ] 709/2612 27% [================ ] 710/2612 27% [================ ] 711/2612 27% [================ ] 712/2612 27% [================ ] 713/2612 27% [================ ] 714/2612 27% [================ ] 715/2612 27% [================ ] 716/2612 27% [================= ] 717/2612 27% [================= ] 718/2612 27% [================= ] 719/2612 27% [================= ] 720/2612 27% [================= ] 721/2612 27% [================= ] 722/2612 27% [================= ] 723/2612 27% [================= ] 724/2612 27% [================= ] 725/2612 27% [================= ] 726/2612 27% [================= ] 727/2612 27% [================= ] 728/2612 27% [================= ] 729/2612 27% [================= ] 730/2612 27% [================= ] 731/2612 27% [================= ] 732/2612 28% [================= ] 733/2612 28% [================= ] 734/2612 28% [================= ] 735/2612 28% [================= ] 736/2612 28% [================= ] 737/2612 28% [================= ] 738/2612 28% [================= ] 739/2612 28% [================= ] 740/2612 28% [================= ] 741/2612 28% [================= ] 742/2612 28% [================= ] 743/2612 28% [================= ] 744/2612 28% [================= ] 745/2612 28% [================= ] 746/2612 28% [================= ] 747/2612 28% [================= ] 748/2612 28% [================= ] 749/2612 28% [================= ] 750/2612 28% [================= ] 751/2612 28% [================= ] 752/2612 28% [================= ] 753/2612 28% [================= ] 754/2612 28% [================= ] 755/2612 28% [================= ] 756/2612 28% [================= ] 757/2612 28% [================= ] 758/2612 29% [================== ] 759/2612 29% [================== ] 760/2612 29% [================== ] 761/2612 29% [================== ] 762/2612 29% [================== ] 763/2612 29% [================== ] 764/2612 29% [================== ] 765/2612 29% [================== ] 766/2612 29% [================== ] 767/2612 29% [================== ] 768/2612 29% [================== ] 769/2612 29% [================== ] 770/2612 29% [================== ] 771/2612 29% [================== ] 772/2612 29% [================== ] 773/2612 29% [================== ] 774/2612 29% [================== ] 775/2612 29% [================== ] 776/2612 29% [================== ] 777/2612 29% [================== ] 778/2612 29% [================== ] 779/2612 29% [================== ] 780/2612 29% [================== ] 781/2612 29% [================== ] 782/2612 29% [================== ] 783/2612 29% [================== ] 784/2612 30% [================== ] 785/2612 30% [================== ] 786/2612 30% [================== ] 787/2612 30% [================== ] 788/2612 30% [================== ] 789/2612 30% [================== ] 790/2612 30% [================== ] 791/2612 30% [================== ] 792/2612 30% [================== ] 793/2612 30% [================== ] 794/2612 30% [================== ] 795/2612 30% [================== ] 796/2612 30% [================== ] 797/2612 30% [================== ] 798/2612 30% [================== ] 799/2612 30% [================== ] 800/2612 30% [=================== ] 801/2612 30% [=================== ] 802/2612 30% [=================== ] 803/2612 30% [=================== ] 804/2612 30% [=================== ] 805/2612 30% [=================== ] 806/2612 30% [=================== ] 807/2612 30% [=================== ] 808/2612 30% [=================== ] 809/2612 30% [=================== ] 810/2612 31% [=================== ] 811/2612 31% [=================== ] 812/2612 31% [=================== ] 813/2612 31% [=================== ] 814/2612 31% [=================== ] 815/2612 31% [=================== ] 816/2612 31% [=================== ] 817/2612 31% [=================== ] 818/2612 31% [=================== ] 819/2612 31% [=================== ] 820/2612 31% [=================== ] 821/2612 31% [=================== ] 822/2612 31% [=================== ] 823/2612 31% [=================== ] 824/2612 31% [=================== ] 825/2612 31% [=================== ] 826/2612 31% [=================== ] 827/2612 31% [=================== ] 828/2612 31% [=================== ] 829/2612 31% [=================== ] 830/2612 31% [=================== ] 831/2612 31% [=================== ] 832/2612 31% [=================== ] 833/2612 31% [=================== ] 834/2612 31% [=================== ] 835/2612 31% [=================== ] 836/2612 32% [=================== ] 837/2612 32% [=================== ] 838/2612 32% [=================== ] 839/2612 32% [=================== ] 840/2612 32% [=================== ] 841/2612 32% [=================== ] 842/2612 32% [==================== ] 843/2612 32% [==================== ] 844/2612 32% [==================== ] 845/2612 32% [==================== ] 846/2612 32% [==================== ] 847/2612 32% [==================== ] 848/2612 32% [==================== ] 849/2612 32% [==================== ] 850/2612 32% [==================== ] 851/2612 32% [==================== ] 852/2612 32% [==================== ] 853/2612 32% [==================== ] 854/2612 32% [==================== ] 855/2612 32% [==================== ] 856/2612 32% [==================== ] 857/2612 32% [==================== ] 858/2612 32% [==================== ] 859/2612 32% [==================== ] 860/2612 32% [==================== ] 861/2612 32% [==================== ] 862/2612 33% [==================== ] 863/2612 33% [==================== ] 864/2612 33% [==================== ] 865/2612 33% [==================== ] 866/2612 33% [==================== ] 867/2612 33% [==================== ] 868/2612 33% [==================== ] 869/2612 33% [==================== ] 870/2612 33% [==================== ] 871/2612 33% [==================== ] 872/2612 33% [==================== ] 873/2612 33% [==================== ] 874/2612 33% [==================== ] 875/2612 33% [==================== ] 876/2612 33% [==================== ] 877/2612 33% [==================== ] 878/2612 33% [==================== ] 879/2612 33% [==================== ] 880/2612 33% [==================== ] 881/2612 33% [==================== ] 882/2612 33% [==================== ] 883/2612 33% [==================== ] 884/2612 33% [===================== ] 885/2612 33% [===================== ] 886/2612 33% [===================== ] 887/2612 33% [===================== ] 888/2612 33% [===================== ] 889/2612 34% [===================== ] 890/2612 34% [===================== ] 891/2612 34% [===================== ] 892/2612 34% [===================== ] 893/2612 34% [===================== ] 894/2612 34% [===================== ] 895/2612 34% [===================== ] 896/2612 34% [===================== ] 897/2612 34% [===================== ] 898/2612 34% [===================== ] 899/2612 34% [===================== ] 900/2612 34% [===================== ] 901/2612 34% [===================== ] 902/2612 34% [===================== ] 903/2612 34% [===================== ] 904/2612 34% [===================== ] 905/2612 34% [===================== ] 906/2612 34% [===================== ] 907/2612 34% [===================== ] 908/2612 34% [===================== ] 909/2612 34% [===================== ] 910/2612 34% [===================== ] 911/2612 34% [===================== ] 912/2612 34% [===================== ] 913/2612 34% [===================== ] 914/2612 34% [===================== ] 915/2612 35% [===================== ] 916/2612 35% [===================== ] 917/2612 35% [===================== ] 918/2612 35% [===================== ] 919/2612 35% [===================== ] 920/2612 35% [===================== ] 921/2612 35% [===================== ] 922/2612 35% [===================== ] 923/2612 35% [===================== ] 924/2612 35% [===================== ] 925/2612 35% [===================== ] 926/2612 35% [====================== ] 927/2612 35% [====================== ] 928/2612 35% [====================== ] 929/2612 35% [====================== ] 930/2612 35% [====================== ] 931/2612 35% [====================== ] 932/2612 35% [====================== ] 933/2612 35% [====================== ] 934/2612 35% [====================== ] 935/2612 35% [====================== ] 936/2612 35% [====================== ] 937/2612 35% [====================== ] 938/2612 35% [====================== ] 939/2612 35% [====================== ] 940/2612 35% [====================== ] 941/2612 36% [====================== ] 942/2612 36% [====================== ] 943/2612 36% [====================== ] 944/2612 36% [====================== ] 945/2612 36% [====================== ] 946/2612 36% [====================== ] 947/2612 36% [====================== ] 948/2612 36% [====================== ] 949/2612 36% [====================== ] 950/2612 36% [====================== ] 951/2612 36% [====================== ] 952/2612 36% [====================== ] 953/2612 36% [====================== ] 954/2612 36% [====================== ] 955/2612 36% [====================== ] 956/2612 36% [====================== ] 957/2612 36% [====================== ] 958/2612 36% [====================== ] 959/2612 36% [====================== ] 960/2612 36% [====================== ] 961/2612 36% [====================== ] 962/2612 36% [====================== ] 963/2612 36% [====================== ] 964/2612 36% [====================== ] 965/2612 36% [====================== ] 966/2612 36% [====================== ] 967/2612 37% [====================== ] 968/2612 37% [======================= ] 969/2612 37% [======================= ] 970/2612 37% [======================= ] 971/2612 37% [======================= ] 972/2612 37% [======================= ] 973/2612 37% [======================= ] 974/2612 37% [======================= ] 975/2612 37% [======================= ] 976/2612 37% [======================= ] 977/2612 37% [======================= ] 978/2612 37% [======================= ] 979/2612 37% [======================= ] 980/2612 37% [======================= ] 981/2612 37% [======================= ] 982/2612 37% [======================= ] 983/2612 37% [======================= ] 984/2612 37% [======================= ] 985/2612 37% [======================= ] 986/2612 37% [======================= ] 987/2612 37% [======================= ] 988/2612 37% [======================= ] 989/2612 37% [======================= ] 990/2612 37% [======================= ] 991/2612 37% [======================= ] 992/2612 37% [======================= ] 993/2612 38% [======================= ] 994/2612 38% [======================= ] 995/2612 38% [======================= ] 996/2612 38% [======================= ] 997/2612 38% [======================= ] 998/2612 38% [======================= ] 999/2612 38% [======================= ] 1000/2612 38% [======================= ] 1001/2612 38% [======================= ] 1002/2612 38% [======================= ] 1003/2612 38% [======================= ] 1004/2612 38% [======================= ] 1005/2612 38% [======================= ] 1006/2612 38% [======================= ] 1007/2612 38% [======================= ] 1008/2612 38% [======================= ] 1009/2612 38% [======================= ] 1010/2612 38% [======================= ] 1011/2612 38% [======================== ] 1012/2612 38% [======================== ] 1013/2612 38% [======================== ] 1014/2612 38% [======================== ] 1015/2612 38% [======================== ] 1016/2612 38% [======================== ] 1017/2612 38% [======================== ] 1018/2612 38% [======================== ] 1019/2612 39% [======================== ] 1020/2612 39% [======================== ] 1021/2612 39% [======================== ] 1022/2612 39% [======================== ] 1023/2612 39% [======================== ] 1024/2612 39% [======================== ] 1025/2612 39% [======================== ] 1026/2612 39% [======================== ] 1027/2612 39% [======================== ] 1028/2612 39% [======================== ] 1029/2612 39% [======================== ] 1030/2612 39% [======================== ] 1031/2612 39% [======================== ] 1032/2612 39% [======================== ] 1033/2612 39% [======================== ] 1034/2612 39% [======================== ] 1035/2612 39% [======================== ] 1036/2612 39% [======================== ] 1037/2612 39% [======================== ] 1038/2612 39% [======================== ] 1039/2612 39% [======================== ] 1040/2612 39% [======================== ] 1041/2612 39% [======================== ] 1042/2612 39% [======================== ] 1043/2612 39% [======================== ] 1044/2612 39% [======================== ] 1045/2612 40% [======================== ] 1046/2612 40% [======================== ] 1047/2612 40% [======================== ] 1048/2612 40% [======================== ] 1049/2612 40% [======================== ] 1050/2612 40% [======================== ] 1051/2612 40% [======================== ] 1052/2612 40% [======================== ] 1053/2612 40% [========================= ] 1054/2612 40% [========================= ] 1055/2612 40% [========================= ] 1056/2612 40% [========================= ] 1057/2612 40% [========================= ] 1058/2612 40% [========================= ] 1059/2612 40% [========================= ] 1060/2612 40% [========================= ] 1061/2612 40% [========================= ] 1062/2612 40% [========================= ] 1063/2612 40% [========================= ] 1064/2612 40% [========================= ] 1065/2612 40% [========================= ] 1066/2612 40% [========================= ] 1067/2612 40% [========================= ] 1068/2612 40% [========================= ] 1069/2612 40% [========================= ] 1070/2612 40% [========================= ] 1071/2612 41% [========================= ] 1072/2612 41% [========================= ] 1073/2612 41% [========================= ] 1074/2612 41% [========================= ] 1075/2612 41% [========================= ] 1076/2612 41% [========================= ] 1077/2612 41% [========================= ] 1078/2612 41% [========================= ] 1079/2612 41% [========================= ] 1080/2612 41% [========================= ] 1081/2612 41% [========================= ] 1082/2612 41% [========================= ] 1083/2612 41% [========================= ] 1084/2612 41% [========================= ] 1085/2612 41% [========================= ] 1086/2612 41% [========================= ] 1087/2612 41% [========================= ] 1088/2612 41% [========================= ] 1089/2612 41% [========================= ] 1090/2612 41% [========================= ] 1091/2612 41% [========================= ] 1092/2612 41% [========================= ] 1093/2612 41% [========================= ] 1094/2612 41% [========================= ] 1095/2612 41% [========================== ] 1096/2612 41% [========================== ] 1097/2612 41% [========================== ] 1098/2612 42% [========================== ] 1099/2612 42% [========================== ] 1100/2612 42% [========================== ] 1101/2612 42% [========================== ] 1102/2612 42% [========================== ] 1103/2612 42% [========================== ] 1104/2612 42% [========================== ] 1105/2612 42% [========================== ] 1106/2612 42% [========================== ] 1107/2612 42% [========================== ] 1108/2612 42% [========================== ] 1109/2612 42% [========================== ] 1110/2612 42% [========================== ] 1111/2612 42% [========================== ] 1112/2612 42% [========================== ] 1113/2612 42% [========================== ] 1114/2612 42% [========================== ] 1115/2612 42% [========================== ] 1116/2612 42% [========================== ] 1117/2612 42% [========================== ] 1118/2612 42% [========================== ] 1119/2612 42% [========================== ] 1120/2612 42% [========================== ] 1121/2612 42% [========================== ] 1122/2612 42% [========================== ] 1123/2612 42% [========================== ] 1124/2612 43% [========================== ] 1125/2612 43% [========================== ] 1126/2612 43% [========================== ] 1127/2612 43% [========================== ] 1128/2612 43% [========================== ] 1129/2612 43% [========================== ] 1130/2612 43% [========================== ] 1131/2612 43% [========================== ] 1132/2612 43% [========================== ] 1133/2612 43% [========================== ] 1134/2612 43% [========================== ] 1135/2612 43% [========================== ] 1136/2612 43% [========================== ] 1137/2612 43% [=========================== ] 1138/2612 43% [=========================== ] 1139/2612 43% [=========================== ] 1140/2612 43% [=========================== ] 1141/2612 43% [=========================== ] 1142/2612 43% [=========================== ] 1143/2612 43% [=========================== ] 1144/2612 43% [=========================== ] 1145/2612 43% [=========================== ] 1146/2612 43% [=========================== ] 1147/2612 43% [=========================== ] 1148/2612 43% [=========================== ] 1149/2612 43% [=========================== ] 1150/2612 44% [=========================== ] 1151/2612 44% [=========================== ] 1152/2612 44% [=========================== ] 1153/2612 44% [=========================== ] 1154/2612 44% [=========================== ] 1155/2612 44% [=========================== ] 1156/2612 44% [=========================== ] 1157/2612 44% [=========================== ] 1158/2612 44% [=========================== ] 1159/2612 44% [=========================== ] 1160/2612 44% [=========================== ] 1161/2612 44% [=========================== ] 1162/2612 44% [=========================== ] 1163/2612 44% [=========================== ] 1164/2612 44% [=========================== ] 1165/2612 44% [=========================== ] 1166/2612 44% [=========================== ] 1167/2612 44% [=========================== ] 1168/2612 44% [=========================== ] 1169/2612 44% [=========================== ] 1170/2612 44% [=========================== ] 1171/2612 44% [=========================== ] 1172/2612 44% [=========================== ] 1173/2612 44% [=========================== ] 1174/2612 44% [=========================== ] 1175/2612 44% [=========================== ] 1176/2612 45% [=========================== ] 1177/2612 45% [=========================== ] 1178/2612 45% [=========================== ] 1179/2612 45% [============================ ] 1180/2612 45% [============================ ] 1181/2612 45% [============================ ] 1182/2612 45% [============================ ] 1183/2612 45% [============================ ] 1184/2612 45% [============================ ] 1185/2612 45% [============================ ] 1186/2612 45% [============================ ] 1187/2612 45% [============================ ] 1188/2612 45% [============================ ] 1189/2612 45% [============================ ] 1190/2612 45% [============================ ] 1191/2612 45% [============================ ] 1192/2612 45% [============================ ] 1193/2612 45% [============================ ] 1194/2612 45% [============================ ] 1195/2612 45% [============================ ] 1196/2612 45% [============================ ] 1197/2612 45% [============================ ] 1198/2612 45% [============================ ] 1199/2612 45% [============================ ] 1200/2612 45% [============================ ] 1201/2612 45% [============================ ] 1202/2612 46% [============================ ] 1203/2612 46% [============================ ] 1204/2612 46% [============================ ] 1205/2612 46% [============================ ] 1206/2612 46% [============================ ] 1207/2612 46% [============================ ] 1208/2612 46% [============================ ] 1209/2612 46% [============================ ] 1210/2612 46% [============================ ] 1211/2612 46% [============================ ] 1212/2612 46% [============================ ] 1213/2612 46% [============================ ] 1214/2612 46% [============================ ] 1215/2612 46% [============================ ] 1216/2612 46% [============================ ] 1217/2612 46% [============================ ] 1218/2612 46% [============================ ] 1219/2612 46% [============================ ] 1220/2612 46% [============================ ] 1221/2612 46% [============================= ] 1222/2612 46% [============================= ] 1223/2612 46% [============================= ] 1224/2612 46% [============================= ] 1225/2612 46% [============================= ] 1226/2612 46% [============================= ] 1227/2612 46% [============================= ] 1228/2612 47% [============================= ] 1229/2612 47% [============================= ] 1230/2612 47% [============================= ] 1231/2612 47% [============================= ] 1232/2612 47% [============================= ] 1233/2612 47% [============================= ] 1234/2612 47% [============================= ] 1235/2612 47% [============================= ] 1236/2612 47% [============================= ] 1237/2612 47% [============================= ] 1238/2612 47% [============================= ] 1239/2612 47% [============================= ] 1240/2612 47% [============================= ] 1241/2612 47% [============================= ] 1242/2612 47% [============================= ] 1243/2612 47% [============================= ] 1244/2612 47% [============================= ] 1245/2612 47% [============================= ] 1246/2612 47% [============================= ] 1247/2612 47% [============================= ] 1248/2612 47% [============================= ] 1249/2612 47% [============================= ] 1250/2612 47% [============================= ] 1251/2612 47% [============================= ] 1252/2612 47% [============================= ] 1253/2612 47% [============================= ] 1254/2612 48% [============================= ] 1255/2612 48% [============================= ] 1256/2612 48% [============================= ] 1257/2612 48% [============================= ] 1258/2612 48% [============================= ] 1259/2612 48% [============================= ] 1260/2612 48% [============================= ] 1261/2612 48% [============================= ] 1262/2612 48% [============================= ] 1263/2612 48% [============================== ] 1264/2612 48% [============================== ] 1265/2612 48% [============================== ] 1266/2612 48% [============================== ] 1267/2612 48% [============================== ] 1268/2612 48% [============================== ] 1269/2612 48% [============================== ] 1270/2612 48% [============================== ] 1271/2612 48% [============================== ] 1272/2612 48% [============================== ] 1273/2612 48% [============================== ] 1274/2612 48% [============================== ] 1275/2612 48% [============================== ] 1276/2612 48% [============================== ] 1277/2612 48% [============================== ] 1278/2612 48% [============================== ] 1279/2612 48% [============================== ] 1280/2612 49% [============================== ] 1281/2612 49% [============================== ] 1282/2612 49% [============================== ] 1283/2612 49% [============================== ] 1284/2612 49% [============================== ] 1285/2612 49% [============================== ] 1286/2612 49% [============================== ] 1287/2612 49% [============================== ] 1288/2612 49% [============================== ] 1289/2612 49% [============================== ] 1290/2612 49% [============================== ] 1291/2612 49% [============================== ] 1292/2612 49% [============================== ] 1293/2612 49% [============================== ] 1294/2612 49% [============================== ] 1295/2612 49% [============================== ] 1296/2612 49% [============================== ] 1297/2612 49% [============================== ] 1298/2612 49% [============================== ] 1299/2612 49% [============================== ] 1300/2612 49% [============================== ] 1301/2612 49% [============================== ] 1302/2612 49% [============================== ] 1303/2612 49% [============================== ] 1304/2612 49% [============================== ] 1305/2612 49% [=============================== ] 1306/2612 50% [=============================== ] 1307/2612 50% [=============================== ] 1308/2612 50% [=============================== ] 1309/2612 50% [=============================== ] 1310/2612 50% [=============================== ] 1311/2612 50% [=============================== ] 1312/2612 50% [=============================== ] 1313/2612 50% [=============================== ] 1314/2612 50% [=============================== ] 1315/2612 50% [=============================== ] 1316/2612 50% [=============================== ] 1317/2612 50% [=============================== ] 1318/2612 50% [=============================== ] 1319/2612 50% [=============================== ] 1320/2612 50% [=============================== ] 1321/2612 50% [=============================== ] 1322/2612 50% [=============================== ] 1323/2612 50% [=============================== ] 1324/2612 50% [=============================== ] 1325/2612 50% [=============================== ] 1326/2612 50% [=============================== ] 1327/2612 50% [=============================== ] 1328/2612 50% [=============================== ] 1329/2612 50% [=============================== ] 1330/2612 50% [=============================== ] 1331/2612 50% [=============================== ] 1332/2612 50% [=============================== ] 1333/2612 51% [=============================== ] 1334/2612 51% [=============================== ] 1335/2612 51% [=============================== ] 1336/2612 51% [=============================== ] 1337/2612 51% [=============================== ] 1338/2612 51% [=============================== ] 1339/2612 51% [=============================== ] 1340/2612 51% [=============================== ] 1341/2612 51% [=============================== ] 1342/2612 51% [=============================== ] 1343/2612 51% [=============================== ] 1344/2612 51% [=============================== ] 1345/2612 51% [=============================== ] 1346/2612 51% [=============================== ] 1347/2612 51% [=============================== ] 1348/2612 51% [================================ ] 1349/2612 51% [================================ ] 1350/2612 51% [================================ ] 1351/2612 51% [================================ ] 1352/2612 51% [================================ ] 1353/2612 51% [================================ ] 1354/2612 51% [================================ ] 1355/2612 51% [================================ ] 1356/2612 51% [================================ ] 1357/2612 51% [================================ ] 1358/2612 51% [================================ ] 1359/2612 52% [================================ ] 1360/2612 52% [================================ ] 1361/2612 52% [================================ ] 1362/2612 52% [================================ ] 1363/2612 52% [================================ ] 1364/2612 52% [================================ ] 1365/2612 52% [================================ ] 1366/2612 52% [================================ ] 1367/2612 52% [================================ ] 1368/2612 52% [================================ ] 1369/2612 52% [================================ ] 1370/2612 52% [================================ ] 1371/2612 52% [================================ ] 1372/2612 52% [================================ ] 1373/2612 52% [================================ ] 1374/2612 52% [================================ ] 1375/2612 52% [================================ ] 1376/2612 52% [================================ ] 1377/2612 52% [================================ ] 1378/2612 52% [================================ ] 1379/2612 52% [================================ ] 1380/2612 52% [================================ ] 1381/2612 52% [================================ ] 1382/2612 52% [================================ ] 1383/2612 52% [================================ ] 1384/2612 52% [================================ ] 1385/2612 53% [================================ ] 1386/2612 53% [================================ ] 1387/2612 53% [================================ ] 1388/2612 53% [================================ ] 1389/2612 53% [================================ ] 1390/2612 53% [================================= ] 1391/2612 53% [================================= ] 1392/2612 53% [================================= ] 1393/2612 53% [================================= ] 1394/2612 53% [================================= ] 1395/2612 53% [================================= ] 1396/2612 53% [================================= ] 1397/2612 53% [================================= ] 1398/2612 53% [================================= ] 1399/2612 53% [================================= ] 1400/2612 53% [================================= ] 1401/2612 53% [================================= ] 1402/2612 53% [================================= ] 1403/2612 53% [================================= ] 1404/2612 53% [================================= ] 1405/2612 53% [================================= ] 1406/2612 53% [================================= ] 1407/2612 53% [================================= ] 1408/2612 53% [================================= ] 1409/2612 53% [================================= ] 1410/2612 53% [================================= ] 1411/2612 54% [================================= ] 1412/2612 54% [================================= ] 1413/2612 54% [================================= ] 1414/2612 54% [================================= ] 1415/2612 54% [================================= ] 1416/2612 54% [================================= ] 1417/2612 54% [================================= ] 1418/2612 54% [================================= ] 1419/2612 54% [================================= ] 1420/2612 54% [================================= ] 1421/2612 54% [================================= ] 1422/2612 54% [================================= ] 1423/2612 54% [================================= ] 1424/2612 54% [================================= ] 1425/2612 54% [================================= ] 1426/2612 54% [================================= ] 1427/2612 54% [================================= ] 1428/2612 54% [================================= ] 1429/2612 54% [================================= ] 1430/2612 54% [================================= ] 1431/2612 54% [================================= ] 1432/2612 54% [================================== ] 1433/2612 54% [================================== ] 1434/2612 54% [================================== ] 1435/2612 54% [================================== ] 1436/2612 54% [================================== ] 1437/2612 55% [================================== ] 1438/2612 55% [================================== ] 1439/2612 55% [================================== ] 1440/2612 55% [================================== ] 1441/2612 55% [================================== ] 1442/2612 55% [================================== ] 1443/2612 55% [================================== ] 1444/2612 55% [================================== ] 1445/2612 55% [================================== ] 1446/2612 55% [================================== ] 1447/2612 55% [================================== ] 1448/2612 55% [================================== ] 1449/2612 55% [================================== ] 1450/2612 55% [================================== ] 1451/2612 55% [================================== ] 1452/2612 55% [================================== ] 1453/2612 55% [================================== ] 1454/2612 55% [================================== ] 1455/2612 55% [================================== ] 1456/2612 55% [================================== ] 1457/2612 55% [================================== ] 1458/2612 55% [================================== ] 1459/2612 55% [================================== ] 1460/2612 55% [================================== ] 1461/2612 55% [================================== ] 1462/2612 55% [================================== ] 1463/2612 56% [================================== ] 1464/2612 56% [================================== ] 1465/2612 56% [================================== ] 1466/2612 56% [================================== ] 1467/2612 56% [================================== ] 1468/2612 56% [================================== ] 1469/2612 56% [================================== ] 1470/2612 56% [================================== ] 1471/2612 56% [================================== ] 1472/2612 56% [================================== ] 1473/2612 56% [================================== ] 1474/2612 56% [=================================== ] 1475/2612 56% [=================================== ] 1476/2612 56% [=================================== ] 1477/2612 56% [=================================== ] 1478/2612 56% [=================================== ] 1479/2612 56% [=================================== ] 1480/2612 56% [=================================== ] 1481/2612 56% [=================================== ] 1482/2612 56% [=================================== ] 1483/2612 56% [=================================== ] 1484/2612 56% [=================================== ] 1485/2612 56% [=================================== ] 1486/2612 56% [=================================== ] 1487/2612 56% [=================================== ] 1488/2612 56% [=================================== ] 1489/2612 57% [=================================== ] 1490/2612 57% [=================================== ] 1491/2612 57% [=================================== ] 1492/2612 57% [=================================== ] 1493/2612 57% [=================================== ] 1494/2612 57% [=================================== ] 1495/2612 57% [=================================== ] 1496/2612 57% [=================================== ] 1497/2612 57% [=================================== ] 1498/2612 57% [=================================== ] 1499/2612 57% [=================================== ] 1500/2612 57% [=================================== ] 1501/2612 57% [=================================== ] 1502/2612 57% [=================================== ] 1503/2612 57% [=================================== ] 1504/2612 57% [=================================== ] 1505/2612 57% [=================================== ] 1506/2612 57% [=================================== ] 1507/2612 57% [=================================== ] 1508/2612 57% [=================================== ] 1509/2612 57% [=================================== ] 1510/2612 57% [=================================== ] 1511/2612 57% [=================================== ] 1512/2612 57% [=================================== ] 1513/2612 57% [=================================== ] 1514/2612 57% [=================================== ] 1515/2612 58% [=================================== ] 1516/2612 58% [==================================== ] 1517/2612 58% [==================================== ] 1518/2612 58% [==================================== ] 1519/2612 58% [==================================== ] 1520/2612 58% [==================================== ] 1521/2612 58% [==================================== ] 1522/2612 58% [==================================== ] 1523/2612 58% [==================================== ] 1524/2612 58% [==================================== ] 1525/2612 58% [==================================== ] 1526/2612 58% [==================================== ] 1527/2612 58% [==================================== ] 1528/2612 58% [==================================== ] 1529/2612 58% [==================================== ] 1530/2612 58% [==================================== ] 1531/2612 58% [==================================== ] 1532/2612 58% [==================================== ] 1533/2612 58% [==================================== ] 1534/2612 58% [==================================== ] 1535/2612 58% [==================================== ] 1536/2612 58% [==================================== ] 1537/2612 58% [==================================== ] 1538/2612 58% [==================================== ] 1539/2612 58% [==================================== ] 1540/2612 58% [==================================== ] 1541/2612 58% [==================================== ] 1542/2612 59% [==================================== ] 1543/2612 59% [==================================== ] 1544/2612 59% [==================================== ] 1545/2612 59% [==================================== ] 1546/2612 59% [==================================== ] 1547/2612 59% [==================================== ] 1548/2612 59% [==================================== ] 1549/2612 59% [==================================== ] 1550/2612 59% [==================================== ] 1551/2612 59% [==================================== ] 1552/2612 59% [==================================== ] 1553/2612 59% [==================================== ] 1554/2612 59% [==================================== ] 1555/2612 59% [==================================== ] 1556/2612 59% [==================================== ] 1557/2612 59% [==================================== ] 1558/2612 59% [===================================== ] 1559/2612 59% [===================================== ] 1560/2612 59% [===================================== ] 1561/2612 59% [===================================== ] 1562/2612 59% [===================================== ] 1563/2612 59% [===================================== ] 1564/2612 59% [===================================== ] 1565/2612 59% [===================================== ] 1566/2612 59% [===================================== ] 1567/2612 59% [===================================== ] 1568/2612 60% [===================================== ] 1569/2612 60% [===================================== ] 1570/2612 60% [===================================== ] 1571/2612 60% [===================================== ] 1572/2612 60% [===================================== ] 1573/2612 60% [===================================== ] 1574/2612 60% [===================================== ] 1575/2612 60% [===================================== ] 1576/2612 60% [===================================== ] 1577/2612 60% [===================================== ] 1578/2612 60% [===================================== ] 1579/2612 60% [===================================== ] 1580/2612 60% [===================================== ] 1581/2612 60% [===================================== ] 1582/2612 60% [===================================== ] 1583/2612 60% [===================================== ] 1584/2612 60% [===================================== ] 1585/2612 60% [===================================== ] 1586/2612 60% [===================================== ] 1587/2612 60% [===================================== ] 1588/2612 60% [===================================== ] 1589/2612 60% [===================================== ] 1590/2612 60% [===================================== ] 1591/2612 60% [===================================== ] 1592/2612 60% [===================================== ] 1593/2612 60% [===================================== ] 1594/2612 61% [===================================== ] 1595/2612 61% [===================================== ] 1596/2612 61% [===================================== ] 1597/2612 61% [===================================== ] 1598/2612 61% [===================================== ] 1599/2612 61% [===================================== ] 1600/2612 61% [====================================== ] 1601/2612 61% [====================================== ] 1602/2612 61% [====================================== ] 1603/2612 61% [====================================== ] 1604/2612 61% [====================================== ] 1605/2612 61% [====================================== ] 1606/2612 61% [====================================== ] 1607/2612 61% [====================================== ] 1608/2612 61% [====================================== ] 1609/2612 61% [====================================== ] 1610/2612 61% [====================================== ] 1611/2612 61% [====================================== ] 1612/2612 61% [====================================== ] 1613/2612 61% [====================================== ] 1614/2612 61% [====================================== ] 1615/2612 61% [====================================== ] 1616/2612 61% [====================================== ] 1617/2612 61% [====================================== ] 1618/2612 61% [====================================== ] 1619/2612 61% [====================================== ] 1620/2612 62% [====================================== ] 1621/2612 62% [====================================== ] 1622/2612 62% [====================================== ] 1623/2612 62% [====================================== ] 1624/2612 62% [====================================== ] 1625/2612 62% [====================================== ] 1626/2612 62% [====================================== ] 1627/2612 62% [====================================== ] 1628/2612 62% [====================================== ] 1629/2612 62% [====================================== ] 1630/2612 62% [====================================== ] 1631/2612 62% [====================================== ] 1632/2612 62% [====================================== ] 1633/2612 62% [====================================== ] 1634/2612 62% [====================================== ] 1635/2612 62% [====================================== ] 1636/2612 62% [====================================== ] 1637/2612 62% [====================================== ] 1638/2612 62% [====================================== ] 1639/2612 62% [====================================== ] 1640/2612 62% [====================================== ] 1641/2612 62% [====================================== ] 1642/2612 62% [====================================== ] 1643/2612 62% [======================================= ] 1644/2612 62% [======================================= ] 1645/2612 62% [======================================= ] 1646/2612 63% [======================================= ] 1647/2612 63% [======================================= ] 1648/2612 63% [======================================= ] 1649/2612 63% [======================================= ] 1650/2612 63% [======================================= ] 1651/2612 63% [======================================= ] 1652/2612 63% [======================================= ] 1653/2612 63% [======================================= ] 1654/2612 63% [======================================= ] 1655/2612 63% [======================================= ] 1656/2612 63% [======================================= ] 1657/2612 63% [======================================= ] 1658/2612 63% [======================================= ] 1659/2612 63% [======================================= ] 1660/2612 63% [======================================= ] 1661/2612 63% [======================================= ] 1662/2612 63% [======================================= ] 1663/2612 63% [======================================= ] 1664/2612 63% [======================================= ] 1665/2612 63% [======================================= ] 1666/2612 63% [======================================= ] 1667/2612 63% [======================================= ] 1668/2612 63% [======================================= ] 1669/2612 63% [======================================= ] 1670/2612 63% [======================================= ] 1671/2612 63% [======================================= ] 1672/2612 64% [======================================= ] 1673/2612 64% [======================================= ] 1674/2612 64% [======================================= ] 1675/2612 64% [======================================= ] 1676/2612 64% [======================================= ] 1677/2612 64% [======================================= ] 1678/2612 64% [======================================= ] 1679/2612 64% [======================================= ] 1680/2612 64% [======================================= ] 1681/2612 64% [======================================= ] 1682/2612 64% [======================================= ] 1683/2612 64% [======================================= ] 1684/2612 64% [======================================= ] 1685/2612 64% [======================================== ] 1686/2612 64% [======================================== ] 1687/2612 64% [======================================== ] 1688/2612 64% [======================================== ] 1689/2612 64% [======================================== ] 1690/2612 64% [======================================== ] 1691/2612 64% [======================================== ] 1692/2612 64% [======================================== ] 1693/2612 64% [======================================== ] 1694/2612 64% [======================================== ] 1695/2612 64% [======================================== ] 1696/2612 64% [======================================== ] 1697/2612 64% [======================================== ] 1698/2612 65% [======================================== ] 1699/2612 65% [======================================== ] 1700/2612 65% [======================================== ] 1701/2612 65% [======================================== ] 1702/2612 65% [======================================== ] 1703/2612 65% [======================================== ] 1704/2612 65% [======================================== ] 1705/2612 65% [======================================== ] 1706/2612 65% [======================================== ] 1707/2612 65% [======================================== ] 1708/2612 65% [======================================== ] 1709/2612 65% [======================================== ] 1710/2612 65% [======================================== ] 1711/2612 65% [======================================== ] 1712/2612 65% [======================================== ] 1713/2612 65% [======================================== ] 1714/2612 65% [======================================== ] 1715/2612 65% [======================================== ] 1716/2612 65% [======================================== ] 1717/2612 65% [======================================== ] 1718/2612 65% [======================================== ] 1719/2612 65% [======================================== ] 1720/2612 65% [======================================== ] 1721/2612 65% [======================================== ] 1722/2612 65% [======================================== ] 1723/2612 65% [======================================== ] 1724/2612 66% [======================================== ] 1725/2612 66% [======================================== ] 1726/2612 66% [======================================== ] 1727/2612 66% [========================================= ] 1728/2612 66% [========================================= ] 1729/2612 66% [========================================= ] 1730/2612 66% [========================================= ] 1731/2612 66% [========================================= ] 1732/2612 66% [========================================= ] 1733/2612 66% [========================================= ] 1734/2612 66% [========================================= ] 1735/2612 66% [========================================= ] 1736/2612 66% [========================================= ] 1737/2612 66% [========================================= ] 1738/2612 66% [========================================= ] 1739/2612 66% [========================================= ] 1740/2612 66% [========================================= ] 1741/2612 66% [========================================= ] 1742/2612 66% [========================================= ] 1743/2612 66% [========================================= ] 1744/2612 66% [========================================= ] 1745/2612 66% [========================================= ] 1746/2612 66% [========================================= ] 1747/2612 66% [========================================= ] 1748/2612 66% [========================================= ] 1749/2612 66% [========================================= ] 1750/2612 66% [========================================= ] 1751/2612 67% [========================================= ] 1752/2612 67% [========================================= ] 1753/2612 67% [========================================= ] 1754/2612 67% [========================================= ] 1755/2612 67% [========================================= ] 1756/2612 67% [========================================= ] 1757/2612 67% [========================================= ] 1758/2612 67% [========================================= ] 1759/2612 67% [========================================= ] 1760/2612 67% [========================================= ] 1761/2612 67% [========================================= ] 1762/2612 67% [========================================= ] 1763/2612 67% [========================================= ] 1764/2612 67% [========================================= ] 1765/2612 67% [========================================= ] 1766/2612 67% [========================================= ] 1767/2612 67% [========================================= ] 1768/2612 67% [========================================= ] 1769/2612 67% [========================================== ] 1770/2612 67% [========================================== ] 1771/2612 67% [========================================== ] 1772/2612 67% [========================================== ] 1773/2612 67% [========================================== ] 1774/2612 67% [========================================== ] 1775/2612 67% [========================================== ] 1776/2612 67% [========================================== ] 1777/2612 68% [========================================== ] 1778/2612 68% [========================================== ] 1779/2612 68% [========================================== ] 1780/2612 68% [========================================== ] 1781/2612 68% [========================================== ] 1782/2612 68% [========================================== ] 1783/2612 68% [========================================== ] 1784/2612 68% [========================================== ] 1785/2612 68% [========================================== ] 1786/2612 68% [========================================== ] 1787/2612 68% [========================================== ] 1788/2612 68% [========================================== ] 1789/2612 68% [========================================== ] 1790/2612 68% [========================================== ] 1791/2612 68% [========================================== ] 1792/2612 68% [========================================== ] 1793/2612 68% [========================================== ] 1794/2612 68% [========================================== ] 1795/2612 68% [========================================== ] 1796/2612 68% [========================================== ] 1797/2612 68% [========================================== ] 1798/2612 68% [========================================== ] 1799/2612 68% [========================================== ] 1800/2612 68% [========================================== ] 1801/2612 68% [========================================== ] 1802/2612 68% [========================================== ] 1803/2612 69% [========================================== ] 1804/2612 69% [========================================== ] 1805/2612 69% [========================================== ] 1806/2612 69% [========================================== ] 1807/2612 69% [========================================== ] 1808/2612 69% [========================================== ] 1809/2612 69% [========================================== ] 1810/2612 69% [========================================== ] 1811/2612 69% [=========================================== ] 1812/2612 69% [=========================================== ] 1813/2612 69% [=========================================== ] 1814/2612 69% [=========================================== ] 1815/2612 69% [=========================================== ] 1816/2612 69% [=========================================== ] 1817/2612 69% [=========================================== ] 1818/2612 69% [=========================================== ] 1819/2612 69% [=========================================== ] 1820/2612 69% [=========================================== ] 1821/2612 69% [=========================================== ] 1822/2612 69% [=========================================== ] 1823/2612 69% [=========================================== ] 1824/2612 69% [=========================================== ] 1825/2612 69% [=========================================== ] 1826/2612 69% [=========================================== ] 1827/2612 69% [=========================================== ] 1828/2612 69% [=========================================== ] 1829/2612 70% [=========================================== ] 1830/2612 70% [=========================================== ] 1831/2612 70% [=========================================== ] 1832/2612 70% [=========================================== ] 1833/2612 70% [=========================================== ] 1834/2612 70% [=========================================== ] 1835/2612 70% [=========================================== ] 1836/2612 70% [=========================================== ] 1837/2612 70% [=========================================== ] 1838/2612 70% [=========================================== ] 1839/2612 70% [=========================================== ] 1840/2612 70% [=========================================== ] 1841/2612 70% [=========================================== ] 1842/2612 70% [=========================================== ] 1843/2612 70% [=========================================== ] 1844/2612 70% [=========================================== ] 1845/2612 70% [=========================================== ] 1846/2612 70% [=========================================== ] 1847/2612 70% [=========================================== ] 1848/2612 70% [=========================================== ] 1849/2612 70% [=========================================== ] 1850/2612 70% [=========================================== ] 1851/2612 70% [=========================================== ] 1852/2612 70% [=========================================== ] 1853/2612 70% [============================================ ] 1854/2612 70% [============================================ ] 1855/2612 71% [============================================ ] 1856/2612 71% [============================================ ] 1857/2612 71% [============================================ ] 1858/2612 71% [============================================ ] 1859/2612 71% [============================================ ] 1860/2612 71% [============================================ ] 1861/2612 71% [============================================ ] 1862/2612 71% [============================================ ] 1863/2612 71% [============================================ ] 1864/2612 71% [============================================ ] 1865/2612 71% [============================================ ] 1866/2612 71% [============================================ ] 1867/2612 71% [============================================ ] 1868/2612 71% [============================================ ] 1869/2612 71% [============================================ ] 1870/2612 71% [============================================ ] 1871/2612 71% [============================================ ] 1872/2612 71% [============================================ ] 1873/2612 71% [============================================ ] 1874/2612 71% [============================================ ] 1875/2612 71% [============================================ ] 1876/2612 71% [============================================ ] 1877/2612 71% [============================================ ] 1878/2612 71% [============================================ ] 1879/2612 71% [============================================ ] 1880/2612 71% [============================================ ] 1881/2612 72% [============================================ ] 1882/2612 72% [============================================ ] 1883/2612 72% [============================================ ] 1884/2612 72% [============================================ ] 1885/2612 72% [============================================ ] 1886/2612 72% [============================================ ] 1887/2612 72% [============================================ ] 1888/2612 72% [============================================ ] 1889/2612 72% [============================================ ] 1890/2612 72% [============================================ ] 1891/2612 72% [============================================ ] 1892/2612 72% [============================================ ] 1893/2612 72% [============================================ ] 1894/2612 72% [============================================ ] 1895/2612 72% [============================================= ] 1896/2612 72% [============================================= ] 1897/2612 72% [============================================= ] 1898/2612 72% [============================================= ] 1899/2612 72% [============================================= ] 1900/2612 72% [============================================= ] 1901/2612 72% [============================================= ] 1902/2612 72% [============================================= ] 1903/2612 72% [============================================= ] 1904/2612 72% [============================================= ] 1905/2612 72% [============================================= ] 1906/2612 72% [============================================= ] 1907/2612 73% [============================================= ] 1908/2612 73% [============================================= ] 1909/2612 73% [============================================= ] 1910/2612 73% [============================================= ] 1911/2612 73% [============================================= ] 1912/2612 73% [============================================= ] 1913/2612 73% [============================================= ] 1914/2612 73% [============================================= ] 1915/2612 73% [============================================= ] 1916/2612 73% [============================================= ] 1917/2612 73% [============================================= ] 1918/2612 73% [============================================= ] 1919/2612 73% [============================================= ] 1920/2612 73% [============================================= ] 1921/2612 73% [============================================= ] 1922/2612 73% [============================================= ] 1923/2612 73% [============================================= ] 1924/2612 73% [============================================= ] 1925/2612 73% [============================================= ] 1926/2612 73% [============================================= ] 1927/2612 73% [============================================= ] 1928/2612 73% [============================================= ] 1929/2612 73% [============================================= ] 1930/2612 73% [============================================= ] 1931/2612 73% [============================================= ] 1932/2612 73% [============================================= ] 1933/2612 74% [============================================= ] 1934/2612 74% [============================================= ] 1935/2612 74% [============================================= ] 1936/2612 74% [============================================= ] 1937/2612 74% [============================================== ] 1938/2612 74% [============================================== ] 1939/2612 74% [============================================== ] 1940/2612 74% [============================================== ] 1941/2612 74% [============================================== ] 1942/2612 74% [============================================== ] 1943/2612 74% [============================================== ] 1944/2612 74% [============================================== ] 1945/2612 74% [============================================== ] 1946/2612 74% [============================================== ] 1947/2612 74% [============================================== ] 1948/2612 74% [============================================== ] 1949/2612 74% [============================================== ] 1950/2612 74% [============================================== ] 1951/2612 74% [============================================== ] 1952/2612 74% [============================================== ] 1953/2612 74% [============================================== ] 1954/2612 74% [============================================== ] 1955/2612 74% [============================================== ] 1956/2612 74% [============================================== ] 1957/2612 74% [============================================== ] 1958/2612 74% [============================================== ] 1959/2612 75% [============================================== ] 1960/2612 75% [============================================== ] 1961/2612 75% [============================================== ] 1962/2612 75% [============================================== ] 1963/2612 75% [============================================== ] 1964/2612 75% [============================================== ] 1965/2612 75% [============================================== ] 1966/2612 75% [============================================== ] 1967/2612 75% [============================================== ] 1968/2612 75% [============================================== ] 1969/2612 75% [============================================== ] 1970/2612 75% [============================================== ] 1971/2612 75% [============================================== ] 1972/2612 75% [============================================== ] 1973/2612 75% [============================================== ] 1974/2612 75% [============================================== ] 1975/2612 75% [============================================== ] 1976/2612 75% [============================================== ] 1977/2612 75% [============================================== ] 1978/2612 75% [============================================== ] 1979/2612 75% [============================================== ] 1980/2612 75% [=============================================== ] 1981/2612 75% [=============================================== ] 1982/2612 75% [=============================================== ] 1983/2612 75% [=============================================== ] 1984/2612 75% [=============================================== ] 1985/2612 75% [=============================================== ] 1986/2612 76% [=============================================== ] 1987/2612 76% [=============================================== ] 1988/2612 76% [=============================================== ] 1989/2612 76% [=============================================== ] 1990/2612 76% [=============================================== ] 1991/2612 76% [=============================================== ] 1992/2612 76% [=============================================== ] 1993/2612 76% [=============================================== ] 1994/2612 76% [=============================================== ] 1995/2612 76% [=============================================== ] 1996/2612 76% [=============================================== ] 1997/2612 76% [=============================================== ] 1998/2612 76% [=============================================== ] 1999/2612 76% [=============================================== ] 2000/2612 76% [=============================================== ] 2001/2612 76% [=============================================== ] 2002/2612 76% [=============================================== ] 2003/2612 76% [=============================================== ] 2004/2612 76% [=============================================== ] 2005/2612 76% [=============================================== ] 2006/2612 76% [=============================================== ] 2007/2612 76% [=============================================== ] 2008/2612 76% [=============================================== ] 2009/2612 76% [=============================================== ] 2010/2612 76% [=============================================== ] 2011/2612 76% [=============================================== ] 2012/2612 77% [=============================================== ] 2013/2612 77% [=============================================== ] 2014/2612 77% [=============================================== ] 2015/2612 77% [=============================================== ] 2016/2612 77% [=============================================== ] 2017/2612 77% [=============================================== ] 2018/2612 77% [=============================================== ] 2019/2612 77% [=============================================== ] 2020/2612 77% [=============================================== ] 2021/2612 77% [=============================================== ] 2022/2612 77% [================================================ ] 2023/2612 77% [================================================ ] 2024/2612 77% [================================================ ] 2025/2612 77% [================================================ ] 2026/2612 77% [================================================ ] 2027/2612 77% [================================================ ] 2028/2612 77% [================================================ ] 2029/2612 77% [================================================ ] 2030/2612 77% [================================================ ] 2031/2612 77% [================================================ ] 2032/2612 77% [================================================ ] 2033/2612 77% [================================================ ] 2034/2612 77% [================================================ ] 2035/2612 77% [================================================ ] 2036/2612 77% [================================================ ] 2037/2612 77% [================================================ ] 2038/2612 78% [================================================ ] 2039/2612 78% [================================================ ] 2040/2612 78% [================================================ ] 2041/2612 78% [================================================ ] 2042/2612 78% [================================================ ] 2043/2612 78% [================================================ ] 2044/2612 78% [================================================ ] 2045/2612 78% [================================================ ] 2046/2612 78% [================================================ ] 2047/2612 78% [================================================ ] 2048/2612 78% [================================================ ] 2049/2612 78% [================================================ ] 2050/2612 78% [================================================ ] 2051/2612 78% [================================================ ] 2052/2612 78% [================================================ ] 2053/2612 78% [================================================ ] 2054/2612 78% [================================================ ] 2055/2612 78% [================================================ ] 2056/2612 78% [================================================ ] 2057/2612 78% [================================================ ] 2058/2612 78% [================================================ ] 2059/2612 78% [================================================ ] 2060/2612 78% [================================================ ] 2061/2612 78% [================================================ ] 2062/2612 78% [================================================ ] 2063/2612 78% [================================================ ] 2064/2612 79% [================================================= ] 2065/2612 79% [================================================= ] 2066/2612 79% [================================================= ] 2067/2612 79% [================================================= ] 2068/2612 79% [================================================= ] 2069/2612 79% [================================================= ] 2070/2612 79% [================================================= ] 2071/2612 79% [================================================= ] 2072/2612 79% [================================================= ] 2073/2612 79% [================================================= ] 2074/2612 79% [================================================= ] 2075/2612 79% [================================================= ] 2076/2612 79% [================================================= ] 2077/2612 79% [================================================= ] 2078/2612 79% [================================================= ] 2079/2612 79% [================================================= ] 2080/2612 79% [================================================= ] 2081/2612 79% [================================================= ] 2082/2612 79% [================================================= ] 2083/2612 79% [================================================= ] 2084/2612 79% [================================================= ] 2085/2612 79% [================================================= ] 2086/2612 79% [================================================= ] 2087/2612 79% [================================================= ] 2088/2612 79% [================================================= ] 2089/2612 79% [================================================= ] 2090/2612 80% [================================================= ] 2091/2612 80% [================================================= ] 2092/2612 80% [================================================= ] 2093/2612 80% [================================================= ] 2094/2612 80% [================================================= ] 2095/2612 80% [================================================= ] 2096/2612 80% [================================================= ] 2097/2612 80% [================================================= ] 2098/2612 80% [================================================= ] 2099/2612 80% [================================================= ] 2100/2612 80% [================================================= ] 2101/2612 80% [================================================= ] 2102/2612 80% [================================================= ] 2103/2612 80% [================================================= ] 2104/2612 80% [================================================= ] 2105/2612 80% [================================================= ] 2106/2612 80% [================================================== ] 2107/2612 80% [================================================== ] 2108/2612 80% [================================================== ] 2109/2612 80% [================================================== ] 2110/2612 80% [================================================== ] 2111/2612 80% [================================================== ] 2112/2612 80% [================================================== ] 2113/2612 80% [================================================== ] 2114/2612 80% [================================================== ] 2115/2612 80% [================================================== ] 2116/2612 81% [================================================== ] 2117/2612 81% [================================================== ] 2118/2612 81% [================================================== ] 2119/2612 81% [================================================== ] 2120/2612 81% [================================================== ] 2121/2612 81% [================================================== ] 2122/2612 81% [================================================== ] 2123/2612 81% [================================================== ] 2124/2612 81% [================================================== ] 2125/2612 81% [================================================== ] 2126/2612 81% [================================================== ] 2127/2612 81% [================================================== ] 2128/2612 81% [================================================== ] 2129/2612 81% [================================================== ] 2130/2612 81% [================================================== ] 2131/2612 81% [================================================== ] 2132/2612 81% [================================================== ] 2133/2612 81% [================================================== ] 2134/2612 81% [================================================== ] 2135/2612 81% [================================================== ] 2136/2612 81% [================================================== ] 2137/2612 81% [================================================== ] 2138/2612 81% [================================================== ] 2139/2612 81% [================================================== ] 2140/2612 81% [================================================== ] 2141/2612 81% [================================================== ] 2142/2612 82% [================================================== ] 2143/2612 82% [================================================== ] 2144/2612 82% [================================================== ] 2145/2612 82% [================================================== ] 2146/2612 82% [================================================== ] 2147/2612 82% [================================================== ] 2148/2612 82% [=================================================== ] 2149/2612 82% [=================================================== ] 2150/2612 82% [=================================================== ] 2151/2612 82% [=================================================== ] 2152/2612 82% [=================================================== ] 2153/2612 82% [=================================================== ] 2154/2612 82% [=================================================== ] 2155/2612 82% [=================================================== ] 2156/2612 82% [=================================================== ] 2157/2612 82% [=================================================== ] 2158/2612 82% [=================================================== ] 2159/2612 82% [=================================================== ] 2160/2612 82% [=================================================== ] 2161/2612 82% [=================================================== ] 2162/2612 82% [=================================================== ] 2163/2612 82% [=================================================== ] 2164/2612 82% [=================================================== ] 2165/2612 82% [=================================================== ] 2166/2612 82% [=================================================== ] 2167/2612 82% [=================================================== ] 2168/2612 83% [=================================================== ] 2169/2612 83% [=================================================== ] 2170/2612 83% [=================================================== ] 2171/2612 83% [=================================================== ] 2172/2612 83% [=================================================== ] 2173/2612 83% [=================================================== ] 2174/2612 83% [=================================================== ] 2175/2612 83% [=================================================== ] 2176/2612 83% [=================================================== ] 2177/2612 83% [=================================================== ] 2178/2612 83% [=================================================== ] 2179/2612 83% [=================================================== ] 2180/2612 83% [=================================================== ] 2181/2612 83% [=================================================== ] 2182/2612 83% [=================================================== ] 2183/2612 83% [=================================================== ] 2184/2612 83% [=================================================== ] 2185/2612 83% [=================================================== ] 2186/2612 83% [=================================================== ] 2187/2612 83% [=================================================== ] 2188/2612 83% [=================================================== ] 2189/2612 83% [=================================================== ] 2190/2612 83% [==================================================== ] 2191/2612 83% [==================================================== ] 2192/2612 83% [==================================================== ] 2193/2612 83% [==================================================== ] 2194/2612 83% [==================================================== ] 2195/2612 84% [==================================================== ] 2196/2612 84% [==================================================== ] 2197/2612 84% [==================================================== ] 2198/2612 84% [==================================================== ] 2199/2612 84% [==================================================== ] 2200/2612 84% [==================================================== ] 2201/2612 84% [==================================================== ] 2202/2612 84% [==================================================== ] 2203/2612 84% [==================================================== ] 2204/2612 84% [==================================================== ] 2205/2612 84% [==================================================== ] 2206/2612 84% [==================================================== ] 2207/2612 84% [==================================================== ] 2208/2612 84% [==================================================== ] 2209/2612 84% [==================================================== ] 2210/2612 84% [==================================================== ] 2211/2612 84% [==================================================== ] 2212/2612 84% [==================================================== ] 2213/2612 84% [==================================================== ] 2214/2612 84% [==================================================== ] 2215/2612 84% [==================================================== ] 2216/2612 84% [==================================================== ] 2217/2612 84% [==================================================== ] 2218/2612 84% [==================================================== ] 2219/2612 84% [==================================================== ] 2220/2612 84% [==================================================== ] 2221/2612 85% [==================================================== ] 2222/2612 85% [==================================================== ] 2223/2612 85% [==================================================== ] 2224/2612 85% [==================================================== ] 2225/2612 85% [==================================================== ] 2226/2612 85% [==================================================== ] 2227/2612 85% [==================================================== ] 2228/2612 85% [==================================================== ] 2229/2612 85% [==================================================== ] 2230/2612 85% [==================================================== ] 2231/2612 85% [==================================================== ] 2232/2612 85% [===================================================== ] 2233/2612 85% [===================================================== ] 2234/2612 85% [===================================================== ] 2235/2612 85% [===================================================== ] 2236/2612 85% [===================================================== ] 2237/2612 85% [===================================================== ] 2238/2612 85% [===================================================== ] 2239/2612 85% [===================================================== ] 2240/2612 85% [===================================================== ] 2241/2612 85% [===================================================== ] 2242/2612 85% [===================================================== ] 2243/2612 85% [===================================================== ] 2244/2612 85% [===================================================== ] 2245/2612 85% [===================================================== ] 2246/2612 85% [===================================================== ] 2247/2612 86% [===================================================== ] 2248/2612 86% [===================================================== ] 2249/2612 86% [===================================================== ] 2250/2612 86% [===================================================== ] 2251/2612 86% [===================================================== ] 2252/2612 86% [===================================================== ] 2253/2612 86% [===================================================== ] 2254/2612 86% [===================================================== ] 2255/2612 86% [===================================================== ] 2256/2612 86% [===================================================== ] 2257/2612 86% [===================================================== ] 2258/2612 86% [===================================================== ] 2259/2612 86% [===================================================== ] 2260/2612 86% [===================================================== ] 2261/2612 86% [===================================================== ] 2262/2612 86% [===================================================== ] 2263/2612 86% [===================================================== ] 2264/2612 86% [===================================================== ] 2265/2612 86% [===================================================== ] 2266/2612 86% [===================================================== ] 2267/2612 86% [===================================================== ] 2268/2612 86% [===================================================== ] 2269/2612 86% [===================================================== ] 2270/2612 86% [===================================================== ] 2271/2612 86% [===================================================== ] 2272/2612 86% [===================================================== ] 2273/2612 87% [===================================================== ] 2274/2612 87% [====================================================== ] 2275/2612 87% [====================================================== ] 2276/2612 87% [====================================================== ] 2277/2612 87% [====================================================== ] 2278/2612 87% [====================================================== ] 2279/2612 87% [====================================================== ] 2280/2612 87% [====================================================== ] 2281/2612 87% [====================================================== ] 2282/2612 87% [====================================================== ] 2283/2612 87% [====================================================== ] 2284/2612 87% [====================================================== ] 2285/2612 87% [====================================================== ] 2286/2612 87% [====================================================== ] 2287/2612 87% [====================================================== ] 2288/2612 87% [====================================================== ] 2289/2612 87% [====================================================== ] 2290/2612 87% [====================================================== ] 2291/2612 87% [====================================================== ] 2292/2612 87% [====================================================== ] 2293/2612 87% [====================================================== ] 2294/2612 87% [====================================================== ] 2295/2612 87% [====================================================== ] 2296/2612 87% [====================================================== ] 2297/2612 87% [====================================================== ] 2298/2612 87% [====================================================== ] 2299/2612 88% [====================================================== ] 2300/2612 88% [====================================================== ] 2301/2612 88% [====================================================== ] 2302/2612 88% [====================================================== ] 2303/2612 88% [====================================================== ] 2304/2612 88% [====================================================== ] 2305/2612 88% [====================================================== ] 2306/2612 88% [====================================================== ] 2307/2612 88% [====================================================== ] 2308/2612 88% [====================================================== ] 2309/2612 88% [====================================================== ] 2310/2612 88% [====================================================== ] 2311/2612 88% [====================================================== ] 2312/2612 88% [====================================================== ] 2313/2612 88% [====================================================== ] 2314/2612 88% [====================================================== ] 2315/2612 88% [====================================================== ] 2316/2612 88% [====================================================== ] 2317/2612 88% [======================================================= ] 2318/2612 88% [======================================================= ] 2319/2612 88% [======================================================= ] 2320/2612 88% [======================================================= ] 2321/2612 88% [======================================================= ] 2322/2612 88% [======================================================= ] 2323/2612 88% [======================================================= ] 2324/2612 88% [======================================================= ] 2325/2612 89% [======================================================= ] 2326/2612 89% [======================================================= ] 2327/2612 89% [======================================================= ] 2328/2612 89% [======================================================= ] 2329/2612 89% [======================================================= ] 2330/2612 89% [======================================================= ] 2331/2612 89% [======================================================= ] 2332/2612 89% [======================================================= ] 2333/2612 89% [======================================================= ] 2334/2612 89% [======================================================= ] 2335/2612 89% [======================================================= ] 2336/2612 89% [======================================================= ] 2337/2612 89% [======================================================= ] 2338/2612 89% [======================================================= ] 2339/2612 89% [======================================================= ] 2340/2612 89% [======================================================= ] 2341/2612 89% [======================================================= ] 2342/2612 89% [======================================================= ] 2343/2612 89% [======================================================= ] 2344/2612 89% [======================================================= ] 2345/2612 89% [======================================================= ] 2346/2612 89% [======================================================= ] 2347/2612 89% [======================================================= ] 2348/2612 89% [======================================================= ] 2349/2612 89% [======================================================= ] 2350/2612 89% [======================================================= ] 2351/2612 90% [======================================================= ] 2352/2612 90% [======================================================= ] 2353/2612 90% [======================================================= ] 2354/2612 90% [======================================================= ] 2355/2612 90% [======================================================= ] 2356/2612 90% [======================================================= ] 2357/2612 90% [======================================================= ] 2358/2612 90% [======================================================= ] 2359/2612 90% [======================================================== ] 2360/2612 90% [======================================================== ] 2361/2612 90% [======================================================== ] 2362/2612 90% [======================================================== ] 2363/2612 90% [======================================================== ] 2364/2612 90% [======================================================== ] 2365/2612 90% [======================================================== ] 2366/2612 90% [======================================================== ] 2367/2612 90% [======================================================== ] 2368/2612 90% [======================================================== ] 2369/2612 90% [======================================================== ] 2370/2612 90% [======================================================== ] 2371/2612 90% [======================================================== ] 2372/2612 90% [======================================================== ] 2373/2612 90% [======================================================== ] 2374/2612 90% [======================================================== ] 2375/2612 90% [======================================================== ] 2376/2612 90% [======================================================== ] 2377/2612 91% [======================================================== ] 2378/2612 91% [======================================================== ] 2379/2612 91% [======================================================== ] 2380/2612 91% [======================================================== ] 2381/2612 91% [======================================================== ] 2382/2612 91% [======================================================== ] 2383/2612 91% [======================================================== ] 2384/2612 91% [======================================================== ] 2385/2612 91% [======================================================== ] 2386/2612 91% [======================================================== ] 2387/2612 91% [======================================================== ] 2388/2612 91% [======================================================== ] 2389/2612 91% [======================================================== ] 2390/2612 91% [======================================================== ] 2391/2612 91% [======================================================== ] 2392/2612 91% [======================================================== ] 2393/2612 91% [======================================================== ] 2394/2612 91% [======================================================== ] 2395/2612 91% [======================================================== ] 2396/2612 91% [======================================================== ] 2397/2612 91% [======================================================== ] 2398/2612 91% [======================================================== ] 2399/2612 91% [======================================================== ] 2400/2612 91% [======================================================== ] 2401/2612 91% [========================================================= ] 2402/2612 91% [========================================================= ] 2403/2612 91% [========================================================= ] 2404/2612 92% [========================================================= ] 2405/2612 92% [========================================================= ] 2406/2612 92% [========================================================= ] 2407/2612 92% [========================================================= ] 2408/2612 92% [========================================================= ] 2409/2612 92% [========================================================= ] 2410/2612 92% [========================================================= ] 2411/2612 92% [========================================================= ] 2412/2612 92% [========================================================= ] 2413/2612 92% [========================================================= ] 2414/2612 92% [========================================================= ] 2415/2612 92% [========================================================= ] 2416/2612 92% [========================================================= ] 2417/2612 92% [========================================================= ] 2418/2612 92% [========================================================= ] 2419/2612 92% [========================================================= ] 2420/2612 92% [========================================================= ] 2421/2612 92% [========================================================= ] 2422/2612 92% [========================================================= ] 2423/2612 92% [========================================================= ] 2424/2612 92% [========================================================= ] 2425/2612 92% [========================================================= ] 2426/2612 92% [========================================================= ] 2427/2612 92% [========================================================= ] 2428/2612 92% [========================================================= ] 2429/2612 92% [========================================================= ] 2430/2612 93% [========================================================= ] 2431/2612 93% [========================================================= ] 2432/2612 93% [========================================================= ] 2433/2612 93% [========================================================= ] 2434/2612 93% [========================================================= ] 2435/2612 93% [========================================================= ] 2436/2612 93% [========================================================= ] 2437/2612 93% [========================================================= ] 2438/2612 93% [========================================================= ] 2439/2612 93% [========================================================= ] 2440/2612 93% [========================================================= ] 2441/2612 93% [========================================================= ] 2442/2612 93% [========================================================= ] 2443/2612 93% [========================================================== ] 2444/2612 93% [========================================================== ] 2445/2612 93% [========================================================== ] 2446/2612 93% [========================================================== ] 2447/2612 93% [========================================================== ] 2448/2612 93% [========================================================== ] 2449/2612 93% [========================================================== ] 2450/2612 93% [========================================================== ] 2451/2612 93% [========================================================== ] 2452/2612 93% [========================================================== ] 2453/2612 93% [========================================================== ] 2454/2612 93% [========================================================== ] 2455/2612 93% [========================================================== ] 2456/2612 94% [========================================================== ] 2457/2612 94% [========================================================== ] 2458/2612 94% [========================================================== ] 2459/2612 94% [========================================================== ] 2460/2612 94% [========================================================== ] 2461/2612 94% [========================================================== ] 2462/2612 94% [========================================================== ] 2463/2612 94% [========================================================== ] 2464/2612 94% [========================================================== ] 2465/2612 94% [========================================================== ] 2466/2612 94% [========================================================== ] 2467/2612 94% [========================================================== ] 2468/2612 94% [========================================================== ] 2469/2612 94% [========================================================== ] 2470/2612 94% [========================================================== ] 2471/2612 94% [========================================================== ] 2472/2612 94% [========================================================== ] 2473/2612 94% [========================================================== ] 2474/2612 94% [========================================================== ] 2475/2612 94% [========================================================== ] 2476/2612 94% [========================================================== ] 2477/2612 94% [========================================================== ] 2478/2612 94% [========================================================== ] 2479/2612 94% [========================================================== ] 2480/2612 94% [========================================================== ] 2481/2612 94% [========================================================== ] 2482/2612 95% [========================================================== ] 2483/2612 95% [========================================================== ] 2484/2612 95% [========================================================== ] 2485/2612 95% [=========================================================== ] 2486/2612 95% [=========================================================== ] 2487/2612 95% [=========================================================== ] 2488/2612 95% [=========================================================== ] 2489/2612 95% [=========================================================== ] 2490/2612 95% [=========================================================== ] 2491/2612 95% [=========================================================== ] 2492/2612 95% [=========================================================== ] 2493/2612 95% [=========================================================== ] 2494/2612 95% [=========================================================== ] 2495/2612 95% [=========================================================== ] 2496/2612 95% [=========================================================== ] 2497/2612 95% [=========================================================== ] 2498/2612 95% [=========================================================== ] 2499/2612 95% [=========================================================== ] 2500/2612 95% [=========================================================== ] 2501/2612 95% [=========================================================== ] 2502/2612 95% [=========================================================== ] 2503/2612 95% [=========================================================== ] 2504/2612 95% [=========================================================== ] 2505/2612 95% [=========================================================== ] 2506/2612 95% [=========================================================== ] 2507/2612 95% [=========================================================== ] 2508/2612 96% [=========================================================== ] 2509/2612 96% [=========================================================== ] 2510/2612 96% [=========================================================== ] 2511/2612 96% [=========================================================== ] 2512/2612 96% [=========================================================== ] 2513/2612 96% [=========================================================== ] 2514/2612 96% [=========================================================== ] 2515/2612 96% [=========================================================== ] 2516/2612 96% [=========================================================== ] 2517/2612 96% [=========================================================== ] 2518/2612 96% [=========================================================== ] 2519/2612 96% [=========================================================== ] 2520/2612 96% [=========================================================== ] 2521/2612 96% [=========================================================== ] 2522/2612 96% [=========================================================== ] 2523/2612 96% [=========================================================== ] 2524/2612 96% [=========================================================== ] 2525/2612 96% [=========================================================== ] 2526/2612 96% [=========================================================== ] 2527/2612 96% [============================================================ ] 2528/2612 96% [============================================================ ] 2529/2612 96% [============================================================ ] 2530/2612 96% [============================================================ ] 2531/2612 96% [============================================================ ] 2532/2612 96% [============================================================ ] 2533/2612 96% [============================================================ ] 2534/2612 97% [============================================================ ] 2535/2612 97% [============================================================ ] 2536/2612 97% [============================================================ ] 2537/2612 97% [============================================================ ] 2538/2612 97% [============================================================ ] 2539/2612 97% [============================================================ ] 2540/2612 97% [============================================================ ] 2541/2612 97% [============================================================ ] 2542/2612 97% [============================================================ ] 2543/2612 97% [============================================================ ] 2544/2612 97% [============================================================ ] 2545/2612 97% [============================================================ ] 2546/2612 97% [============================================================ ] 2547/2612 97% [============================================================ ] 2548/2612 97% [============================================================ ] 2549/2612 97% [============================================================ ] 2550/2612 97% [============================================================ ] 2551/2612 97% [============================================================ ] 2552/2612 97% [============================================================ ] 2553/2612 97% [============================================================ ] 2554/2612 97% [============================================================ ] 2555/2612 97% [============================================================ ] 2556/2612 97% [============================================================ ] 2557/2612 97% [============================================================ ] 2558/2612 97% [============================================================ ] 2559/2612 97% [============================================================ ] 2560/2612 98% [============================================================ ] 2561/2612 98% [============================================================ ] 2562/2612 98% [============================================================ ] 2563/2612 98% [============================================================ ] 2564/2612 98% [============================================================ ] 2565/2612 98% [============================================================ ] 2566/2612 98% [============================================================ ] 2567/2612 98% [============================================================ ] 2568/2612 98% [============================================================ ] 2569/2612 98% [============================================================= ] 2570/2612 98% [============================================================= ] 2571/2612 98% [============================================================= ] 2572/2612 98% [============================================================= ] 2573/2612 98% [============================================================= ] 2574/2612 98% [============================================================= ] 2575/2612 98% [============================================================= ] 2576/2612 98% [============================================================= ] 2577/2612 98% [============================================================= ] 2578/2612 98% [============================================================= ] 2579/2612 98% [============================================================= ] 2580/2612 98% [============================================================= ] 2581/2612 98% [============================================================= ] 2582/2612 98% [============================================================= ] 2583/2612 98% [============================================================= ] 2584/2612 98% [============================================================= ] 2585/2612 98% [============================================================= ] 2586/2612 99% [============================================================= ] 2587/2612 99% [============================================================= ] 2588/2612 99% [============================================================= ] 2589/2612 99% [============================================================= ] 2590/2612 99% [============================================================= ] 2591/2612 99% [============================================================= ] 2592/2612 99% [============================================================= ] 2593/2612 99% [============================================================= ] 2594/2612 99% [============================================================= ] 2595/2612 99% [============================================================= ] 2596/2612 99% [============================================================= ] 2597/2612 99% [============================================================= ] 2598/2612 99% [============================================================= ] 2599/2612 99% [============================================================= ] 2600/2612 99% [============================================================= ] 2601/2612 99% [============================================================= ] 2602/2612 99% [============================================================= ] 2603/2612 99% [============================================================= ] 2604/2612 99% [============================================================= ] 2605/2612 99% [============================================================= ] 2606/2612 99% [============================================================= ] 2607/2612 99% [============================================================= ] 2608/2612 99% [============================================================= ] 2609/2612 99% [============================================================= ] 2610/2612 99% [============================================================= ] 2611/2612 99% [==============================================================] 2612/2612 100% operation complete, 2612 objects in 76781 NAND pages. ln -snf /nvmedata/autobuild/instance-22/output-1/host/mips-buildroot-linux-uclibc/sysroot /nvmedata/autobuild/instance-22/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-22/buildroot' make: Entering directory '/nvmedata/autobuild/instance-22/buildroot' >>> Buildroot 2022.02-854-g1264dd50ef Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) BR2_NEEDS_HOST_GCC_PLUGIN_SUPPORT=y >>> 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) >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.40 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 5.15.37 Collecting legal info >>> arp-scan 1.9.7 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> at 3.2.5 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> b43-firmware 5.10.56.27.3 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bubblewrap 0.6.1 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 0.62.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> 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.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> ifenslave 2.9 Collecting legal info debian/copyright: OK (sha256: 299e00f3afc0e6ea0685340df73ad444e58e6fe0229989ba0983f5f33e275c41) >>> tftpd b2b34cecc8cbc18ff6f1fc00bda6ae6e9011e6c7 Collecting legal info tftpd/tftpd.c: OK (sha256: 67754ebd8f265571d3226ac97e521b1bd6fd8a61363ecd4ab7806a6f90efab92) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> c-ares 1.18.1 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> c-periphery 2.3.1 Collecting legal info LICENSE: OK (sha256: 7121a0a2ba36ed9388be2f1a916f0e3584d8e49cc7888fbcfcf83bab2a8bebef) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> datatables-fixedcolumns 3.3.0 Collecting legal info License.txt: OK (sha256: e8e92f97216f9ea00cb2735b933a91ec8e3869bed37b6d63a90f76f41508f2de) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.25 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> 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-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> host-exfatprogs 1.1.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ffmpeg 4.4.2 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> flatcc 0.6.0 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.0 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> font-awesome 4.7.0 Collecting legal info >>> host-gdb 11.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) >>> host-genimage 15 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> gensio 2.2.9 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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 >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> iptables 1.8.7 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> leafnode2 2.0.0.alpha20140727b Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: 0c92246a9d3636e0aa6a244f6c481639b2e530fbbb25bc048ce7acd83e1fc5f6) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libbytesize 2.6 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> libcodec2 1.0.1 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libidn2 2.3.2 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libiio 0.23 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libusb 1.0.25 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libite 2.5.1 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-libp11 0.4.11 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libshout 2.4.5 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libsigsegv 2.14 Collecting legal info COPYING: OK (sha256: 8f2983e9a940367f48999881c14775db725ee643bce1e2f1ba195eb629a33cde) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> mawk 1.3.4-20200120 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> nginx 1.20.1 Collecting legal info LICENSE: OK (sha256: b57270c1f73eb6624b38b2d0a1affcec56b21fab39efbf8c837428f05cef1d73) >>> nvidia-modprobe 450.57 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-odb 2.4.0 Collecting legal info LICENSE: OK (sha256: 7983b82cb1f1686ac2b55420ded9c0f348f93dd17bf3e048ae3b25c1da51b80e) >>> host-libcutl 1.10.0 Collecting legal info LICENSE: OK (sha256: c7aa98c5af3b67174f16b12a1fed4332a51cd524b82c69e85baa4c2c412da239) >>> host-libodb 2.4.0 Collecting legal info LICENSE: OK (sha256: 841105a470fc283851c63941510ffd403c726d1910b688f7df95914ab8b1b5a3) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> s6-dns 2.3.5.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-linux-utils 2.5.1.5 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> sound-theme-freedesktop 0.7 Collecting legal info >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> speexdsp 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> stm32flash 0.6 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> watchdogd 3.5 Collecting legal info LICENSE: OK (sha256: fd685e20931174308c45a26418a7ce34d66704c4e4b92ab1d8299deb255cd676) >>> zsh 5.8.1 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> 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-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> 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: linux-headers-5.15.37: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: b43-firmware-5.10.56.27.3: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-22/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-22/buildroot'