/home/autobuild/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-0/output-1/target/usr/doc find /home/autobuild/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-0/output-1/target/lib/ /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/man /home/autobuild/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/info /home/autobuild/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/doc /home/autobuild/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-0/output-1/target/lib/debug /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.08-275-g177170f42f"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-git\"" \ ) > /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-0/output-1/per-package \ /home/autobuild/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /var/lib/nginx d 755 33 33 - - - - -\n\n' > /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.romfs mkdir -p /home/autobuild/autobuild/instance-0/output-1/images rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs mkdir -p /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-0/output-1/target/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-0/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/autobuild/autobuild/instance-0/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/autobuild/autobuild/instance-0/output-1/host/bin/genromfs -d /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target -f /home/autobuild/autobuild/instance-0/output-1/images/rootfs.romfs\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target table='/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-0/output-1/images rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-0/output-1/target/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-0/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-0/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 3826 objects. stage 2: creating image '/home/autobuild/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/3826 0% [ ] 2/3826 0% [ ] 3/3826 0% [ ] 4/3826 0% [ ] 5/3826 0% [ ] 6/3826 0% [ ] 7/3826 0% [ ] 8/3826 0% [ ] 9/3826 0% [ ] 10/3826 0% [ ] 11/3826 0% [ ] 12/3826 0% [ ] 13/3826 0% [ ] 14/3826 0% [ ] 15/3826 0% [ ] 16/3826 0% [ ] 17/3826 0% [ ] 18/3826 0% [ ] 19/3826 0% [ ] 20/3826 0% [ ] 21/3826 0% [ ] 22/3826 0% [ ] 23/3826 0% [ ] 24/3826 0% [ ] 25/3826 0% [ ] 26/3826 0% [ ] 27/3826 0% [ ] 28/3826 0% [ ] 29/3826 0% [ ] 30/3826 0% [ ] 31/3826 0% [ ] 32/3826 0% [ ] 33/3826 0% [ ] 34/3826 0% [ ] 35/3826 0% [ ] 36/3826 0% [ ] 37/3826 0% [ ] 38/3826 0% [ ] 39/3826 1% [ ] 40/3826 1% [ ] 41/3826 1% [ ] 42/3826 1% [ ] 43/3826 1% [ ] 44/3826 1% [ ] 45/3826 1% [ ] 46/3826 1% [ ] 47/3826 1% [ ] 48/3826 1% [ ] 49/3826 1% [ ] 50/3826 1% [ ] 51/3826 1% [ ] 52/3826 1% [ ] 53/3826 1% [ ] 54/3826 1% [ ] 55/3826 1% [ ] 56/3826 1% [ ] 57/3826 1% [ ] 58/3826 1% [ ] 59/3826 1% [ ] 60/3826 1% [ ] 61/3826 1% [= ] 62/3826 1% [= ] 63/3826 1% [= ] 64/3826 1% [= ] 65/3826 1% [= ] 66/3826 1% [= ] 67/3826 1% [= ] 68/3826 1% [= ] 69/3826 1% [= ] 70/3826 1% [= ] 71/3826 1% [= ] 72/3826 1% [= ] 73/3826 1% [= ] 74/3826 1% [= ] 75/3826 1% [= ] 76/3826 1% [= ] 77/3826 2% [= ] 78/3826 2% [= ] 79/3826 2% [= ] 80/3826 2% [= ] 81/3826 2% [= ] 82/3826 2% [= ] 83/3826 2% [= ] 84/3826 2% [= ] 85/3826 2% [= ] 86/3826 2% [= ] 87/3826 2% [= ] 88/3826 2% [= ] 89/3826 2% [= ] 90/3826 2% [= ] 91/3826 2% [= ] 92/3826 2% [= ] 93/3826 2% [= ] 94/3826 2% [= ] 95/3826 2% [= ] 96/3826 2% [= ] 97/3826 2% [= ] 98/3826 2% [= ] 99/3826 2% [= ] 100/3826 2% [= ] 101/3826 2% [= ] 102/3826 2% [= ] 103/3826 2% [= ] 104/3826 2% [= ] 105/3826 2% [= ] 106/3826 2% [= ] 107/3826 2% [= ] 108/3826 2% [= ] 109/3826 2% [= ] 110/3826 2% [= ] 111/3826 2% [= ] 112/3826 2% [= ] 113/3826 2% [= ] 114/3826 2% [= ] 115/3826 3% [= ] 116/3826 3% [= ] 117/3826 3% [= ] 118/3826 3% [= ] 119/3826 3% [= ] 120/3826 3% [= ] 121/3826 3% [= ] 122/3826 3% [= ] 123/3826 3% [== ] 124/3826 3% [== ] 125/3826 3% [== ] 126/3826 3% [== ] 127/3826 3% [== ] 128/3826 3% [== ] 129/3826 3% [== ] 130/3826 3% [== ] 131/3826 3% [== ] 132/3826 3% [== ] 133/3826 3% [== ] 134/3826 3% [== ] 135/3826 3% [== ] 136/3826 3% [== ] 137/3826 3% [== ] 138/3826 3% [== ] 139/3826 3% [== ] 140/3826 3% [== ] 141/3826 3% [== ] 142/3826 3% [== ] 143/3826 3% [== ] 144/3826 3% [== ] 145/3826 3% [== ] 146/3826 3% [== ] 147/3826 3% [== ] 148/3826 3% [== ] 149/3826 3% [== ] 150/3826 3% [== ] 151/3826 3% [== ] 152/3826 3% [== ] 153/3826 3% [== ] 154/3826 4% [== ] 155/3826 4% [== ] 156/3826 4% [== ] 157/3826 4% [== ] 158/3826 4% [== ] 159/3826 4% [== ] 160/3826 4% [== ] 161/3826 4% [== ] 162/3826 4% [== ] 163/3826 4% [== ] 164/3826 4% [== ] 165/3826 4% [== ] 166/3826 4% [== ] 167/3826 4% [== ] 168/3826 4% [== ] 169/3826 4% [== ] 170/3826 4% [== ] 171/3826 4% [== ] 172/3826 4% [== ] 173/3826 4% [== ] 174/3826 4% [== ] 175/3826 4% [== ] 176/3826 4% [== ] 177/3826 4% [== ] 178/3826 4% [== ] 179/3826 4% [== ] 180/3826 4% [== ] 181/3826 4% [== ] 182/3826 4% [== ] 183/3826 4% [== ] 184/3826 4% [== ] 185/3826 4% [=== ] 186/3826 4% [=== ] 187/3826 4% [=== ] 188/3826 4% [=== ] 189/3826 4% [=== ] 190/3826 4% [=== ] 191/3826 4% [=== ] 192/3826 5% [=== ] 193/3826 5% [=== ] 194/3826 5% [=== ] 195/3826 5% [=== ] 196/3826 5% [=== ] 197/3826 5% [=== ] 198/3826 5% [=== ] 199/3826 5% [=== ] 200/3826 5% [=== ] 201/3826 5% [=== ] 202/3826 5% [=== ] 203/3826 5% [=== ] 204/3826 5% [=== ] 205/3826 5% [=== ] 206/3826 5% [=== ] 207/3826 5% [=== ] 208/3826 5% [=== ] 209/3826 5% [=== ] 210/3826 5% [=== ] 211/3826 5% [=== ] 212/3826 5% [=== ] 213/3826 5% [=== ] 214/3826 5% [=== ] 215/3826 5% [=== ] 216/3826 5% [=== ] 217/3826 5% [=== ] 218/3826 5% [=== ] 219/3826 5% [=== ] 220/3826 5% [=== ] 221/3826 5% [=== ] 222/3826 5% [=== ] 223/3826 5% [=== ] 224/3826 5% [=== ] 225/3826 5% [=== ] 226/3826 5% [=== ] 227/3826 5% [=== ] 228/3826 5% [=== ] 229/3826 5% [=== ] 230/3826 6% [=== ] 231/3826 6% [=== ] 232/3826 6% [=== ] 233/3826 6% [=== ] 234/3826 6% [=== ] 235/3826 6% [=== ] 236/3826 6% [=== ] 237/3826 6% [=== ] 238/3826 6% [=== ] 239/3826 6% [=== ] 240/3826 6% [=== ] 241/3826 6% [=== ] 242/3826 6% [=== ] 243/3826 6% [=== ] 244/3826 6% [=== ] 245/3826 6% [=== ] 246/3826 6% [==== ] 247/3826 6% [==== ] 248/3826 6% [==== ] 249/3826 6% [==== ] 250/3826 6% [==== ] 251/3826 6% [==== ] 252/3826 6% [==== ] 253/3826 6% [==== ] 254/3826 6% [==== ] 255/3826 6% [==== ] 256/3826 6% [==== ] 257/3826 6% [==== ] 258/3826 6% [==== ] 259/3826 6% [==== ] 260/3826 6% [==== ] 261/3826 6% [==== ] 262/3826 6% [==== ] 263/3826 6% [==== ] 264/3826 6% [==== ] 265/3826 6% [==== ] 266/3826 6% [==== ] 267/3826 6% [==== ] 268/3826 7% [==== ] 269/3826 7% [==== ] 270/3826 7% [==== ] 271/3826 7% [==== ] 272/3826 7% [==== ] 273/3826 7% [==== ] 274/3826 7% [==== ] 275/3826 7% [==== ] 276/3826 7% [==== ] 277/3826 7% [==== ] 278/3826 7% [==== ] 279/3826 7% [==== ] 280/3826 7% [==== ] 281/3826 7% [==== ] 282/3826 7% [==== ] 283/3826 7% [==== ] 284/3826 7% [==== ] 285/3826 7% [==== ] 286/3826 7% [==== ] 287/3826 7% [==== ] 288/3826 7% [==== ] 289/3826 7% [==== ] 290/3826 7% [==== ] 291/3826 7% [==== ] 292/3826 7% [==== ] 293/3826 7% [==== ] 294/3826 7% [==== ] 295/3826 7% [==== ] 296/3826 7% [==== ] 297/3826 7% [==== ] 298/3826 7% [==== ] 299/3826 7% [==== ] 300/3826 7% [==== ] 301/3826 7% [==== ] 302/3826 7% [==== ] 303/3826 7% [==== ] 304/3826 7% [==== ] 305/3826 7% [==== ] 306/3826 7% [==== ] 307/3826 8% [==== ] 308/3826 8% [===== ] 309/3826 8% [===== ] 310/3826 8% [===== ] 311/3826 8% [===== ] 312/3826 8% [===== ] 313/3826 8% [===== ] 314/3826 8% [===== ] 315/3826 8% [===== ] 316/3826 8% [===== ] 317/3826 8% [===== ] 318/3826 8% [===== ] 319/3826 8% [===== ] 320/3826 8% [===== ] 321/3826 8% [===== ] 322/3826 8% [===== ] 323/3826 8% [===== ] 324/3826 8% [===== ] 325/3826 8% [===== ] 326/3826 8% [===== ] 327/3826 8% [===== ] 328/3826 8% [===== ] 329/3826 8% [===== ] 330/3826 8% [===== ] 331/3826 8% [===== ] 332/3826 8% [===== ] 333/3826 8% [===== ] 334/3826 8% [===== ] 335/3826 8% [===== ] 336/3826 8% [===== ] 337/3826 8% [===== ] 338/3826 8% [===== ] 339/3826 8% [===== ] 340/3826 8% [===== ] 341/3826 8% [===== ] 342/3826 8% [===== ] 343/3826 8% [===== ] 344/3826 8% [===== ] 345/3826 9% [===== ] 346/3826 9% [===== ] 347/3826 9% [===== ] 348/3826 9% [===== ] 349/3826 9% [===== ] 350/3826 9% [===== ] 351/3826 9% [===== ] 352/3826 9% [===== ] 353/3826 9% [===== ] 354/3826 9% [===== ] 355/3826 9% [===== ] 356/3826 9% [===== ] 357/3826 9% [===== ] 358/3826 9% [===== ] 359/3826 9% [===== ] 360/3826 9% [===== ] 361/3826 9% [===== ] 362/3826 9% [===== ] 363/3826 9% [===== ] 364/3826 9% [===== ] 365/3826 9% [===== ] 366/3826 9% [===== ] 367/3826 9% [===== ] 368/3826 9% [===== ] 369/3826 9% [===== ] 370/3826 9% [====== ] 371/3826 9% [====== ] 372/3826 9% [====== ] 373/3826 9% [====== ] 374/3826 9% [====== ] 375/3826 9% [====== ] 376/3826 9% [====== ] 377/3826 9% [====== ] 378/3826 9% [====== ] 379/3826 9% [====== ] 380/3826 9% [====== ] 381/3826 9% [====== ] 382/3826 9% [====== ] 383/3826 10% [====== ] 384/3826 10% [====== ] 385/3826 10% [====== ] 386/3826 10% [====== ] 387/3826 10% [====== ] 388/3826 10% [====== ] 389/3826 10% [====== ] 390/3826 10% [====== ] 391/3826 10% [====== ] 392/3826 10% [====== ] 393/3826 10% [====== ] 394/3826 10% [====== ] 395/3826 10% [====== ] 396/3826 10% [====== ] 397/3826 10% [====== ] 398/3826 10% [====== ] 399/3826 10% [====== ] 400/3826 10% [====== ] 401/3826 10% [====== ] 402/3826 10% [====== ] 403/3826 10% [====== ] 404/3826 10% [====== ] 405/3826 10% [====== ] 406/3826 10% [====== ] 407/3826 10% [====== ] 408/3826 10% [====== ] 409/3826 10% [====== ] 410/3826 10% [====== ] 411/3826 10% [====== ] 412/3826 10% [====== ] 413/3826 10% [====== ] 414/3826 10% [====== ] 415/3826 10% [====== ] 416/3826 10% [====== ] 417/3826 10% [====== ] 418/3826 10% [====== ] 419/3826 10% [====== ] 420/3826 10% [====== ] 421/3826 11% [====== ] 422/3826 11% [====== ] 423/3826 11% [====== ] 424/3826 11% [====== ] 425/3826 11% [====== ] 426/3826 11% [====== ] 427/3826 11% [====== ] 428/3826 11% [====== ] 429/3826 11% [====== ] 430/3826 11% [====== ] 431/3826 11% [======= ] 432/3826 11% [======= ] 433/3826 11% [======= ] 434/3826 11% [======= ] 435/3826 11% [======= ] 436/3826 11% [======= ] 437/3826 11% [======= ] 438/3826 11% [======= ] 439/3826 11% [======= ] 440/3826 11% [======= ] 441/3826 11% [======= ] 442/3826 11% [======= ] 443/3826 11% [======= ] 444/3826 11% [======= ] 445/3826 11% [======= ] 446/3826 11% [======= ] 447/3826 11% [======= ] 448/3826 11% [======= ] 449/3826 11% [======= ] 450/3826 11% [======= ] 451/3826 11% [======= ] 452/3826 11% [======= ] 453/3826 11% [======= ] 454/3826 11% [======= ] 455/3826 11% [======= ] 456/3826 11% [======= ] 457/3826 11% [======= ] 458/3826 11% [======= ] 459/3826 11% [======= ] 460/3826 12% [======= ] 461/3826 12% [======= ] 462/3826 12% [======= ] 463/3826 12% [======= ] 464/3826 12% [======= ] 465/3826 12% [======= ] 466/3826 12% [======= ] 467/3826 12% [======= ] 468/3826 12% [======= ] 469/3826 12% [======= ] 470/3826 12% [======= ] 471/3826 12% [======= ] 472/3826 12% [======= ] 473/3826 12% [======= ] 474/3826 12% [======= ] 475/3826 12% [======= ] 476/3826 12% [======= ] 477/3826 12% [======= ] 478/3826 12% [======= ] 479/3826 12% [======= ] 480/3826 12% [======= ] 481/3826 12% [======= ] 482/3826 12% [======= ] 483/3826 12% [======= ] 484/3826 12% [======= ] 485/3826 12% [======= ] 486/3826 12% [======= ] 487/3826 12% [======= ] 488/3826 12% [======= ] 489/3826 12% [======= ] 490/3826 12% [======= ] 491/3826 12% [======= ] 492/3826 12% [======= ] 493/3826 12% [======== ] 494/3826 12% [======== ] 495/3826 12% [======== ] 496/3826 12% [======== ] 497/3826 12% [======== ] 498/3826 13% [======== ] 499/3826 13% [======== ] 500/3826 13% [======== ] 501/3826 13% [======== ] 502/3826 13% [======== ] 503/3826 13% [======== ] 504/3826 13% [======== ] 505/3826 13% [======== ] 506/3826 13% [======== ] 507/3826 13% [======== ] 508/3826 13% [======== ] 509/3826 13% [======== ] 510/3826 13% [======== ] 511/3826 13% [======== ] 512/3826 13% [======== ] 513/3826 13% [======== ] 514/3826 13% [======== ] 515/3826 13% [======== ] 516/3826 13% [======== ] 517/3826 13% [======== ] 518/3826 13% [======== ] 519/3826 13% [======== ] 520/3826 13% [======== ] 521/3826 13% [======== ] 522/3826 13% [======== ] 523/3826 13% [======== ] 524/3826 13% [======== ] 525/3826 13% [======== ] 526/3826 13% [======== ] 527/3826 13% [======== ] 528/3826 13% [======== ] 529/3826 13% [======== ] 530/3826 13% [======== ] 531/3826 13% [======== ] 532/3826 13% [======== ] 533/3826 13% [======== ] 534/3826 13% [======== ] 535/3826 13% [======== ] 536/3826 14% [======== ] 537/3826 14% [======== ] 538/3826 14% [======== ] 539/3826 14% [======== ] 540/3826 14% [======== ] 541/3826 14% [======== ] 542/3826 14% [======== ] 543/3826 14% [======== ] 544/3826 14% [======== ] 545/3826 14% [======== ] 546/3826 14% [======== ] 547/3826 14% [======== ] 548/3826 14% [======== ] 549/3826 14% [======== ] 550/3826 14% [======== ] 551/3826 14% [======== ] 552/3826 14% [======== ] 553/3826 14% [======== ] 554/3826 14% [======== ] 555/3826 14% [========= ] 556/3826 14% [========= ] 557/3826 14% [========= ] 558/3826 14% [========= ] 559/3826 14% [========= ] 560/3826 14% [========= ] 561/3826 14% [========= ] 562/3826 14% [========= ] 563/3826 14% [========= ] 564/3826 14% [========= ] 565/3826 14% [========= ] 566/3826 14% [========= ] 567/3826 14% [========= ] 568/3826 14% [========= ] 569/3826 14% [========= ] 570/3826 14% [========= ] 571/3826 14% [========= ] 572/3826 14% [========= ] 573/3826 14% [========= ] 574/3826 15% [========= ] 575/3826 15% [========= ] 576/3826 15% [========= ] 577/3826 15% [========= ] 578/3826 15% [========= ] 579/3826 15% [========= ] 580/3826 15% [========= ] 581/3826 15% [========= ] 582/3826 15% [========= ] 583/3826 15% [========= ] 584/3826 15% [========= ] 585/3826 15% [========= ] 586/3826 15% [========= ] 587/3826 15% [========= ] 588/3826 15% [========= ] 589/3826 15% [========= ] 590/3826 15% [========= ] 591/3826 15% [========= ] 592/3826 15% [========= ] 593/3826 15% [========= ] 594/3826 15% [========= ] 595/3826 15% [========= ] 596/3826 15% [========= ] 597/3826 15% [========= ] 598/3826 15% [========= ] 599/3826 15% [========= ] 600/3826 15% [========= ] 601/3826 15% [========= ] 602/3826 15% [========= ] 603/3826 15% [========= ] 604/3826 15% [========= ] 605/3826 15% [========= ] 606/3826 15% [========= ] 607/3826 15% [========= ] 608/3826 15% [========= ] 609/3826 15% [========= ] 610/3826 15% [========= ] 611/3826 15% [========= ] 612/3826 15% [========= ] 613/3826 16% [========= ] 614/3826 16% [========= ] 615/3826 16% [========= ] 616/3826 16% [========= ] 617/3826 16% [========== ] 618/3826 16% [========== ] 619/3826 16% [========== ] 620/3826 16% [========== ] 621/3826 16% [========== ] 622/3826 16% [========== ] 623/3826 16% [========== ] 624/3826 16% [========== ] 625/3826 16% [========== ] 626/3826 16% [========== ] 627/3826 16% [========== ] 628/3826 16% [========== ] 629/3826 16% [========== ] 630/3826 16% [========== ] 631/3826 16% [========== ] 632/3826 16% [========== ] 633/3826 16% [========== ] 634/3826 16% [========== ] 635/3826 16% [========== ] 636/3826 16% [========== ] 637/3826 16% [========== ] 638/3826 16% [========== ] 639/3826 16% [========== ] 640/3826 16% [========== ] 641/3826 16% [========== ] 642/3826 16% [========== ] 643/3826 16% [========== ] 644/3826 16% [========== ] 645/3826 16% [========== ] 646/3826 16% [========== ] 647/3826 16% [========== ] 648/3826 16% [========== ] 649/3826 16% [========== ] 650/3826 16% [========== ] 651/3826 17% [========== ] 652/3826 17% [========== ] 653/3826 17% [========== ] 654/3826 17% [========== ] 655/3826 17% [========== ] 656/3826 17% [========== ] 657/3826 17% [========== ] 658/3826 17% [========== ] 659/3826 17% [========== ] 660/3826 17% [========== ] 661/3826 17% [========== ] 662/3826 17% [========== ] 663/3826 17% [========== ] 664/3826 17% [========== ] 665/3826 17% [========== ] 666/3826 17% [========== ] 667/3826 17% [========== ] 668/3826 17% [========== ] 669/3826 17% [========== ] 670/3826 17% [========== ] 671/3826 17% [========== ] 672/3826 17% [========== ] 673/3826 17% [========== ] 674/3826 17% [========== ] 675/3826 17% [========== ] 676/3826 17% [========== ] 677/3826 17% [========== ] 678/3826 17% [=========== ] 679/3826 17% [=========== ] 680/3826 17% [=========== ] 681/3826 17% [=========== ] 682/3826 17% [=========== ] 683/3826 17% [=========== ] 684/3826 17% [=========== ] 685/3826 17% [=========== ] 686/3826 17% [=========== ] 687/3826 17% [=========== ] 688/3826 17% [=========== ] 689/3826 18% [=========== ] 690/3826 18% [=========== ] 691/3826 18% [=========== ] 692/3826 18% [=========== ] 693/3826 18% [=========== ] 694/3826 18% [=========== ] 695/3826 18% [=========== ] 696/3826 18% [=========== ] 697/3826 18% [=========== ] 698/3826 18% [=========== ] 699/3826 18% [=========== ] 700/3826 18% [=========== ] 701/3826 18% [=========== ] 702/3826 18% [=========== ] 703/3826 18% [=========== ] 704/3826 18% [=========== ] 705/3826 18% [=========== ] 706/3826 18% [=========== ] 707/3826 18% [=========== ] 708/3826 18% [=========== ] 709/3826 18% [=========== ] 710/3826 18% [=========== ] 711/3826 18% [=========== ] 712/3826 18% [=========== ] 713/3826 18% [=========== ] 714/3826 18% [=========== ] 715/3826 18% [=========== ] 716/3826 18% [=========== ] 717/3826 18% [=========== ] 718/3826 18% [=========== ] 719/3826 18% [=========== ] 720/3826 18% [=========== ] 721/3826 18% [=========== ] 722/3826 18% [=========== ] 723/3826 18% [=========== ] 724/3826 18% [=========== ] 725/3826 18% [=========== ] 726/3826 18% [=========== ] 727/3826 19% [=========== ] 728/3826 19% [=========== ] 729/3826 19% [=========== ] 730/3826 19% [=========== ] 731/3826 19% [=========== ] 732/3826 19% [=========== ] 733/3826 19% [=========== ] 734/3826 19% [=========== ] 735/3826 19% [=========== ] 736/3826 19% [=========== ] 737/3826 19% [=========== ] 738/3826 19% [=========== ] 739/3826 19% [=========== ] 740/3826 19% [============ ] 741/3826 19% [============ ] 742/3826 19% [============ ] 743/3826 19% [============ ] 744/3826 19% [============ ] 745/3826 19% [============ ] 746/3826 19% [============ ] 747/3826 19% [============ ] 748/3826 19% [============ ] 749/3826 19% [============ ] 750/3826 19% [============ ] 751/3826 19% [============ ] 752/3826 19% [============ ] 753/3826 19% [============ ] 754/3826 19% [============ ] 755/3826 19% [============ ] 756/3826 19% [============ ] 757/3826 19% [============ ] 758/3826 19% [============ ] 759/3826 19% [============ ] 760/3826 19% [============ ] 761/3826 19% [============ ] 762/3826 19% [============ ] 763/3826 19% [============ ] 764/3826 19% [============ ] 765/3826 19% [============ ] 766/3826 20% [============ ] 767/3826 20% [============ ] 768/3826 20% [============ ] 769/3826 20% [============ ] 770/3826 20% [============ ] 771/3826 20% [============ ] 772/3826 20% [============ ] 773/3826 20% [============ ] 774/3826 20% [============ ] 775/3826 20% [============ ] 776/3826 20% [============ ] 777/3826 20% [============ ] 778/3826 20% [============ ] 779/3826 20% [============ ] 780/3826 20% [============ ] 781/3826 20% [============ ] 782/3826 20% [============ ] 783/3826 20% [============ ] 784/3826 20% [============ ] 785/3826 20% [============ ] 786/3826 20% [============ ] 787/3826 20% [============ ] 788/3826 20% [============ ] 789/3826 20% [============ ] 790/3826 20% [============ ] 791/3826 20% [============ ] 792/3826 20% [============ ] 793/3826 20% [============ ] 794/3826 20% [============ ] 795/3826 20% [============ ] 796/3826 20% [============ ] 797/3826 20% [============ ] 798/3826 20% [============ ] 799/3826 20% [============ ] 800/3826 20% [============ ] 801/3826 20% [============ ] 802/3826 20% [============= ] 803/3826 20% [============= ] 804/3826 21% [============= ] 805/3826 21% [============= ] 806/3826 21% [============= ] 807/3826 21% [============= ] 808/3826 21% [============= ] 809/3826 21% [============= ] 810/3826 21% [============= ] 811/3826 21% [============= ] 812/3826 21% [============= ] 813/3826 21% [============= ] 814/3826 21% [============= ] 815/3826 21% [============= ] 816/3826 21% [============= ] 817/3826 21% [============= ] 818/3826 21% [============= ] 819/3826 21% [============= ] 820/3826 21% [============= ] 821/3826 21% [============= ] 822/3826 21% [============= ] 823/3826 21% [============= ] 824/3826 21% [============= ] 825/3826 21% [============= ] 826/3826 21% [============= ] 827/3826 21% [============= ] 828/3826 21% [============= ] 829/3826 21% [============= ] 830/3826 21% [============= ] 831/3826 21% [============= ] 832/3826 21% [============= ] 833/3826 21% [============= ] 834/3826 21% [============= ] 835/3826 21% [============= ] 836/3826 21% [============= ] 837/3826 21% [============= ] 838/3826 21% [============= ] 839/3826 21% [============= ] 840/3826 21% [============= ] 841/3826 21% [============= ] 842/3826 22% [============= ] 843/3826 22% [============= ] 844/3826 22% [============= ] 845/3826 22% [============= ] 846/3826 22% [============= ] 847/3826 22% [============= ] 848/3826 22% [============= ] 849/3826 22% [============= ] 850/3826 22% [============= ] 851/3826 22% [============= ] 852/3826 22% [============= ] 853/3826 22% [============= ] 854/3826 22% [============= ] 855/3826 22% [============= ] 856/3826 22% [============= ] 857/3826 22% [============= ] 858/3826 22% [============= ] 859/3826 22% [============= ] 860/3826 22% [============= ] 861/3826 22% [============= ] 862/3826 22% [============= ] 863/3826 22% [============== ] 864/3826 22% [============== ] 865/3826 22% [============== ] 866/3826 22% [============== ] 867/3826 22% [============== ] 868/3826 22% [============== ] 869/3826 22% [============== ] 870/3826 22% [============== ] 871/3826 22% [============== ] 872/3826 22% [============== ] 873/3826 22% [============== ] 874/3826 22% [============== ] 875/3826 22% [============== ] 876/3826 22% [============== ] 877/3826 22% [============== ] 878/3826 22% [============== ] 879/3826 22% [============== ] 880/3826 23% [============== ] 881/3826 23% [============== ] 882/3826 23% [============== ] 883/3826 23% [============== ] 884/3826 23% [============== ] 885/3826 23% [============== ] 886/3826 23% [============== ] 887/3826 23% [============== ] 888/3826 23% [============== ] 889/3826 23% [============== ] 890/3826 23% [============== ] 891/3826 23% [============== ] 892/3826 23% [============== ] 893/3826 23% [============== ] 894/3826 23% [============== ] 895/3826 23% [============== ] 896/3826 23% [============== ] 897/3826 23% [============== ] 898/3826 23% [============== ] 899/3826 23% [============== ] 900/3826 23% [============== ] 901/3826 23% [============== ] 902/3826 23% [============== ] 903/3826 23% [============== ] 904/3826 23% [============== ] 905/3826 23% [============== ] 906/3826 23% [============== ] 907/3826 23% [============== ] 908/3826 23% [============== ] 909/3826 23% [============== ] 910/3826 23% [============== ] 911/3826 23% [============== ] 912/3826 23% [============== ] 913/3826 23% [============== ] 914/3826 23% [============== ] 915/3826 23% [============== ] 916/3826 23% [============== ] 917/3826 23% [============== ] 918/3826 23% [============== ] 919/3826 24% [============== ] 920/3826 24% [============== ] 921/3826 24% [============== ] 922/3826 24% [============== ] 923/3826 24% [============== ] 924/3826 24% [============== ] 925/3826 24% [=============== ] 926/3826 24% [=============== ] 927/3826 24% [=============== ] 928/3826 24% [=============== ] 929/3826 24% [=============== ] 930/3826 24% [=============== ] 931/3826 24% [=============== ] 932/3826 24% [=============== ] 933/3826 24% [=============== ] 934/3826 24% [=============== ] 935/3826 24% [=============== ] 936/3826 24% [=============== ] 937/3826 24% [=============== ] 938/3826 24% [=============== ] 939/3826 24% [=============== ] 940/3826 24% [=============== ] 941/3826 24% [=============== ] 942/3826 24% [=============== ] 943/3826 24% [=============== ] 944/3826 24% [=============== ] 945/3826 24% [=============== ] 946/3826 24% [=============== ] 947/3826 24% [=============== ] 948/3826 24% [=============== ] 949/3826 24% [=============== ] 950/3826 24% [=============== ] 951/3826 24% [=============== ] 952/3826 24% [=============== ] 953/3826 24% [=============== ] 954/3826 24% [=============== ] 955/3826 24% [=============== ] 956/3826 24% [=============== ] 957/3826 25% [=============== ] 958/3826 25% [=============== ] 959/3826 25% [=============== ] 960/3826 25% [=============== ] 961/3826 25% [=============== ] 962/3826 25% [=============== ] 963/3826 25% [=============== ] 964/3826 25% [=============== ] 965/3826 25% [=============== ] 966/3826 25% [=============== ] 967/3826 25% [=============== ] 968/3826 25% [=============== ] 969/3826 25% [=============== ] 970/3826 25% [=============== ] 971/3826 25% [=============== ] 972/3826 25% [=============== ] 973/3826 25% [=============== ] 974/3826 25% [=============== ] 975/3826 25% [=============== ] 976/3826 25% [=============== ] 977/3826 25% [=============== ] 978/3826 25% [=============== ] 979/3826 25% [=============== ] 980/3826 25% [=============== ] 981/3826 25% [=============== ] 982/3826 25% [=============== ] 983/3826 25% [=============== ] 984/3826 25% [=============== ] 985/3826 25% [=============== ] 986/3826 25% [=============== ] 987/3826 25% [================ ] 988/3826 25% [================ ] 989/3826 25% [================ ] 990/3826 25% [================ ] 991/3826 25% [================ ] 992/3826 25% [================ ] 993/3826 25% [================ ] 994/3826 25% [================ ] 995/3826 26% [================ ] 996/3826 26% [================ ] 997/3826 26% [================ ] 998/3826 26% [================ ] 999/3826 26% [================ ] 1000/3826 26% [================ ] 1001/3826 26% [================ ] 1002/3826 26% [================ ] 1003/3826 26% [================ ] 1004/3826 26% [================ ] 1005/3826 26% [================ ] 1006/3826 26% [================ ] 1007/3826 26% [================ ] 1008/3826 26% [================ ] 1009/3826 26% [================ ] 1010/3826 26% [================ ] 1011/3826 26% [================ ] 1012/3826 26% [================ ] 1013/3826 26% [================ ] 1014/3826 26% [================ ] 1015/3826 26% [================ ] 1016/3826 26% [================ ] 1017/3826 26% [================ ] 1018/3826 26% [================ ] 1019/3826 26% [================ ] 1020/3826 26% [================ ] 1021/3826 26% [================ ] 1022/3826 26% [================ ] 1023/3826 26% [================ ] 1024/3826 26% [================ ] 1025/3826 26% [================ ] 1026/3826 26% [================ ] 1027/3826 26% [================ ] 1028/3826 26% [================ ] 1029/3826 26% [================ ] 1030/3826 26% [================ ] 1031/3826 26% [================ ] 1032/3826 26% [================ ] 1033/3826 26% [================ ] 1034/3826 27% [================ ] 1035/3826 27% [================ ] 1036/3826 27% [================ ] 1037/3826 27% [================ ] 1038/3826 27% [================ ] 1039/3826 27% [================ ] 1040/3826 27% [================ ] 1041/3826 27% [================ ] 1042/3826 27% [================ ] 1043/3826 27% [================ ] 1044/3826 27% [================ ] 1045/3826 27% [================ ] 1046/3826 27% [================ ] 1047/3826 27% [================ ] 1048/3826 27% [================ ] 1049/3826 27% [================= ] 1050/3826 27% [================= ] 1051/3826 27% [================= ] 1052/3826 27% [================= ] 1053/3826 27% [================= ] 1054/3826 27% [================= ] 1055/3826 27% [================= ] 1056/3826 27% [================= ] 1057/3826 27% [================= ] 1058/3826 27% [================= ] 1059/3826 27% [================= ] 1060/3826 27% [================= ] 1061/3826 27% [================= ] 1062/3826 27% [================= ] 1063/3826 27% [================= ] 1064/3826 27% [================= ] 1065/3826 27% [================= ] 1066/3826 27% [================= ] 1067/3826 27% [================= ] 1068/3826 27% [================= ] 1069/3826 27% [================= ] 1070/3826 27% [================= ] 1071/3826 27% [================= ] 1072/3826 28% [================= ] 1073/3826 28% [================= ] 1074/3826 28% [================= ] 1075/3826 28% [================= ] 1076/3826 28% [================= ] 1077/3826 28% [================= ] 1078/3826 28% [================= ] 1079/3826 28% [================= ] 1080/3826 28% [================= ] 1081/3826 28% [================= ] 1082/3826 28% [================= ] 1083/3826 28% [================= ] 1084/3826 28% [================= ] 1085/3826 28% [================= ] 1086/3826 28% [================= ] 1087/3826 28% [================= ] 1088/3826 28% [================= ] 1089/3826 28% [================= ] 1090/3826 28% [================= ] 1091/3826 28% [================= ] 1092/3826 28% [================= ] 1093/3826 28% [================= ] 1094/3826 28% [================= ] 1095/3826 28% [================= ] 1096/3826 28% [================= ] 1097/3826 28% [================= ] 1098/3826 28% [================= ] 1099/3826 28% [================= ] 1100/3826 28% [================= ] 1101/3826 28% [================= ] 1102/3826 28% [================= ] 1103/3826 28% [================= ] 1104/3826 28% [================= ] 1105/3826 28% [================= ] 1106/3826 28% [================= ] 1107/3826 28% [================= ] 1108/3826 28% [================= ] 1109/3826 28% [================= ] 1110/3826 29% [================== ] 1111/3826 29% [================== ] 1112/3826 29% [================== ] 1113/3826 29% [================== ] 1114/3826 29% [================== ] 1115/3826 29% [================== ] 1116/3826 29% [================== ] 1117/3826 29% [================== ] 1118/3826 29% [================== ] 1119/3826 29% [================== ] 1120/3826 29% [================== ] 1121/3826 29% [================== ] 1122/3826 29% [================== ] 1123/3826 29% [================== ] 1124/3826 29% [================== ] 1125/3826 29% [================== ] 1126/3826 29% [================== ] 1127/3826 29% [================== ] 1128/3826 29% [================== ] 1129/3826 29% [================== ] 1130/3826 29% [================== ] 1131/3826 29% [================== ] 1132/3826 29% [================== ] 1133/3826 29% [================== ] 1134/3826 29% [================== ] 1135/3826 29% [================== ] 1136/3826 29% [================== ] 1137/3826 29% [================== ] 1138/3826 29% [================== ] 1139/3826 29% [================== ] 1140/3826 29% [================== ] 1141/3826 29% [================== ] 1142/3826 29% [================== ] 1143/3826 29% [================== ] 1144/3826 29% [================== ] 1145/3826 29% [================== ] 1146/3826 29% [================== ] 1147/3826 29% [================== ] 1148/3826 30% [================== ] 1149/3826 30% [================== ] 1150/3826 30% [================== ] 1151/3826 30% [================== ] 1152/3826 30% [================== ] 1153/3826 30% [================== ] 1154/3826 30% [================== ] 1155/3826 30% [================== ] 1156/3826 30% [================== ] 1157/3826 30% [================== ] 1158/3826 30% [================== ] 1159/3826 30% [================== ] 1160/3826 30% [================== ] 1161/3826 30% [================== ] 1162/3826 30% [================== ] 1163/3826 30% [================== ] 1164/3826 30% [================== ] 1165/3826 30% [================== ] 1166/3826 30% [================== ] 1167/3826 30% [================== ] 1168/3826 30% [================== ] 1169/3826 30% [================== ] 1170/3826 30% [================== ] 1171/3826 30% [================== ] 1172/3826 30% [=================== ] 1173/3826 30% [=================== ] 1174/3826 30% [=================== ] 1175/3826 30% [=================== ] 1176/3826 30% [=================== ] 1177/3826 30% [=================== ] 1178/3826 30% [=================== ] 1179/3826 30% [=================== ] 1180/3826 30% [=================== ] 1181/3826 30% [=================== ] 1182/3826 30% [=================== ] 1183/3826 30% [=================== ] 1184/3826 30% [=================== ] 1185/3826 30% [=================== ] 1186/3826 30% [=================== ] 1187/3826 31% [=================== ] 1188/3826 31% [=================== ] 1189/3826 31% [=================== ] 1190/3826 31% [=================== ] 1191/3826 31% [=================== ] 1192/3826 31% [=================== ] 1193/3826 31% [=================== ] 1194/3826 31% [=================== ] 1195/3826 31% [=================== ] 1196/3826 31% [=================== ] 1197/3826 31% [=================== ] 1198/3826 31% [=================== ] 1199/3826 31% [=================== ] 1200/3826 31% [=================== ] 1201/3826 31% [=================== ] 1202/3826 31% [=================== ] 1203/3826 31% [=================== ] 1204/3826 31% [=================== ] 1205/3826 31% [=================== ] 1206/3826 31% [=================== ] 1207/3826 31% [=================== ] 1208/3826 31% [=================== ] 1209/3826 31% [=================== ] 1210/3826 31% [=================== ] 1211/3826 31% [=================== ] 1212/3826 31% [=================== ] 1213/3826 31% [=================== ] 1214/3826 31% [=================== ] 1215/3826 31% [=================== ] 1216/3826 31% [=================== ] 1217/3826 31% [=================== ] 1218/3826 31% [=================== ] 1219/3826 31% [=================== ] 1220/3826 31% [=================== ] 1221/3826 31% [=================== ] 1222/3826 31% [=================== ] 1223/3826 31% [=================== ] 1224/3826 31% [=================== ] 1225/3826 32% [=================== ] 1226/3826 32% [=================== ] 1227/3826 32% [=================== ] 1228/3826 32% [=================== ] 1229/3826 32% [=================== ] 1230/3826 32% [=================== ] 1231/3826 32% [=================== ] 1232/3826 32% [=================== ] 1233/3826 32% [=================== ] 1234/3826 32% [==================== ] 1235/3826 32% [==================== ] 1236/3826 32% [==================== ] 1237/3826 32% [==================== ] 1238/3826 32% [==================== ] 1239/3826 32% [==================== ] 1240/3826 32% [==================== ] 1241/3826 32% [==================== ] 1242/3826 32% [==================== ] 1243/3826 32% [==================== ] 1244/3826 32% [==================== ] 1245/3826 32% [==================== ] 1246/3826 32% [==================== ] 1247/3826 32% [==================== ] 1248/3826 32% [==================== ] 1249/3826 32% [==================== ] 1250/3826 32% [==================== ] 1251/3826 32% [==================== ] 1252/3826 32% [==================== ] 1253/3826 32% [==================== ] 1254/3826 32% [==================== ] 1255/3826 32% [==================== ] 1256/3826 32% [==================== ] 1257/3826 32% [==================== ] 1258/3826 32% [==================== ] 1259/3826 32% [==================== ] 1260/3826 32% [==================== ] 1261/3826 32% [==================== ] 1262/3826 32% [==================== ] 1263/3826 33% [==================== ] 1264/3826 33% [==================== ] 1265/3826 33% [==================== ] 1266/3826 33% [==================== ] 1267/3826 33% [==================== ] 1268/3826 33% [==================== ] 1269/3826 33% [==================== ] 1270/3826 33% [==================== ] 1271/3826 33% [==================== ] 1272/3826 33% [==================== ] 1273/3826 33% [==================== ] 1274/3826 33% [==================== ] 1275/3826 33% [==================== ] 1276/3826 33% [==================== ] 1277/3826 33% [==================== ] 1278/3826 33% [==================== ] 1279/3826 33% [==================== ] 1280/3826 33% [==================== ] 1281/3826 33% [==================== ] 1282/3826 33% [==================== ] 1283/3826 33% [==================== ] 1284/3826 33% [==================== ] 1285/3826 33% [==================== ] 1286/3826 33% [==================== ] 1287/3826 33% [==================== ] 1288/3826 33% [==================== ] 1289/3826 33% [==================== ] 1290/3826 33% [==================== ] 1291/3826 33% [==================== ] 1292/3826 33% [==================== ] 1293/3826 33% [==================== ] 1294/3826 33% [==================== ] 1295/3826 33% [===================== ] 1296/3826 33% [===================== ] 1297/3826 33% [===================== ] 1298/3826 33% [===================== ] 1299/3826 33% [===================== ] 1300/3826 33% [===================== ] 1301/3826 34% [===================== ] 1302/3826 34% [===================== ] 1303/3826 34% [===================== ] 1304/3826 34% [===================== ] 1305/3826 34% [===================== ] 1306/3826 34% [===================== ] 1307/3826 34% [===================== ] 1308/3826 34% [===================== ] 1309/3826 34% [===================== ] 1310/3826 34% [===================== ] 1311/3826 34% [===================== ] 1312/3826 34% [===================== ] 1313/3826 34% [===================== ] 1314/3826 34% [===================== ] 1315/3826 34% [===================== ] 1316/3826 34% [===================== ] 1317/3826 34% [===================== ] 1318/3826 34% [===================== ] 1319/3826 34% [===================== ] 1320/3826 34% [===================== ] 1321/3826 34% [===================== ] 1322/3826 34% [===================== ] 1323/3826 34% [===================== ] 1324/3826 34% [===================== ] 1325/3826 34% [===================== ] 1326/3826 34% [===================== ] 1327/3826 34% [===================== ] 1328/3826 34% [===================== ] 1329/3826 34% [===================== ] 1330/3826 34% [===================== ] 1331/3826 34% [===================== ] 1332/3826 34% [===================== ] 1333/3826 34% [===================== ] 1334/3826 34% [===================== ] 1335/3826 34% [===================== ] 1336/3826 34% [===================== ] 1337/3826 34% [===================== ] 1338/3826 34% [===================== ] 1339/3826 34% [===================== ] 1340/3826 35% [===================== ] 1341/3826 35% [===================== ] 1342/3826 35% [===================== ] 1343/3826 35% [===================== ] 1344/3826 35% [===================== ] 1345/3826 35% [===================== ] 1346/3826 35% [===================== ] 1347/3826 35% [===================== ] 1348/3826 35% [===================== ] 1349/3826 35% [===================== ] 1350/3826 35% [===================== ] 1351/3826 35% [===================== ] 1352/3826 35% [===================== ] 1353/3826 35% [===================== ] 1354/3826 35% [===================== ] 1355/3826 35% [===================== ] 1356/3826 35% [===================== ] 1357/3826 35% [====================== ] 1358/3826 35% [====================== ] 1359/3826 35% [====================== ] 1360/3826 35% [====================== ] 1361/3826 35% [====================== ] 1362/3826 35% [====================== ] 1363/3826 35% [====================== ] 1364/3826 35% [====================== ] 1365/3826 35% [====================== ] 1366/3826 35% [====================== ] 1367/3826 35% [====================== ] 1368/3826 35% [====================== ] 1369/3826 35% [====================== ] 1370/3826 35% [====================== ] 1371/3826 35% [====================== ] 1372/3826 35% [====================== ] 1373/3826 35% [====================== ] 1374/3826 35% [====================== ] 1375/3826 35% [====================== ] 1376/3826 35% [====================== ] 1377/3826 35% [====================== ] 1378/3826 36% [====================== ] 1379/3826 36% [====================== ] 1380/3826 36% [====================== ] 1381/3826 36% [====================== ] 1382/3826 36% [====================== ] 1383/3826 36% [====================== ] 1384/3826 36% [====================== ] 1385/3826 36% [====================== ] 1386/3826 36% [====================== ] 1387/3826 36% [====================== ] 1388/3826 36% [====================== ] 1389/3826 36% [====================== ] 1390/3826 36% [====================== ] 1391/3826 36% [====================== ] 1392/3826 36% [====================== ] 1393/3826 36% [====================== ] 1394/3826 36% [====================== ] 1395/3826 36% [====================== ] 1396/3826 36% [====================== ] 1397/3826 36% [====================== ] 1398/3826 36% [====================== ] 1399/3826 36% [====================== ] 1400/3826 36% [====================== ] 1401/3826 36% [====================== ] 1402/3826 36% [====================== ] 1403/3826 36% [====================== ] 1404/3826 36% [====================== ] 1405/3826 36% [====================== ] 1406/3826 36% [====================== ] 1407/3826 36% [====================== ] 1408/3826 36% [====================== ] 1409/3826 36% [====================== ] 1410/3826 36% [====================== ] 1411/3826 36% [====================== ] 1412/3826 36% [====================== ] 1413/3826 36% [====================== ] 1414/3826 36% [====================== ] 1415/3826 36% [====================== ] 1416/3826 37% [====================== ] 1417/3826 37% [====================== ] 1418/3826 37% [====================== ] 1419/3826 37% [======================= ] 1420/3826 37% [======================= ] 1421/3826 37% [======================= ] 1422/3826 37% [======================= ] 1423/3826 37% [======================= ] 1424/3826 37% [======================= ] 1425/3826 37% [======================= ] 1426/3826 37% [======================= ] 1427/3826 37% [======================= ] 1428/3826 37% [======================= ] 1429/3826 37% [======================= ] 1430/3826 37% [======================= ] 1431/3826 37% [======================= ] 1432/3826 37% [======================= ] 1433/3826 37% [======================= ] 1434/3826 37% [======================= ] 1435/3826 37% [======================= ] 1436/3826 37% [======================= ] 1437/3826 37% [======================= ] 1438/3826 37% [======================= ] 1439/3826 37% [======================= ] 1440/3826 37% [======================= ] 1441/3826 37% [======================= ] 1442/3826 37% [======================= ] 1443/3826 37% [======================= ] 1444/3826 37% [======================= ] 1445/3826 37% [======================= ] 1446/3826 37% [======================= ] 1447/3826 37% [======================= ] 1448/3826 37% [======================= ] 1449/3826 37% [======================= ] 1450/3826 37% [======================= ] 1451/3826 37% [======================= ] 1452/3826 37% [======================= ] 1453/3826 37% [======================= ] 1454/3826 38% [======================= ] 1455/3826 38% [======================= ] 1456/3826 38% [======================= ] 1457/3826 38% [======================= ] 1458/3826 38% [======================= ] 1459/3826 38% [======================= ] 1460/3826 38% [======================= ] 1461/3826 38% [======================= ] 1462/3826 38% [======================= ] 1463/3826 38% [======================= ] 1464/3826 38% [======================= ] 1465/3826 38% [======================= ] 1466/3826 38% [======================= ] 1467/3826 38% [======================= ] 1468/3826 38% [======================= ] 1469/3826 38% [======================= ] 1470/3826 38% [======================= ] 1471/3826 38% [======================= ] 1472/3826 38% [======================= ] 1473/3826 38% [======================= ] 1474/3826 38% [======================= ] 1475/3826 38% [======================= ] 1476/3826 38% [======================= ] 1477/3826 38% [======================= ] 1478/3826 38% [======================= ] 1479/3826 38% [======================= ] 1480/3826 38% [======================= ] 1481/3826 38% [======================== ] 1482/3826 38% [======================== ] 1483/3826 38% [======================== ] 1484/3826 38% [======================== ] 1485/3826 38% [======================== ] 1486/3826 38% [======================== ] 1487/3826 38% [======================== ] 1488/3826 38% [======================== ] 1489/3826 38% [======================== ] 1490/3826 38% [======================== ] 1491/3826 38% [======================== ] 1492/3826 38% [======================== ] 1493/3826 39% [======================== ] 1494/3826 39% [======================== ] 1495/3826 39% [======================== ] 1496/3826 39% [======================== ] 1497/3826 39% [======================== ] 1498/3826 39% [======================== ] 1499/3826 39% [======================== ] 1500/3826 39% [======================== ] 1501/3826 39% [======================== ] 1502/3826 39% [======================== ] 1503/3826 39% [======================== ] 1504/3826 39% [======================== ] 1505/3826 39% [======================== ] 1506/3826 39% [======================== ] 1507/3826 39% [======================== ] 1508/3826 39% [======================== ] 1509/3826 39% [======================== ] 1510/3826 39% [======================== ] 1511/3826 39% [======================== ] 1512/3826 39% [======================== ] 1513/3826 39% [======================== ] 1514/3826 39% [======================== ] 1515/3826 39% [======================== ] 1516/3826 39% [======================== ] 1517/3826 39% [======================== ] 1518/3826 39% [======================== ] 1519/3826 39% [======================== ] 1520/3826 39% [======================== ] 1521/3826 39% [======================== ] 1522/3826 39% [======================== ] 1523/3826 39% [======================== ] 1524/3826 39% [======================== ] 1525/3826 39% [======================== ] 1526/3826 39% [======================== ] 1527/3826 39% [======================== ] 1528/3826 39% [======================== ] 1529/3826 39% [======================== ] 1530/3826 39% [======================== ] 1531/3826 40% [======================== ] 1532/3826 40% [======================== ] 1533/3826 40% [======================== ] 1534/3826 40% [======================== ] 1535/3826 40% [======================== ] 1536/3826 40% [======================== ] 1537/3826 40% [======================== ] 1538/3826 40% [======================== ] 1539/3826 40% [======================== ] 1540/3826 40% [======================== ] 1541/3826 40% [======================== ] 1542/3826 40% [========================= ] 1543/3826 40% [========================= ] 1544/3826 40% [========================= ] 1545/3826 40% [========================= ] 1546/3826 40% [========================= ] 1547/3826 40% [========================= ] 1548/3826 40% [========================= ] 1549/3826 40% [========================= ] 1550/3826 40% [========================= ] 1551/3826 40% [========================= ] 1552/3826 40% [========================= ] 1553/3826 40% [========================= ] 1554/3826 40% [========================= ] 1555/3826 40% [========================= ] 1556/3826 40% [========================= ] 1557/3826 40% [========================= ] 1558/3826 40% [========================= ] 1559/3826 40% [========================= ] 1560/3826 40% [========================= ] 1561/3826 40% [========================= ] 1562/3826 40% [========================= ] 1563/3826 40% [========================= ] 1564/3826 40% [========================= ] 1565/3826 40% [========================= ] 1566/3826 40% [========================= ] 1567/3826 40% [========================= ] 1568/3826 40% [========================= ] 1569/3826 41% [========================= ] 1570/3826 41% [========================= ] 1571/3826 41% [========================= ] 1572/3826 41% [========================= ] 1573/3826 41% [========================= ] 1574/3826 41% [========================= ] 1575/3826 41% [========================= ] 1576/3826 41% [========================= ] 1577/3826 41% [========================= ] 1578/3826 41% [========================= ] 1579/3826 41% [========================= ] 1580/3826 41% [========================= ] 1581/3826 41% [========================= ] 1582/3826 41% [========================= ] 1583/3826 41% [========================= ] 1584/3826 41% [========================= ] 1585/3826 41% [========================= ] 1586/3826 41% [========================= ] 1587/3826 41% [========================= ] 1588/3826 41% [========================= ] 1589/3826 41% [========================= ] 1590/3826 41% [========================= ] 1591/3826 41% [========================= ] 1592/3826 41% [========================= ] 1593/3826 41% [========================= ] 1594/3826 41% [========================= ] 1595/3826 41% [========================= ] 1596/3826 41% [========================= ] 1597/3826 41% [========================= ] 1598/3826 41% [========================= ] 1599/3826 41% [========================= ] 1600/3826 41% [========================= ] 1601/3826 41% [========================= ] 1602/3826 41% [========================= ] 1603/3826 41% [========================= ] 1604/3826 41% [========================== ] 1605/3826 41% [========================== ] 1606/3826 41% [========================== ] 1607/3826 42% [========================== ] 1608/3826 42% [========================== ] 1609/3826 42% [========================== ] 1610/3826 42% [========================== ] 1611/3826 42% [========================== ] 1612/3826 42% [========================== ] 1613/3826 42% [========================== ] 1614/3826 42% [========================== ] 1615/3826 42% [========================== ] 1616/3826 42% [========================== ] 1617/3826 42% [========================== ] 1618/3826 42% [========================== ] 1619/3826 42% [========================== ] 1620/3826 42% [========================== ] 1621/3826 42% [========================== ] 1622/3826 42% [========================== ] 1623/3826 42% [========================== ] 1624/3826 42% [========================== ] 1625/3826 42% [========================== ] 1626/3826 42% [========================== ] 1627/3826 42% [========================== ] 1628/3826 42% [========================== ] 1629/3826 42% [========================== ] 1630/3826 42% [========================== ] 1631/3826 42% [========================== ] 1632/3826 42% [========================== ] 1633/3826 42% [========================== ] 1634/3826 42% [========================== ] 1635/3826 42% [========================== ] 1636/3826 42% [========================== ] 1637/3826 42% [========================== ] 1638/3826 42% [========================== ] 1639/3826 42% [========================== ] 1640/3826 42% [========================== ] 1641/3826 42% [========================== ] 1642/3826 42% [========================== ] 1643/3826 42% [========================== ] 1644/3826 42% [========================== ] 1645/3826 42% [========================== ] 1646/3826 43% [========================== ] 1647/3826 43% [========================== ] 1648/3826 43% [========================== ] 1649/3826 43% [========================== ] 1650/3826 43% [========================== ] 1651/3826 43% [========================== ] 1652/3826 43% [========================== ] 1653/3826 43% [========================== ] 1654/3826 43% [========================== ] 1655/3826 43% [========================== ] 1656/3826 43% [========================== ] 1657/3826 43% [========================== ] 1658/3826 43% [========================== ] 1659/3826 43% [========================== ] 1660/3826 43% [========================== ] 1661/3826 43% [========================== ] 1662/3826 43% [========================== ] 1663/3826 43% [========================== ] 1664/3826 43% [========================== ] 1665/3826 43% [========================== ] 1666/3826 43% [=========================== ] 1667/3826 43% [=========================== ] 1668/3826 43% [=========================== ] 1669/3826 43% [=========================== ] 1670/3826 43% [=========================== ] 1671/3826 43% [=========================== ] 1672/3826 43% [=========================== ] 1673/3826 43% [=========================== ] 1674/3826 43% [=========================== ] 1675/3826 43% [=========================== ] 1676/3826 43% [=========================== ] 1677/3826 43% [=========================== ] 1678/3826 43% [=========================== ] 1679/3826 43% [=========================== ] 1680/3826 43% [=========================== ] 1681/3826 43% [=========================== ] 1682/3826 43% [=========================== ] 1683/3826 43% [=========================== ] 1684/3826 44% [=========================== ] 1685/3826 44% [=========================== ] 1686/3826 44% [=========================== ] 1687/3826 44% [=========================== ] 1688/3826 44% [=========================== ] 1689/3826 44% [=========================== ] 1690/3826 44% [=========================== ] 1691/3826 44% [=========================== ] 1692/3826 44% [=========================== ] 1693/3826 44% [=========================== ] 1694/3826 44% [=========================== ] 1695/3826 44% [=========================== ] 1696/3826 44% [=========================== ] 1697/3826 44% [=========================== ] 1698/3826 44% [=========================== ] 1699/3826 44% [=========================== ] 1700/3826 44% [=========================== ] 1701/3826 44% [=========================== ] 1702/3826 44% [=========================== ] 1703/3826 44% [=========================== ] 1704/3826 44% [=========================== ] 1705/3826 44% [=========================== ] 1706/3826 44% [=========================== ] 1707/3826 44% [=========================== ] 1708/3826 44% [=========================== ] 1709/3826 44% [=========================== ] 1710/3826 44% [=========================== ] 1711/3826 44% [=========================== ] 1712/3826 44% [=========================== ] 1713/3826 44% [=========================== ] 1714/3826 44% [=========================== ] 1715/3826 44% [=========================== ] 1716/3826 44% [=========================== ] 1717/3826 44% [=========================== ] 1718/3826 44% [=========================== ] 1719/3826 44% [=========================== ] 1720/3826 44% [=========================== ] 1721/3826 44% [=========================== ] 1722/3826 45% [=========================== ] 1723/3826 45% [=========================== ] 1724/3826 45% [=========================== ] 1725/3826 45% [=========================== ] 1726/3826 45% [=========================== ] 1727/3826 45% [============================ ] 1728/3826 45% [============================ ] 1729/3826 45% [============================ ] 1730/3826 45% [============================ ] 1731/3826 45% [============================ ] 1732/3826 45% [============================ ] 1733/3826 45% [============================ ] 1734/3826 45% [============================ ] 1735/3826 45% [============================ ] 1736/3826 45% [============================ ] 1737/3826 45% [============================ ] 1738/3826 45% [============================ ] 1739/3826 45% [============================ ] 1740/3826 45% [============================ ] 1741/3826 45% [============================ ] 1742/3826 45% [============================ ] 1743/3826 45% [============================ ] 1744/3826 45% [============================ ] 1745/3826 45% [============================ ] 1746/3826 45% [============================ ] 1747/3826 45% [============================ ] 1748/3826 45% [============================ ] 1749/3826 45% [============================ ] 1750/3826 45% [============================ ] 1751/3826 45% [============================ ] 1752/3826 45% [============================ ] 1753/3826 45% [============================ ] 1754/3826 45% [============================ ] 1755/3826 45% [============================ ] 1756/3826 45% [============================ ] 1757/3826 45% [============================ ] 1758/3826 45% [============================ ] 1759/3826 45% [============================ ] 1760/3826 46% [============================ ] 1761/3826 46% [============================ ] 1762/3826 46% [============================ ] 1763/3826 46% [============================ ] 1764/3826 46% [============================ ] 1765/3826 46% [============================ ] 1766/3826 46% [============================ ] 1767/3826 46% [============================ ] 1768/3826 46% [============================ ] 1769/3826 46% [============================ ] 1770/3826 46% [============================ ] 1771/3826 46% [============================ ] 1772/3826 46% [============================ ] 1773/3826 46% [============================ ] 1774/3826 46% [============================ ] 1775/3826 46% [============================ ] 1776/3826 46% [============================ ] 1777/3826 46% [============================ ] 1778/3826 46% [============================ ] 1779/3826 46% [============================ ] 1780/3826 46% [============================ ] 1781/3826 46% [============================ ] 1782/3826 46% [============================ ] 1783/3826 46% [============================ ] 1784/3826 46% [============================ ] 1785/3826 46% [============================ ] 1786/3826 46% [============================ ] 1787/3826 46% [============================ ] 1788/3826 46% [============================ ] 1789/3826 46% [============================= ] 1790/3826 46% [============================= ] 1791/3826 46% [============================= ] 1792/3826 46% [============================= ] 1793/3826 46% [============================= ] 1794/3826 46% [============================= ] 1795/3826 46% [============================= ] 1796/3826 46% [============================= ] 1797/3826 46% [============================= ] 1798/3826 46% [============================= ] 1799/3826 47% [============================= ] 1800/3826 47% [============================= ] 1801/3826 47% [============================= ] 1802/3826 47% [============================= ] 1803/3826 47% [============================= ] 1804/3826 47% [============================= ] 1805/3826 47% [============================= ] 1806/3826 47% [============================= ] 1807/3826 47% [============================= ] 1808/3826 47% [============================= ] 1809/3826 47% [============================= ] 1810/3826 47% [============================= ] 1811/3826 47% [============================= ] 1812/3826 47% [============================= ] 1813/3826 47% [============================= ] 1814/3826 47% [============================= ] 1815/3826 47% [============================= ] 1816/3826 47% [============================= ] 1817/3826 47% [============================= ] 1818/3826 47% [============================= ] 1819/3826 47% [============================= ] 1820/3826 47% [============================= ] 1821/3826 47% [============================= ] 1822/3826 47% [============================= ] 1823/3826 47% [============================= ] 1824/3826 47% [============================= ] 1825/3826 47% [============================= ] 1826/3826 47% [============================= ] 1827/3826 47% [============================= ] 1828/3826 47% [============================= ] 1829/3826 47% [============================= ] 1830/3826 47% [============================= ] 1831/3826 47% [============================= ] 1832/3826 47% [============================= ] 1833/3826 47% [============================= ] 1834/3826 47% [============================= ] 1835/3826 47% [============================= ] 1836/3826 47% [============================= ] 1837/3826 48% [============================= ] 1838/3826 48% [============================= ] 1839/3826 48% [============================= ] 1840/3826 48% [============================= ] 1841/3826 48% [============================= ] 1842/3826 48% [============================= ] 1843/3826 48% [============================= ] 1844/3826 48% [============================= ] 1845/3826 48% [============================= ] 1846/3826 48% [============================= ] 1847/3826 48% [============================= ] 1848/3826 48% [============================= ] 1849/3826 48% [============================= ] 1850/3826 48% [============================= ] 1851/3826 48% [============================== ] 1852/3826 48% [============================== ] 1853/3826 48% [============================== ] 1854/3826 48% [============================== ] 1855/3826 48% [============================== ] 1856/3826 48% [============================== ] 1857/3826 48% [============================== ] 1858/3826 48% [============================== ] 1859/3826 48% [============================== ] 1860/3826 48% [============================== ] 1861/3826 48% [============================== ] 1862/3826 48% [============================== ] 1863/3826 48% [============================== ] 1864/3826 48% [============================== ] 1865/3826 48% [============================== ] 1866/3826 48% [============================== ] 1867/3826 48% [============================== ] 1868/3826 48% [============================== ] 1869/3826 48% [============================== ] 1870/3826 48% [============================== ] 1871/3826 48% [============================== ] 1872/3826 48% [============================== ] 1873/3826 48% [============================== ] 1874/3826 48% [============================== ] 1875/3826 49% [============================== ] 1876/3826 49% [============================== ] 1877/3826 49% [============================== ] 1878/3826 49% [============================== ] 1879/3826 49% [============================== ] 1880/3826 49% [============================== ] 1881/3826 49% [============================== ] 1882/3826 49% [============================== ] 1883/3826 49% [============================== ] 1884/3826 49% [============================== ] 1885/3826 49% [============================== ] 1886/3826 49% [============================== ] 1887/3826 49% [============================== ] 1888/3826 49% [============================== ] 1889/3826 49% [============================== ] 1890/3826 49% [============================== ] 1891/3826 49% [============================== ] 1892/3826 49% [============================== ] 1893/3826 49% [============================== ] 1894/3826 49% [============================== ] 1895/3826 49% [============================== ] 1896/3826 49% [============================== ] 1897/3826 49% [============================== ] 1898/3826 49% [============================== ] 1899/3826 49% [============================== ] 1900/3826 49% [============================== ] 1901/3826 49% [============================== ] 1902/3826 49% [============================== ] 1903/3826 49% [============================== ] 1904/3826 49% [============================== ] 1905/3826 49% [============================== ] 1906/3826 49% [============================== ] 1907/3826 49% [============================== ] 1908/3826 49% [============================== ] 1909/3826 49% [============================== ] 1910/3826 49% [============================== ] 1911/3826 49% [============================== ] 1912/3826 49% [=============================== ] 1913/3826 50% [=============================== ] 1914/3826 50% [=============================== ] 1915/3826 50% [=============================== ] 1916/3826 50% [=============================== ] 1917/3826 50% [=============================== ] 1918/3826 50% [=============================== ] 1919/3826 50% [=============================== ] 1920/3826 50% [=============================== ] 1921/3826 50% [=============================== ] 1922/3826 50% [=============================== ] 1923/3826 50% [=============================== ] 1924/3826 50% [=============================== ] 1925/3826 50% [=============================== ] 1926/3826 50% [=============================== ] 1927/3826 50% [=============================== ] 1928/3826 50% [=============================== ] 1929/3826 50% [=============================== ] 1930/3826 50% [=============================== ] 1931/3826 50% [=============================== ] 1932/3826 50% [=============================== ] 1933/3826 50% [=============================== ] 1934/3826 50% [=============================== ] 1935/3826 50% [=============================== ] 1936/3826 50% [=============================== ] 1937/3826 50% [=============================== ] 1938/3826 50% [=============================== ] 1939/3826 50% [=============================== ] 1940/3826 50% [=============================== ] 1941/3826 50% [=============================== ] 1942/3826 50% [=============================== ] 1943/3826 50% [=============================== ] 1944/3826 50% [=============================== ] 1945/3826 50% [=============================== ] 1946/3826 50% [=============================== ] 1947/3826 50% [=============================== ] 1948/3826 50% [=============================== ] 1949/3826 50% [=============================== ] 1950/3826 50% [=============================== ] 1951/3826 50% [=============================== ] 1952/3826 51% [=============================== ] 1953/3826 51% [=============================== ] 1954/3826 51% [=============================== ] 1955/3826 51% [=============================== ] 1956/3826 51% [=============================== ] 1957/3826 51% [=============================== ] 1958/3826 51% [=============================== ] 1959/3826 51% [=============================== ] 1960/3826 51% [=============================== ] 1961/3826 51% [=============================== ] 1962/3826 51% [=============================== ] 1963/3826 51% [=============================== ] 1964/3826 51% [=============================== ] 1965/3826 51% [=============================== ] 1966/3826 51% [=============================== ] 1967/3826 51% [=============================== ] 1968/3826 51% [=============================== ] 1969/3826 51% [=============================== ] 1970/3826 51% [=============================== ] 1971/3826 51% [=============================== ] 1972/3826 51% [=============================== ] 1973/3826 51% [=============================== ] 1974/3826 51% [================================ ] 1975/3826 51% [================================ ] 1976/3826 51% [================================ ] 1977/3826 51% [================================ ] 1978/3826 51% [================================ ] 1979/3826 51% [================================ ] 1980/3826 51% [================================ ] 1981/3826 51% [================================ ] 1982/3826 51% [================================ ] 1983/3826 51% [================================ ] 1984/3826 51% [================================ ] 1985/3826 51% [================================ ] 1986/3826 51% [================================ ] 1987/3826 51% [================================ ] 1988/3826 51% [================================ ] 1989/3826 51% [================================ ] 1990/3826 52% [================================ ] 1991/3826 52% [================================ ] 1992/3826 52% [================================ ] 1993/3826 52% [================================ ] 1994/3826 52% [================================ ] 1995/3826 52% [================================ ] 1996/3826 52% [================================ ] 1997/3826 52% [================================ ] 1998/3826 52% [================================ ] 1999/3826 52% [================================ ] 2000/3826 52% [================================ ] 2001/3826 52% [================================ ] 2002/3826 52% [================================ ] 2003/3826 52% [================================ ] 2004/3826 52% [================================ ] 2005/3826 52% [================================ ] 2006/3826 52% [================================ ] 2007/3826 52% [================================ ] 2008/3826 52% [================================ ] 2009/3826 52% [================================ ] 2010/3826 52% [================================ ] 2011/3826 52% [================================ ] 2012/3826 52% [================================ ] 2013/3826 52% [================================ ] 2014/3826 52% [================================ ] 2015/3826 52% [================================ ] 2016/3826 52% [================================ ] 2017/3826 52% [================================ ] 2018/3826 52% [================================ ] 2019/3826 52% [================================ ] 2020/3826 52% [================================ ] 2021/3826 52% [================================ ] 2022/3826 52% [================================ ] 2023/3826 52% [================================ ] 2024/3826 52% [================================ ] 2025/3826 52% [================================ ] 2026/3826 52% [================================ ] 2027/3826 52% [================================ ] 2028/3826 53% [================================ ] 2029/3826 53% [================================ ] 2030/3826 53% [================================ ] 2031/3826 53% [================================ ] 2032/3826 53% [================================ ] 2033/3826 53% [================================ ] 2034/3826 53% [================================ ] 2035/3826 53% [================================ ] 2036/3826 53% [================================= ] 2037/3826 53% [================================= ] 2038/3826 53% [================================= ] 2039/3826 53% [================================= ] 2040/3826 53% [================================= ] 2041/3826 53% [================================= ] 2042/3826 53% [================================= ] 2043/3826 53% [================================= ] 2044/3826 53% [================================= ] 2045/3826 53% [================================= ] 2046/3826 53% [================================= ] 2047/3826 53% [================================= ] 2048/3826 53% [================================= ] 2049/3826 53% [================================= ] 2050/3826 53% [================================= ] 2051/3826 53% [================================= ] 2052/3826 53% [================================= ] 2053/3826 53% [================================= ] 2054/3826 53% [================================= ] 2055/3826 53% [================================= ] 2056/3826 53% [================================= ] 2057/3826 53% [================================= ] 2058/3826 53% [================================= ] 2059/3826 53% [================================= ] 2060/3826 53% [================================= ] 2061/3826 53% [================================= ] 2062/3826 53% [================================= ] 2063/3826 53% [================================= ] 2064/3826 53% [================================= ] 2065/3826 53% [================================= ] 2066/3826 53% [================================= ] 2067/3826 54% [================================= ] 2068/3826 54% [================================= ] 2069/3826 54% [================================= ] 2070/3826 54% [================================= ] 2071/3826 54% [================================= ] 2072/3826 54% [================================= ] 2073/3826 54% [================================= ] 2074/3826 54% [================================= ] 2075/3826 54% [================================= ] 2076/3826 54% [================================= ] 2077/3826 54% [================================= ] 2078/3826 54% [================================= ] 2079/3826 54% [================================= ] 2080/3826 54% [================================= ] 2081/3826 54% [================================= ] 2082/3826 54% [================================= ] 2083/3826 54% [================================= ] 2084/3826 54% [================================= ] 2085/3826 54% [================================= ] 2086/3826 54% [================================= ] 2087/3826 54% [================================= ] 2088/3826 54% [================================= ] 2089/3826 54% [================================= ] 2090/3826 54% [================================= ] 2091/3826 54% [================================= ] 2092/3826 54% [================================= ] 2093/3826 54% [================================= ] 2094/3826 54% [================================= ] 2095/3826 54% [================================= ] 2096/3826 54% [================================= ] 2097/3826 54% [================================= ] 2098/3826 54% [================================== ] 2099/3826 54% [================================== ] 2100/3826 54% [================================== ] 2101/3826 54% [================================== ] 2102/3826 54% [================================== ] 2103/3826 54% [================================== ] 2104/3826 54% [================================== ] 2105/3826 55% [================================== ] 2106/3826 55% [================================== ] 2107/3826 55% [================================== ] 2108/3826 55% [================================== ] 2109/3826 55% [================================== ] 2110/3826 55% [================================== ] 2111/3826 55% [================================== ] 2112/3826 55% [================================== ] 2113/3826 55% [================================== ] 2114/3826 55% [================================== ] 2115/3826 55% [================================== ] 2116/3826 55% [================================== ] 2117/3826 55% [================================== ] 2118/3826 55% [================================== ] 2119/3826 55% [================================== ] 2120/3826 55% [================================== ] 2121/3826 55% [================================== ] 2122/3826 55% [================================== ] 2123/3826 55% [================================== ] 2124/3826 55% [================================== ] 2125/3826 55% [================================== ] 2126/3826 55% [================================== ] 2127/3826 55% [================================== ] 2128/3826 55% [================================== ] 2129/3826 55% [================================== ] 2130/3826 55% [================================== ] 2131/3826 55% [================================== ] 2132/3826 55% [================================== ] 2133/3826 55% [================================== ] 2134/3826 55% [================================== ] 2135/3826 55% [================================== ] 2136/3826 55% [================================== ] 2137/3826 55% [================================== ] 2138/3826 55% [================================== ] 2139/3826 55% [================================== ] 2140/3826 55% [================================== ] 2141/3826 55% [================================== ] 2142/3826 55% [================================== ] 2143/3826 56% [================================== ] 2144/3826 56% [================================== ] 2145/3826 56% [================================== ] 2146/3826 56% [================================== ] 2147/3826 56% [================================== ] 2148/3826 56% [================================== ] 2149/3826 56% [================================== ] 2150/3826 56% [================================== ] 2151/3826 56% [================================== ] 2152/3826 56% [================================== ] 2153/3826 56% [================================== ] 2154/3826 56% [================================== ] 2155/3826 56% [================================== ] 2156/3826 56% [================================== ] 2157/3826 56% [================================== ] 2158/3826 56% [================================== ] 2159/3826 56% [=================================== ] 2160/3826 56% [=================================== ] 2161/3826 56% [=================================== ] 2162/3826 56% [=================================== ] 2163/3826 56% [=================================== ] 2164/3826 56% [=================================== ] 2165/3826 56% [=================================== ] 2166/3826 56% [=================================== ] 2167/3826 56% [=================================== ] 2168/3826 56% [=================================== ] 2169/3826 56% [=================================== ] 2170/3826 56% [=================================== ] 2171/3826 56% [=================================== ] 2172/3826 56% [=================================== ] 2173/3826 56% [=================================== ] 2174/3826 56% [=================================== ] 2175/3826 56% [=================================== ] 2176/3826 56% [=================================== ] 2177/3826 56% [=================================== ] 2178/3826 56% [=================================== ] 2179/3826 56% [=================================== ] 2180/3826 56% [=================================== ] 2181/3826 57% [=================================== ] 2182/3826 57% [=================================== ] 2183/3826 57% [=================================== ] 2184/3826 57% [=================================== ] 2185/3826 57% [=================================== ] 2186/3826 57% [=================================== ] 2187/3826 57% [=================================== ] 2188/3826 57% [=================================== ] 2189/3826 57% [=================================== ] 2190/3826 57% [=================================== ] 2191/3826 57% [=================================== ] 2192/3826 57% [=================================== ] 2193/3826 57% [=================================== ] 2194/3826 57% [=================================== ] 2195/3826 57% [=================================== ] 2196/3826 57% [=================================== ] 2197/3826 57% [=================================== ] 2198/3826 57% [=================================== ] 2199/3826 57% [=================================== ] 2200/3826 57% [=================================== ] 2201/3826 57% [=================================== ] 2202/3826 57% [=================================== ] 2203/3826 57% [=================================== ] 2204/3826 57% [=================================== ] 2205/3826 57% [=================================== ] 2206/3826 57% [=================================== ] 2207/3826 57% [=================================== ] 2208/3826 57% [=================================== ] 2209/3826 57% [=================================== ] 2210/3826 57% [=================================== ] 2211/3826 57% [=================================== ] 2212/3826 57% [=================================== ] 2213/3826 57% [=================================== ] 2214/3826 57% [=================================== ] 2215/3826 57% [=================================== ] 2216/3826 57% [=================================== ] 2217/3826 57% [=================================== ] 2218/3826 57% [=================================== ] 2219/3826 57% [=================================== ] 2220/3826 58% [=================================== ] 2221/3826 58% [==================================== ] 2222/3826 58% [==================================== ] 2223/3826 58% [==================================== ] 2224/3826 58% [==================================== ] 2225/3826 58% [==================================== ] 2226/3826 58% [==================================== ] 2227/3826 58% [==================================== ] 2228/3826 58% [==================================== ] 2229/3826 58% [==================================== ] 2230/3826 58% [==================================== ] 2231/3826 58% [==================================== ] 2232/3826 58% [==================================== ] 2233/3826 58% [==================================== ] 2234/3826 58% [==================================== ] 2235/3826 58% [==================================== ] 2236/3826 58% [==================================== ] 2237/3826 58% [==================================== ] 2238/3826 58% [==================================== ] 2239/3826 58% [==================================== ] 2240/3826 58% [==================================== ] 2241/3826 58% [==================================== ] 2242/3826 58% [==================================== ] 2243/3826 58% [==================================== ] 2244/3826 58% [==================================== ] 2245/3826 58% [==================================== ] 2246/3826 58% [==================================== ] 2247/3826 58% [==================================== ] 2248/3826 58% [==================================== ] 2249/3826 58% [==================================== ] 2250/3826 58% [==================================== ] 2251/3826 58% [==================================== ] 2252/3826 58% [==================================== ] 2253/3826 58% [==================================== ] 2254/3826 58% [==================================== ] 2255/3826 58% [==================================== ] 2256/3826 58% [==================================== ] 2257/3826 58% [==================================== ] 2258/3826 59% [==================================== ] 2259/3826 59% [==================================== ] 2260/3826 59% [==================================== ] 2261/3826 59% [==================================== ] 2262/3826 59% [==================================== ] 2263/3826 59% [==================================== ] 2264/3826 59% [==================================== ] 2265/3826 59% [==================================== ] 2266/3826 59% [==================================== ] 2267/3826 59% [==================================== ] 2268/3826 59% [==================================== ] 2269/3826 59% [==================================== ] 2270/3826 59% [==================================== ] 2271/3826 59% [==================================== ] 2272/3826 59% [==================================== ] 2273/3826 59% [==================================== ] 2274/3826 59% [==================================== ] 2275/3826 59% [==================================== ] 2276/3826 59% [==================================== ] 2277/3826 59% [==================================== ] 2278/3826 59% [==================================== ] 2279/3826 59% [==================================== ] 2280/3826 59% [==================================== ] 2281/3826 59% [==================================== ] 2282/3826 59% [==================================== ] 2283/3826 59% [===================================== ] 2284/3826 59% [===================================== ] 2285/3826 59% [===================================== ] 2286/3826 59% [===================================== ] 2287/3826 59% [===================================== ] 2288/3826 59% [===================================== ] 2289/3826 59% [===================================== ] 2290/3826 59% [===================================== ] 2291/3826 59% [===================================== ] 2292/3826 59% [===================================== ] 2293/3826 59% [===================================== ] 2294/3826 59% [===================================== ] 2295/3826 59% [===================================== ] 2296/3826 60% [===================================== ] 2297/3826 60% [===================================== ] 2298/3826 60% [===================================== ] 2299/3826 60% [===================================== ] 2300/3826 60% [===================================== ] 2301/3826 60% [===================================== ] 2302/3826 60% [===================================== ] 2303/3826 60% [===================================== ] 2304/3826 60% [===================================== ] 2305/3826 60% [===================================== ] 2306/3826 60% [===================================== ] 2307/3826 60% [===================================== ] 2308/3826 60% [===================================== ] 2309/3826 60% [===================================== ] 2310/3826 60% [===================================== ] 2311/3826 60% [===================================== ] 2312/3826 60% [===================================== ] 2313/3826 60% [===================================== ] 2314/3826 60% [===================================== ] 2315/3826 60% [===================================== ] 2316/3826 60% [===================================== ] 2317/3826 60% [===================================== ] 2318/3826 60% [===================================== ] 2319/3826 60% [===================================== ] 2320/3826 60% [===================================== ] 2321/3826 60% [===================================== ] 2322/3826 60% [===================================== ] 2323/3826 60% [===================================== ] 2324/3826 60% [===================================== ] 2325/3826 60% [===================================== ] 2326/3826 60% [===================================== ] 2327/3826 60% [===================================== ] 2328/3826 60% [===================================== ] 2329/3826 60% [===================================== ] 2330/3826 60% [===================================== ] 2331/3826 60% [===================================== ] 2332/3826 60% [===================================== ] 2333/3826 60% [===================================== ] 2334/3826 61% [===================================== ] 2335/3826 61% [===================================== ] 2336/3826 61% [===================================== ] 2337/3826 61% [===================================== ] 2338/3826 61% [===================================== ] 2339/3826 61% [===================================== ] 2340/3826 61% [===================================== ] 2341/3826 61% [===================================== ] 2342/3826 61% [===================================== ] 2343/3826 61% [===================================== ] 2344/3826 61% [====================================== ] 2345/3826 61% [====================================== ] 2346/3826 61% [====================================== ] 2347/3826 61% [====================================== ] 2348/3826 61% [====================================== ] 2349/3826 61% [====================================== ] 2350/3826 61% [====================================== ] 2351/3826 61% [====================================== ] 2352/3826 61% [====================================== ] 2353/3826 61% [====================================== ] 2354/3826 61% [====================================== ] 2355/3826 61% [====================================== ] 2356/3826 61% [====================================== ] 2357/3826 61% [====================================== ] 2358/3826 61% [====================================== ] 2359/3826 61% [====================================== ] 2360/3826 61% [====================================== ] 2361/3826 61% [====================================== ] 2362/3826 61% [====================================== ] 2363/3826 61% [====================================== ] 2364/3826 61% [====================================== ] 2365/3826 61% [====================================== ] 2366/3826 61% [====================================== ] 2367/3826 61% [====================================== ] 2368/3826 61% [====================================== ] 2369/3826 61% [====================================== ] 2370/3826 61% [====================================== ] 2371/3826 61% [====================================== ] 2372/3826 61% [====================================== ] 2373/3826 62% [====================================== ] 2374/3826 62% [====================================== ] 2375/3826 62% [====================================== ] 2376/3826 62% [====================================== ] 2377/3826 62% [====================================== ] 2378/3826 62% [====================================== ] 2379/3826 62% [====================================== ] 2380/3826 62% [====================================== ] 2381/3826 62% [====================================== ] 2382/3826 62% [====================================== ] 2383/3826 62% [====================================== ] 2384/3826 62% [====================================== ] 2385/3826 62% [====================================== ] 2386/3826 62% [====================================== ] 2387/3826 62% [====================================== ] 2388/3826 62% [====================================== ] 2389/3826 62% [====================================== ] 2390/3826 62% [====================================== ] 2391/3826 62% [====================================== ] 2392/3826 62% [====================================== ] 2393/3826 62% [====================================== ] 2394/3826 62% [====================================== ] 2395/3826 62% [====================================== ] 2396/3826 62% [====================================== ] 2397/3826 62% [====================================== ] 2398/3826 62% [====================================== ] 2399/3826 62% [====================================== ] 2400/3826 62% [====================================== ] 2401/3826 62% [====================================== ] 2402/3826 62% [====================================== ] 2403/3826 62% [====================================== ] 2404/3826 62% [====================================== ] 2405/3826 62% [====================================== ] 2406/3826 62% [======================================= ] 2407/3826 62% [======================================= ] 2408/3826 62% [======================================= ] 2409/3826 62% [======================================= ] 2410/3826 62% [======================================= ] 2411/3826 63% [======================================= ] 2412/3826 63% [======================================= ] 2413/3826 63% [======================================= ] 2414/3826 63% [======================================= ] 2415/3826 63% [======================================= ] 2416/3826 63% [======================================= ] 2417/3826 63% [======================================= ] 2418/3826 63% [======================================= ] 2419/3826 63% [======================================= ] 2420/3826 63% [======================================= ] 2421/3826 63% [======================================= ] 2422/3826 63% [======================================= ] 2423/3826 63% [======================================= ] 2424/3826 63% [======================================= ] 2425/3826 63% [======================================= ] 2426/3826 63% [======================================= ] 2427/3826 63% [======================================= ] 2428/3826 63% [======================================= ] 2429/3826 63% [======================================= ] 2430/3826 63% [======================================= ] 2431/3826 63% [======================================= ] 2432/3826 63% [======================================= ] 2433/3826 63% [======================================= ] 2434/3826 63% [======================================= ] 2435/3826 63% [======================================= ] 2436/3826 63% [======================================= ] 2437/3826 63% [======================================= ] 2438/3826 63% [======================================= ] 2439/3826 63% [======================================= ] 2440/3826 63% [======================================= ] 2441/3826 63% [======================================= ] 2442/3826 63% [======================================= ] 2443/3826 63% [======================================= ] 2444/3826 63% [======================================= ] 2445/3826 63% [======================================= ] 2446/3826 63% [======================================= ] 2447/3826 63% [======================================= ] 2448/3826 63% [======================================= ] 2449/3826 64% [======================================= ] 2450/3826 64% [======================================= ] 2451/3826 64% [======================================= ] 2452/3826 64% [======================================= ] 2453/3826 64% [======================================= ] 2454/3826 64% [======================================= ] 2455/3826 64% [======================================= ] 2456/3826 64% [======================================= ] 2457/3826 64% [======================================= ] 2458/3826 64% [======================================= ] 2459/3826 64% [======================================= ] 2460/3826 64% [======================================= ] 2461/3826 64% [======================================= ] 2462/3826 64% [======================================= ] 2463/3826 64% [======================================= ] 2464/3826 64% [======================================= ] 2465/3826 64% [======================================= ] 2466/3826 64% [======================================= ] 2467/3826 64% [======================================= ] 2468/3826 64% [======================================== ] 2469/3826 64% [======================================== ] 2470/3826 64% [======================================== ] 2471/3826 64% [======================================== ] 2472/3826 64% [======================================== ] 2473/3826 64% [======================================== ] 2474/3826 64% [======================================== ] 2475/3826 64% [======================================== ] 2476/3826 64% [======================================== ] 2477/3826 64% [======================================== ] 2478/3826 64% [======================================== ] 2479/3826 64% [======================================== ] 2480/3826 64% [======================================== ] 2481/3826 64% [======================================== ] 2482/3826 64% [======================================== ] 2483/3826 64% [======================================== ] 2484/3826 64% [======================================== ] 2485/3826 64% [======================================== ] 2486/3826 64% [======================================== ] 2487/3826 65% [======================================== ] 2488/3826 65% [======================================== ] 2489/3826 65% [======================================== ] 2490/3826 65% [======================================== ] 2491/3826 65% [======================================== ] 2492/3826 65% [======================================== ] 2493/3826 65% [======================================== ] 2494/3826 65% [======================================== ] 2495/3826 65% [======================================== ] 2496/3826 65% [======================================== ] 2497/3826 65% [======================================== ] 2498/3826 65% [======================================== ] 2499/3826 65% [======================================== ] 2500/3826 65% [======================================== ] 2501/3826 65% [======================================== ] 2502/3826 65% [======================================== ] 2503/3826 65% [======================================== ] 2504/3826 65% [======================================== ] 2505/3826 65% [======================================== ] 2506/3826 65% [======================================== ] 2507/3826 65% [======================================== ] 2508/3826 65% [======================================== ] 2509/3826 65% [======================================== ] 2510/3826 65% [======================================== ] 2511/3826 65% [======================================== ] 2512/3826 65% [======================================== ] 2513/3826 65% [======================================== ] 2514/3826 65% [======================================== ] 2515/3826 65% [======================================== ] 2516/3826 65% [======================================== ] 2517/3826 65% [======================================== ] 2518/3826 65% [======================================== ] 2519/3826 65% [======================================== ] 2520/3826 65% [======================================== ] 2521/3826 65% [======================================== ] 2522/3826 65% [======================================== ] 2523/3826 65% [======================================== ] 2524/3826 65% [======================================== ] 2525/3826 65% [======================================== ] 2526/3826 66% [======================================== ] 2527/3826 66% [======================================== ] 2528/3826 66% [======================================== ] 2529/3826 66% [======================================== ] 2530/3826 66% [========================================= ] 2531/3826 66% [========================================= ] 2532/3826 66% [========================================= ] 2533/3826 66% [========================================= ] 2534/3826 66% [========================================= ] 2535/3826 66% [========================================= ] 2536/3826 66% [========================================= ] 2537/3826 66% [========================================= ] 2538/3826 66% [========================================= ] 2539/3826 66% [========================================= ] 2540/3826 66% [========================================= ] 2541/3826 66% [========================================= ] 2542/3826 66% [========================================= ] 2543/3826 66% [========================================= ] 2544/3826 66% [========================================= ] 2545/3826 66% [========================================= ] 2546/3826 66% [========================================= ] 2547/3826 66% [========================================= ] 2548/3826 66% [========================================= ] 2549/3826 66% [========================================= ] 2550/3826 66% [========================================= ] 2551/3826 66% [========================================= ] 2552/3826 66% [========================================= ] 2553/3826 66% [========================================= ] 2554/3826 66% [========================================= ] 2555/3826 66% [========================================= ] 2556/3826 66% [========================================= ] 2557/3826 66% [========================================= ] 2558/3826 66% [========================================= ] 2559/3826 66% [========================================= ] 2560/3826 66% [========================================= ] 2561/3826 66% [========================================= ] 2562/3826 66% [========================================= ] 2563/3826 66% [========================================= ] 2564/3826 67% [========================================= ] 2565/3826 67% [========================================= ] 2566/3826 67% [========================================= ] 2567/3826 67% [========================================= ] 2568/3826 67% [========================================= ] 2569/3826 67% [========================================= ] 2570/3826 67% [========================================= ] 2571/3826 67% [========================================= ] 2572/3826 67% [========================================= ] 2573/3826 67% [========================================= ] 2574/3826 67% [========================================= ] 2575/3826 67% [========================================= ] 2576/3826 67% [========================================= ] 2577/3826 67% [========================================= ] 2578/3826 67% [========================================= ] 2579/3826 67% [========================================= ] 2580/3826 67% [========================================= ] 2581/3826 67% [========================================= ] 2582/3826 67% [========================================= ] 2583/3826 67% [========================================= ] 2584/3826 67% [========================================= ] 2585/3826 67% [========================================= ] 2586/3826 67% [========================================= ] 2587/3826 67% [========================================= ] 2588/3826 67% [========================================= ] 2589/3826 67% [========================================= ] 2590/3826 67% [========================================= ] 2591/3826 67% [========================================== ] 2592/3826 67% [========================================== ] 2593/3826 67% [========================================== ] 2594/3826 67% [========================================== ] 2595/3826 67% [========================================== ] 2596/3826 67% [========================================== ] 2597/3826 67% [========================================== ] 2598/3826 67% [========================================== ] 2599/3826 67% [========================================== ] 2600/3826 67% [========================================== ] 2601/3826 67% [========================================== ] 2602/3826 68% [========================================== ] 2603/3826 68% [========================================== ] 2604/3826 68% [========================================== ] 2605/3826 68% [========================================== ] 2606/3826 68% [========================================== ] 2607/3826 68% [========================================== ] 2608/3826 68% [========================================== ] 2609/3826 68% [========================================== ] 2610/3826 68% [========================================== ] 2611/3826 68% [========================================== ] 2612/3826 68% [========================================== ] 2613/3826 68% [========================================== ] 2614/3826 68% [========================================== ] 2615/3826 68% [========================================== ] 2616/3826 68% [========================================== ] 2617/3826 68% [========================================== ] 2618/3826 68% [========================================== ] 2619/3826 68% [========================================== ] 2620/3826 68% [========================================== ] 2621/3826 68% [========================================== ] 2622/3826 68% [========================================== ] 2623/3826 68% [========================================== ] 2624/3826 68% [========================================== ] 2625/3826 68% [========================================== ] 2626/3826 68% [========================================== ] 2627/3826 68% [========================================== ] 2628/3826 68% [========================================== ] 2629/3826 68% [========================================== ] 2630/3826 68% [========================================== ] 2631/3826 68% [========================================== ] 2632/3826 68% [========================================== ] 2633/3826 68% [========================================== ] 2634/3826 68% [========================================== ] 2635/3826 68% [========================================== ] 2636/3826 68% [========================================== ] 2637/3826 68% [========================================== ] 2638/3826 68% [========================================== ] 2639/3826 68% [========================================== ] 2640/3826 69% [========================================== ] 2641/3826 69% [========================================== ] 2642/3826 69% [========================================== ] 2643/3826 69% [========================================== ] 2644/3826 69% [========================================== ] 2645/3826 69% [========================================== ] 2646/3826 69% [========================================== ] 2647/3826 69% [========================================== ] 2648/3826 69% [========================================== ] 2649/3826 69% [========================================== ] 2650/3826 69% [========================================== ] 2651/3826 69% [========================================== ] 2652/3826 69% [========================================== ] 2653/3826 69% [=========================================== ] 2654/3826 69% [=========================================== ] 2655/3826 69% [=========================================== ] 2656/3826 69% [=========================================== ] 2657/3826 69% [=========================================== ] 2658/3826 69% [=========================================== ] 2659/3826 69% [=========================================== ] 2660/3826 69% [=========================================== ] 2661/3826 69% [=========================================== ] 2662/3826 69% [=========================================== ] 2663/3826 69% [=========================================== ] 2664/3826 69% [=========================================== ] 2665/3826 69% [=========================================== ] 2666/3826 69% [=========================================== ] 2667/3826 69% [=========================================== ] 2668/3826 69% [=========================================== ] 2669/3826 69% [=========================================== ] 2670/3826 69% [=========================================== ] 2671/3826 69% [=========================================== ] 2672/3826 69% [=========================================== ] 2673/3826 69% [=========================================== ] 2674/3826 69% [=========================================== ] 2675/3826 69% [=========================================== ] 2676/3826 69% [=========================================== ] 2677/3826 69% [=========================================== ] 2678/3826 69% [=========================================== ] 2679/3826 70% [=========================================== ] 2680/3826 70% [=========================================== ] 2681/3826 70% [=========================================== ] 2682/3826 70% [=========================================== ] 2683/3826 70% [=========================================== ] 2684/3826 70% [=========================================== ] 2685/3826 70% [=========================================== ] 2686/3826 70% [=========================================== ] 2687/3826 70% [=========================================== ] 2688/3826 70% [=========================================== ] 2689/3826 70% [=========================================== ] 2690/3826 70% [=========================================== ] 2691/3826 70% [=========================================== ] 2692/3826 70% [=========================================== ] 2693/3826 70% [=========================================== ] 2694/3826 70% [=========================================== ] 2695/3826 70% [=========================================== ] 2696/3826 70% [=========================================== ] 2697/3826 70% [=========================================== ] 2698/3826 70% [=========================================== ] 2699/3826 70% [=========================================== ] 2700/3826 70% [=========================================== ] 2701/3826 70% [=========================================== ] 2702/3826 70% [=========================================== ] 2703/3826 70% [=========================================== ] 2704/3826 70% [=========================================== ] 2705/3826 70% [=========================================== ] 2706/3826 70% [=========================================== ] 2707/3826 70% [=========================================== ] 2708/3826 70% [=========================================== ] 2709/3826 70% [=========================================== ] 2710/3826 70% [=========================================== ] 2711/3826 70% [=========================================== ] 2712/3826 70% [=========================================== ] 2713/3826 70% [=========================================== ] 2714/3826 70% [=========================================== ] 2715/3826 70% [============================================ ] 2716/3826 70% [============================================ ] 2717/3826 71% [============================================ ] 2718/3826 71% [============================================ ] 2719/3826 71% [============================================ ] 2720/3826 71% [============================================ ] 2721/3826 71% [============================================ ] 2722/3826 71% [============================================ ] 2723/3826 71% [============================================ ] 2724/3826 71% [============================================ ] 2725/3826 71% [============================================ ] 2726/3826 71% [============================================ ] 2727/3826 71% [============================================ ] 2728/3826 71% [============================================ ] 2729/3826 71% [============================================ ] 2730/3826 71% [============================================ ] 2731/3826 71% [============================================ ] 2732/3826 71% [============================================ ] 2733/3826 71% [============================================ ] 2734/3826 71% [============================================ ] 2735/3826 71% [============================================ ] 2736/3826 71% [============================================ ] 2737/3826 71% [============================================ ] 2738/3826 71% [============================================ ] 2739/3826 71% [============================================ ] 2740/3826 71% [============================================ ] 2741/3826 71% [============================================ ] 2742/3826 71% [============================================ ] 2743/3826 71% [============================================ ] 2744/3826 71% [============================================ ] 2745/3826 71% [============================================ ] 2746/3826 71% [============================================ ] 2747/3826 71% [============================================ ] 2748/3826 71% [============================================ ] 2749/3826 71% [============================================ ] 2750/3826 71% [============================================ ] 2751/3826 71% [============================================ ] 2752/3826 71% [============================================ ] 2753/3826 71% [============================================ ] 2754/3826 71% [============================================ ] 2755/3826 72% [============================================ ] 2756/3826 72% [============================================ ] 2757/3826 72% [============================================ ] 2758/3826 72% [============================================ ] 2759/3826 72% [============================================ ] 2760/3826 72% [============================================ ] 2761/3826 72% [============================================ ] 2762/3826 72% [============================================ ] 2763/3826 72% [============================================ ] 2764/3826 72% [============================================ ] 2765/3826 72% [============================================ ] 2766/3826 72% [============================================ ] 2767/3826 72% [============================================ ] 2768/3826 72% [============================================ ] 2769/3826 72% [============================================ ] 2770/3826 72% [============================================ ] 2771/3826 72% [============================================ ] 2772/3826 72% [============================================ ] 2773/3826 72% [============================================ ] 2774/3826 72% [============================================ ] 2775/3826 72% [============================================ ] 2776/3826 72% [============================================= ] 2777/3826 72% [============================================= ] 2778/3826 72% [============================================= ] 2779/3826 72% [============================================= ] 2780/3826 72% [============================================= ] 2781/3826 72% [============================================= ] 2782/3826 72% [============================================= ] 2783/3826 72% [============================================= ] 2784/3826 72% [============================================= ] 2785/3826 72% [============================================= ] 2786/3826 72% [============================================= ] 2787/3826 72% [============================================= ] 2788/3826 72% [============================================= ] 2789/3826 72% [============================================= ] 2790/3826 72% [============================================= ] 2791/3826 72% [============================================= ] 2792/3826 72% [============================================= ] 2793/3826 73% [============================================= ] 2794/3826 73% [============================================= ] 2795/3826 73% [============================================= ] 2796/3826 73% [============================================= ] 2797/3826 73% [============================================= ] 2798/3826 73% [============================================= ] 2799/3826 73% [============================================= ] 2800/3826 73% [============================================= ] 2801/3826 73% [============================================= ] 2802/3826 73% [============================================= ] 2803/3826 73% [============================================= ] 2804/3826 73% [============================================= ] 2805/3826 73% [============================================= ] 2806/3826 73% [============================================= ] 2807/3826 73% [============================================= ] 2808/3826 73% [============================================= ] 2809/3826 73% [============================================= ] 2810/3826 73% [============================================= ] 2811/3826 73% [============================================= ] 2812/3826 73% [============================================= ] 2813/3826 73% [============================================= ] 2814/3826 73% [============================================= ] 2815/3826 73% [============================================= ] 2816/3826 73% [============================================= ] 2817/3826 73% [============================================= ] 2818/3826 73% [============================================= ] 2819/3826 73% [============================================= ] 2820/3826 73% [============================================= ] 2821/3826 73% [============================================= ] 2822/3826 73% [============================================= ] 2823/3826 73% [============================================= ] 2824/3826 73% [============================================= ] 2825/3826 73% [============================================= ] 2826/3826 73% [============================================= ] 2827/3826 73% [============================================= ] 2828/3826 73% [============================================= ] 2829/3826 73% [============================================= ] 2830/3826 73% [============================================= ] 2831/3826 73% [============================================= ] 2832/3826 74% [============================================= ] 2833/3826 74% [============================================= ] 2834/3826 74% [============================================= ] 2835/3826 74% [============================================= ] 2836/3826 74% [============================================= ] 2837/3826 74% [============================================= ] 2838/3826 74% [============================================== ] 2839/3826 74% [============================================== ] 2840/3826 74% [============================================== ] 2841/3826 74% [============================================== ] 2842/3826 74% [============================================== ] 2843/3826 74% [============================================== ] 2844/3826 74% [============================================== ] 2845/3826 74% [============================================== ] 2846/3826 74% [============================================== ] 2847/3826 74% [============================================== ] 2848/3826 74% [============================================== ] 2849/3826 74% [============================================== ] 2850/3826 74% [============================================== ] 2851/3826 74% [============================================== ] 2852/3826 74% [============================================== ] 2853/3826 74% [============================================== ] 2854/3826 74% [============================================== ] 2855/3826 74% [============================================== ] 2856/3826 74% [============================================== ] 2857/3826 74% [============================================== ] 2858/3826 74% [============================================== ] 2859/3826 74% [============================================== ] 2860/3826 74% [============================================== ] 2861/3826 74% [============================================== ] 2862/3826 74% [============================================== ] 2863/3826 74% [============================================== ] 2864/3826 74% [============================================== ] 2865/3826 74% [============================================== ] 2866/3826 74% [============================================== ] 2867/3826 74% [============================================== ] 2868/3826 74% [============================================== ] 2869/3826 74% [============================================== ] 2870/3826 75% [============================================== ] 2871/3826 75% [============================================== ] 2872/3826 75% [============================================== ] 2873/3826 75% [============================================== ] 2874/3826 75% [============================================== ] 2875/3826 75% [============================================== ] 2876/3826 75% [============================================== ] 2877/3826 75% [============================================== ] 2878/3826 75% [============================================== ] 2879/3826 75% [============================================== ] 2880/3826 75% [============================================== ] 2881/3826 75% [============================================== ] 2882/3826 75% [============================================== ] 2883/3826 75% [============================================== ] 2884/3826 75% [============================================== ] 2885/3826 75% [============================================== ] 2886/3826 75% [============================================== ] 2887/3826 75% [============================================== ] 2888/3826 75% [============================================== ] 2889/3826 75% [============================================== ] 2890/3826 75% [============================================== ] 2891/3826 75% [============================================== ] 2892/3826 75% [============================================== ] 2893/3826 75% [============================================== ] 2894/3826 75% [============================================== ] 2895/3826 75% [============================================== ] 2896/3826 75% [============================================== ] 2897/3826 75% [============================================== ] 2898/3826 75% [============================================== ] 2899/3826 75% [============================================== ] 2900/3826 75% [=============================================== ] 2901/3826 75% [=============================================== ] 2902/3826 75% [=============================================== ] 2903/3826 75% [=============================================== ] 2904/3826 75% [=============================================== ] 2905/3826 75% [=============================================== ] 2906/3826 75% [=============================================== ] 2907/3826 75% [=============================================== ] 2908/3826 76% [=============================================== ] 2909/3826 76% [=============================================== ] 2910/3826 76% [=============================================== ] 2911/3826 76% [=============================================== ] 2912/3826 76% [=============================================== ] 2913/3826 76% [=============================================== ] 2914/3826 76% [=============================================== ] 2915/3826 76% [=============================================== ] 2916/3826 76% [=============================================== ] 2917/3826 76% [=============================================== ] 2918/3826 76% [=============================================== ] 2919/3826 76% [=============================================== ] 2920/3826 76% [=============================================== ] 2921/3826 76% [=============================================== ] 2922/3826 76% [=============================================== ] 2923/3826 76% [=============================================== ] 2924/3826 76% [=============================================== ] 2925/3826 76% [=============================================== ] 2926/3826 76% [=============================================== ] 2927/3826 76% [=============================================== ] 2928/3826 76% [=============================================== ] 2929/3826 76% [=============================================== ] 2930/3826 76% [=============================================== ] 2931/3826 76% [=============================================== ] 2932/3826 76% [=============================================== ] 2933/3826 76% [=============================================== ] 2934/3826 76% [=============================================== ] 2935/3826 76% [=============================================== ] 2936/3826 76% [=============================================== ] 2937/3826 76% [=============================================== ] 2938/3826 76% [=============================================== ] 2939/3826 76% [=============================================== ] 2940/3826 76% [=============================================== ] 2941/3826 76% [=============================================== ] 2942/3826 76% [=============================================== ] 2943/3826 76% [=============================================== ] 2944/3826 76% [=============================================== ] 2945/3826 76% [=============================================== ] 2946/3826 76% [=============================================== ] 2947/3826 77% [=============================================== ] 2948/3826 77% [=============================================== ] 2949/3826 77% [=============================================== ] 2950/3826 77% [=============================================== ] 2951/3826 77% [=============================================== ] 2952/3826 77% [=============================================== ] 2953/3826 77% [=============================================== ] 2954/3826 77% [=============================================== ] 2955/3826 77% [=============================================== ] 2956/3826 77% [=============================================== ] 2957/3826 77% [=============================================== ] 2958/3826 77% [=============================================== ] 2959/3826 77% [=============================================== ] 2960/3826 77% [=============================================== ] 2961/3826 77% [=============================================== ] 2962/3826 77% [================================================ ] 2963/3826 77% [================================================ ] 2964/3826 77% [================================================ ] 2965/3826 77% [================================================ ] 2966/3826 77% [================================================ ] 2967/3826 77% [================================================ ] 2968/3826 77% [================================================ ] 2969/3826 77% [================================================ ] 2970/3826 77% [================================================ ] 2971/3826 77% [================================================ ] 2972/3826 77% [================================================ ] 2973/3826 77% [================================================ ] 2974/3826 77% [================================================ ] 2975/3826 77% [================================================ ] 2976/3826 77% [================================================ ] 2977/3826 77% [================================================ ] 2978/3826 77% [================================================ ] 2979/3826 77% [================================================ ] 2980/3826 77% [================================================ ] 2981/3826 77% [================================================ ] 2982/3826 77% [================================================ ] 2983/3826 77% [================================================ ] 2984/3826 77% [================================================ ] 2985/3826 78% [================================================ ] 2986/3826 78% [================================================ ] 2987/3826 78% [================================================ ] 2988/3826 78% [================================================ ] 2989/3826 78% [================================================ ] 2990/3826 78% [================================================ ] 2991/3826 78% [================================================ ] 2992/3826 78% [================================================ ] 2993/3826 78% [================================================ ] 2994/3826 78% [================================================ ] 2995/3826 78% [================================================ ] 2996/3826 78% [================================================ ] 2997/3826 78% [================================================ ] 2998/3826 78% [================================================ ] 2999/3826 78% [================================================ ] 3000/3826 78% [================================================ ] 3001/3826 78% [================================================ ] 3002/3826 78% [================================================ ] 3003/3826 78% [================================================ ] 3004/3826 78% [================================================ ] 3005/3826 78% [================================================ ] 3006/3826 78% [================================================ ] 3007/3826 78% [================================================ ] 3008/3826 78% [================================================ ] 3009/3826 78% [================================================ ] 3010/3826 78% [================================================ ] 3011/3826 78% [================================================ ] 3012/3826 78% [================================================ ] 3013/3826 78% [================================================ ] 3014/3826 78% [================================================ ] 3015/3826 78% [================================================ ] 3016/3826 78% [================================================ ] 3017/3826 78% [================================================ ] 3018/3826 78% [================================================ ] 3019/3826 78% [================================================ ] 3020/3826 78% [================================================ ] 3021/3826 78% [================================================ ] 3022/3826 78% [================================================ ] 3023/3826 79% [================================================= ] 3024/3826 79% [================================================= ] 3025/3826 79% [================================================= ] 3026/3826 79% [================================================= ] 3027/3826 79% [================================================= ] 3028/3826 79% [================================================= ] 3029/3826 79% [================================================= ] 3030/3826 79% [================================================= ] 3031/3826 79% [================================================= ] 3032/3826 79% [================================================= ] 3033/3826 79% [================================================= ] 3034/3826 79% [================================================= ] 3035/3826 79% [================================================= ] 3036/3826 79% [================================================= ] 3037/3826 79% [================================================= ] 3038/3826 79% [================================================= ] 3039/3826 79% [================================================= ] 3040/3826 79% [================================================= ] 3041/3826 79% [================================================= ] 3042/3826 79% [================================================= ] 3043/3826 79% [================================================= ] 3044/3826 79% [================================================= ] 3045/3826 79% [================================================= ] 3046/3826 79% [================================================= ] 3047/3826 79% [================================================= ] 3048/3826 79% [================================================= ] 3049/3826 79% [================================================= ] 3050/3826 79% [================================================= ] 3051/3826 79% [================================================= ] 3052/3826 79% [================================================= ] 3053/3826 79% [================================================= ] 3054/3826 79% [================================================= ] 3055/3826 79% [================================================= ] 3056/3826 79% [================================================= ] 3057/3826 79% [================================================= ] 3058/3826 79% [================================================= ] 3059/3826 79% [================================================= ] 3060/3826 79% [================================================= ] 3061/3826 80% [================================================= ] 3062/3826 80% [================================================= ] 3063/3826 80% [================================================= ] 3064/3826 80% [================================================= ] 3065/3826 80% [================================================= ] 3066/3826 80% [================================================= ] 3067/3826 80% [================================================= ] 3068/3826 80% [================================================= ] 3069/3826 80% [================================================= ] 3070/3826 80% [================================================= ] 3071/3826 80% [================================================= ] 3072/3826 80% [================================================= ] 3073/3826 80% [================================================= ] 3074/3826 80% [================================================= ] 3075/3826 80% [================================================= ] 3076/3826 80% [================================================= ] 3077/3826 80% [================================================= ] 3078/3826 80% [================================================= ] 3079/3826 80% [================================================= ] 3080/3826 80% [================================================= ] 3081/3826 80% [================================================= ] 3082/3826 80% [================================================= ] 3083/3826 80% [================================================= ] 3084/3826 80% [================================================= ] 3085/3826 80% [================================================== ] 3086/3826 80% [================================================== ] 3087/3826 80% [================================================== ] 3088/3826 80% [================================================== ] 3089/3826 80% [================================================== ] 3090/3826 80% [================================================== ] 3091/3826 80% [================================================== ] 3092/3826 80% [================================================== ] 3093/3826 80% [================================================== ] 3094/3826 80% [================================================== ] 3095/3826 80% [================================================== ] 3096/3826 80% [================================================== ] 3097/3826 80% [================================================== ] 3098/3826 80% [================================================== ] 3099/3826 80% [================================================== ] 3100/3826 81% [================================================== ] 3101/3826 81% [================================================== ] 3102/3826 81% [================================================== ] 3103/3826 81% [================================================== ] 3104/3826 81% [================================================== ] 3105/3826 81% [================================================== ] 3106/3826 81% [================================================== ] 3107/3826 81% [================================================== ] 3108/3826 81% [================================================== ] 3109/3826 81% [================================================== ] 3110/3826 81% [================================================== ] 3111/3826 81% [================================================== ] 3112/3826 81% [================================================== ] 3113/3826 81% [================================================== ] 3114/3826 81% [================================================== ] 3115/3826 81% [================================================== ] 3116/3826 81% [================================================== ] 3117/3826 81% [================================================== ] 3118/3826 81% [================================================== ] 3119/3826 81% [================================================== ] 3120/3826 81% [================================================== ] 3121/3826 81% [================================================== ] 3122/3826 81% [================================================== ] 3123/3826 81% [================================================== ] 3124/3826 81% [================================================== ] 3125/3826 81% [================================================== ] 3126/3826 81% [================================================== ] 3127/3826 81% [================================================== ] 3128/3826 81% [================================================== ] 3129/3826 81% [================================================== ] 3130/3826 81% [================================================== ] 3131/3826 81% [================================================== ] 3132/3826 81% [================================================== ] 3133/3826 81% [================================================== ] 3134/3826 81% [================================================== ] 3135/3826 81% [================================================== ] 3136/3826 81% [================================================== ] 3137/3826 81% [================================================== ] 3138/3826 82% [================================================== ] 3139/3826 82% [================================================== ] 3140/3826 82% [================================================== ] 3141/3826 82% [================================================== ] 3142/3826 82% [================================================== ] 3143/3826 82% [================================================== ] 3144/3826 82% [================================================== ] 3145/3826 82% [================================================== ] 3146/3826 82% [================================================== ] 3147/3826 82% [=================================================== ] 3148/3826 82% [=================================================== ] 3149/3826 82% [=================================================== ] 3150/3826 82% [=================================================== ] 3151/3826 82% [=================================================== ] 3152/3826 82% [=================================================== ] 3153/3826 82% [=================================================== ] 3154/3826 82% [=================================================== ] 3155/3826 82% [=================================================== ] 3156/3826 82% [=================================================== ] 3157/3826 82% [=================================================== ] 3158/3826 82% [=================================================== ] 3159/3826 82% [=================================================== ] 3160/3826 82% [=================================================== ] 3161/3826 82% [=================================================== ] 3162/3826 82% [=================================================== ] 3163/3826 82% [=================================================== ] 3164/3826 82% [=================================================== ] 3165/3826 82% [=================================================== ] 3166/3826 82% [=================================================== ] 3167/3826 82% [=================================================== ] 3168/3826 82% [=================================================== ] 3169/3826 82% [=================================================== ] 3170/3826 82% [=================================================== ] 3171/3826 82% [=================================================== ] 3172/3826 82% [=================================================== ] 3173/3826 82% [=================================================== ] 3174/3826 82% [=================================================== ] 3175/3826 82% [=================================================== ] 3176/3826 83% [=================================================== ] 3177/3826 83% [=================================================== ] 3178/3826 83% [=================================================== ] 3179/3826 83% [=================================================== ] 3180/3826 83% [=================================================== ] 3181/3826 83% [=================================================== ] 3182/3826 83% [=================================================== ] 3183/3826 83% [=================================================== ] 3184/3826 83% [=================================================== ] 3185/3826 83% [=================================================== ] 3186/3826 83% [=================================================== ] 3187/3826 83% [=================================================== ] 3188/3826 83% [=================================================== ] 3189/3826 83% [=================================================== ] 3190/3826 83% [=================================================== ] 3191/3826 83% [=================================================== ] 3192/3826 83% [=================================================== ] 3193/3826 83% [=================================================== ] 3194/3826 83% [=================================================== ] 3195/3826 83% [=================================================== ] 3196/3826 83% [=================================================== ] 3197/3826 83% [=================================================== ] 3198/3826 83% [=================================================== ] 3199/3826 83% [=================================================== ] 3200/3826 83% [=================================================== ] 3201/3826 83% [=================================================== ] 3202/3826 83% [=================================================== ] 3203/3826 83% [=================================================== ] 3204/3826 83% [=================================================== ] 3205/3826 83% [=================================================== ] 3206/3826 83% [=================================================== ] 3207/3826 83% [=================================================== ] 3208/3826 83% [==================================================== ] 3209/3826 83% [==================================================== ] 3210/3826 83% [==================================================== ] 3211/3826 83% [==================================================== ] 3212/3826 83% [==================================================== ] 3213/3826 83% [==================================================== ] 3214/3826 84% [==================================================== ] 3215/3826 84% [==================================================== ] 3216/3826 84% [==================================================== ] 3217/3826 84% [==================================================== ] 3218/3826 84% [==================================================== ] 3219/3826 84% [==================================================== ] 3220/3826 84% [==================================================== ] 3221/3826 84% [==================================================== ] 3222/3826 84% [==================================================== ] 3223/3826 84% [==================================================== ] 3224/3826 84% [==================================================== ] 3225/3826 84% [==================================================== ] 3226/3826 84% [==================================================== ] 3227/3826 84% [==================================================== ] 3228/3826 84% [==================================================== ] 3229/3826 84% [==================================================== ] 3230/3826 84% [==================================================== ] 3231/3826 84% [==================================================== ] 3232/3826 84% [==================================================== ] 3233/3826 84% [==================================================== ] 3234/3826 84% [==================================================== ] 3235/3826 84% [==================================================== ] 3236/3826 84% [==================================================== ] 3237/3826 84% [==================================================== ] 3238/3826 84% [==================================================== ] 3239/3826 84% [==================================================== ] 3240/3826 84% [==================================================== ] 3241/3826 84% [==================================================== ] 3242/3826 84% [==================================================== ] 3243/3826 84% [==================================================== ] 3244/3826 84% [==================================================== ] 3245/3826 84% [==================================================== ] 3246/3826 84% [==================================================== ] 3247/3826 84% [==================================================== ] 3248/3826 84% [==================================================== ] 3249/3826 84% [==================================================== ] 3250/3826 84% [==================================================== ] 3251/3826 84% [==================================================== ] 3252/3826 84% [==================================================== ] 3253/3826 85% [==================================================== ] 3254/3826 85% [==================================================== ] 3255/3826 85% [==================================================== ] 3256/3826 85% [==================================================== ] 3257/3826 85% [==================================================== ] 3258/3826 85% [==================================================== ] 3259/3826 85% [==================================================== ] 3260/3826 85% [==================================================== ] 3261/3826 85% [==================================================== ] 3262/3826 85% [==================================================== ] 3263/3826 85% [==================================================== ] 3264/3826 85% [==================================================== ] 3265/3826 85% [==================================================== ] 3266/3826 85% [==================================================== ] 3267/3826 85% [==================================================== ] 3268/3826 85% [==================================================== ] 3269/3826 85% [==================================================== ] 3270/3826 85% [===================================================== ] 3271/3826 85% [===================================================== ] 3272/3826 85% [===================================================== ] 3273/3826 85% [===================================================== ] 3274/3826 85% [===================================================== ] 3275/3826 85% [===================================================== ] 3276/3826 85% [===================================================== ] 3277/3826 85% [===================================================== ] 3278/3826 85% [===================================================== ] 3279/3826 85% [===================================================== ] 3280/3826 85% [===================================================== ] 3281/3826 85% [===================================================== ] 3282/3826 85% [===================================================== ] 3283/3826 85% [===================================================== ] 3284/3826 85% [===================================================== ] 3285/3826 85% [===================================================== ] 3286/3826 85% [===================================================== ] 3287/3826 85% [===================================================== ] 3288/3826 85% [===================================================== ] 3289/3826 85% [===================================================== ] 3290/3826 85% [===================================================== ] 3291/3826 86% [===================================================== ] 3292/3826 86% [===================================================== ] 3293/3826 86% [===================================================== ] 3294/3826 86% [===================================================== ] 3295/3826 86% [===================================================== ] 3296/3826 86% [===================================================== ] 3297/3826 86% [===================================================== ] 3298/3826 86% [===================================================== ] 3299/3826 86% [===================================================== ] 3300/3826 86% [===================================================== ] 3301/3826 86% [===================================================== ] 3302/3826 86% [===================================================== ] 3303/3826 86% [===================================================== ] 3304/3826 86% [===================================================== ] 3305/3826 86% [===================================================== ] 3306/3826 86% [===================================================== ] 3307/3826 86% [===================================================== ] 3308/3826 86% [===================================================== ] 3309/3826 86% [===================================================== ] 3310/3826 86% [===================================================== ] 3311/3826 86% [===================================================== ] 3312/3826 86% [===================================================== ] 3313/3826 86% [===================================================== ] 3314/3826 86% [===================================================== ] 3315/3826 86% [===================================================== ] 3316/3826 86% [===================================================== ] 3317/3826 86% [===================================================== ] 3318/3826 86% [===================================================== ] 3319/3826 86% [===================================================== ] 3320/3826 86% [===================================================== ] 3321/3826 86% [===================================================== ] 3322/3826 86% [===================================================== ] 3323/3826 86% [===================================================== ] 3324/3826 86% [===================================================== ] 3325/3826 86% [===================================================== ] 3326/3826 86% [===================================================== ] 3327/3826 86% [===================================================== ] 3328/3826 86% [===================================================== ] 3329/3826 87% [===================================================== ] 3330/3826 87% [===================================================== ] 3331/3826 87% [===================================================== ] 3332/3826 87% [====================================================== ] 3333/3826 87% [====================================================== ] 3334/3826 87% [====================================================== ] 3335/3826 87% [====================================================== ] 3336/3826 87% [====================================================== ] 3337/3826 87% [====================================================== ] 3338/3826 87% [====================================================== ] 3339/3826 87% [====================================================== ] 3340/3826 87% [====================================================== ] 3341/3826 87% [====================================================== ] 3342/3826 87% [====================================================== ] 3343/3826 87% [====================================================== ] 3344/3826 87% [====================================================== ] 3345/3826 87% [====================================================== ] 3346/3826 87% [====================================================== ] 3347/3826 87% [====================================================== ] 3348/3826 87% [====================================================== ] 3349/3826 87% [====================================================== ] 3350/3826 87% [====================================================== ] 3351/3826 87% [====================================================== ] 3352/3826 87% [====================================================== ] 3353/3826 87% [====================================================== ] 3354/3826 87% [====================================================== ] 3355/3826 87% [====================================================== ] 3356/3826 87% [====================================================== ] 3357/3826 87% [====================================================== ] 3358/3826 87% [====================================================== ] 3359/3826 87% [====================================================== ] 3360/3826 87% [====================================================== ] 3361/3826 87% [====================================================== ] 3362/3826 87% [====================================================== ] 3363/3826 87% [====================================================== ] 3364/3826 87% [====================================================== ] 3365/3826 87% [====================================================== ] 3366/3826 87% [====================================================== ] 3367/3826 88% [====================================================== ] 3368/3826 88% [====================================================== ] 3369/3826 88% [====================================================== ] 3370/3826 88% [====================================================== ] 3371/3826 88% [====================================================== ] 3372/3826 88% [====================================================== ] 3373/3826 88% [====================================================== ] 3374/3826 88% [====================================================== ] 3375/3826 88% [====================================================== ] 3376/3826 88% [====================================================== ] 3377/3826 88% [====================================================== ] 3378/3826 88% [====================================================== ] 3379/3826 88% [====================================================== ] 3380/3826 88% [====================================================== ] 3381/3826 88% [====================================================== ] 3382/3826 88% [====================================================== ] 3383/3826 88% [====================================================== ] 3384/3826 88% [====================================================== ] 3385/3826 88% [====================================================== ] 3386/3826 88% [====================================================== ] 3387/3826 88% [====================================================== ] 3388/3826 88% [====================================================== ] 3389/3826 88% [====================================================== ] 3390/3826 88% [====================================================== ] 3391/3826 88% [====================================================== ] 3392/3826 88% [====================================================== ] 3393/3826 88% [====================================================== ] 3394/3826 88% [======================================================= ] 3395/3826 88% [======================================================= ] 3396/3826 88% [======================================================= ] 3397/3826 88% [======================================================= ] 3398/3826 88% [======================================================= ] 3399/3826 88% [======================================================= ] 3400/3826 88% [======================================================= ] 3401/3826 88% [======================================================= ] 3402/3826 88% [======================================================= ] 3403/3826 88% [======================================================= ] 3404/3826 88% [======================================================= ] 3405/3826 88% [======================================================= ] 3406/3826 89% [======================================================= ] 3407/3826 89% [======================================================= ] 3408/3826 89% [======================================================= ] 3409/3826 89% [======================================================= ] 3410/3826 89% [======================================================= ] 3411/3826 89% [======================================================= ] 3412/3826 89% [======================================================= ] 3413/3826 89% [======================================================= ] 3414/3826 89% [======================================================= ] 3415/3826 89% [======================================================= ] 3416/3826 89% [======================================================= ] 3417/3826 89% [======================================================= ] 3418/3826 89% [======================================================= ] 3419/3826 89% [======================================================= ] 3420/3826 89% [======================================================= ] 3421/3826 89% [======================================================= ] 3422/3826 89% [======================================================= ] 3423/3826 89% [======================================================= ] 3424/3826 89% [======================================================= ] 3425/3826 89% [======================================================= ] 3426/3826 89% [======================================================= ] 3427/3826 89% [======================================================= ] 3428/3826 89% [======================================================= ] 3429/3826 89% [======================================================= ] 3430/3826 89% [======================================================= ] 3431/3826 89% [======================================================= ] 3432/3826 89% [======================================================= ] 3433/3826 89% [======================================================= ] 3434/3826 89% [======================================================= ] 3435/3826 89% [======================================================= ] 3436/3826 89% [======================================================= ] 3437/3826 89% [======================================================= ] 3438/3826 89% [======================================================= ] 3439/3826 89% [======================================================= ] 3440/3826 89% [======================================================= ] 3441/3826 89% [======================================================= ] 3442/3826 89% [======================================================= ] 3443/3826 89% [======================================================= ] 3444/3826 90% [======================================================= ] 3445/3826 90% [======================================================= ] 3446/3826 90% [======================================================= ] 3447/3826 90% [======================================================= ] 3448/3826 90% [======================================================= ] 3449/3826 90% [======================================================= ] 3450/3826 90% [======================================================= ] 3451/3826 90% [======================================================= ] 3452/3826 90% [======================================================= ] 3453/3826 90% [======================================================= ] 3454/3826 90% [======================================================= ] 3455/3826 90% [======================================================== ] 3456/3826 90% [======================================================== ] 3457/3826 90% [======================================================== ] 3458/3826 90% [======================================================== ] 3459/3826 90% [======================================================== ] 3460/3826 90% [======================================================== ] 3461/3826 90% [======================================================== ] 3462/3826 90% [======================================================== ] 3463/3826 90% [======================================================== ] 3464/3826 90% [======================================================== ] 3465/3826 90% [======================================================== ] 3466/3826 90% [======================================================== ] 3467/3826 90% [======================================================== ] 3468/3826 90% [======================================================== ] 3469/3826 90% [======================================================== ] 3470/3826 90% [======================================================== ] 3471/3826 90% [======================================================== ] 3472/3826 90% [======================================================== ] 3473/3826 90% [======================================================== ] 3474/3826 90% [======================================================== ] 3475/3826 90% [======================================================== ] 3476/3826 90% [======================================================== ] 3477/3826 90% [======================================================== ] 3478/3826 90% [======================================================== ] 3479/3826 90% [======================================================== ] 3480/3826 90% [======================================================== ] 3481/3826 90% [======================================================== ] 3482/3826 91% [======================================================== ] 3483/3826 91% [======================================================== ] 3484/3826 91% [======================================================== ] 3485/3826 91% [======================================================== ] 3486/3826 91% [======================================================== ] 3487/3826 91% [======================================================== ] 3488/3826 91% [======================================================== ] 3489/3826 91% [======================================================== ] 3490/3826 91% [======================================================== ] 3491/3826 91% [======================================================== ] 3492/3826 91% [======================================================== ] 3493/3826 91% [======================================================== ] 3494/3826 91% [======================================================== ] 3495/3826 91% [======================================================== ] 3496/3826 91% [======================================================== ] 3497/3826 91% [======================================================== ] 3498/3826 91% [======================================================== ] 3499/3826 91% [======================================================== ] 3500/3826 91% [======================================================== ] 3501/3826 91% [======================================================== ] 3502/3826 91% [======================================================== ] 3503/3826 91% [======================================================== ] 3504/3826 91% [======================================================== ] 3505/3826 91% [======================================================== ] 3506/3826 91% [======================================================== ] 3507/3826 91% [======================================================== ] 3508/3826 91% [======================================================== ] 3509/3826 91% [======================================================== ] 3510/3826 91% [======================================================== ] 3511/3826 91% [======================================================== ] 3512/3826 91% [======================================================== ] 3513/3826 91% [======================================================== ] 3514/3826 91% [======================================================== ] 3515/3826 91% [======================================================== ] 3516/3826 91% [======================================================== ] 3517/3826 91% [========================================================= ] 3518/3826 91% [========================================================= ] 3519/3826 91% [========================================================= ] 3520/3826 92% [========================================================= ] 3521/3826 92% [========================================================= ] 3522/3826 92% [========================================================= ] 3523/3826 92% [========================================================= ] 3524/3826 92% [========================================================= ] 3525/3826 92% [========================================================= ] 3526/3826 92% [========================================================= ] 3527/3826 92% [========================================================= ] 3528/3826 92% [========================================================= ] 3529/3826 92% [========================================================= ] 3530/3826 92% [========================================================= ] 3531/3826 92% [========================================================= ] 3532/3826 92% [========================================================= ] 3533/3826 92% [========================================================= ] 3534/3826 92% [========================================================= ] 3535/3826 92% [========================================================= ] 3536/3826 92% [========================================================= ] 3537/3826 92% [========================================================= ] 3538/3826 92% [========================================================= ] 3539/3826 92% [========================================================= ] 3540/3826 92% [========================================================= ] 3541/3826 92% [========================================================= ] 3542/3826 92% [========================================================= ] 3543/3826 92% [========================================================= ] 3544/3826 92% [========================================================= ] 3545/3826 92% [========================================================= ] 3546/3826 92% [========================================================= ] 3547/3826 92% [========================================================= ] 3548/3826 92% [========================================================= ] 3549/3826 92% [========================================================= ] 3550/3826 92% [========================================================= ] 3551/3826 92% [========================================================= ] 3552/3826 92% [========================================================= ] 3553/3826 92% [========================================================= ] 3554/3826 92% [========================================================= ] 3555/3826 92% [========================================================= ] 3556/3826 92% [========================================================= ] 3557/3826 92% [========================================================= ] 3558/3826 92% [========================================================= ] 3559/3826 93% [========================================================= ] 3560/3826 93% [========================================================= ] 3561/3826 93% [========================================================= ] 3562/3826 93% [========================================================= ] 3563/3826 93% [========================================================= ] 3564/3826 93% [========================================================= ] 3565/3826 93% [========================================================= ] 3566/3826 93% [========================================================= ] 3567/3826 93% [========================================================= ] 3568/3826 93% [========================================================= ] 3569/3826 93% [========================================================= ] 3570/3826 93% [========================================================= ] 3571/3826 93% [========================================================= ] 3572/3826 93% [========================================================= ] 3573/3826 93% [========================================================= ] 3574/3826 93% [========================================================= ] 3575/3826 93% [========================================================= ] 3576/3826 93% [========================================================= ] 3577/3826 93% [========================================================= ] 3578/3826 93% [========================================================= ] 3579/3826 93% [========================================================== ] 3580/3826 93% [========================================================== ] 3581/3826 93% [========================================================== ] 3582/3826 93% [========================================================== ] 3583/3826 93% [========================================================== ] 3584/3826 93% [========================================================== ] 3585/3826 93% [========================================================== ] 3586/3826 93% [========================================================== ] 3587/3826 93% [========================================================== ] 3588/3826 93% [========================================================== ] 3589/3826 93% [========================================================== ] 3590/3826 93% [========================================================== ] 3591/3826 93% [========================================================== ] 3592/3826 93% [========================================================== ] 3593/3826 93% [========================================================== ] 3594/3826 93% [========================================================== ] 3595/3826 93% [========================================================== ] 3596/3826 93% [========================================================== ] 3597/3826 94% [========================================================== ] 3598/3826 94% [========================================================== ] 3599/3826 94% [========================================================== ] 3600/3826 94% [========================================================== ] 3601/3826 94% [========================================================== ] 3602/3826 94% [========================================================== ] 3603/3826 94% [========================================================== ] 3604/3826 94% [========================================================== ] 3605/3826 94% [========================================================== ] 3606/3826 94% [========================================================== ] 3607/3826 94% [========================================================== ] 3608/3826 94% [========================================================== ] 3609/3826 94% [========================================================== ] 3610/3826 94% [========================================================== ] 3611/3826 94% [========================================================== ] 3612/3826 94% [========================================================== ] 3613/3826 94% [========================================================== ] 3614/3826 94% [========================================================== ] 3615/3826 94% [========================================================== ] 3616/3826 94% [========================================================== ] 3617/3826 94% [========================================================== ] 3618/3826 94% [========================================================== ] 3619/3826 94% [========================================================== ] 3620/3826 94% [========================================================== ] 3621/3826 94% [========================================================== ] 3622/3826 94% [========================================================== ] 3623/3826 94% [========================================================== ] 3624/3826 94% [========================================================== ] 3625/3826 94% [========================================================== ] 3626/3826 94% [========================================================== ] 3627/3826 94% [========================================================== ] 3628/3826 94% [========================================================== ] 3629/3826 94% [========================================================== ] 3630/3826 94% [========================================================== ] 3631/3826 94% [========================================================== ] 3632/3826 94% [========================================================== ] 3633/3826 94% [========================================================== ] 3634/3826 94% [========================================================== ] 3635/3826 95% [========================================================== ] 3636/3826 95% [========================================================== ] 3637/3826 95% [========================================================== ] 3638/3826 95% [========================================================== ] 3639/3826 95% [========================================================== ] 3640/3826 95% [=========================================================== ] 3641/3826 95% [=========================================================== ] 3642/3826 95% [=========================================================== ] 3643/3826 95% [=========================================================== ] 3644/3826 95% [=========================================================== ] 3645/3826 95% [=========================================================== ] 3646/3826 95% [=========================================================== ] 3647/3826 95% [=========================================================== ] 3648/3826 95% [=========================================================== ] 3649/3826 95% [=========================================================== ] 3650/3826 95% [=========================================================== ] 3651/3826 95% [=========================================================== ] 3652/3826 95% [=========================================================== ] 3653/3826 95% [=========================================================== ] 3654/3826 95% [=========================================================== ] 3655/3826 95% [=========================================================== ] 3656/3826 95% [=========================================================== ] 3657/3826 95% [=========================================================== ] 3658/3826 95% [=========================================================== ] 3659/3826 95% [=========================================================== ] 3660/3826 95% [=========================================================== ] 3661/3826 95% [=========================================================== ] 3662/3826 95% [=========================================================== ] 3663/3826 95% [=========================================================== ] 3664/3826 95% [=========================================================== ] 3665/3826 95% [=========================================================== ] 3666/3826 95% [=========================================================== ] 3667/3826 95% [=========================================================== ] 3668/3826 95% [=========================================================== ] 3669/3826 95% [=========================================================== ] 3670/3826 95% [=========================================================== ] 3671/3826 95% [=========================================================== ] 3672/3826 95% [=========================================================== ] 3673/3826 96% [=========================================================== ] 3674/3826 96% [=========================================================== ] 3675/3826 96% [=========================================================== ] 3676/3826 96% [=========================================================== ] 3677/3826 96% [=========================================================== ] 3678/3826 96% [=========================================================== ] 3679/3826 96% [=========================================================== ] 3680/3826 96% [=========================================================== ] 3681/3826 96% [=========================================================== ] 3682/3826 96% [=========================================================== ] 3683/3826 96% [=========================================================== ] 3684/3826 96% [=========================================================== ] 3685/3826 96% [=========================================================== ] 3686/3826 96% [=========================================================== ] 3687/3826 96% [=========================================================== ] 3688/3826 96% [=========================================================== ] 3689/3826 96% [=========================================================== ] 3690/3826 96% [=========================================================== ] 3691/3826 96% [=========================================================== ] 3692/3826 96% [=========================================================== ] 3693/3826 96% [=========================================================== ] 3694/3826 96% [=========================================================== ] 3695/3826 96% [=========================================================== ] 3696/3826 96% [=========================================================== ] 3697/3826 96% [=========================================================== ] 3698/3826 96% [=========================================================== ] 3699/3826 96% [=========================================================== ] 3700/3826 96% [=========================================================== ] 3701/3826 96% [=========================================================== ] 3702/3826 96% [============================================================ ] 3703/3826 96% [============================================================ ] 3704/3826 96% [============================================================ ] 3705/3826 96% [============================================================ ] 3706/3826 96% [============================================================ ] 3707/3826 96% [============================================================ ] 3708/3826 96% [============================================================ ] 3709/3826 96% [============================================================ ] 3710/3826 96% [============================================================ ] 3711/3826 96% [============================================================ ] 3712/3826 97% [============================================================ ] 3713/3826 97% [============================================================ ] 3714/3826 97% [============================================================ ] 3715/3826 97% [============================================================ ] 3716/3826 97% [============================================================ ] 3717/3826 97% [============================================================ ] 3718/3826 97% [============================================================ ] 3719/3826 97% [============================================================ ] 3720/3826 97% [============================================================ ] 3721/3826 97% [============================================================ ] 3722/3826 97% [============================================================ ] 3723/3826 97% [============================================================ ] 3724/3826 97% [============================================================ ] 3725/3826 97% [============================================================ ] 3726/3826 97% [============================================================ ] 3727/3826 97% [============================================================ ] 3728/3826 97% [============================================================ ] 3729/3826 97% [============================================================ ] 3730/3826 97% [============================================================ ] 3731/3826 97% [============================================================ ] 3732/3826 97% [============================================================ ] 3733/3826 97% [============================================================ ] 3734/3826 97% [============================================================ ] 3735/3826 97% [============================================================ ] 3736/3826 97% [============================================================ ] 3737/3826 97% [============================================================ ] 3738/3826 97% [============================================================ ] 3739/3826 97% [============================================================ ] 3740/3826 97% [============================================================ ] 3741/3826 97% [============================================================ ] 3742/3826 97% [============================================================ ] 3743/3826 97% [============================================================ ] 3744/3826 97% [============================================================ ] 3745/3826 97% [============================================================ ] 3746/3826 97% [============================================================ ] 3747/3826 97% [============================================================ ] 3748/3826 97% [============================================================ ] 3749/3826 97% [============================================================ ] 3750/3826 98% [============================================================ ] 3751/3826 98% [============================================================ ] 3752/3826 98% [============================================================ ] 3753/3826 98% [============================================================ ] 3754/3826 98% [============================================================ ] 3755/3826 98% [============================================================ ] 3756/3826 98% [============================================================ ] 3757/3826 98% [============================================================ ] 3758/3826 98% [============================================================ ] 3759/3826 98% [============================================================ ] 3760/3826 98% [============================================================ ] 3761/3826 98% [============================================================ ] 3762/3826 98% [============================================================ ] 3763/3826 98% [============================================================ ] 3764/3826 98% [============================================================= ] 3765/3826 98% [============================================================= ] 3766/3826 98% [============================================================= ] 3767/3826 98% [============================================================= ] 3768/3826 98% [============================================================= ] 3769/3826 98% [============================================================= ] 3770/3826 98% [============================================================= ] 3771/3826 98% [============================================================= ] 3772/3826 98% [============================================================= ] 3773/3826 98% [============================================================= ] 3774/3826 98% [============================================================= ] 3775/3826 98% [============================================================= ] 3776/3826 98% [============================================================= ] 3777/3826 98% [============================================================= ] 3778/3826 98% [============================================================= ] 3779/3826 98% [============================================================= ] 3780/3826 98% [============================================================= ] 3781/3826 98% [============================================================= ] 3782/3826 98% [============================================================= ] 3783/3826 98% [============================================================= ] 3784/3826 98% [============================================================= ] 3785/3826 98% [============================================================= ] 3786/3826 98% [============================================================= ] 3787/3826 98% [============================================================= ] 3788/3826 99% [============================================================= ] 3789/3826 99% [============================================================= ] 3790/3826 99% [============================================================= ] 3791/3826 99% [============================================================= ] 3792/3826 99% [============================================================= ] 3793/3826 99% [============================================================= ] 3794/3826 99% [============================================================= ] 3795/3826 99% [============================================================= ] 3796/3826 99% [============================================================= ] 3797/3826 99% [============================================================= ] 3798/3826 99% [============================================================= ] 3799/3826 99% [============================================================= ] 3800/3826 99% [============================================================= ] 3801/3826 99% [============================================================= ] 3802/3826 99% [============================================================= ] 3803/3826 99% [============================================================= ] 3804/3826 99% [============================================================= ] 3805/3826 99% [============================================================= ] 3806/3826 99% [============================================================= ] 3807/3826 99% [============================================================= ] 3808/3826 99% [============================================================= ] 3809/3826 99% [============================================================= ] 3810/3826 99% [============================================================= ] 3811/3826 99% [============================================================= ] 3812/3826 99% [============================================================= ] 3813/3826 99% [============================================================= ] 3814/3826 99% [============================================================= ] 3815/3826 99% [============================================================= ] 3816/3826 99% [============================================================= ] 3817/3826 99% [============================================================= ] 3818/3826 99% [============================================================= ] 3819/3826 99% [============================================================= ] 3820/3826 99% [============================================================= ] 3821/3826 99% [============================================================= ] 3822/3826 99% [============================================================= ] 3823/3826 99% [============================================================= ] 3824/3826 99% [============================================================= ] 3825/3826 99% [==============================================================] 3826/3826 100% operation complete, 3826 objects in 62941 NAND pages. ln -snf /home/autobuild/autobuild/instance-0/output-1/host/arm-buildroot-linux-gnueabi/sysroot /home/autobuild/autobuild/instance-0/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-0/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-0/buildroot' >>> Buildroot 2023.08-275-g177170f42f Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.3.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.4.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> gpm 1.20.7 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> zlib-ng 2.1.3 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.27.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-aespipe 2.4f Collecting legal info >>> bmx7 7.1.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.3 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> pciutils 3.10.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 3.1.2 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.11.5 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> comix-cursors 0.9.1 Collecting legal info >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ed 1.19 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> empty 0.6.22b Collecting legal info COPYRIGHT: OK (sha256: db6b65f5eaf782a92715887ac107f3477d64016301a66194a92312b13ff89be1) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> faad2 2.10.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> openssl Collecting legal info >>> libopenssl 3.1.2 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> 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) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> fswebcam 20200725 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> tiff 4.5.1 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> git 2.42.0 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> libcurl 8.2.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ifupdown-scripts Collecting legal info >>> initscripts Collecting legal info >>> iptables 1.8.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> lcdproc 0.5.9 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> lcms2 2.15 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> libatomic_ops 7.8.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 969294c9324b2d360ae2a08edd5ca6f9cd754cb71b71e56bee15d2f10bb10496) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libmd 1.1.0 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libsrtp 2.5.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.4.4 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mg 3.6 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> 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-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> host-mxsldr 2793a657ab7a22487d21c1b020957806f8ae8383 Collecting legal info WARNING: no hash file for COPYING >>> ndisc6 1.0.6 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> nginx 1.24.0 Collecting legal info LICENSE: OK (sha256: ececed0b0e7243a4766cbc62b26df4bd3513b41de3a07425da1679c836d06320) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> open-plc-utils 1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-pigz 2.7 Collecting legal info README: OK (sha256: 67e2b9e30e924724a9d72549a6004ed15a041f51d9ea9ab781e048fa27ae07a2) >>> pppd 2.4.9 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: d759ec16875a69c2d5529f8cb3c040fef8fe38d26f70457aadb73c91b72746c8) pppd/ccp.c: OK (sha256: c0d0f14b6ec9948332f10ded741293ed1f3b96e0d266e4903b605a6e1f8af7cd) pppd/plugins/passprompt.c: OK (sha256: 367f334c509db2b293aea5ce9f54284d9a9f6e0a9e0c6e305d544079baf8ab63) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> qoriq-cadence-dp-firmware lsdk2012 Collecting legal info COPYING: OK (sha256: 9c16421e7c702f56756650b8ac954d34556327e598a8666e6e8f4eb3a1aa95f1) EULA: OK (sha256: 72edc2072c86d93aa1993d15d4d19d96270af3749b0108995ad50c81d1461f52) EULA.txt: OK (sha256: 53e3eb0b2bd81c171fa04c17514e20b39b7bb1fe1224c593f7717f615fb9d52b) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rpi-firmware 3f20b832b27cd730deb6419b570f31a98167eef6 Collecting legal info boot/LICENCE.broadcom: OK (sha256: c7283ff51f863d93a275c66e3b4cb08021a5dd4d8c1e7acc47d872fbe52d3d6b) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> host-rust-bin 1.71.1 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> host-sentry-cli 2.20.3 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> shellinabox 2.20 Collecting legal info COPYING: OK (sha256: 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362) GPL-2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> 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) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> speexdsp 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> tcping 1.3.6 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> uacme 1.7.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> xl2tp 1.3.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> shim 15.4 Collecting legal info COPYRIGHT: OK (sha256: 15edf527919ddcb2f514ab9d16ad07ef219e4bb490e0b79560be510f0c159cc2) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-12.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: comix-cursors-0.9.1: cannot save license (COMIX_CURSORS_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-0/buildroot'