echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-3/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-3/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-3/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-3/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-3/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-3/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-3/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /home/autobuild/autobuild/instance-3/output-1/build/locales.nopurge for dir in /home/autobuild/autobuild/instance-3/output-1/target/usr/share/locale /home/autobuild/autobuild/instance-3/output-1/target/usr/share/X11/locale /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/autobuild/autobuild/instance-3/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/autobuild/autobuild/instance-3/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/autobuild/autobuild/instance-3/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/autobuild/autobuild/instance-3/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/include /home/autobuild/autobuild/instance-3/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-3/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-3/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-3/output-1/target/usr/doc find /home/autobuild/autobuild/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-3/output-1/target/lib/ /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/man /home/autobuild/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/info /home/autobuild/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/doc /home/autobuild/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-3/output-1/target/lib/debug /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/autobuild/autobuild/instance-3/output-1/host/bin/microblaze-buildroot-linux-musl-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/autobuild/autobuild/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/autobuild/autobuild/instance-3/output-1/host/bin/microblaze-buildroot-linux-musl-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/autobuild/autobuild/instance-3/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-3/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-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.02-457-g15381b5755"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.05-git\"" \ ) > /home/autobuild/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-3/output-1/per-package \ /home/autobuild/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-3/output-1/images rm -rf /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-3/output-1/target/ /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-3/output-1/host/bin:/home/autobuild/autobuild/instance-3/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-3/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-3/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-3/output-1/host/bin:/home/autobuild/autobuild/instance-3/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-3/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-3/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-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 3768 objects. stage 2: creating image '/home/autobuild/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/3768 0% [ ] 2/3768 0% [ ] 3/3768 0% [ ] 4/3768 0% [ ] 5/3768 0% [ ] 6/3768 0% [ ] 7/3768 0% [ ] 8/3768 0% [ ] 9/3768 0% [ ] 10/3768 0% [ ] 11/3768 0% [ ] 12/3768 0% [ ] 13/3768 0% [ ] 14/3768 0% [ ] 15/3768 0% [ ] 16/3768 0% [ ] 17/3768 0% [ ] 18/3768 0% [ ] 19/3768 0% [ ] 20/3768 0% [ ] 21/3768 0% [ ] 22/3768 0% [ ] 23/3768 0% [ ] 24/3768 0% [ ] 25/3768 0% [ ] 26/3768 0% [ ] 27/3768 0% [ ] 28/3768 0% [ ] 29/3768 0% [ ] 30/3768 0% [ ] 31/3768 0% [ ] 32/3768 0% [ ] 33/3768 0% [ ] 34/3768 0% [ ] 35/3768 0% [ ] 36/3768 0% [ ] 37/3768 0% [ ] 38/3768 1% [ ] 39/3768 1% [ ] 40/3768 1% [ ] 41/3768 1% [ ] 42/3768 1% [ ] 43/3768 1% [ ] 44/3768 1% [ ] 45/3768 1% [ ] 46/3768 1% [ ] 47/3768 1% [ ] 48/3768 1% [ ] 49/3768 1% [ ] 50/3768 1% [ ] 51/3768 1% [ ] 52/3768 1% [ ] 53/3768 1% [ ] 54/3768 1% [ ] 55/3768 1% [ ] 56/3768 1% [ ] 57/3768 1% [ ] 58/3768 1% [ ] 59/3768 1% [ ] 60/3768 1% [= ] 61/3768 1% [= ] 62/3768 1% [= ] 63/3768 1% [= ] 64/3768 1% [= ] 65/3768 1% [= ] 66/3768 1% [= ] 67/3768 1% [= ] 68/3768 1% [= ] 69/3768 1% [= ] 70/3768 1% [= ] 71/3768 1% [= ] 72/3768 1% [= ] 73/3768 1% [= ] 74/3768 1% [= ] 75/3768 1% [= ] 76/3768 2% [= ] 77/3768 2% [= ] 78/3768 2% [= ] 79/3768 2% [= ] 80/3768 2% [= ] 81/3768 2% [= ] 82/3768 2% [= ] 83/3768 2% [= ] 84/3768 2% [= ] 85/3768 2% [= ] 86/3768 2% [= ] 87/3768 2% [= ] 88/3768 2% [= ] 89/3768 2% [= ] 90/3768 2% [= ] 91/3768 2% [= ] 92/3768 2% [= ] 93/3768 2% [= ] 94/3768 2% [= ] 95/3768 2% [= ] 96/3768 2% [= ] 97/3768 2% [= ] 98/3768 2% [= ] 99/3768 2% [= ] 100/3768 2% [= ] 101/3768 2% [= ] 102/3768 2% [= ] 103/3768 2% [= ] 104/3768 2% [= ] 105/3768 2% [= ] 106/3768 2% [= ] 107/3768 2% [= ] 108/3768 2% [= ] 109/3768 2% [= ] 110/3768 2% [= ] 111/3768 2% [= ] 112/3768 2% [= ] 113/3768 2% [= ] 114/3768 3% [= ] 115/3768 3% [= ] 116/3768 3% [= ] 117/3768 3% [= ] 118/3768 3% [= ] 119/3768 3% [= ] 120/3768 3% [= ] 121/3768 3% [== ] 122/3768 3% [== ] 123/3768 3% [== ] 124/3768 3% [== ] 125/3768 3% [== ] 126/3768 3% [== ] 127/3768 3% [== ] 128/3768 3% [== ] 129/3768 3% [== ] 130/3768 3% [== ] 131/3768 3% [== ] 132/3768 3% [== ] 133/3768 3% [== ] 134/3768 3% [== ] 135/3768 3% [== ] 136/3768 3% [== ] 137/3768 3% [== ] 138/3768 3% [== ] 139/3768 3% [== ] 140/3768 3% [== ] 141/3768 3% [== ] 142/3768 3% [== ] 143/3768 3% [== ] 144/3768 3% [== ] 145/3768 3% [== ] 146/3768 3% [== ] 147/3768 3% [== ] 148/3768 3% [== ] 149/3768 3% [== ] 150/3768 3% [== ] 151/3768 4% [== ] 152/3768 4% [== ] 153/3768 4% [== ] 154/3768 4% [== ] 155/3768 4% [== ] 156/3768 4% [== ] 157/3768 4% [== ] 158/3768 4% [== ] 159/3768 4% [== ] 160/3768 4% [== ] 161/3768 4% [== ] 162/3768 4% [== ] 163/3768 4% [== ] 164/3768 4% [== ] 165/3768 4% [== ] 166/3768 4% [== ] 167/3768 4% [== ] 168/3768 4% [== ] 169/3768 4% [== ] 170/3768 4% [== ] 171/3768 4% [== ] 172/3768 4% [== ] 173/3768 4% [== ] 174/3768 4% [== ] 175/3768 4% [== ] 176/3768 4% [== ] 177/3768 4% [== ] 178/3768 4% [== ] 179/3768 4% [== ] 180/3768 4% [== ] 181/3768 4% [== ] 182/3768 4% [=== ] 183/3768 4% [=== ] 184/3768 4% [=== ] 185/3768 4% [=== ] 186/3768 4% [=== ] 187/3768 4% [=== ] 188/3768 4% [=== ] 189/3768 5% [=== ] 190/3768 5% [=== ] 191/3768 5% [=== ] 192/3768 5% [=== ] 193/3768 5% [=== ] 194/3768 5% [=== ] 195/3768 5% [=== ] 196/3768 5% [=== ] 197/3768 5% [=== ] 198/3768 5% [=== ] 199/3768 5% [=== ] 200/3768 5% [=== ] 201/3768 5% [=== ] 202/3768 5% [=== ] 203/3768 5% [=== ] 204/3768 5% [=== ] 205/3768 5% [=== ] 206/3768 5% [=== ] 207/3768 5% [=== ] 208/3768 5% [=== ] 209/3768 5% [=== ] 210/3768 5% [=== ] 211/3768 5% [=== ] 212/3768 5% [=== ] 213/3768 5% [=== ] 214/3768 5% [=== ] 215/3768 5% [=== ] 216/3768 5% [=== ] 217/3768 5% [=== ] 218/3768 5% [=== ] 219/3768 5% [=== ] 220/3768 5% [=== ] 221/3768 5% [=== ] 222/3768 5% [=== ] 223/3768 5% [=== ] 224/3768 5% [=== ] 225/3768 5% [=== ] 226/3768 5% [=== ] 227/3768 6% [=== ] 228/3768 6% [=== ] 229/3768 6% [=== ] 230/3768 6% [=== ] 231/3768 6% [=== ] 232/3768 6% [=== ] 233/3768 6% [=== ] 234/3768 6% [=== ] 235/3768 6% [=== ] 236/3768 6% [=== ] 237/3768 6% [=== ] 238/3768 6% [=== ] 239/3768 6% [=== ] 240/3768 6% [=== ] 241/3768 6% [=== ] 242/3768 6% [=== ] 243/3768 6% [==== ] 244/3768 6% [==== ] 245/3768 6% [==== ] 246/3768 6% [==== ] 247/3768 6% [==== ] 248/3768 6% [==== ] 249/3768 6% [==== ] 250/3768 6% [==== ] 251/3768 6% [==== ] 252/3768 6% [==== ] 253/3768 6% [==== ] 254/3768 6% [==== ] 255/3768 6% [==== ] 256/3768 6% [==== ] 257/3768 6% [==== ] 258/3768 6% [==== ] 259/3768 6% [==== ] 260/3768 6% [==== ] 261/3768 6% [==== ] 262/3768 6% [==== ] 263/3768 6% [==== ] 264/3768 7% [==== ] 265/3768 7% [==== ] 266/3768 7% [==== ] 267/3768 7% [==== ] 268/3768 7% [==== ] 269/3768 7% [==== ] 270/3768 7% [==== ] 271/3768 7% [==== ] 272/3768 7% [==== ] 273/3768 7% [==== ] 274/3768 7% [==== ] 275/3768 7% [==== ] 276/3768 7% [==== ] 277/3768 7% [==== ] 278/3768 7% [==== ] 279/3768 7% [==== ] 280/3768 7% [==== ] 281/3768 7% [==== ] 282/3768 7% [==== ] 283/3768 7% [==== ] 284/3768 7% [==== ] 285/3768 7% [==== ] 286/3768 7% [==== ] 287/3768 7% [==== ] 288/3768 7% [==== ] 289/3768 7% [==== ] 290/3768 7% [==== ] 291/3768 7% [==== ] 292/3768 7% [==== ] 293/3768 7% [==== ] 294/3768 7% [==== ] 295/3768 7% [==== ] 296/3768 7% [==== ] 297/3768 7% [==== ] 298/3768 7% [==== ] 299/3768 7% [==== ] 300/3768 7% [==== ] 301/3768 7% [==== ] 302/3768 8% [==== ] 303/3768 8% [===== ] 304/3768 8% [===== ] 305/3768 8% [===== ] 306/3768 8% [===== ] 307/3768 8% [===== ] 308/3768 8% [===== ] 309/3768 8% [===== ] 310/3768 8% [===== ] 311/3768 8% [===== ] 312/3768 8% [===== ] 313/3768 8% [===== ] 314/3768 8% [===== ] 315/3768 8% [===== ] 316/3768 8% [===== ] 317/3768 8% [===== ] 318/3768 8% [===== ] 319/3768 8% [===== ] 320/3768 8% [===== ] 321/3768 8% [===== ] 322/3768 8% [===== ] 323/3768 8% [===== ] 324/3768 8% [===== ] 325/3768 8% [===== ] 326/3768 8% [===== ] 327/3768 8% [===== ] 328/3768 8% [===== ] 329/3768 8% [===== ] 330/3768 8% [===== ] 331/3768 8% [===== ] 332/3768 8% [===== ] 333/3768 8% [===== ] 334/3768 8% [===== ] 335/3768 8% [===== ] 336/3768 8% [===== ] 337/3768 8% [===== ] 338/3768 8% [===== ] 339/3768 8% [===== ] 340/3768 9% [===== ] 341/3768 9% [===== ] 342/3768 9% [===== ] 343/3768 9% [===== ] 344/3768 9% [===== ] 345/3768 9% [===== ] 346/3768 9% [===== ] 347/3768 9% [===== ] 348/3768 9% [===== ] 349/3768 9% [===== ] 350/3768 9% [===== ] 351/3768 9% [===== ] 352/3768 9% [===== ] 353/3768 9% [===== ] 354/3768 9% [===== ] 355/3768 9% [===== ] 356/3768 9% [===== ] 357/3768 9% [===== ] 358/3768 9% [===== ] 359/3768 9% [===== ] 360/3768 9% [===== ] 361/3768 9% [===== ] 362/3768 9% [===== ] 363/3768 9% [===== ] 364/3768 9% [====== ] 365/3768 9% [====== ] 366/3768 9% [====== ] 367/3768 9% [====== ] 368/3768 9% [====== ] 369/3768 9% [====== ] 370/3768 9% [====== ] 371/3768 9% [====== ] 372/3768 9% [====== ] 373/3768 9% [====== ] 374/3768 9% [====== ] 375/3768 9% [====== ] 376/3768 9% [====== ] 377/3768 10% [====== ] 378/3768 10% [====== ] 379/3768 10% [====== ] 380/3768 10% [====== ] 381/3768 10% [====== ] 382/3768 10% [====== ] 383/3768 10% [====== ] 384/3768 10% [====== ] 385/3768 10% [====== ] 386/3768 10% [====== ] 387/3768 10% [====== ] 388/3768 10% [====== ] 389/3768 10% [====== ] 390/3768 10% [====== ] 391/3768 10% [====== ] 392/3768 10% [====== ] 393/3768 10% [====== ] 394/3768 10% [====== ] 395/3768 10% [====== ] 396/3768 10% [====== ] 397/3768 10% [====== ] 398/3768 10% [====== ] 399/3768 10% [====== ] 400/3768 10% [====== ] 401/3768 10% [====== ] 402/3768 10% [====== ] 403/3768 10% [====== ] 404/3768 10% [====== ] 405/3768 10% [====== ] 406/3768 10% [====== ] 407/3768 10% [====== ] 408/3768 10% [====== ] 409/3768 10% [====== ] 410/3768 10% [====== ] 411/3768 10% [====== ] 412/3768 10% [====== ] 413/3768 10% [====== ] 414/3768 10% [====== ] 415/3768 11% [====== ] 416/3768 11% [====== ] 417/3768 11% [====== ] 418/3768 11% [====== ] 419/3768 11% [====== ] 420/3768 11% [====== ] 421/3768 11% [====== ] 422/3768 11% [====== ] 423/3768 11% [====== ] 424/3768 11% [====== ] 425/3768 11% [======= ] 426/3768 11% [======= ] 427/3768 11% [======= ] 428/3768 11% [======= ] 429/3768 11% [======= ] 430/3768 11% [======= ] 431/3768 11% [======= ] 432/3768 11% [======= ] 433/3768 11% [======= ] 434/3768 11% [======= ] 435/3768 11% [======= ] 436/3768 11% [======= ] 437/3768 11% [======= ] 438/3768 11% [======= ] 439/3768 11% [======= ] 440/3768 11% [======= ] 441/3768 11% [======= ] 442/3768 11% [======= ] 443/3768 11% [======= ] 444/3768 11% [======= ] 445/3768 11% [======= ] 446/3768 11% [======= ] 447/3768 11% [======= ] 448/3768 11% [======= ] 449/3768 11% [======= ] 450/3768 11% [======= ] 451/3768 11% [======= ] 452/3768 11% [======= ] 453/3768 12% [======= ] 454/3768 12% [======= ] 455/3768 12% [======= ] 456/3768 12% [======= ] 457/3768 12% [======= ] 458/3768 12% [======= ] 459/3768 12% [======= ] 460/3768 12% [======= ] 461/3768 12% [======= ] 462/3768 12% [======= ] 463/3768 12% [======= ] 464/3768 12% [======= ] 465/3768 12% [======= ] 466/3768 12% [======= ] 467/3768 12% [======= ] 468/3768 12% [======= ] 469/3768 12% [======= ] 470/3768 12% [======= ] 471/3768 12% [======= ] 472/3768 12% [======= ] 473/3768 12% [======= ] 474/3768 12% [======= ] 475/3768 12% [======= ] 476/3768 12% [======= ] 477/3768 12% [======= ] 478/3768 12% [======= ] 479/3768 12% [======= ] 480/3768 12% [======= ] 481/3768 12% [======= ] 482/3768 12% [======= ] 483/3768 12% [======= ] 484/3768 12% [======= ] 485/3768 12% [======= ] 486/3768 12% [======== ] 487/3768 12% [======== ] 488/3768 12% [======== ] 489/3768 12% [======== ] 490/3768 13% [======== ] 491/3768 13% [======== ] 492/3768 13% [======== ] 493/3768 13% [======== ] 494/3768 13% [======== ] 495/3768 13% [======== ] 496/3768 13% [======== ] 497/3768 13% [======== ] 498/3768 13% [======== ] 499/3768 13% [======== ] 500/3768 13% [======== ] 501/3768 13% [======== ] 502/3768 13% [======== ] 503/3768 13% [======== ] 504/3768 13% [======== ] 505/3768 13% [======== ] 506/3768 13% [======== ] 507/3768 13% [======== ] 508/3768 13% [======== ] 509/3768 13% [======== ] 510/3768 13% [======== ] 511/3768 13% [======== ] 512/3768 13% [======== ] 513/3768 13% [======== ] 514/3768 13% [======== ] 515/3768 13% [======== ] 516/3768 13% [======== ] 517/3768 13% [======== ] 518/3768 13% [======== ] 519/3768 13% [======== ] 520/3768 13% [======== ] 521/3768 13% [======== ] 522/3768 13% [======== ] 523/3768 13% [======== ] 524/3768 13% [======== ] 525/3768 13% [======== ] 526/3768 13% [======== ] 527/3768 13% [======== ] 528/3768 14% [======== ] 529/3768 14% [======== ] 530/3768 14% [======== ] 531/3768 14% [======== ] 532/3768 14% [======== ] 533/3768 14% [======== ] 534/3768 14% [======== ] 535/3768 14% [======== ] 536/3768 14% [======== ] 537/3768 14% [======== ] 538/3768 14% [======== ] 539/3768 14% [======== ] 540/3768 14% [======== ] 541/3768 14% [======== ] 542/3768 14% [======== ] 543/3768 14% [======== ] 544/3768 14% [======== ] 545/3768 14% [======== ] 546/3768 14% [========= ] 547/3768 14% [========= ] 548/3768 14% [========= ] 549/3768 14% [========= ] 550/3768 14% [========= ] 551/3768 14% [========= ] 552/3768 14% [========= ] 553/3768 14% [========= ] 554/3768 14% [========= ] 555/3768 14% [========= ] 556/3768 14% [========= ] 557/3768 14% [========= ] 558/3768 14% [========= ] 559/3768 14% [========= ] 560/3768 14% [========= ] 561/3768 14% [========= ] 562/3768 14% [========= ] 563/3768 14% [========= ] 564/3768 14% [========= ] 565/3768 14% [========= ] 566/3768 15% [========= ] 567/3768 15% [========= ] 568/3768 15% [========= ] 569/3768 15% [========= ] 570/3768 15% [========= ] 571/3768 15% [========= ] 572/3768 15% [========= ] 573/3768 15% [========= ] 574/3768 15% [========= ] 575/3768 15% [========= ] 576/3768 15% [========= ] 577/3768 15% [========= ] 578/3768 15% [========= ] 579/3768 15% [========= ] 580/3768 15% [========= ] 581/3768 15% [========= ] 582/3768 15% [========= ] 583/3768 15% [========= ] 584/3768 15% [========= ] 585/3768 15% [========= ] 586/3768 15% [========= ] 587/3768 15% [========= ] 588/3768 15% [========= ] 589/3768 15% [========= ] 590/3768 15% [========= ] 591/3768 15% [========= ] 592/3768 15% [========= ] 593/3768 15% [========= ] 594/3768 15% [========= ] 595/3768 15% [========= ] 596/3768 15% [========= ] 597/3768 15% [========= ] 598/3768 15% [========= ] 599/3768 15% [========= ] 600/3768 15% [========= ] 601/3768 15% [========= ] 602/3768 15% [========= ] 603/3768 16% [========= ] 604/3768 16% [========= ] 605/3768 16% [========= ] 606/3768 16% [========= ] 607/3768 16% [========== ] 608/3768 16% [========== ] 609/3768 16% [========== ] 610/3768 16% [========== ] 611/3768 16% [========== ] 612/3768 16% [========== ] 613/3768 16% [========== ] 614/3768 16% [========== ] 615/3768 16% [========== ] 616/3768 16% [========== ] 617/3768 16% [========== ] 618/3768 16% [========== ] 619/3768 16% [========== ] 620/3768 16% [========== ] 621/3768 16% [========== ] 622/3768 16% [========== ] 623/3768 16% [========== ] 624/3768 16% [========== ] 625/3768 16% [========== ] 626/3768 16% [========== ] 627/3768 16% [========== ] 628/3768 16% [========== ] 629/3768 16% [========== ] 630/3768 16% [========== ] 631/3768 16% [========== ] 632/3768 16% [========== ] 633/3768 16% [========== ] 634/3768 16% [========== ] 635/3768 16% [========== ] 636/3768 16% [========== ] 637/3768 16% [========== ] 638/3768 16% [========== ] 639/3768 16% [========== ] 640/3768 16% [========== ] 641/3768 17% [========== ] 642/3768 17% [========== ] 643/3768 17% [========== ] 644/3768 17% [========== ] 645/3768 17% [========== ] 646/3768 17% [========== ] 647/3768 17% [========== ] 648/3768 17% [========== ] 649/3768 17% [========== ] 650/3768 17% [========== ] 651/3768 17% [========== ] 652/3768 17% [========== ] 653/3768 17% [========== ] 654/3768 17% [========== ] 655/3768 17% [========== ] 656/3768 17% [========== ] 657/3768 17% [========== ] 658/3768 17% [========== ] 659/3768 17% [========== ] 660/3768 17% [========== ] 661/3768 17% [========== ] 662/3768 17% [========== ] 663/3768 17% [========== ] 664/3768 17% [========== ] 665/3768 17% [========== ] 666/3768 17% [========== ] 667/3768 17% [========== ] 668/3768 17% [=========== ] 669/3768 17% [=========== ] 670/3768 17% [=========== ] 671/3768 17% [=========== ] 672/3768 17% [=========== ] 673/3768 17% [=========== ] 674/3768 17% [=========== ] 675/3768 17% [=========== ] 676/3768 17% [=========== ] 677/3768 17% [=========== ] 678/3768 17% [=========== ] 679/3768 18% [=========== ] 680/3768 18% [=========== ] 681/3768 18% [=========== ] 682/3768 18% [=========== ] 683/3768 18% [=========== ] 684/3768 18% [=========== ] 685/3768 18% [=========== ] 686/3768 18% [=========== ] 687/3768 18% [=========== ] 688/3768 18% [=========== ] 689/3768 18% [=========== ] 690/3768 18% [=========== ] 691/3768 18% [=========== ] 692/3768 18% [=========== ] 693/3768 18% [=========== ] 694/3768 18% [=========== ] 695/3768 18% [=========== ] 696/3768 18% [=========== ] 697/3768 18% [=========== ] 698/3768 18% [=========== ] 699/3768 18% [=========== ] 700/3768 18% [=========== ] 701/3768 18% [=========== ] 702/3768 18% [=========== ] 703/3768 18% [=========== ] 704/3768 18% [=========== ] 705/3768 18% [=========== ] 706/3768 18% [=========== ] 707/3768 18% [=========== ] 708/3768 18% [=========== ] 709/3768 18% [=========== ] 710/3768 18% [=========== ] 711/3768 18% [=========== ] 712/3768 18% [=========== ] 713/3768 18% [=========== ] 714/3768 18% [=========== ] 715/3768 18% [=========== ] 716/3768 19% [=========== ] 717/3768 19% [=========== ] 718/3768 19% [=========== ] 719/3768 19% [=========== ] 720/3768 19% [=========== ] 721/3768 19% [=========== ] 722/3768 19% [=========== ] 723/3768 19% [=========== ] 724/3768 19% [=========== ] 725/3768 19% [=========== ] 726/3768 19% [=========== ] 727/3768 19% [=========== ] 728/3768 19% [=========== ] 729/3768 19% [============ ] 730/3768 19% [============ ] 731/3768 19% [============ ] 732/3768 19% [============ ] 733/3768 19% [============ ] 734/3768 19% [============ ] 735/3768 19% [============ ] 736/3768 19% [============ ] 737/3768 19% [============ ] 738/3768 19% [============ ] 739/3768 19% [============ ] 740/3768 19% [============ ] 741/3768 19% [============ ] 742/3768 19% [============ ] 743/3768 19% [============ ] 744/3768 19% [============ ] 745/3768 19% [============ ] 746/3768 19% [============ ] 747/3768 19% [============ ] 748/3768 19% [============ ] 749/3768 19% [============ ] 750/3768 19% [============ ] 751/3768 19% [============ ] 752/3768 19% [============ ] 753/3768 19% [============ ] 754/3768 20% [============ ] 755/3768 20% [============ ] 756/3768 20% [============ ] 757/3768 20% [============ ] 758/3768 20% [============ ] 759/3768 20% [============ ] 760/3768 20% [============ ] 761/3768 20% [============ ] 762/3768 20% [============ ] 763/3768 20% [============ ] 764/3768 20% [============ ] 765/3768 20% [============ ] 766/3768 20% [============ ] 767/3768 20% [============ ] 768/3768 20% [============ ] 769/3768 20% [============ ] 770/3768 20% [============ ] 771/3768 20% [============ ] 772/3768 20% [============ ] 773/3768 20% [============ ] 774/3768 20% [============ ] 775/3768 20% [============ ] 776/3768 20% [============ ] 777/3768 20% [============ ] 778/3768 20% [============ ] 779/3768 20% [============ ] 780/3768 20% [============ ] 781/3768 20% [============ ] 782/3768 20% [============ ] 783/3768 20% [============ ] 784/3768 20% [============ ] 785/3768 20% [============ ] 786/3768 20% [============ ] 787/3768 20% [============ ] 788/3768 20% [============ ] 789/3768 20% [============ ] 790/3768 20% [============= ] 791/3768 20% [============= ] 792/3768 21% [============= ] 793/3768 21% [============= ] 794/3768 21% [============= ] 795/3768 21% [============= ] 796/3768 21% [============= ] 797/3768 21% [============= ] 798/3768 21% [============= ] 799/3768 21% [============= ] 800/3768 21% [============= ] 801/3768 21% [============= ] 802/3768 21% [============= ] 803/3768 21% [============= ] 804/3768 21% [============= ] 805/3768 21% [============= ] 806/3768 21% [============= ] 807/3768 21% [============= ] 808/3768 21% [============= ] 809/3768 21% [============= ] 810/3768 21% [============= ] 811/3768 21% [============= ] 812/3768 21% [============= ] 813/3768 21% [============= ] 814/3768 21% [============= ] 815/3768 21% [============= ] 816/3768 21% [============= ] 817/3768 21% [============= ] 818/3768 21% [============= ] 819/3768 21% [============= ] 820/3768 21% [============= ] 821/3768 21% [============= ] 822/3768 21% [============= ] 823/3768 21% [============= ] 824/3768 21% [============= ] 825/3768 21% [============= ] 826/3768 21% [============= ] 827/3768 21% [============= ] 828/3768 21% [============= ] 829/3768 22% [============= ] 830/3768 22% [============= ] 831/3768 22% [============= ] 832/3768 22% [============= ] 833/3768 22% [============= ] 834/3768 22% [============= ] 835/3768 22% [============= ] 836/3768 22% [============= ] 837/3768 22% [============= ] 838/3768 22% [============= ] 839/3768 22% [============= ] 840/3768 22% [============= ] 841/3768 22% [============= ] 842/3768 22% [============= ] 843/3768 22% [============= ] 844/3768 22% [============= ] 845/3768 22% [============= ] 846/3768 22% [============= ] 847/3768 22% [============= ] 848/3768 22% [============= ] 849/3768 22% [============= ] 850/3768 22% [============== ] 851/3768 22% [============== ] 852/3768 22% [============== ] 853/3768 22% [============== ] 854/3768 22% [============== ] 855/3768 22% [============== ] 856/3768 22% [============== ] 857/3768 22% [============== ] 858/3768 22% [============== ] 859/3768 22% [============== ] 860/3768 22% [============== ] 861/3768 22% [============== ] 862/3768 22% [============== ] 863/3768 22% [============== ] 864/3768 22% [============== ] 865/3768 22% [============== ] 866/3768 22% [============== ] 867/3768 23% [============== ] 868/3768 23% [============== ] 869/3768 23% [============== ] 870/3768 23% [============== ] 871/3768 23% [============== ] 872/3768 23% [============== ] 873/3768 23% [============== ] 874/3768 23% [============== ] 875/3768 23% [============== ] 876/3768 23% [============== ] 877/3768 23% [============== ] 878/3768 23% [============== ] 879/3768 23% [============== ] 880/3768 23% [============== ] 881/3768 23% [============== ] 882/3768 23% [============== ] 883/3768 23% [============== ] 884/3768 23% [============== ] 885/3768 23% [============== ] 886/3768 23% [============== ] 887/3768 23% [============== ] 888/3768 23% [============== ] 889/3768 23% [============== ] 890/3768 23% [============== ] 891/3768 23% [============== ] 892/3768 23% [============== ] 893/3768 23% [============== ] 894/3768 23% [============== ] 895/3768 23% [============== ] 896/3768 23% [============== ] 897/3768 23% [============== ] 898/3768 23% [============== ] 899/3768 23% [============== ] 900/3768 23% [============== ] 901/3768 23% [============== ] 902/3768 23% [============== ] 903/3768 23% [============== ] 904/3768 23% [============== ] 905/3768 24% [============== ] 906/3768 24% [============== ] 907/3768 24% [============== ] 908/3768 24% [============== ] 909/3768 24% [============== ] 910/3768 24% [============== ] 911/3768 24% [=============== ] 912/3768 24% [=============== ] 913/3768 24% [=============== ] 914/3768 24% [=============== ] 915/3768 24% [=============== ] 916/3768 24% [=============== ] 917/3768 24% [=============== ] 918/3768 24% [=============== ] 919/3768 24% [=============== ] 920/3768 24% [=============== ] 921/3768 24% [=============== ] 922/3768 24% [=============== ] 923/3768 24% [=============== ] 924/3768 24% [=============== ] 925/3768 24% [=============== ] 926/3768 24% [=============== ] 927/3768 24% [=============== ] 928/3768 24% [=============== ] 929/3768 24% [=============== ] 930/3768 24% [=============== ] 931/3768 24% [=============== ] 932/3768 24% [=============== ] 933/3768 24% [=============== ] 934/3768 24% [=============== ] 935/3768 24% [=============== ] 936/3768 24% [=============== ] 937/3768 24% [=============== ] 938/3768 24% [=============== ] 939/3768 24% [=============== ] 940/3768 24% [=============== ] 941/3768 24% [=============== ] 942/3768 25% [=============== ] 943/3768 25% [=============== ] 944/3768 25% [=============== ] 945/3768 25% [=============== ] 946/3768 25% [=============== ] 947/3768 25% [=============== ] 948/3768 25% [=============== ] 949/3768 25% [=============== ] 950/3768 25% [=============== ] 951/3768 25% [=============== ] 952/3768 25% [=============== ] 953/3768 25% [=============== ] 954/3768 25% [=============== ] 955/3768 25% [=============== ] 956/3768 25% [=============== ] 957/3768 25% [=============== ] 958/3768 25% [=============== ] 959/3768 25% [=============== ] 960/3768 25% [=============== ] 961/3768 25% [=============== ] 962/3768 25% [=============== ] 963/3768 25% [=============== ] 964/3768 25% [=============== ] 965/3768 25% [=============== ] 966/3768 25% [=============== ] 967/3768 25% [=============== ] 968/3768 25% [=============== ] 969/3768 25% [=============== ] 970/3768 25% [=============== ] 971/3768 25% [=============== ] 972/3768 25% [================ ] 973/3768 25% [================ ] 974/3768 25% [================ ] 975/3768 25% [================ ] 976/3768 25% [================ ] 977/3768 25% [================ ] 978/3768 25% [================ ] 979/3768 25% [================ ] 980/3768 26% [================ ] 981/3768 26% [================ ] 982/3768 26% [================ ] 983/3768 26% [================ ] 984/3768 26% [================ ] 985/3768 26% [================ ] 986/3768 26% [================ ] 987/3768 26% [================ ] 988/3768 26% [================ ] 989/3768 26% [================ ] 990/3768 26% [================ ] 991/3768 26% [================ ] 992/3768 26% [================ ] 993/3768 26% [================ ] 994/3768 26% [================ ] 995/3768 26% [================ ] 996/3768 26% [================ ] 997/3768 26% [================ ] 998/3768 26% [================ ] 999/3768 26% [================ ] 1000/3768 26% [================ ] 1001/3768 26% [================ ] 1002/3768 26% [================ ] 1003/3768 26% [================ ] 1004/3768 26% [================ ] 1005/3768 26% [================ ] 1006/3768 26% [================ ] 1007/3768 26% [================ ] 1008/3768 26% [================ ] 1009/3768 26% [================ ] 1010/3768 26% [================ ] 1011/3768 26% [================ ] 1012/3768 26% [================ ] 1013/3768 26% [================ ] 1014/3768 26% [================ ] 1015/3768 26% [================ ] 1016/3768 26% [================ ] 1017/3768 26% [================ ] 1018/3768 27% [================ ] 1019/3768 27% [================ ] 1020/3768 27% [================ ] 1021/3768 27% [================ ] 1022/3768 27% [================ ] 1023/3768 27% [================ ] 1024/3768 27% [================ ] 1025/3768 27% [================ ] 1026/3768 27% [================ ] 1027/3768 27% [================ ] 1028/3768 27% [================ ] 1029/3768 27% [================ ] 1030/3768 27% [================ ] 1031/3768 27% [================ ] 1032/3768 27% [================ ] 1033/3768 27% [================= ] 1034/3768 27% [================= ] 1035/3768 27% [================= ] 1036/3768 27% [================= ] 1037/3768 27% [================= ] 1038/3768 27% [================= ] 1039/3768 27% [================= ] 1040/3768 27% [================= ] 1041/3768 27% [================= ] 1042/3768 27% [================= ] 1043/3768 27% [================= ] 1044/3768 27% [================= ] 1045/3768 27% [================= ] 1046/3768 27% [================= ] 1047/3768 27% [================= ] 1048/3768 27% [================= ] 1049/3768 27% [================= ] 1050/3768 27% [================= ] 1051/3768 27% [================= ] 1052/3768 27% [================= ] 1053/3768 27% [================= ] 1054/3768 27% [================= ] 1055/3768 27% [================= ] 1056/3768 28% [================= ] 1057/3768 28% [================= ] 1058/3768 28% [================= ] 1059/3768 28% [================= ] 1060/3768 28% [================= ] 1061/3768 28% [================= ] 1062/3768 28% [================= ] 1063/3768 28% [================= ] 1064/3768 28% [================= ] 1065/3768 28% [================= ] 1066/3768 28% [================= ] 1067/3768 28% [================= ] 1068/3768 28% [================= ] 1069/3768 28% [================= ] 1070/3768 28% [================= ] 1071/3768 28% [================= ] 1072/3768 28% [================= ] 1073/3768 28% [================= ] 1074/3768 28% [================= ] 1075/3768 28% [================= ] 1076/3768 28% [================= ] 1077/3768 28% [================= ] 1078/3768 28% [================= ] 1079/3768 28% [================= ] 1080/3768 28% [================= ] 1081/3768 28% [================= ] 1082/3768 28% [================= ] 1083/3768 28% [================= ] 1084/3768 28% [================= ] 1085/3768 28% [================= ] 1086/3768 28% [================= ] 1087/3768 28% [================= ] 1088/3768 28% [================= ] 1089/3768 28% [================= ] 1090/3768 28% [================= ] 1091/3768 28% [================= ] 1092/3768 28% [================= ] 1093/3768 29% [================== ] 1094/3768 29% [================== ] 1095/3768 29% [================== ] 1096/3768 29% [================== ] 1097/3768 29% [================== ] 1098/3768 29% [================== ] 1099/3768 29% [================== ] 1100/3768 29% [================== ] 1101/3768 29% [================== ] 1102/3768 29% [================== ] 1103/3768 29% [================== ] 1104/3768 29% [================== ] 1105/3768 29% [================== ] 1106/3768 29% [================== ] 1107/3768 29% [================== ] 1108/3768 29% [================== ] 1109/3768 29% [================== ] 1110/3768 29% [================== ] 1111/3768 29% [================== ] 1112/3768 29% [================== ] 1113/3768 29% [================== ] 1114/3768 29% [================== ] 1115/3768 29% [================== ] 1116/3768 29% [================== ] 1117/3768 29% [================== ] 1118/3768 29% [================== ] 1119/3768 29% [================== ] 1120/3768 29% [================== ] 1121/3768 29% [================== ] 1122/3768 29% [================== ] 1123/3768 29% [================== ] 1124/3768 29% [================== ] 1125/3768 29% [================== ] 1126/3768 29% [================== ] 1127/3768 29% [================== ] 1128/3768 29% [================== ] 1129/3768 29% [================== ] 1130/3768 29% [================== ] 1131/3768 30% [================== ] 1132/3768 30% [================== ] 1133/3768 30% [================== ] 1134/3768 30% [================== ] 1135/3768 30% [================== ] 1136/3768 30% [================== ] 1137/3768 30% [================== ] 1138/3768 30% [================== ] 1139/3768 30% [================== ] 1140/3768 30% [================== ] 1141/3768 30% [================== ] 1142/3768 30% [================== ] 1143/3768 30% [================== ] 1144/3768 30% [================== ] 1145/3768 30% [================== ] 1146/3768 30% [================== ] 1147/3768 30% [================== ] 1148/3768 30% [================== ] 1149/3768 30% [================== ] 1150/3768 30% [================== ] 1151/3768 30% [================== ] 1152/3768 30% [================== ] 1153/3768 30% [================== ] 1154/3768 30% [=================== ] 1155/3768 30% [=================== ] 1156/3768 30% [=================== ] 1157/3768 30% [=================== ] 1158/3768 30% [=================== ] 1159/3768 30% [=================== ] 1160/3768 30% [=================== ] 1161/3768 30% [=================== ] 1162/3768 30% [=================== ] 1163/3768 30% [=================== ] 1164/3768 30% [=================== ] 1165/3768 30% [=================== ] 1166/3768 30% [=================== ] 1167/3768 30% [=================== ] 1168/3768 30% [=================== ] 1169/3768 31% [=================== ] 1170/3768 31% [=================== ] 1171/3768 31% [=================== ] 1172/3768 31% [=================== ] 1173/3768 31% [=================== ] 1174/3768 31% [=================== ] 1175/3768 31% [=================== ] 1176/3768 31% [=================== ] 1177/3768 31% [=================== ] 1178/3768 31% [=================== ] 1179/3768 31% [=================== ] 1180/3768 31% [=================== ] 1181/3768 31% [=================== ] 1182/3768 31% [=================== ] 1183/3768 31% [=================== ] 1184/3768 31% [=================== ] 1185/3768 31% [=================== ] 1186/3768 31% [=================== ] 1187/3768 31% [=================== ] 1188/3768 31% [=================== ] 1189/3768 31% [=================== ] 1190/3768 31% [=================== ] 1191/3768 31% [=================== ] 1192/3768 31% [=================== ] 1193/3768 31% [=================== ] 1194/3768 31% [=================== ] 1195/3768 31% [=================== ] 1196/3768 31% [=================== ] 1197/3768 31% [=================== ] 1198/3768 31% [=================== ] 1199/3768 31% [=================== ] 1200/3768 31% [=================== ] 1201/3768 31% [=================== ] 1202/3768 31% [=================== ] 1203/3768 31% [=================== ] 1204/3768 31% [=================== ] 1205/3768 31% [=================== ] 1206/3768 32% [=================== ] 1207/3768 32% [=================== ] 1208/3768 32% [=================== ] 1209/3768 32% [=================== ] 1210/3768 32% [=================== ] 1211/3768 32% [=================== ] 1212/3768 32% [=================== ] 1213/3768 32% [=================== ] 1214/3768 32% [=================== ] 1215/3768 32% [==================== ] 1216/3768 32% [==================== ] 1217/3768 32% [==================== ] 1218/3768 32% [==================== ] 1219/3768 32% [==================== ] 1220/3768 32% [==================== ] 1221/3768 32% [==================== ] 1222/3768 32% [==================== ] 1223/3768 32% [==================== ] 1224/3768 32% [==================== ] 1225/3768 32% [==================== ] 1226/3768 32% [==================== ] 1227/3768 32% [==================== ] 1228/3768 32% [==================== ] 1229/3768 32% [==================== ] 1230/3768 32% [==================== ] 1231/3768 32% [==================== ] 1232/3768 32% [==================== ] 1233/3768 32% [==================== ] 1234/3768 32% [==================== ] 1235/3768 32% [==================== ] 1236/3768 32% [==================== ] 1237/3768 32% [==================== ] 1238/3768 32% [==================== ] 1239/3768 32% [==================== ] 1240/3768 32% [==================== ] 1241/3768 32% [==================== ] 1242/3768 32% [==================== ] 1243/3768 32% [==================== ] 1244/3768 33% [==================== ] 1245/3768 33% [==================== ] 1246/3768 33% [==================== ] 1247/3768 33% [==================== ] 1248/3768 33% [==================== ] 1249/3768 33% [==================== ] 1250/3768 33% [==================== ] 1251/3768 33% [==================== ] 1252/3768 33% [==================== ] 1253/3768 33% [==================== ] 1254/3768 33% [==================== ] 1255/3768 33% [==================== ] 1256/3768 33% [==================== ] 1257/3768 33% [==================== ] 1258/3768 33% [==================== ] 1259/3768 33% [==================== ] 1260/3768 33% [==================== ] 1261/3768 33% [==================== ] 1262/3768 33% [==================== ] 1263/3768 33% [==================== ] 1264/3768 33% [==================== ] 1265/3768 33% [==================== ] 1266/3768 33% [==================== ] 1267/3768 33% [==================== ] 1268/3768 33% [==================== ] 1269/3768 33% [==================== ] 1270/3768 33% [==================== ] 1271/3768 33% [==================== ] 1272/3768 33% [==================== ] 1273/3768 33% [==================== ] 1274/3768 33% [==================== ] 1275/3768 33% [==================== ] 1276/3768 33% [===================== ] 1277/3768 33% [===================== ] 1278/3768 33% [===================== ] 1279/3768 33% [===================== ] 1280/3768 33% [===================== ] 1281/3768 33% [===================== ] 1282/3768 34% [===================== ] 1283/3768 34% [===================== ] 1284/3768 34% [===================== ] 1285/3768 34% [===================== ] 1286/3768 34% [===================== ] 1287/3768 34% [===================== ] 1288/3768 34% [===================== ] 1289/3768 34% [===================== ] 1290/3768 34% [===================== ] 1291/3768 34% [===================== ] 1292/3768 34% [===================== ] 1293/3768 34% [===================== ] 1294/3768 34% [===================== ] 1295/3768 34% [===================== ] 1296/3768 34% [===================== ] 1297/3768 34% [===================== ] 1298/3768 34% [===================== ] 1299/3768 34% [===================== ] 1300/3768 34% [===================== ] 1301/3768 34% [===================== ] 1302/3768 34% [===================== ] 1303/3768 34% [===================== ] 1304/3768 34% [===================== ] 1305/3768 34% [===================== ] 1306/3768 34% [===================== ] 1307/3768 34% [===================== ] 1308/3768 34% [===================== ] 1309/3768 34% [===================== ] 1310/3768 34% [===================== ] 1311/3768 34% [===================== ] 1312/3768 34% [===================== ] 1313/3768 34% [===================== ] 1314/3768 34% [===================== ] 1315/3768 34% [===================== ] 1316/3768 34% [===================== ] 1317/3768 34% [===================== ] 1318/3768 34% [===================== ] 1319/3768 35% [===================== ] 1320/3768 35% [===================== ] 1321/3768 35% [===================== ] 1322/3768 35% [===================== ] 1323/3768 35% [===================== ] 1324/3768 35% [===================== ] 1325/3768 35% [===================== ] 1326/3768 35% [===================== ] 1327/3768 35% [===================== ] 1328/3768 35% [===================== ] 1329/3768 35% [===================== ] 1330/3768 35% [===================== ] 1331/3768 35% [===================== ] 1332/3768 35% [===================== ] 1333/3768 35% [===================== ] 1334/3768 35% [===================== ] 1335/3768 35% [===================== ] 1336/3768 35% [===================== ] 1337/3768 35% [====================== ] 1338/3768 35% [====================== ] 1339/3768 35% [====================== ] 1340/3768 35% [====================== ] 1341/3768 35% [====================== ] 1342/3768 35% [====================== ] 1343/3768 35% [====================== ] 1344/3768 35% [====================== ] 1345/3768 35% [====================== ] 1346/3768 35% [====================== ] 1347/3768 35% [====================== ] 1348/3768 35% [====================== ] 1349/3768 35% [====================== ] 1350/3768 35% [====================== ] 1351/3768 35% [====================== ] 1352/3768 35% [====================== ] 1353/3768 35% [====================== ] 1354/3768 35% [====================== ] 1355/3768 35% [====================== ] 1356/3768 35% [====================== ] 1357/3768 36% [====================== ] 1358/3768 36% [====================== ] 1359/3768 36% [====================== ] 1360/3768 36% [====================== ] 1361/3768 36% [====================== ] 1362/3768 36% [====================== ] 1363/3768 36% [====================== ] 1364/3768 36% [====================== ] 1365/3768 36% [====================== ] 1366/3768 36% [====================== ] 1367/3768 36% [====================== ] 1368/3768 36% [====================== ] 1369/3768 36% [====================== ] 1370/3768 36% [====================== ] 1371/3768 36% [====================== ] 1372/3768 36% [====================== ] 1373/3768 36% [====================== ] 1374/3768 36% [====================== ] 1375/3768 36% [====================== ] 1376/3768 36% [====================== ] 1377/3768 36% [====================== ] 1378/3768 36% [====================== ] 1379/3768 36% [====================== ] 1380/3768 36% [====================== ] 1381/3768 36% [====================== ] 1382/3768 36% [====================== ] 1383/3768 36% [====================== ] 1384/3768 36% [====================== ] 1385/3768 36% [====================== ] 1386/3768 36% [====================== ] 1387/3768 36% [====================== ] 1388/3768 36% [====================== ] 1389/3768 36% [====================== ] 1390/3768 36% [====================== ] 1391/3768 36% [====================== ] 1392/3768 36% [====================== ] 1393/3768 36% [====================== ] 1394/3768 36% [====================== ] 1395/3768 37% [====================== ] 1396/3768 37% [====================== ] 1397/3768 37% [======================= ] 1398/3768 37% [======================= ] 1399/3768 37% [======================= ] 1400/3768 37% [======================= ] 1401/3768 37% [======================= ] 1402/3768 37% [======================= ] 1403/3768 37% [======================= ] 1404/3768 37% [======================= ] 1405/3768 37% [======================= ] 1406/3768 37% [======================= ] 1407/3768 37% [======================= ] 1408/3768 37% [======================= ] 1409/3768 37% [======================= ] 1410/3768 37% [======================= ] 1411/3768 37% [======================= ] 1412/3768 37% [======================= ] 1413/3768 37% [======================= ] 1414/3768 37% [======================= ] 1415/3768 37% [======================= ] 1416/3768 37% [======================= ] 1417/3768 37% [======================= ] 1418/3768 37% [======================= ] 1419/3768 37% [======================= ] 1420/3768 37% [======================= ] 1421/3768 37% [======================= ] 1422/3768 37% [======================= ] 1423/3768 37% [======================= ] 1424/3768 37% [======================= ] 1425/3768 37% [======================= ] 1426/3768 37% [======================= ] 1427/3768 37% [======================= ] 1428/3768 37% [======================= ] 1429/3768 37% [======================= ] 1430/3768 37% [======================= ] 1431/3768 37% [======================= ] 1432/3768 38% [======================= ] 1433/3768 38% [======================= ] 1434/3768 38% [======================= ] 1435/3768 38% [======================= ] 1436/3768 38% [======================= ] 1437/3768 38% [======================= ] 1438/3768 38% [======================= ] 1439/3768 38% [======================= ] 1440/3768 38% [======================= ] 1441/3768 38% [======================= ] 1442/3768 38% [======================= ] 1443/3768 38% [======================= ] 1444/3768 38% [======================= ] 1445/3768 38% [======================= ] 1446/3768 38% [======================= ] 1447/3768 38% [======================= ] 1448/3768 38% [======================= ] 1449/3768 38% [======================= ] 1450/3768 38% [======================= ] 1451/3768 38% [======================= ] 1452/3768 38% [======================= ] 1453/3768 38% [======================= ] 1454/3768 38% [======================= ] 1455/3768 38% [======================= ] 1456/3768 38% [======================= ] 1457/3768 38% [======================= ] 1458/3768 38% [======================== ] 1459/3768 38% [======================== ] 1460/3768 38% [======================== ] 1461/3768 38% [======================== ] 1462/3768 38% [======================== ] 1463/3768 38% [======================== ] 1464/3768 38% [======================== ] 1465/3768 38% [======================== ] 1466/3768 38% [======================== ] 1467/3768 38% [======================== ] 1468/3768 38% [======================== ] 1469/3768 38% [======================== ] 1470/3768 39% [======================== ] 1471/3768 39% [======================== ] 1472/3768 39% [======================== ] 1473/3768 39% [======================== ] 1474/3768 39% [======================== ] 1475/3768 39% [======================== ] 1476/3768 39% [======================== ] 1477/3768 39% [======================== ] 1478/3768 39% [======================== ] 1479/3768 39% [======================== ] 1480/3768 39% [======================== ] 1481/3768 39% [======================== ] 1482/3768 39% [======================== ] 1483/3768 39% [======================== ] 1484/3768 39% [======================== ] 1485/3768 39% [======================== ] 1486/3768 39% [======================== ] 1487/3768 39% [======================== ] 1488/3768 39% [======================== ] 1489/3768 39% [======================== ] 1490/3768 39% [======================== ] 1491/3768 39% [======================== ] 1492/3768 39% [======================== ] 1493/3768 39% [======================== ] 1494/3768 39% [======================== ] 1495/3768 39% [======================== ] 1496/3768 39% [======================== ] 1497/3768 39% [======================== ] 1498/3768 39% [======================== ] 1499/3768 39% [======================== ] 1500/3768 39% [======================== ] 1501/3768 39% [======================== ] 1502/3768 39% [======================== ] 1503/3768 39% [======================== ] 1504/3768 39% [======================== ] 1505/3768 39% [======================== ] 1506/3768 39% [======================== ] 1507/3768 39% [======================== ] 1508/3768 40% [======================== ] 1509/3768 40% [======================== ] 1510/3768 40% [======================== ] 1511/3768 40% [======================== ] 1512/3768 40% [======================== ] 1513/3768 40% [======================== ] 1514/3768 40% [======================== ] 1515/3768 40% [======================== ] 1516/3768 40% [======================== ] 1517/3768 40% [======================== ] 1518/3768 40% [======================== ] 1519/3768 40% [========================= ] 1520/3768 40% [========================= ] 1521/3768 40% [========================= ] 1522/3768 40% [========================= ] 1523/3768 40% [========================= ] 1524/3768 40% [========================= ] 1525/3768 40% [========================= ] 1526/3768 40% [========================= ] 1527/3768 40% [========================= ] 1528/3768 40% [========================= ] 1529/3768 40% [========================= ] 1530/3768 40% [========================= ] 1531/3768 40% [========================= ] 1532/3768 40% [========================= ] 1533/3768 40% [========================= ] 1534/3768 40% [========================= ] 1535/3768 40% [========================= ] 1536/3768 40% [========================= ] 1537/3768 40% [========================= ] 1538/3768 40% [========================= ] 1539/3768 40% [========================= ] 1540/3768 40% [========================= ] 1541/3768 40% [========================= ] 1542/3768 40% [========================= ] 1543/3768 40% [========================= ] 1544/3768 40% [========================= ] 1545/3768 41% [========================= ] 1546/3768 41% [========================= ] 1547/3768 41% [========================= ] 1548/3768 41% [========================= ] 1549/3768 41% [========================= ] 1550/3768 41% [========================= ] 1551/3768 41% [========================= ] 1552/3768 41% [========================= ] 1553/3768 41% [========================= ] 1554/3768 41% [========================= ] 1555/3768 41% [========================= ] 1556/3768 41% [========================= ] 1557/3768 41% [========================= ] 1558/3768 41% [========================= ] 1559/3768 41% [========================= ] 1560/3768 41% [========================= ] 1561/3768 41% [========================= ] 1562/3768 41% [========================= ] 1563/3768 41% [========================= ] 1564/3768 41% [========================= ] 1565/3768 41% [========================= ] 1566/3768 41% [========================= ] 1567/3768 41% [========================= ] 1568/3768 41% [========================= ] 1569/3768 41% [========================= ] 1570/3768 41% [========================= ] 1571/3768 41% [========================= ] 1572/3768 41% [========================= ] 1573/3768 41% [========================= ] 1574/3768 41% [========================= ] 1575/3768 41% [========================= ] 1576/3768 41% [========================= ] 1577/3768 41% [========================= ] 1578/3768 41% [========================= ] 1579/3768 41% [========================= ] 1580/3768 41% [========================== ] 1581/3768 41% [========================== ] 1582/3768 41% [========================== ] 1583/3768 42% [========================== ] 1584/3768 42% [========================== ] 1585/3768 42% [========================== ] 1586/3768 42% [========================== ] 1587/3768 42% [========================== ] 1588/3768 42% [========================== ] 1589/3768 42% [========================== ] 1590/3768 42% [========================== ] 1591/3768 42% [========================== ] 1592/3768 42% [========================== ] 1593/3768 42% [========================== ] 1594/3768 42% [========================== ] 1595/3768 42% [========================== ] 1596/3768 42% [========================== ] 1597/3768 42% [========================== ] 1598/3768 42% [========================== ] 1599/3768 42% [========================== ] 1600/3768 42% [========================== ] 1601/3768 42% [========================== ] 1602/3768 42% [========================== ] 1603/3768 42% [========================== ] 1604/3768 42% [========================== ] 1605/3768 42% [========================== ] 1606/3768 42% [========================== ] 1607/3768 42% [========================== ] 1608/3768 42% [========================== ] 1609/3768 42% [========================== ] 1610/3768 42% [========================== ] 1611/3768 42% [========================== ] 1612/3768 42% [========================== ] 1613/3768 42% [========================== ] 1614/3768 42% [========================== ] 1615/3768 42% [========================== ] 1616/3768 42% [========================== ] 1617/3768 42% [========================== ] 1618/3768 42% [========================== ] 1619/3768 42% [========================== ] 1620/3768 42% [========================== ] 1621/3768 43% [========================== ] 1622/3768 43% [========================== ] 1623/3768 43% [========================== ] 1624/3768 43% [========================== ] 1625/3768 43% [========================== ] 1626/3768 43% [========================== ] 1627/3768 43% [========================== ] 1628/3768 43% [========================== ] 1629/3768 43% [========================== ] 1630/3768 43% [========================== ] 1631/3768 43% [========================== ] 1632/3768 43% [========================== ] 1633/3768 43% [========================== ] 1634/3768 43% [========================== ] 1635/3768 43% [========================== ] 1636/3768 43% [========================== ] 1637/3768 43% [========================== ] 1638/3768 43% [========================== ] 1639/3768 43% [========================== ] 1640/3768 43% [=========================== ] 1641/3768 43% [=========================== ] 1642/3768 43% [=========================== ] 1643/3768 43% [=========================== ] 1644/3768 43% [=========================== ] 1645/3768 43% [=========================== ] 1646/3768 43% [=========================== ] 1647/3768 43% [=========================== ] 1648/3768 43% [=========================== ] 1649/3768 43% [=========================== ] 1650/3768 43% [=========================== ] 1651/3768 43% [=========================== ] 1652/3768 43% [=========================== ] 1653/3768 43% [=========================== ] 1654/3768 43% [=========================== ] 1655/3768 43% [=========================== ] 1656/3768 43% [=========================== ] 1657/3768 43% [=========================== ] 1658/3768 44% [=========================== ] 1659/3768 44% [=========================== ] 1660/3768 44% [=========================== ] 1661/3768 44% [=========================== ] 1662/3768 44% [=========================== ] 1663/3768 44% [=========================== ] 1664/3768 44% [=========================== ] 1665/3768 44% [=========================== ] 1666/3768 44% [=========================== ] 1667/3768 44% [=========================== ] 1668/3768 44% [=========================== ] 1669/3768 44% [=========================== ] 1670/3768 44% [=========================== ] 1671/3768 44% [=========================== ] 1672/3768 44% [=========================== ] 1673/3768 44% [=========================== ] 1674/3768 44% [=========================== ] 1675/3768 44% [=========================== ] 1676/3768 44% [=========================== ] 1677/3768 44% [=========================== ] 1678/3768 44% [=========================== ] 1679/3768 44% [=========================== ] 1680/3768 44% [=========================== ] 1681/3768 44% [=========================== ] 1682/3768 44% [=========================== ] 1683/3768 44% [=========================== ] 1684/3768 44% [=========================== ] 1685/3768 44% [=========================== ] 1686/3768 44% [=========================== ] 1687/3768 44% [=========================== ] 1688/3768 44% [=========================== ] 1689/3768 44% [=========================== ] 1690/3768 44% [=========================== ] 1691/3768 44% [=========================== ] 1692/3768 44% [=========================== ] 1693/3768 44% [=========================== ] 1694/3768 44% [=========================== ] 1695/3768 44% [=========================== ] 1696/3768 45% [=========================== ] 1697/3768 45% [=========================== ] 1698/3768 45% [=========================== ] 1699/3768 45% [=========================== ] 1700/3768 45% [=========================== ] 1701/3768 45% [============================ ] 1702/3768 45% [============================ ] 1703/3768 45% [============================ ] 1704/3768 45% [============================ ] 1705/3768 45% [============================ ] 1706/3768 45% [============================ ] 1707/3768 45% [============================ ] 1708/3768 45% [============================ ] 1709/3768 45% [============================ ] 1710/3768 45% [============================ ] 1711/3768 45% [============================ ] 1712/3768 45% [============================ ] 1713/3768 45% [============================ ] 1714/3768 45% [============================ ] 1715/3768 45% [============================ ] 1716/3768 45% [============================ ] 1717/3768 45% [============================ ] 1718/3768 45% [============================ ] 1719/3768 45% [============================ ] 1720/3768 45% [============================ ] 1721/3768 45% [============================ ] 1722/3768 45% [============================ ] 1723/3768 45% [============================ ] 1724/3768 45% [============================ ] 1725/3768 45% [============================ ] 1726/3768 45% [============================ ] 1727/3768 45% [============================ ] 1728/3768 45% [============================ ] 1729/3768 45% [============================ ] 1730/3768 45% [============================ ] 1731/3768 45% [============================ ] 1732/3768 45% [============================ ] 1733/3768 45% [============================ ] 1734/3768 46% [============================ ] 1735/3768 46% [============================ ] 1736/3768 46% [============================ ] 1737/3768 46% [============================ ] 1738/3768 46% [============================ ] 1739/3768 46% [============================ ] 1740/3768 46% [============================ ] 1741/3768 46% [============================ ] 1742/3768 46% [============================ ] 1743/3768 46% [============================ ] 1744/3768 46% [============================ ] 1745/3768 46% [============================ ] 1746/3768 46% [============================ ] 1747/3768 46% [============================ ] 1748/3768 46% [============================ ] 1749/3768 46% [============================ ] 1750/3768 46% [============================ ] 1751/3768 46% [============================ ] 1752/3768 46% [============================ ] 1753/3768 46% [============================ ] 1754/3768 46% [============================ ] 1755/3768 46% [============================ ] 1756/3768 46% [============================ ] 1757/3768 46% [============================ ] 1758/3768 46% [============================ ] 1759/3768 46% [============================ ] 1760/3768 46% [============================ ] 1761/3768 46% [============================ ] 1762/3768 46% [============================= ] 1763/3768 46% [============================= ] 1764/3768 46% [============================= ] 1765/3768 46% [============================= ] 1766/3768 46% [============================= ] 1767/3768 46% [============================= ] 1768/3768 46% [============================= ] 1769/3768 46% [============================= ] 1770/3768 46% [============================= ] 1771/3768 47% [============================= ] 1772/3768 47% [============================= ] 1773/3768 47% [============================= ] 1774/3768 47% [============================= ] 1775/3768 47% [============================= ] 1776/3768 47% [============================= ] 1777/3768 47% [============================= ] 1778/3768 47% [============================= ] 1779/3768 47% [============================= ] 1780/3768 47% [============================= ] 1781/3768 47% [============================= ] 1782/3768 47% [============================= ] 1783/3768 47% [============================= ] 1784/3768 47% [============================= ] 1785/3768 47% [============================= ] 1786/3768 47% [============================= ] 1787/3768 47% [============================= ] 1788/3768 47% [============================= ] 1789/3768 47% [============================= ] 1790/3768 47% [============================= ] 1791/3768 47% [============================= ] 1792/3768 47% [============================= ] 1793/3768 47% [============================= ] 1794/3768 47% [============================= ] 1795/3768 47% [============================= ] 1796/3768 47% [============================= ] 1797/3768 47% [============================= ] 1798/3768 47% [============================= ] 1799/3768 47% [============================= ] 1800/3768 47% [============================= ] 1801/3768 47% [============================= ] 1802/3768 47% [============================= ] 1803/3768 47% [============================= ] 1804/3768 47% [============================= ] 1805/3768 47% [============================= ] 1806/3768 47% [============================= ] 1807/3768 47% [============================= ] 1808/3768 47% [============================= ] 1809/3768 48% [============================= ] 1810/3768 48% [============================= ] 1811/3768 48% [============================= ] 1812/3768 48% [============================= ] 1813/3768 48% [============================= ] 1814/3768 48% [============================= ] 1815/3768 48% [============================= ] 1816/3768 48% [============================= ] 1817/3768 48% [============================= ] 1818/3768 48% [============================= ] 1819/3768 48% [============================= ] 1820/3768 48% [============================= ] 1821/3768 48% [============================= ] 1822/3768 48% [============================= ] 1823/3768 48% [============================== ] 1824/3768 48% [============================== ] 1825/3768 48% [============================== ] 1826/3768 48% [============================== ] 1827/3768 48% [============================== ] 1828/3768 48% [============================== ] 1829/3768 48% [============================== ] 1830/3768 48% [============================== ] 1831/3768 48% [============================== ] 1832/3768 48% [============================== ] 1833/3768 48% [============================== ] 1834/3768 48% [============================== ] 1835/3768 48% [============================== ] 1836/3768 48% [============================== ] 1837/3768 48% [============================== ] 1838/3768 48% [============================== ] 1839/3768 48% [============================== ] 1840/3768 48% [============================== ] 1841/3768 48% [============================== ] 1842/3768 48% [============================== ] 1843/3768 48% [============================== ] 1844/3768 48% [============================== ] 1845/3768 48% [============================== ] 1846/3768 48% [============================== ] 1847/3768 49% [============================== ] 1848/3768 49% [============================== ] 1849/3768 49% [============================== ] 1850/3768 49% [============================== ] 1851/3768 49% [============================== ] 1852/3768 49% [============================== ] 1853/3768 49% [============================== ] 1854/3768 49% [============================== ] 1855/3768 49% [============================== ] 1856/3768 49% [============================== ] 1857/3768 49% [============================== ] 1858/3768 49% [============================== ] 1859/3768 49% [============================== ] 1860/3768 49% [============================== ] 1861/3768 49% [============================== ] 1862/3768 49% [============================== ] 1863/3768 49% [============================== ] 1864/3768 49% [============================== ] 1865/3768 49% [============================== ] 1866/3768 49% [============================== ] 1867/3768 49% [============================== ] 1868/3768 49% [============================== ] 1869/3768 49% [============================== ] 1870/3768 49% [============================== ] 1871/3768 49% [============================== ] 1872/3768 49% [============================== ] 1873/3768 49% [============================== ] 1874/3768 49% [============================== ] 1875/3768 49% [============================== ] 1876/3768 49% [============================== ] 1877/3768 49% [============================== ] 1878/3768 49% [============================== ] 1879/3768 49% [============================== ] 1880/3768 49% [============================== ] 1881/3768 49% [============================== ] 1882/3768 49% [============================== ] 1883/3768 49% [=============================== ] 1884/3768 50% [=============================== ] 1885/3768 50% [=============================== ] 1886/3768 50% [=============================== ] 1887/3768 50% [=============================== ] 1888/3768 50% [=============================== ] 1889/3768 50% [=============================== ] 1890/3768 50% [=============================== ] 1891/3768 50% [=============================== ] 1892/3768 50% [=============================== ] 1893/3768 50% [=============================== ] 1894/3768 50% [=============================== ] 1895/3768 50% [=============================== ] 1896/3768 50% [=============================== ] 1897/3768 50% [=============================== ] 1898/3768 50% [=============================== ] 1899/3768 50% [=============================== ] 1900/3768 50% [=============================== ] 1901/3768 50% [=============================== ] 1902/3768 50% [=============================== ] 1903/3768 50% [=============================== ] 1904/3768 50% [=============================== ] 1905/3768 50% [=============================== ] 1906/3768 50% [=============================== ] 1907/3768 50% [=============================== ] 1908/3768 50% [=============================== ] 1909/3768 50% [=============================== ] 1910/3768 50% [=============================== ] 1911/3768 50% [=============================== ] 1912/3768 50% [=============================== ] 1913/3768 50% [=============================== ] 1914/3768 50% [=============================== ] 1915/3768 50% [=============================== ] 1916/3768 50% [=============================== ] 1917/3768 50% [=============================== ] 1918/3768 50% [=============================== ] 1919/3768 50% [=============================== ] 1920/3768 50% [=============================== ] 1921/3768 50% [=============================== ] 1922/3768 51% [=============================== ] 1923/3768 51% [=============================== ] 1924/3768 51% [=============================== ] 1925/3768 51% [=============================== ] 1926/3768 51% [=============================== ] 1927/3768 51% [=============================== ] 1928/3768 51% [=============================== ] 1929/3768 51% [=============================== ] 1930/3768 51% [=============================== ] 1931/3768 51% [=============================== ] 1932/3768 51% [=============================== ] 1933/3768 51% [=============================== ] 1934/3768 51% [=============================== ] 1935/3768 51% [=============================== ] 1936/3768 51% [=============================== ] 1937/3768 51% [=============================== ] 1938/3768 51% [=============================== ] 1939/3768 51% [=============================== ] 1940/3768 51% [=============================== ] 1941/3768 51% [=============================== ] 1942/3768 51% [=============================== ] 1943/3768 51% [=============================== ] 1944/3768 51% [================================ ] 1945/3768 51% [================================ ] 1946/3768 51% [================================ ] 1947/3768 51% [================================ ] 1948/3768 51% [================================ ] 1949/3768 51% [================================ ] 1950/3768 51% [================================ ] 1951/3768 51% [================================ ] 1952/3768 51% [================================ ] 1953/3768 51% [================================ ] 1954/3768 51% [================================ ] 1955/3768 51% [================================ ] 1956/3768 51% [================================ ] 1957/3768 51% [================================ ] 1958/3768 51% [================================ ] 1959/3768 51% [================================ ] 1960/3768 52% [================================ ] 1961/3768 52% [================================ ] 1962/3768 52% [================================ ] 1963/3768 52% [================================ ] 1964/3768 52% [================================ ] 1965/3768 52% [================================ ] 1966/3768 52% [================================ ] 1967/3768 52% [================================ ] 1968/3768 52% [================================ ] 1969/3768 52% [================================ ] 1970/3768 52% [================================ ] 1971/3768 52% [================================ ] 1972/3768 52% [================================ ] 1973/3768 52% [================================ ] 1974/3768 52% [================================ ] 1975/3768 52% [================================ ] 1976/3768 52% [================================ ] 1977/3768 52% [================================ ] 1978/3768 52% [================================ ] 1979/3768 52% [================================ ] 1980/3768 52% [================================ ] 1981/3768 52% [================================ ] 1982/3768 52% [================================ ] 1983/3768 52% [================================ ] 1984/3768 52% [================================ ] 1985/3768 52% [================================ ] 1986/3768 52% [================================ ] 1987/3768 52% [================================ ] 1988/3768 52% [================================ ] 1989/3768 52% [================================ ] 1990/3768 52% [================================ ] 1991/3768 52% [================================ ] 1992/3768 52% [================================ ] 1993/3768 52% [================================ ] 1994/3768 52% [================================ ] 1995/3768 52% [================================ ] 1996/3768 52% [================================ ] 1997/3768 52% [================================ ] 1998/3768 53% [================================ ] 1999/3768 53% [================================ ] 2000/3768 53% [================================ ] 2001/3768 53% [================================ ] 2002/3768 53% [================================ ] 2003/3768 53% [================================ ] 2004/3768 53% [================================ ] 2005/3768 53% [================================= ] 2006/3768 53% [================================= ] 2007/3768 53% [================================= ] 2008/3768 53% [================================= ] 2009/3768 53% [================================= ] 2010/3768 53% [================================= ] 2011/3768 53% [================================= ] 2012/3768 53% [================================= ] 2013/3768 53% [================================= ] 2014/3768 53% [================================= ] 2015/3768 53% [================================= ] 2016/3768 53% [================================= ] 2017/3768 53% [================================= ] 2018/3768 53% [================================= ] 2019/3768 53% [================================= ] 2020/3768 53% [================================= ] 2021/3768 53% [================================= ] 2022/3768 53% [================================= ] 2023/3768 53% [================================= ] 2024/3768 53% [================================= ] 2025/3768 53% [================================= ] 2026/3768 53% [================================= ] 2027/3768 53% [================================= ] 2028/3768 53% [================================= ] 2029/3768 53% [================================= ] 2030/3768 53% [================================= ] 2031/3768 53% [================================= ] 2032/3768 53% [================================= ] 2033/3768 53% [================================= ] 2034/3768 53% [================================= ] 2035/3768 54% [================================= ] 2036/3768 54% [================================= ] 2037/3768 54% [================================= ] 2038/3768 54% [================================= ] 2039/3768 54% [================================= ] 2040/3768 54% [================================= ] 2041/3768 54% [================================= ] 2042/3768 54% [================================= ] 2043/3768 54% [================================= ] 2044/3768 54% [================================= ] 2045/3768 54% [================================= ] 2046/3768 54% [================================= ] 2047/3768 54% [================================= ] 2048/3768 54% [================================= ] 2049/3768 54% [================================= ] 2050/3768 54% [================================= ] 2051/3768 54% [================================= ] 2052/3768 54% [================================= ] 2053/3768 54% [================================= ] 2054/3768 54% [================================= ] 2055/3768 54% [================================= ] 2056/3768 54% [================================= ] 2057/3768 54% [================================= ] 2058/3768 54% [================================= ] 2059/3768 54% [================================= ] 2060/3768 54% [================================= ] 2061/3768 54% [================================= ] 2062/3768 54% [================================= ] 2063/3768 54% [================================= ] 2064/3768 54% [================================= ] 2065/3768 54% [================================= ] 2066/3768 54% [================================== ] 2067/3768 54% [================================== ] 2068/3768 54% [================================== ] 2069/3768 54% [================================== ] 2070/3768 54% [================================== ] 2071/3768 54% [================================== ] 2072/3768 54% [================================== ] 2073/3768 55% [================================== ] 2074/3768 55% [================================== ] 2075/3768 55% [================================== ] 2076/3768 55% [================================== ] 2077/3768 55% [================================== ] 2078/3768 55% [================================== ] 2079/3768 55% [================================== ] 2080/3768 55% [================================== ] 2081/3768 55% [================================== ] 2082/3768 55% [================================== ] 2083/3768 55% [================================== ] 2084/3768 55% [================================== ] 2085/3768 55% [================================== ] 2086/3768 55% [================================== ] 2087/3768 55% [================================== ] 2088/3768 55% [================================== ] 2089/3768 55% [================================== ] 2090/3768 55% [================================== ] 2091/3768 55% [================================== ] 2092/3768 55% [================================== ] 2093/3768 55% [================================== ] 2094/3768 55% [================================== ] 2095/3768 55% [================================== ] 2096/3768 55% [================================== ] 2097/3768 55% [================================== ] 2098/3768 55% [================================== ] 2099/3768 55% [================================== ] 2100/3768 55% [================================== ] 2101/3768 55% [================================== ] 2102/3768 55% [================================== ] 2103/3768 55% [================================== ] 2104/3768 55% [================================== ] 2105/3768 55% [================================== ] 2106/3768 55% [================================== ] 2107/3768 55% [================================== ] 2108/3768 55% [================================== ] 2109/3768 55% [================================== ] 2110/3768 55% [================================== ] 2111/3768 56% [================================== ] 2112/3768 56% [================================== ] 2113/3768 56% [================================== ] 2114/3768 56% [================================== ] 2115/3768 56% [================================== ] 2116/3768 56% [================================== ] 2117/3768 56% [================================== ] 2118/3768 56% [================================== ] 2119/3768 56% [================================== ] 2120/3768 56% [================================== ] 2121/3768 56% [================================== ] 2122/3768 56% [================================== ] 2123/3768 56% [================================== ] 2124/3768 56% [================================== ] 2125/3768 56% [================================== ] 2126/3768 56% [================================== ] 2127/3768 56% [=================================== ] 2128/3768 56% [=================================== ] 2129/3768 56% [=================================== ] 2130/3768 56% [=================================== ] 2131/3768 56% [=================================== ] 2132/3768 56% [=================================== ] 2133/3768 56% [=================================== ] 2134/3768 56% [=================================== ] 2135/3768 56% [=================================== ] 2136/3768 56% [=================================== ] 2137/3768 56% [=================================== ] 2138/3768 56% [=================================== ] 2139/3768 56% [=================================== ] 2140/3768 56% [=================================== ] 2141/3768 56% [=================================== ] 2142/3768 56% [=================================== ] 2143/3768 56% [=================================== ] 2144/3768 56% [=================================== ] 2145/3768 56% [=================================== ] 2146/3768 56% [=================================== ] 2147/3768 56% [=================================== ] 2148/3768 57% [=================================== ] 2149/3768 57% [=================================== ] 2150/3768 57% [=================================== ] 2151/3768 57% [=================================== ] 2152/3768 57% [=================================== ] 2153/3768 57% [=================================== ] 2154/3768 57% [=================================== ] 2155/3768 57% [=================================== ] 2156/3768 57% [=================================== ] 2157/3768 57% [=================================== ] 2158/3768 57% [=================================== ] 2159/3768 57% [=================================== ] 2160/3768 57% [=================================== ] 2161/3768 57% [=================================== ] 2162/3768 57% [=================================== ] 2163/3768 57% [=================================== ] 2164/3768 57% [=================================== ] 2165/3768 57% [=================================== ] 2166/3768 57% [=================================== ] 2167/3768 57% [=================================== ] 2168/3768 57% [=================================== ] 2169/3768 57% [=================================== ] 2170/3768 57% [=================================== ] 2171/3768 57% [=================================== ] 2172/3768 57% [=================================== ] 2173/3768 57% [=================================== ] 2174/3768 57% [=================================== ] 2175/3768 57% [=================================== ] 2176/3768 57% [=================================== ] 2177/3768 57% [=================================== ] 2178/3768 57% [=================================== ] 2179/3768 57% [=================================== ] 2180/3768 57% [=================================== ] 2181/3768 57% [=================================== ] 2182/3768 57% [=================================== ] 2183/3768 57% [=================================== ] 2184/3768 57% [=================================== ] 2185/3768 57% [=================================== ] 2186/3768 58% [=================================== ] 2187/3768 58% [==================================== ] 2188/3768 58% [==================================== ] 2189/3768 58% [==================================== ] 2190/3768 58% [==================================== ] 2191/3768 58% [==================================== ] 2192/3768 58% [==================================== ] 2193/3768 58% [==================================== ] 2194/3768 58% [==================================== ] 2195/3768 58% [==================================== ] 2196/3768 58% [==================================== ] 2197/3768 58% [==================================== ] 2198/3768 58% [==================================== ] 2199/3768 58% [==================================== ] 2200/3768 58% [==================================== ] 2201/3768 58% [==================================== ] 2202/3768 58% [==================================== ] 2203/3768 58% [==================================== ] 2204/3768 58% [==================================== ] 2205/3768 58% [==================================== ] 2206/3768 58% [==================================== ] 2207/3768 58% [==================================== ] 2208/3768 58% [==================================== ] 2209/3768 58% [==================================== ] 2210/3768 58% [==================================== ] 2211/3768 58% [==================================== ] 2212/3768 58% [==================================== ] 2213/3768 58% [==================================== ] 2214/3768 58% [==================================== ] 2215/3768 58% [==================================== ] 2216/3768 58% [==================================== ] 2217/3768 58% [==================================== ] 2218/3768 58% [==================================== ] 2219/3768 58% [==================================== ] 2220/3768 58% [==================================== ] 2221/3768 58% [==================================== ] 2222/3768 58% [==================================== ] 2223/3768 58% [==================================== ] 2224/3768 59% [==================================== ] 2225/3768 59% [==================================== ] 2226/3768 59% [==================================== ] 2227/3768 59% [==================================== ] 2228/3768 59% [==================================== ] 2229/3768 59% [==================================== ] 2230/3768 59% [==================================== ] 2231/3768 59% [==================================== ] 2232/3768 59% [==================================== ] 2233/3768 59% [==================================== ] 2234/3768 59% [==================================== ] 2235/3768 59% [==================================== ] 2236/3768 59% [==================================== ] 2237/3768 59% [==================================== ] 2238/3768 59% [==================================== ] 2239/3768 59% [==================================== ] 2240/3768 59% [==================================== ] 2241/3768 59% [==================================== ] 2242/3768 59% [==================================== ] 2243/3768 59% [==================================== ] 2244/3768 59% [==================================== ] 2245/3768 59% [==================================== ] 2246/3768 59% [==================================== ] 2247/3768 59% [==================================== ] 2248/3768 59% [===================================== ] 2249/3768 59% [===================================== ] 2250/3768 59% [===================================== ] 2251/3768 59% [===================================== ] 2252/3768 59% [===================================== ] 2253/3768 59% [===================================== ] 2254/3768 59% [===================================== ] 2255/3768 59% [===================================== ] 2256/3768 59% [===================================== ] 2257/3768 59% [===================================== ] 2258/3768 59% [===================================== ] 2259/3768 59% [===================================== ] 2260/3768 59% [===================================== ] 2261/3768 60% [===================================== ] 2262/3768 60% [===================================== ] 2263/3768 60% [===================================== ] 2264/3768 60% [===================================== ] 2265/3768 60% [===================================== ] 2266/3768 60% [===================================== ] 2267/3768 60% [===================================== ] 2268/3768 60% [===================================== ] 2269/3768 60% [===================================== ] 2270/3768 60% [===================================== ] 2271/3768 60% [===================================== ] 2272/3768 60% [===================================== ] 2273/3768 60% [===================================== ] 2274/3768 60% [===================================== ] 2275/3768 60% [===================================== ] 2276/3768 60% [===================================== ] 2277/3768 60% [===================================== ] 2278/3768 60% [===================================== ] 2279/3768 60% [===================================== ] 2280/3768 60% [===================================== ] 2281/3768 60% [===================================== ] 2282/3768 60% [===================================== ] 2283/3768 60% [===================================== ] 2284/3768 60% [===================================== ] 2285/3768 60% [===================================== ] 2286/3768 60% [===================================== ] 2287/3768 60% [===================================== ] 2288/3768 60% [===================================== ] 2289/3768 60% [===================================== ] 2290/3768 60% [===================================== ] 2291/3768 60% [===================================== ] 2292/3768 60% [===================================== ] 2293/3768 60% [===================================== ] 2294/3768 60% [===================================== ] 2295/3768 60% [===================================== ] 2296/3768 60% [===================================== ] 2297/3768 60% [===================================== ] 2298/3768 60% [===================================== ] 2299/3768 61% [===================================== ] 2300/3768 61% [===================================== ] 2301/3768 61% [===================================== ] 2302/3768 61% [===================================== ] 2303/3768 61% [===================================== ] 2304/3768 61% [===================================== ] 2305/3768 61% [===================================== ] 2306/3768 61% [===================================== ] 2307/3768 61% [===================================== ] 2308/3768 61% [===================================== ] 2309/3768 61% [====================================== ] 2310/3768 61% [====================================== ] 2311/3768 61% [====================================== ] 2312/3768 61% [====================================== ] 2313/3768 61% [====================================== ] 2314/3768 61% [====================================== ] 2315/3768 61% [====================================== ] 2316/3768 61% [====================================== ] 2317/3768 61% [====================================== ] 2318/3768 61% [====================================== ] 2319/3768 61% [====================================== ] 2320/3768 61% [====================================== ] 2321/3768 61% [====================================== ] 2322/3768 61% [====================================== ] 2323/3768 61% [====================================== ] 2324/3768 61% [====================================== ] 2325/3768 61% [====================================== ] 2326/3768 61% [====================================== ] 2327/3768 61% [====================================== ] 2328/3768 61% [====================================== ] 2329/3768 61% [====================================== ] 2330/3768 61% [====================================== ] 2331/3768 61% [====================================== ] 2332/3768 61% [====================================== ] 2333/3768 61% [====================================== ] 2334/3768 61% [====================================== ] 2335/3768 61% [====================================== ] 2336/3768 61% [====================================== ] 2337/3768 62% [====================================== ] 2338/3768 62% [====================================== ] 2339/3768 62% [====================================== ] 2340/3768 62% [====================================== ] 2341/3768 62% [====================================== ] 2342/3768 62% [====================================== ] 2343/3768 62% [====================================== ] 2344/3768 62% [====================================== ] 2345/3768 62% [====================================== ] 2346/3768 62% [====================================== ] 2347/3768 62% [====================================== ] 2348/3768 62% [====================================== ] 2349/3768 62% [====================================== ] 2350/3768 62% [====================================== ] 2351/3768 62% [====================================== ] 2352/3768 62% [====================================== ] 2353/3768 62% [====================================== ] 2354/3768 62% [====================================== ] 2355/3768 62% [====================================== ] 2356/3768 62% [====================================== ] 2357/3768 62% [====================================== ] 2358/3768 62% [====================================== ] 2359/3768 62% [====================================== ] 2360/3768 62% [====================================== ] 2361/3768 62% [====================================== ] 2362/3768 62% [====================================== ] 2363/3768 62% [====================================== ] 2364/3768 62% [====================================== ] 2365/3768 62% [====================================== ] 2366/3768 62% [====================================== ] 2367/3768 62% [====================================== ] 2368/3768 62% [====================================== ] 2369/3768 62% [====================================== ] 2370/3768 62% [======================================= ] 2371/3768 62% [======================================= ] 2372/3768 62% [======================================= ] 2373/3768 62% [======================================= ] 2374/3768 63% [======================================= ] 2375/3768 63% [======================================= ] 2376/3768 63% [======================================= ] 2377/3768 63% [======================================= ] 2378/3768 63% [======================================= ] 2379/3768 63% [======================================= ] 2380/3768 63% [======================================= ] 2381/3768 63% [======================================= ] 2382/3768 63% [======================================= ] 2383/3768 63% [======================================= ] 2384/3768 63% [======================================= ] 2385/3768 63% [======================================= ] 2386/3768 63% [======================================= ] 2387/3768 63% [======================================= ] 2388/3768 63% [======================================= ] 2389/3768 63% [======================================= ] 2390/3768 63% [======================================= ] 2391/3768 63% [======================================= ] 2392/3768 63% [======================================= ] 2393/3768 63% [======================================= ] 2394/3768 63% [======================================= ] 2395/3768 63% [======================================= ] 2396/3768 63% [======================================= ] 2397/3768 63% [======================================= ] 2398/3768 63% [======================================= ] 2399/3768 63% [======================================= ] 2400/3768 63% [======================================= ] 2401/3768 63% [======================================= ] 2402/3768 63% [======================================= ] 2403/3768 63% [======================================= ] 2404/3768 63% [======================================= ] 2405/3768 63% [======================================= ] 2406/3768 63% [======================================= ] 2407/3768 63% [======================================= ] 2408/3768 63% [======================================= ] 2409/3768 63% [======================================= ] 2410/3768 63% [======================================= ] 2411/3768 63% [======================================= ] 2412/3768 64% [======================================= ] 2413/3768 64% [======================================= ] 2414/3768 64% [======================================= ] 2415/3768 64% [======================================= ] 2416/3768 64% [======================================= ] 2417/3768 64% [======================================= ] 2418/3768 64% [======================================= ] 2419/3768 64% [======================================= ] 2420/3768 64% [======================================= ] 2421/3768 64% [======================================= ] 2422/3768 64% [======================================= ] 2423/3768 64% [======================================= ] 2424/3768 64% [======================================= ] 2425/3768 64% [======================================= ] 2426/3768 64% [======================================= ] 2427/3768 64% [======================================= ] 2428/3768 64% [======================================= ] 2429/3768 64% [======================================= ] 2430/3768 64% [======================================== ] 2431/3768 64% [======================================== ] 2432/3768 64% [======================================== ] 2433/3768 64% [======================================== ] 2434/3768 64% [======================================== ] 2435/3768 64% [======================================== ] 2436/3768 64% [======================================== ] 2437/3768 64% [======================================== ] 2438/3768 64% [======================================== ] 2439/3768 64% [======================================== ] 2440/3768 64% [======================================== ] 2441/3768 64% [======================================== ] 2442/3768 64% [======================================== ] 2443/3768 64% [======================================== ] 2444/3768 64% [======================================== ] 2445/3768 64% [======================================== ] 2446/3768 64% [======================================== ] 2447/3768 64% [======================================== ] 2448/3768 64% [======================================== ] 2449/3768 64% [======================================== ] 2450/3768 65% [======================================== ] 2451/3768 65% [======================================== ] 2452/3768 65% [======================================== ] 2453/3768 65% [======================================== ] 2454/3768 65% [======================================== ] 2455/3768 65% [======================================== ] 2456/3768 65% [======================================== ] 2457/3768 65% [======================================== ] 2458/3768 65% [======================================== ] 2459/3768 65% [======================================== ] 2460/3768 65% [======================================== ] 2461/3768 65% [======================================== ] 2462/3768 65% [======================================== ] 2463/3768 65% [======================================== ] 2464/3768 65% [======================================== ] 2465/3768 65% [======================================== ] 2466/3768 65% [======================================== ] 2467/3768 65% [======================================== ] 2468/3768 65% [======================================== ] 2469/3768 65% [======================================== ] 2470/3768 65% [======================================== ] 2471/3768 65% [======================================== ] 2472/3768 65% [======================================== ] 2473/3768 65% [======================================== ] 2474/3768 65% [======================================== ] 2475/3768 65% [======================================== ] 2476/3768 65% [======================================== ] 2477/3768 65% [======================================== ] 2478/3768 65% [======================================== ] 2479/3768 65% [======================================== ] 2480/3768 65% [======================================== ] 2481/3768 65% [======================================== ] 2482/3768 65% [======================================== ] 2483/3768 65% [======================================== ] 2484/3768 65% [======================================== ] 2485/3768 65% [======================================== ] 2486/3768 65% [======================================== ] 2487/3768 66% [======================================== ] 2488/3768 66% [======================================== ] 2489/3768 66% [======================================== ] 2490/3768 66% [======================================== ] 2491/3768 66% [========================================= ] 2492/3768 66% [========================================= ] 2493/3768 66% [========================================= ] 2494/3768 66% [========================================= ] 2495/3768 66% [========================================= ] 2496/3768 66% [========================================= ] 2497/3768 66% [========================================= ] 2498/3768 66% [========================================= ] 2499/3768 66% [========================================= ] 2500/3768 66% [========================================= ] 2501/3768 66% [========================================= ] 2502/3768 66% [========================================= ] 2503/3768 66% [========================================= ] 2504/3768 66% [========================================= ] 2505/3768 66% [========================================= ] 2506/3768 66% [========================================= ] 2507/3768 66% [========================================= ] 2508/3768 66% [========================================= ] 2509/3768 66% [========================================= ] 2510/3768 66% [========================================= ] 2511/3768 66% [========================================= ] 2512/3768 66% [========================================= ] 2513/3768 66% [========================================= ] 2514/3768 66% [========================================= ] 2515/3768 66% [========================================= ] 2516/3768 66% [========================================= ] 2517/3768 66% [========================================= ] 2518/3768 66% [========================================= ] 2519/3768 66% [========================================= ] 2520/3768 66% [========================================= ] 2521/3768 66% [========================================= ] 2522/3768 66% [========================================= ] 2523/3768 66% [========================================= ] 2524/3768 66% [========================================= ] 2525/3768 67% [========================================= ] 2526/3768 67% [========================================= ] 2527/3768 67% [========================================= ] 2528/3768 67% [========================================= ] 2529/3768 67% [========================================= ] 2530/3768 67% [========================================= ] 2531/3768 67% [========================================= ] 2532/3768 67% [========================================= ] 2533/3768 67% [========================================= ] 2534/3768 67% [========================================= ] 2535/3768 67% [========================================= ] 2536/3768 67% [========================================= ] 2537/3768 67% [========================================= ] 2538/3768 67% [========================================= ] 2539/3768 67% [========================================= ] 2540/3768 67% [========================================= ] 2541/3768 67% [========================================= ] 2542/3768 67% [========================================= ] 2543/3768 67% [========================================= ] 2544/3768 67% [========================================= ] 2545/3768 67% [========================================= ] 2546/3768 67% [========================================= ] 2547/3768 67% [========================================= ] 2548/3768 67% [========================================= ] 2549/3768 67% [========================================= ] 2550/3768 67% [========================================= ] 2551/3768 67% [========================================= ] 2552/3768 67% [========================================== ] 2553/3768 67% [========================================== ] 2554/3768 67% [========================================== ] 2555/3768 67% [========================================== ] 2556/3768 67% [========================================== ] 2557/3768 67% [========================================== ] 2558/3768 67% [========================================== ] 2559/3768 67% [========================================== ] 2560/3768 67% [========================================== ] 2561/3768 67% [========================================== ] 2562/3768 67% [========================================== ] 2563/3768 68% [========================================== ] 2564/3768 68% [========================================== ] 2565/3768 68% [========================================== ] 2566/3768 68% [========================================== ] 2567/3768 68% [========================================== ] 2568/3768 68% [========================================== ] 2569/3768 68% [========================================== ] 2570/3768 68% [========================================== ] 2571/3768 68% [========================================== ] 2572/3768 68% [========================================== ] 2573/3768 68% [========================================== ] 2574/3768 68% [========================================== ] 2575/3768 68% [========================================== ] 2576/3768 68% [========================================== ] 2577/3768 68% [========================================== ] 2578/3768 68% [========================================== ] 2579/3768 68% [========================================== ] 2580/3768 68% [========================================== ] 2581/3768 68% [========================================== ] 2582/3768 68% [========================================== ] 2583/3768 68% [========================================== ] 2584/3768 68% [========================================== ] 2585/3768 68% [========================================== ] 2586/3768 68% [========================================== ] 2587/3768 68% [========================================== ] 2588/3768 68% [========================================== ] 2589/3768 68% [========================================== ] 2590/3768 68% [========================================== ] 2591/3768 68% [========================================== ] 2592/3768 68% [========================================== ] 2593/3768 68% [========================================== ] 2594/3768 68% [========================================== ] 2595/3768 68% [========================================== ] 2596/3768 68% [========================================== ] 2597/3768 68% [========================================== ] 2598/3768 68% [========================================== ] 2599/3768 68% [========================================== ] 2600/3768 69% [========================================== ] 2601/3768 69% [========================================== ] 2602/3768 69% [========================================== ] 2603/3768 69% [========================================== ] 2604/3768 69% [========================================== ] 2605/3768 69% [========================================== ] 2606/3768 69% [========================================== ] 2607/3768 69% [========================================== ] 2608/3768 69% [========================================== ] 2609/3768 69% [========================================== ] 2610/3768 69% [========================================== ] 2611/3768 69% [========================================== ] 2612/3768 69% [========================================== ] 2613/3768 69% [=========================================== ] 2614/3768 69% [=========================================== ] 2615/3768 69% [=========================================== ] 2616/3768 69% [=========================================== ] 2617/3768 69% [=========================================== ] 2618/3768 69% [=========================================== ] 2619/3768 69% [=========================================== ] 2620/3768 69% [=========================================== ] 2621/3768 69% [=========================================== ] 2622/3768 69% [=========================================== ] 2623/3768 69% [=========================================== ] 2624/3768 69% [=========================================== ] 2625/3768 69% [=========================================== ] 2626/3768 69% [=========================================== ] 2627/3768 69% [=========================================== ] 2628/3768 69% [=========================================== ] 2629/3768 69% [=========================================== ] 2630/3768 69% [=========================================== ] 2631/3768 69% [=========================================== ] 2632/3768 69% [=========================================== ] 2633/3768 69% [=========================================== ] 2634/3768 69% [=========================================== ] 2635/3768 69% [=========================================== ] 2636/3768 69% [=========================================== ] 2637/3768 69% [=========================================== ] 2638/3768 70% [=========================================== ] 2639/3768 70% [=========================================== ] 2640/3768 70% [=========================================== ] 2641/3768 70% [=========================================== ] 2642/3768 70% [=========================================== ] 2643/3768 70% [=========================================== ] 2644/3768 70% [=========================================== ] 2645/3768 70% [=========================================== ] 2646/3768 70% [=========================================== ] 2647/3768 70% [=========================================== ] 2648/3768 70% [=========================================== ] 2649/3768 70% [=========================================== ] 2650/3768 70% [=========================================== ] 2651/3768 70% [=========================================== ] 2652/3768 70% [=========================================== ] 2653/3768 70% [=========================================== ] 2654/3768 70% [=========================================== ] 2655/3768 70% [=========================================== ] 2656/3768 70% [=========================================== ] 2657/3768 70% [=========================================== ] 2658/3768 70% [=========================================== ] 2659/3768 70% [=========================================== ] 2660/3768 70% [=========================================== ] 2661/3768 70% [=========================================== ] 2662/3768 70% [=========================================== ] 2663/3768 70% [=========================================== ] 2664/3768 70% [=========================================== ] 2665/3768 70% [=========================================== ] 2666/3768 70% [=========================================== ] 2667/3768 70% [=========================================== ] 2668/3768 70% [=========================================== ] 2669/3768 70% [=========================================== ] 2670/3768 70% [=========================================== ] 2671/3768 70% [=========================================== ] 2672/3768 70% [=========================================== ] 2673/3768 70% [=========================================== ] 2674/3768 70% [============================================ ] 2675/3768 70% [============================================ ] 2676/3768 71% [============================================ ] 2677/3768 71% [============================================ ] 2678/3768 71% [============================================ ] 2679/3768 71% [============================================ ] 2680/3768 71% [============================================ ] 2681/3768 71% [============================================ ] 2682/3768 71% [============================================ ] 2683/3768 71% [============================================ ] 2684/3768 71% [============================================ ] 2685/3768 71% [============================================ ] 2686/3768 71% [============================================ ] 2687/3768 71% [============================================ ] 2688/3768 71% [============================================ ] 2689/3768 71% [============================================ ] 2690/3768 71% [============================================ ] 2691/3768 71% [============================================ ] 2692/3768 71% [============================================ ] 2693/3768 71% [============================================ ] 2694/3768 71% [============================================ ] 2695/3768 71% [============================================ ] 2696/3768 71% [============================================ ] 2697/3768 71% [============================================ ] 2698/3768 71% [============================================ ] 2699/3768 71% [============================================ ] 2700/3768 71% [============================================ ] 2701/3768 71% [============================================ ] 2702/3768 71% [============================================ ] 2703/3768 71% [============================================ ] 2704/3768 71% [============================================ ] 2705/3768 71% [============================================ ] 2706/3768 71% [============================================ ] 2707/3768 71% [============================================ ] 2708/3768 71% [============================================ ] 2709/3768 71% [============================================ ] 2710/3768 71% [============================================ ] 2711/3768 71% [============================================ ] 2712/3768 71% [============================================ ] 2713/3768 72% [============================================ ] 2714/3768 72% [============================================ ] 2715/3768 72% [============================================ ] 2716/3768 72% [============================================ ] 2717/3768 72% [============================================ ] 2718/3768 72% [============================================ ] 2719/3768 72% [============================================ ] 2720/3768 72% [============================================ ] 2721/3768 72% [============================================ ] 2722/3768 72% [============================================ ] 2723/3768 72% [============================================ ] 2724/3768 72% [============================================ ] 2725/3768 72% [============================================ ] 2726/3768 72% [============================================ ] 2727/3768 72% [============================================ ] 2728/3768 72% [============================================ ] 2729/3768 72% [============================================ ] 2730/3768 72% [============================================ ] 2731/3768 72% [============================================ ] 2732/3768 72% [============================================ ] 2733/3768 72% [============================================ ] 2734/3768 72% [============================================= ] 2735/3768 72% [============================================= ] 2736/3768 72% [============================================= ] 2737/3768 72% [============================================= ] 2738/3768 72% [============================================= ] 2739/3768 72% [============================================= ] 2740/3768 72% [============================================= ] 2741/3768 72% [============================================= ] 2742/3768 72% [============================================= ] 2743/3768 72% [============================================= ] 2744/3768 72% [============================================= ] 2745/3768 72% [============================================= ] 2746/3768 72% [============================================= ] 2747/3768 72% [============================================= ] 2748/3768 72% [============================================= ] 2749/3768 72% [============================================= ] 2750/3768 72% [============================================= ] 2751/3768 73% [============================================= ] 2752/3768 73% [============================================= ] 2753/3768 73% [============================================= ] 2754/3768 73% [============================================= ] 2755/3768 73% [============================================= ] 2756/3768 73% [============================================= ] 2757/3768 73% [============================================= ] 2758/3768 73% [============================================= ] 2759/3768 73% [============================================= ] 2760/3768 73% [============================================= ] 2761/3768 73% [============================================= ] 2762/3768 73% [============================================= ] 2763/3768 73% [============================================= ] 2764/3768 73% [============================================= ] 2765/3768 73% [============================================= ] 2766/3768 73% [============================================= ] 2767/3768 73% [============================================= ] 2768/3768 73% [============================================= ] 2769/3768 73% [============================================= ] 2770/3768 73% [============================================= ] 2771/3768 73% [============================================= ] 2772/3768 73% [============================================= ] 2773/3768 73% [============================================= ] 2774/3768 73% [============================================= ] 2775/3768 73% [============================================= ] 2776/3768 73% [============================================= ] 2777/3768 73% [============================================= ] 2778/3768 73% [============================================= ] 2779/3768 73% [============================================= ] 2780/3768 73% [============================================= ] 2781/3768 73% [============================================= ] 2782/3768 73% [============================================= ] 2783/3768 73% [============================================= ] 2784/3768 73% [============================================= ] 2785/3768 73% [============================================= ] 2786/3768 73% [============================================= ] 2787/3768 73% [============================================= ] 2788/3768 73% [============================================= ] 2789/3768 74% [============================================= ] 2790/3768 74% [============================================= ] 2791/3768 74% [============================================= ] 2792/3768 74% [============================================= ] 2793/3768 74% [============================================= ] 2794/3768 74% [============================================= ] 2795/3768 74% [============================================== ] 2796/3768 74% [============================================== ] 2797/3768 74% [============================================== ] 2798/3768 74% [============================================== ] 2799/3768 74% [============================================== ] 2800/3768 74% [============================================== ] 2801/3768 74% [============================================== ] 2802/3768 74% [============================================== ] 2803/3768 74% [============================================== ] 2804/3768 74% [============================================== ] 2805/3768 74% [============================================== ] 2806/3768 74% [============================================== ] 2807/3768 74% [============================================== ] 2808/3768 74% [============================================== ] 2809/3768 74% [============================================== ] 2810/3768 74% [============================================== ] 2811/3768 74% [============================================== ] 2812/3768 74% [============================================== ] 2813/3768 74% [============================================== ] 2814/3768 74% [============================================== ] 2815/3768 74% [============================================== ] 2816/3768 74% [============================================== ] 2817/3768 74% [============================================== ] 2818/3768 74% [============================================== ] 2819/3768 74% [============================================== ] 2820/3768 74% [============================================== ] 2821/3768 74% [============================================== ] 2822/3768 74% [============================================== ] 2823/3768 74% [============================================== ] 2824/3768 74% [============================================== ] 2825/3768 74% [============================================== ] 2826/3768 75% [============================================== ] 2827/3768 75% [============================================== ] 2828/3768 75% [============================================== ] 2829/3768 75% [============================================== ] 2830/3768 75% [============================================== ] 2831/3768 75% [============================================== ] 2832/3768 75% [============================================== ] 2833/3768 75% [============================================== ] 2834/3768 75% [============================================== ] 2835/3768 75% [============================================== ] 2836/3768 75% [============================================== ] 2837/3768 75% [============================================== ] 2838/3768 75% [============================================== ] 2839/3768 75% [============================================== ] 2840/3768 75% [============================================== ] 2841/3768 75% [============================================== ] 2842/3768 75% [============================================== ] 2843/3768 75% [============================================== ] 2844/3768 75% [============================================== ] 2845/3768 75% [============================================== ] 2846/3768 75% [============================================== ] 2847/3768 75% [============================================== ] 2848/3768 75% [============================================== ] 2849/3768 75% [============================================== ] 2850/3768 75% [============================================== ] 2851/3768 75% [============================================== ] 2852/3768 75% [============================================== ] 2853/3768 75% [============================================== ] 2854/3768 75% [============================================== ] 2855/3768 75% [============================================== ] 2856/3768 75% [=============================================== ] 2857/3768 75% [=============================================== ] 2858/3768 75% [=============================================== ] 2859/3768 75% [=============================================== ] 2860/3768 75% [=============================================== ] 2861/3768 75% [=============================================== ] 2862/3768 75% [=============================================== ] 2863/3768 75% [=============================================== ] 2864/3768 76% [=============================================== ] 2865/3768 76% [=============================================== ] 2866/3768 76% [=============================================== ] 2867/3768 76% [=============================================== ] 2868/3768 76% [=============================================== ] 2869/3768 76% [=============================================== ] 2870/3768 76% [=============================================== ] 2871/3768 76% [=============================================== ] 2872/3768 76% [=============================================== ] 2873/3768 76% [=============================================== ] 2874/3768 76% [=============================================== ] 2875/3768 76% [=============================================== ] 2876/3768 76% [=============================================== ] 2877/3768 76% [=============================================== ] 2878/3768 76% [=============================================== ] 2879/3768 76% [=============================================== ] 2880/3768 76% [=============================================== ] 2881/3768 76% [=============================================== ] 2882/3768 76% [=============================================== ] 2883/3768 76% [=============================================== ] 2884/3768 76% [=============================================== ] 2885/3768 76% [=============================================== ] 2886/3768 76% [=============================================== ] 2887/3768 76% [=============================================== ] 2888/3768 76% [=============================================== ] 2889/3768 76% [=============================================== ] 2890/3768 76% [=============================================== ] 2891/3768 76% [=============================================== ] 2892/3768 76% [=============================================== ] 2893/3768 76% [=============================================== ] 2894/3768 76% [=============================================== ] 2895/3768 76% [=============================================== ] 2896/3768 76% [=============================================== ] 2897/3768 76% [=============================================== ] 2898/3768 76% [=============================================== ] 2899/3768 76% [=============================================== ] 2900/3768 76% [=============================================== ] 2901/3768 76% [=============================================== ] 2902/3768 77% [=============================================== ] 2903/3768 77% [=============================================== ] 2904/3768 77% [=============================================== ] 2905/3768 77% [=============================================== ] 2906/3768 77% [=============================================== ] 2907/3768 77% [=============================================== ] 2908/3768 77% [=============================================== ] 2909/3768 77% [=============================================== ] 2910/3768 77% [=============================================== ] 2911/3768 77% [=============================================== ] 2912/3768 77% [=============================================== ] 2913/3768 77% [=============================================== ] 2914/3768 77% [=============================================== ] 2915/3768 77% [=============================================== ] 2916/3768 77% [=============================================== ] 2917/3768 77% [================================================ ] 2918/3768 77% [================================================ ] 2919/3768 77% [================================================ ] 2920/3768 77% [================================================ ] 2921/3768 77% [================================================ ] 2922/3768 77% [================================================ ] 2923/3768 77% [================================================ ] 2924/3768 77% [================================================ ] 2925/3768 77% [================================================ ] 2926/3768 77% [================================================ ] 2927/3768 77% [================================================ ] 2928/3768 77% [================================================ ] 2929/3768 77% [================================================ ] 2930/3768 77% [================================================ ] 2931/3768 77% [================================================ ] 2932/3768 77% [================================================ ] 2933/3768 77% [================================================ ] 2934/3768 77% [================================================ ] 2935/3768 77% [================================================ ] 2936/3768 77% [================================================ ] 2937/3768 77% [================================================ ] 2938/3768 77% [================================================ ] 2939/3768 77% [================================================ ] 2940/3768 78% [================================================ ] 2941/3768 78% [================================================ ] 2942/3768 78% [================================================ ] 2943/3768 78% [================================================ ] 2944/3768 78% [================================================ ] 2945/3768 78% [================================================ ] 2946/3768 78% [================================================ ] 2947/3768 78% [================================================ ] 2948/3768 78% [================================================ ] 2949/3768 78% [================================================ ] 2950/3768 78% [================================================ ] 2951/3768 78% [================================================ ] 2952/3768 78% [================================================ ] 2953/3768 78% [================================================ ] 2954/3768 78% [================================================ ] 2955/3768 78% [================================================ ] 2956/3768 78% [================================================ ] 2957/3768 78% [================================================ ] 2958/3768 78% [================================================ ] 2959/3768 78% [================================================ ] 2960/3768 78% [================================================ ] 2961/3768 78% [================================================ ] 2962/3768 78% [================================================ ] 2963/3768 78% [================================================ ] 2964/3768 78% [================================================ ] 2965/3768 78% [================================================ ] 2966/3768 78% [================================================ ] 2967/3768 78% [================================================ ] 2968/3768 78% [================================================ ] 2969/3768 78% [================================================ ] 2970/3768 78% [================================================ ] 2971/3768 78% [================================================ ] 2972/3768 78% [================================================ ] 2973/3768 78% [================================================ ] 2974/3768 78% [================================================ ] 2975/3768 78% [================================================ ] 2976/3768 78% [================================================ ] 2977/3768 79% [================================================= ] 2978/3768 79% [================================================= ] 2979/3768 79% [================================================= ] 2980/3768 79% [================================================= ] 2981/3768 79% [================================================= ] 2982/3768 79% [================================================= ] 2983/3768 79% [================================================= ] 2984/3768 79% [================================================= ] 2985/3768 79% [================================================= ] 2986/3768 79% [================================================= ] 2987/3768 79% [================================================= ] 2988/3768 79% [================================================= ] 2989/3768 79% [================================================= ] 2990/3768 79% [================================================= ] 2991/3768 79% [================================================= ] 2992/3768 79% [================================================= ] 2993/3768 79% [================================================= ] 2994/3768 79% [================================================= ] 2995/3768 79% [================================================= ] 2996/3768 79% [================================================= ] 2997/3768 79% [================================================= ] 2998/3768 79% [================================================= ] 2999/3768 79% [================================================= ] 3000/3768 79% [================================================= ] 3001/3768 79% [================================================= ] 3002/3768 79% [================================================= ] 3003/3768 79% [================================================= ] 3004/3768 79% [================================================= ] 3005/3768 79% [================================================= ] 3006/3768 79% [================================================= ] 3007/3768 79% [================================================= ] 3008/3768 79% [================================================= ] 3009/3768 79% [================================================= ] 3010/3768 79% [================================================= ] 3011/3768 79% [================================================= ] 3012/3768 79% [================================================= ] 3013/3768 79% [================================================= ] 3014/3768 79% [================================================= ] 3015/3768 80% [================================================= ] 3016/3768 80% [================================================= ] 3017/3768 80% [================================================= ] 3018/3768 80% [================================================= ] 3019/3768 80% [================================================= ] 3020/3768 80% [================================================= ] 3021/3768 80% [================================================= ] 3022/3768 80% [================================================= ] 3023/3768 80% [================================================= ] 3024/3768 80% [================================================= ] 3025/3768 80% [================================================= ] 3026/3768 80% [================================================= ] 3027/3768 80% [================================================= ] 3028/3768 80% [================================================= ] 3029/3768 80% [================================================= ] 3030/3768 80% [================================================= ] 3031/3768 80% [================================================= ] 3032/3768 80% [================================================= ] 3033/3768 80% [================================================= ] 3034/3768 80% [================================================= ] 3035/3768 80% [================================================= ] 3036/3768 80% [================================================= ] 3037/3768 80% [================================================= ] 3038/3768 80% [================================================== ] 3039/3768 80% [================================================== ] 3040/3768 80% [================================================== ] 3041/3768 80% [================================================== ] 3042/3768 80% [================================================== ] 3043/3768 80% [================================================== ] 3044/3768 80% [================================================== ] 3045/3768 80% [================================================== ] 3046/3768 80% [================================================== ] 3047/3768 80% [================================================== ] 3048/3768 80% [================================================== ] 3049/3768 80% [================================================== ] 3050/3768 80% [================================================== ] 3051/3768 80% [================================================== ] 3052/3768 80% [================================================== ] 3053/3768 81% [================================================== ] 3054/3768 81% [================================================== ] 3055/3768 81% [================================================== ] 3056/3768 81% [================================================== ] 3057/3768 81% [================================================== ] 3058/3768 81% [================================================== ] 3059/3768 81% [================================================== ] 3060/3768 81% [================================================== ] 3061/3768 81% [================================================== ] 3062/3768 81% [================================================== ] 3063/3768 81% [================================================== ] 3064/3768 81% [================================================== ] 3065/3768 81% [================================================== ] 3066/3768 81% [================================================== ] 3067/3768 81% [================================================== ] 3068/3768 81% [================================================== ] 3069/3768 81% [================================================== ] 3070/3768 81% [================================================== ] 3071/3768 81% [================================================== ] 3072/3768 81% [================================================== ] 3073/3768 81% [================================================== ] 3074/3768 81% [================================================== ] 3075/3768 81% [================================================== ] 3076/3768 81% [================================================== ] 3077/3768 81% [================================================== ] 3078/3768 81% [================================================== ] 3079/3768 81% [================================================== ] 3080/3768 81% [================================================== ] 3081/3768 81% [================================================== ] 3082/3768 81% [================================================== ] 3083/3768 81% [================================================== ] 3084/3768 81% [================================================== ] 3085/3768 81% [================================================== ] 3086/3768 81% [================================================== ] 3087/3768 81% [================================================== ] 3088/3768 81% [================================================== ] 3089/3768 81% [================================================== ] 3090/3768 82% [================================================== ] 3091/3768 82% [================================================== ] 3092/3768 82% [================================================== ] 3093/3768 82% [================================================== ] 3094/3768 82% [================================================== ] 3095/3768 82% [================================================== ] 3096/3768 82% [================================================== ] 3097/3768 82% [================================================== ] 3098/3768 82% [================================================== ] 3099/3768 82% [=================================================== ] 3100/3768 82% [=================================================== ] 3101/3768 82% [=================================================== ] 3102/3768 82% [=================================================== ] 3103/3768 82% [=================================================== ] 3104/3768 82% [=================================================== ] 3105/3768 82% [=================================================== ] 3106/3768 82% [=================================================== ] 3107/3768 82% [=================================================== ] 3108/3768 82% [=================================================== ] 3109/3768 82% [=================================================== ] 3110/3768 82% [=================================================== ] 3111/3768 82% [=================================================== ] 3112/3768 82% [=================================================== ] 3113/3768 82% [=================================================== ] 3114/3768 82% [=================================================== ] 3115/3768 82% [=================================================== ] 3116/3768 82% [=================================================== ] 3117/3768 82% [=================================================== ] 3118/3768 82% [=================================================== ] 3119/3768 82% [=================================================== ] 3120/3768 82% [=================================================== ] 3121/3768 82% [=================================================== ] 3122/3768 82% [=================================================== ] 3123/3768 82% [=================================================== ] 3124/3768 82% [=================================================== ] 3125/3768 82% [=================================================== ] 3126/3768 82% [=================================================== ] 3127/3768 82% [=================================================== ] 3128/3768 83% [=================================================== ] 3129/3768 83% [=================================================== ] 3130/3768 83% [=================================================== ] 3131/3768 83% [=================================================== ] 3132/3768 83% [=================================================== ] 3133/3768 83% [=================================================== ] 3134/3768 83% [=================================================== ] 3135/3768 83% [=================================================== ] 3136/3768 83% [=================================================== ] 3137/3768 83% [=================================================== ] 3138/3768 83% [=================================================== ] 3139/3768 83% [=================================================== ] 3140/3768 83% [=================================================== ] 3141/3768 83% [=================================================== ] 3142/3768 83% [=================================================== ] 3143/3768 83% [=================================================== ] 3144/3768 83% [=================================================== ] 3145/3768 83% [=================================================== ] 3146/3768 83% [=================================================== ] 3147/3768 83% [=================================================== ] 3148/3768 83% [=================================================== ] 3149/3768 83% [=================================================== ] 3150/3768 83% [=================================================== ] 3151/3768 83% [=================================================== ] 3152/3768 83% [=================================================== ] 3153/3768 83% [=================================================== ] 3154/3768 83% [=================================================== ] 3155/3768 83% [=================================================== ] 3156/3768 83% [=================================================== ] 3157/3768 83% [=================================================== ] 3158/3768 83% [=================================================== ] 3159/3768 83% [=================================================== ] 3160/3768 83% [==================================================== ] 3161/3768 83% [==================================================== ] 3162/3768 83% [==================================================== ] 3163/3768 83% [==================================================== ] 3164/3768 83% [==================================================== ] 3165/3768 83% [==================================================== ] 3166/3768 84% [==================================================== ] 3167/3768 84% [==================================================== ] 3168/3768 84% [==================================================== ] 3169/3768 84% [==================================================== ] 3170/3768 84% [==================================================== ] 3171/3768 84% [==================================================== ] 3172/3768 84% [==================================================== ] 3173/3768 84% [==================================================== ] 3174/3768 84% [==================================================== ] 3175/3768 84% [==================================================== ] 3176/3768 84% [==================================================== ] 3177/3768 84% [==================================================== ] 3178/3768 84% [==================================================== ] 3179/3768 84% [==================================================== ] 3180/3768 84% [==================================================== ] 3181/3768 84% [==================================================== ] 3182/3768 84% [==================================================== ] 3183/3768 84% [==================================================== ] 3184/3768 84% [==================================================== ] 3185/3768 84% [==================================================== ] 3186/3768 84% [==================================================== ] 3187/3768 84% [==================================================== ] 3188/3768 84% [==================================================== ] 3189/3768 84% [==================================================== ] 3190/3768 84% [==================================================== ] 3191/3768 84% [==================================================== ] 3192/3768 84% [==================================================== ] 3193/3768 84% [==================================================== ] 3194/3768 84% [==================================================== ] 3195/3768 84% [==================================================== ] 3196/3768 84% [==================================================== ] 3197/3768 84% [==================================================== ] 3198/3768 84% [==================================================== ] 3199/3768 84% [==================================================== ] 3200/3768 84% [==================================================== ] 3201/3768 84% [==================================================== ] 3202/3768 84% [==================================================== ] 3203/3768 85% [==================================================== ] 3204/3768 85% [==================================================== ] 3205/3768 85% [==================================================== ] 3206/3768 85% [==================================================== ] 3207/3768 85% [==================================================== ] 3208/3768 85% [==================================================== ] 3209/3768 85% [==================================================== ] 3210/3768 85% [==================================================== ] 3211/3768 85% [==================================================== ] 3212/3768 85% [==================================================== ] 3213/3768 85% [==================================================== ] 3214/3768 85% [==================================================== ] 3215/3768 85% [==================================================== ] 3216/3768 85% [==================================================== ] 3217/3768 85% [==================================================== ] 3218/3768 85% [==================================================== ] 3219/3768 85% [==================================================== ] 3220/3768 85% [==================================================== ] 3221/3768 85% [===================================================== ] 3222/3768 85% [===================================================== ] 3223/3768 85% [===================================================== ] 3224/3768 85% [===================================================== ] 3225/3768 85% [===================================================== ] 3226/3768 85% [===================================================== ] 3227/3768 85% [===================================================== ] 3228/3768 85% [===================================================== ] 3229/3768 85% [===================================================== ] 3230/3768 85% [===================================================== ] 3231/3768 85% [===================================================== ] 3232/3768 85% [===================================================== ] 3233/3768 85% [===================================================== ] 3234/3768 85% [===================================================== ] 3235/3768 85% [===================================================== ] 3236/3768 85% [===================================================== ] 3237/3768 85% [===================================================== ] 3238/3768 85% [===================================================== ] 3239/3768 85% [===================================================== ] 3240/3768 85% [===================================================== ] 3241/3768 86% [===================================================== ] 3242/3768 86% [===================================================== ] 3243/3768 86% [===================================================== ] 3244/3768 86% [===================================================== ] 3245/3768 86% [===================================================== ] 3246/3768 86% [===================================================== ] 3247/3768 86% [===================================================== ] 3248/3768 86% [===================================================== ] 3249/3768 86% [===================================================== ] 3250/3768 86% [===================================================== ] 3251/3768 86% [===================================================== ] 3252/3768 86% [===================================================== ] 3253/3768 86% [===================================================== ] 3254/3768 86% [===================================================== ] 3255/3768 86% [===================================================== ] 3256/3768 86% [===================================================== ] 3257/3768 86% [===================================================== ] 3258/3768 86% [===================================================== ] 3259/3768 86% [===================================================== ] 3260/3768 86% [===================================================== ] 3261/3768 86% [===================================================== ] 3262/3768 86% [===================================================== ] 3263/3768 86% [===================================================== ] 3264/3768 86% [===================================================== ] 3265/3768 86% [===================================================== ] 3266/3768 86% [===================================================== ] 3267/3768 86% [===================================================== ] 3268/3768 86% [===================================================== ] 3269/3768 86% [===================================================== ] 3270/3768 86% [===================================================== ] 3271/3768 86% [===================================================== ] 3272/3768 86% [===================================================== ] 3273/3768 86% [===================================================== ] 3274/3768 86% [===================================================== ] 3275/3768 86% [===================================================== ] 3276/3768 86% [===================================================== ] 3277/3768 86% [===================================================== ] 3278/3768 86% [===================================================== ] 3279/3768 87% [===================================================== ] 3280/3768 87% [===================================================== ] 3281/3768 87% [====================================================== ] 3282/3768 87% [====================================================== ] 3283/3768 87% [====================================================== ] 3284/3768 87% [====================================================== ] 3285/3768 87% [====================================================== ] 3286/3768 87% [====================================================== ] 3287/3768 87% [====================================================== ] 3288/3768 87% [====================================================== ] 3289/3768 87% [====================================================== ] 3290/3768 87% [====================================================== ] 3291/3768 87% [====================================================== ] 3292/3768 87% [====================================================== ] 3293/3768 87% [====================================================== ] 3294/3768 87% [====================================================== ] 3295/3768 87% [====================================================== ] 3296/3768 87% [====================================================== ] 3297/3768 87% [====================================================== ] 3298/3768 87% [====================================================== ] 3299/3768 87% [====================================================== ] 3300/3768 87% [====================================================== ] 3301/3768 87% [====================================================== ] 3302/3768 87% [====================================================== ] 3303/3768 87% [====================================================== ] 3304/3768 87% [====================================================== ] 3305/3768 87% [====================================================== ] 3306/3768 87% [====================================================== ] 3307/3768 87% [====================================================== ] 3308/3768 87% [====================================================== ] 3309/3768 87% [====================================================== ] 3310/3768 87% [====================================================== ] 3311/3768 87% [====================================================== ] 3312/3768 87% [====================================================== ] 3313/3768 87% [====================================================== ] 3314/3768 87% [====================================================== ] 3315/3768 87% [====================================================== ] 3316/3768 88% [====================================================== ] 3317/3768 88% [====================================================== ] 3318/3768 88% [====================================================== ] 3319/3768 88% [====================================================== ] 3320/3768 88% [====================================================== ] 3321/3768 88% [====================================================== ] 3322/3768 88% [====================================================== ] 3323/3768 88% [====================================================== ] 3324/3768 88% [====================================================== ] 3325/3768 88% [====================================================== ] 3326/3768 88% [====================================================== ] 3327/3768 88% [====================================================== ] 3328/3768 88% [====================================================== ] 3329/3768 88% [====================================================== ] 3330/3768 88% [====================================================== ] 3331/3768 88% [====================================================== ] 3332/3768 88% [====================================================== ] 3333/3768 88% [====================================================== ] 3334/3768 88% [====================================================== ] 3335/3768 88% [====================================================== ] 3336/3768 88% [====================================================== ] 3337/3768 88% [====================================================== ] 3338/3768 88% [====================================================== ] 3339/3768 88% [====================================================== ] 3340/3768 88% [====================================================== ] 3341/3768 88% [====================================================== ] 3342/3768 88% [======================================================= ] 3343/3768 88% [======================================================= ] 3344/3768 88% [======================================================= ] 3345/3768 88% [======================================================= ] 3346/3768 88% [======================================================= ] 3347/3768 88% [======================================================= ] 3348/3768 88% [======================================================= ] 3349/3768 88% [======================================================= ] 3350/3768 88% [======================================================= ] 3351/3768 88% [======================================================= ] 3352/3768 88% [======================================================= ] 3353/3768 88% [======================================================= ] 3354/3768 89% [======================================================= ] 3355/3768 89% [======================================================= ] 3356/3768 89% [======================================================= ] 3357/3768 89% [======================================================= ] 3358/3768 89% [======================================================= ] 3359/3768 89% [======================================================= ] 3360/3768 89% [======================================================= ] 3361/3768 89% [======================================================= ] 3362/3768 89% [======================================================= ] 3363/3768 89% [======================================================= ] 3364/3768 89% [======================================================= ] 3365/3768 89% [======================================================= ] 3366/3768 89% [======================================================= ] 3367/3768 89% [======================================================= ] 3368/3768 89% [======================================================= ] 3369/3768 89% [======================================================= ] 3370/3768 89% [======================================================= ] 3371/3768 89% [======================================================= ] 3372/3768 89% [======================================================= ] 3373/3768 89% [======================================================= ] 3374/3768 89% [======================================================= ] 3375/3768 89% [======================================================= ] 3376/3768 89% [======================================================= ] 3377/3768 89% [======================================================= ] 3378/3768 89% [======================================================= ] 3379/3768 89% [======================================================= ] 3380/3768 89% [======================================================= ] 3381/3768 89% [======================================================= ] 3382/3768 89% [======================================================= ] 3383/3768 89% [======================================================= ] 3384/3768 89% [======================================================= ] 3385/3768 89% [======================================================= ] 3386/3768 89% [======================================================= ] 3387/3768 89% [======================================================= ] 3388/3768 89% [======================================================= ] 3389/3768 89% [======================================================= ] 3390/3768 89% [======================================================= ] 3391/3768 89% [======================================================= ] 3392/3768 90% [======================================================= ] 3393/3768 90% [======================================================= ] 3394/3768 90% [======================================================= ] 3395/3768 90% [======================================================= ] 3396/3768 90% [======================================================= ] 3397/3768 90% [======================================================= ] 3398/3768 90% [======================================================= ] 3399/3768 90% [======================================================= ] 3400/3768 90% [======================================================= ] 3401/3768 90% [======================================================= ] 3402/3768 90% [======================================================= ] 3403/3768 90% [======================================================== ] 3404/3768 90% [======================================================== ] 3405/3768 90% [======================================================== ] 3406/3768 90% [======================================================== ] 3407/3768 90% [======================================================== ] 3408/3768 90% [======================================================== ] 3409/3768 90% [======================================================== ] 3410/3768 90% [======================================================== ] 3411/3768 90% [======================================================== ] 3412/3768 90% [======================================================== ] 3413/3768 90% [======================================================== ] 3414/3768 90% [======================================================== ] 3415/3768 90% [======================================================== ] 3416/3768 90% [======================================================== ] 3417/3768 90% [======================================================== ] 3418/3768 90% [======================================================== ] 3419/3768 90% [======================================================== ] 3420/3768 90% [======================================================== ] 3421/3768 90% [======================================================== ] 3422/3768 90% [======================================================== ] 3423/3768 90% [======================================================== ] 3424/3768 90% [======================================================== ] 3425/3768 90% [======================================================== ] 3426/3768 90% [======================================================== ] 3427/3768 90% [======================================================== ] 3428/3768 90% [======================================================== ] 3429/3768 91% [======================================================== ] 3430/3768 91% [======================================================== ] 3431/3768 91% [======================================================== ] 3432/3768 91% [======================================================== ] 3433/3768 91% [======================================================== ] 3434/3768 91% [======================================================== ] 3435/3768 91% [======================================================== ] 3436/3768 91% [======================================================== ] 3437/3768 91% [======================================================== ] 3438/3768 91% [======================================================== ] 3439/3768 91% [======================================================== ] 3440/3768 91% [======================================================== ] 3441/3768 91% [======================================================== ] 3442/3768 91% [======================================================== ] 3443/3768 91% [======================================================== ] 3444/3768 91% [======================================================== ] 3445/3768 91% [======================================================== ] 3446/3768 91% [======================================================== ] 3447/3768 91% [======================================================== ] 3448/3768 91% [======================================================== ] 3449/3768 91% [======================================================== ] 3450/3768 91% [======================================================== ] 3451/3768 91% [======================================================== ] 3452/3768 91% [======================================================== ] 3453/3768 91% [======================================================== ] 3454/3768 91% [======================================================== ] 3455/3768 91% [======================================================== ] 3456/3768 91% [======================================================== ] 3457/3768 91% [======================================================== ] 3458/3768 91% [======================================================== ] 3459/3768 91% [======================================================== ] 3460/3768 91% [======================================================== ] 3461/3768 91% [======================================================== ] 3462/3768 91% [======================================================== ] 3463/3768 91% [======================================================== ] 3464/3768 91% [========================================================= ] 3465/3768 91% [========================================================= ] 3466/3768 91% [========================================================= ] 3467/3768 92% [========================================================= ] 3468/3768 92% [========================================================= ] 3469/3768 92% [========================================================= ] 3470/3768 92% [========================================================= ] 3471/3768 92% [========================================================= ] 3472/3768 92% [========================================================= ] 3473/3768 92% [========================================================= ] 3474/3768 92% [========================================================= ] 3475/3768 92% [========================================================= ] 3476/3768 92% [========================================================= ] 3477/3768 92% [========================================================= ] 3478/3768 92% [========================================================= ] 3479/3768 92% [========================================================= ] 3480/3768 92% [========================================================= ] 3481/3768 92% [========================================================= ] 3482/3768 92% [========================================================= ] 3483/3768 92% [========================================================= ] 3484/3768 92% [========================================================= ] 3485/3768 92% [========================================================= ] 3486/3768 92% [========================================================= ] 3487/3768 92% [========================================================= ] 3488/3768 92% [========================================================= ] 3489/3768 92% [========================================================= ] 3490/3768 92% [========================================================= ] 3491/3768 92% [========================================================= ] 3492/3768 92% [========================================================= ] 3493/3768 92% [========================================================= ] 3494/3768 92% [========================================================= ] 3495/3768 92% [========================================================= ] 3496/3768 92% [========================================================= ] 3497/3768 92% [========================================================= ] 3498/3768 92% [========================================================= ] 3499/3768 92% [========================================================= ] 3500/3768 92% [========================================================= ] 3501/3768 92% [========================================================= ] 3502/3768 92% [========================================================= ] 3503/3768 92% [========================================================= ] 3504/3768 92% [========================================================= ] 3505/3768 93% [========================================================= ] 3506/3768 93% [========================================================= ] 3507/3768 93% [========================================================= ] 3508/3768 93% [========================================================= ] 3509/3768 93% [========================================================= ] 3510/3768 93% [========================================================= ] 3511/3768 93% [========================================================= ] 3512/3768 93% [========================================================= ] 3513/3768 93% [========================================================= ] 3514/3768 93% [========================================================= ] 3515/3768 93% [========================================================= ] 3516/3768 93% [========================================================= ] 3517/3768 93% [========================================================= ] 3518/3768 93% [========================================================= ] 3519/3768 93% [========================================================= ] 3520/3768 93% [========================================================= ] 3521/3768 93% [========================================================= ] 3522/3768 93% [========================================================= ] 3523/3768 93% [========================================================= ] 3524/3768 93% [========================================================== ] 3525/3768 93% [========================================================== ] 3526/3768 93% [========================================================== ] 3527/3768 93% [========================================================== ] 3528/3768 93% [========================================================== ] 3529/3768 93% [========================================================== ] 3530/3768 93% [========================================================== ] 3531/3768 93% [========================================================== ] 3532/3768 93% [========================================================== ] 3533/3768 93% [========================================================== ] 3534/3768 93% [========================================================== ] 3535/3768 93% [========================================================== ] 3536/3768 93% [========================================================== ] 3537/3768 93% [========================================================== ] 3538/3768 93% [========================================================== ] 3539/3768 93% [========================================================== ] 3540/3768 93% [========================================================== ] 3541/3768 93% [========================================================== ] 3542/3768 94% [========================================================== ] 3543/3768 94% [========================================================== ] 3544/3768 94% [========================================================== ] 3545/3768 94% [========================================================== ] 3546/3768 94% [========================================================== ] 3547/3768 94% [========================================================== ] 3548/3768 94% [========================================================== ] 3549/3768 94% [========================================================== ] 3550/3768 94% [========================================================== ] 3551/3768 94% [========================================================== ] 3552/3768 94% [========================================================== ] 3553/3768 94% [========================================================== ] 3554/3768 94% [========================================================== ] 3555/3768 94% [========================================================== ] 3556/3768 94% [========================================================== ] 3557/3768 94% [========================================================== ] 3558/3768 94% [========================================================== ] 3559/3768 94% [========================================================== ] 3560/3768 94% [========================================================== ] 3561/3768 94% [========================================================== ] 3562/3768 94% [========================================================== ] 3563/3768 94% [========================================================== ] 3564/3768 94% [========================================================== ] 3565/3768 94% [========================================================== ] 3566/3768 94% [========================================================== ] 3567/3768 94% [========================================================== ] 3568/3768 94% [========================================================== ] 3569/3768 94% [========================================================== ] 3570/3768 94% [========================================================== ] 3571/3768 94% [========================================================== ] 3572/3768 94% [========================================================== ] 3573/3768 94% [========================================================== ] 3574/3768 94% [========================================================== ] 3575/3768 94% [========================================================== ] 3576/3768 94% [========================================================== ] 3577/3768 94% [========================================================== ] 3578/3768 94% [========================================================== ] 3579/3768 94% [========================================================== ] 3580/3768 95% [========================================================== ] 3581/3768 95% [========================================================== ] 3582/3768 95% [========================================================== ] 3583/3768 95% [========================================================== ] 3584/3768 95% [========================================================== ] 3585/3768 95% [=========================================================== ] 3586/3768 95% [=========================================================== ] 3587/3768 95% [=========================================================== ] 3588/3768 95% [=========================================================== ] 3589/3768 95% [=========================================================== ] 3590/3768 95% [=========================================================== ] 3591/3768 95% [=========================================================== ] 3592/3768 95% [=========================================================== ] 3593/3768 95% [=========================================================== ] 3594/3768 95% [=========================================================== ] 3595/3768 95% [=========================================================== ] 3596/3768 95% [=========================================================== ] 3597/3768 95% [=========================================================== ] 3598/3768 95% [=========================================================== ] 3599/3768 95% [=========================================================== ] 3600/3768 95% [=========================================================== ] 3601/3768 95% [=========================================================== ] 3602/3768 95% [=========================================================== ] 3603/3768 95% [=========================================================== ] 3604/3768 95% [=========================================================== ] 3605/3768 95% [=========================================================== ] 3606/3768 95% [=========================================================== ] 3607/3768 95% [=========================================================== ] 3608/3768 95% [=========================================================== ] 3609/3768 95% [=========================================================== ] 3610/3768 95% [=========================================================== ] 3611/3768 95% [=========================================================== ] 3612/3768 95% [=========================================================== ] 3613/3768 95% [=========================================================== ] 3614/3768 95% [=========================================================== ] 3615/3768 95% [=========================================================== ] 3616/3768 95% [=========================================================== ] 3617/3768 95% [=========================================================== ] 3618/3768 96% [=========================================================== ] 3619/3768 96% [=========================================================== ] 3620/3768 96% [=========================================================== ] 3621/3768 96% [=========================================================== ] 3622/3768 96% [=========================================================== ] 3623/3768 96% [=========================================================== ] 3624/3768 96% [=========================================================== ] 3625/3768 96% [=========================================================== ] 3626/3768 96% [=========================================================== ] 3627/3768 96% [=========================================================== ] 3628/3768 96% [=========================================================== ] 3629/3768 96% [=========================================================== ] 3630/3768 96% [=========================================================== ] 3631/3768 96% [=========================================================== ] 3632/3768 96% [=========================================================== ] 3633/3768 96% [=========================================================== ] 3634/3768 96% [=========================================================== ] 3635/3768 96% [=========================================================== ] 3636/3768 96% [=========================================================== ] 3637/3768 96% [=========================================================== ] 3638/3768 96% [=========================================================== ] 3639/3768 96% [=========================================================== ] 3640/3768 96% [=========================================================== ] 3641/3768 96% [=========================================================== ] 3642/3768 96% [=========================================================== ] 3643/3768 96% [=========================================================== ] 3644/3768 96% [=========================================================== ] 3645/3768 96% [=========================================================== ] 3646/3768 96% [============================================================ ] 3647/3768 96% [============================================================ ] 3648/3768 96% [============================================================ ] 3649/3768 96% [============================================================ ] 3650/3768 96% [============================================================ ] 3651/3768 96% [============================================================ ] 3652/3768 96% [============================================================ ] 3653/3768 96% [============================================================ ] 3654/3768 96% [============================================================ ] 3655/3768 97% [============================================================ ] 3656/3768 97% [============================================================ ] 3657/3768 97% [============================================================ ] 3658/3768 97% [============================================================ ] 3659/3768 97% [============================================================ ] 3660/3768 97% [============================================================ ] 3661/3768 97% [============================================================ ] 3662/3768 97% [============================================================ ] 3663/3768 97% [============================================================ ] 3664/3768 97% [============================================================ ] 3665/3768 97% [============================================================ ] 3666/3768 97% [============================================================ ] 3667/3768 97% [============================================================ ] 3668/3768 97% [============================================================ ] 3669/3768 97% [============================================================ ] 3670/3768 97% [============================================================ ] 3671/3768 97% [============================================================ ] 3672/3768 97% [============================================================ ] 3673/3768 97% [============================================================ ] 3674/3768 97% [============================================================ ] 3675/3768 97% [============================================================ ] 3676/3768 97% [============================================================ ] 3677/3768 97% [============================================================ ] 3678/3768 97% [============================================================ ] 3679/3768 97% [============================================================ ] 3680/3768 97% [============================================================ ] 3681/3768 97% [============================================================ ] 3682/3768 97% [============================================================ ] 3683/3768 97% [============================================================ ] 3684/3768 97% [============================================================ ] 3685/3768 97% [============================================================ ] 3686/3768 97% [============================================================ ] 3687/3768 97% [============================================================ ] 3688/3768 97% [============================================================ ] 3689/3768 97% [============================================================ ] 3690/3768 97% [============================================================ ] 3691/3768 97% [============================================================ ] 3692/3768 97% [============================================================ ] 3693/3768 98% [============================================================ ] 3694/3768 98% [============================================================ ] 3695/3768 98% [============================================================ ] 3696/3768 98% [============================================================ ] 3697/3768 98% [============================================================ ] 3698/3768 98% [============================================================ ] 3699/3768 98% [============================================================ ] 3700/3768 98% [============================================================ ] 3701/3768 98% [============================================================ ] 3702/3768 98% [============================================================ ] 3703/3768 98% [============================================================ ] 3704/3768 98% [============================================================ ] 3705/3768 98% [============================================================ ] 3706/3768 98% [============================================================ ] 3707/3768 98% [============================================================= ] 3708/3768 98% [============================================================= ] 3709/3768 98% [============================================================= ] 3710/3768 98% [============================================================= ] 3711/3768 98% [============================================================= ] 3712/3768 98% [============================================================= ] 3713/3768 98% [============================================================= ] 3714/3768 98% [============================================================= ] 3715/3768 98% [============================================================= ] 3716/3768 98% [============================================================= ] 3717/3768 98% [============================================================= ] 3718/3768 98% [============================================================= ] 3719/3768 98% [============================================================= ] 3720/3768 98% [============================================================= ] 3721/3768 98% [============================================================= ] 3722/3768 98% [============================================================= ] 3723/3768 98% [============================================================= ] 3724/3768 98% [============================================================= ] 3725/3768 98% [============================================================= ] 3726/3768 98% [============================================================= ] 3727/3768 98% [============================================================= ] 3728/3768 98% [============================================================= ] 3729/3768 98% [============================================================= ] 3730/3768 98% [============================================================= ] 3731/3768 99% [============================================================= ] 3732/3768 99% [============================================================= ] 3733/3768 99% [============================================================= ] 3734/3768 99% [============================================================= ] 3735/3768 99% [============================================================= ] 3736/3768 99% [============================================================= ] 3737/3768 99% [============================================================= ] 3738/3768 99% [============================================================= ] 3739/3768 99% [============================================================= ] 3740/3768 99% [============================================================= ] 3741/3768 99% [============================================================= ] 3742/3768 99% [============================================================= ] 3743/3768 99% [============================================================= ] 3744/3768 99% [============================================================= ] 3745/3768 99% [============================================================= ] 3746/3768 99% [============================================================= ] 3747/3768 99% [============================================================= ] 3748/3768 99% [============================================================= ] 3749/3768 99% [============================================================= ] 3750/3768 99% [============================================================= ] 3751/3768 99% [============================================================= ] 3752/3768 99% [============================================================= ] 3753/3768 99% [============================================================= ] 3754/3768 99% [============================================================= ] 3755/3768 99% [============================================================= ] 3756/3768 99% [============================================================= ] 3757/3768 99% [============================================================= ] 3758/3768 99% [============================================================= ] 3759/3768 99% [============================================================= ] 3760/3768 99% [============================================================= ] 3761/3768 99% [============================================================= ] 3762/3768 99% [============================================================= ] 3763/3768 99% [============================================================= ] 3764/3768 99% [============================================================= ] 3765/3768 99% [============================================================= ] 3766/3768 99% [============================================================= ] 3767/3768 99% [==============================================================] 3768/3768 100% operation complete, 3768 objects in 72542 NAND pages. ln -snf /home/autobuild/autobuild/instance-3/output-1/host/microblaze-buildroot-linux-musl/sysroot /home/autobuild/autobuild/instance-3/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-3/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-3/buildroot' >>> Buildroot 2024.02-457-g15381b5755 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.42 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> 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-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-isl 0.26 Collecting legal info LICENSE: OK (sha256: 3a2c398103f6bca0f50a9a9465deca9230b370b0212af5fdf31ed88a36215c30) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.5 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 5.15.152 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> 4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openssl Collecting legal info >>> libopenssl 3.2.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> aumix 2.9.1 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> host-bootgen xilinx_v2023.2 Collecting legal info LICENSE: OK (sha256: 4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3) >>> host-openssl Collecting legal info >>> host-libopenssl 3.2.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bubblewrap 0.8.0 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 1.3.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-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> 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-python3 3.11.8 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.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.2 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-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iproute2 6.8.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtirpc 1.3.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> pciutils 3.10.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) 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) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> host-checksec 2.6.0 Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> coremark-pro 1.1.2743 Collecting legal info LICENSE.md: OK (sha256: 0d7775bd793ea71fef3594c18164a08ed2f5f66c898958d0644f7a236a536f2b) >>> perl 5.38.2 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 9519aaeeac509b3fa8778155a63545b6086f8313546b93fe9958d1c434d476a8) >>> host-cryptsetup 2.7.1 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.03.23 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.14.10 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> graphicsmagick 1.3.40 Collecting legal info Copyright.txt: OK (sha256: 0a20e661de942ebe115a354d0ec6d1d42b93856ea765f813f350a5ce5024cdb7) >>> libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> hwdata 0.379 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> initscripts Collecting legal info >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> iptables 1.8.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> iw 5.19 Collecting legal info COPYING: OK (sha256: 5932fb70481e128940168a5fdf133e6454293c0865c7e757874b235cb6daa2af) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> jquery 3.5.1 Collecting legal info >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libdisplay-info 0.1.1 Collecting legal info LICENSE: OK (sha256: 15b396244e58830c5614b9394f4deccfe684970cd507f299383ab57ad339eedd) >>> libevdev 1.13.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> libfm-extra 1.3.2 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) src/extra/fm-xml-file.c: OK (sha256: c3a3d93e111462f2b0292b56a6a7b87d342fd7156741d8b81b8b08723be4597e) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.47 Collecting legal info README: OK (sha256: 3bedfe79fbad08a2b50e1b2b6123e40c68b58b1988d53763b63b6fd295bb0f90) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> libidn2 2.3.7 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libunistring 1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libiqrf 0.1.2 Collecting legal info src/iqrf.c: OK (sha256: 11e0700d7c23604d86fa1e7c54c7caa778d79eeb0035be8f80b5a552224ef015) >>> libiscsi 1.19.0 Collecting legal info COPYING: OK (sha256: 88e3eccc48722b2a0eaff456dda94b8e8e123848d01f631969bec8e3c6c6eb85) LICENCE-GPL-2.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmanette 0.2.6 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmdbx 0.12.8 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> libmms 0.6.4 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpsl 0.21.5 Collecting legal info COPYING: OK (sha256: 322392e6001b2b3b0fca705dc9f11f26e12441188ecde50eb1d22909980b2925) src/LICENSE.chromium: OK (sha256: 1d7f52747a9169751cdf2641a8299c0098e9ecdf9429296ffd55bdb14c9ed5b3) >>> librsync 2.3.4 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> libshout 2.4.6 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libubootenv 0.3.5 Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> libxslt 1.1.39 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linuxconsoletools 1.8.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> matio 1.5.26 Collecting legal info COPYING: OK (sha256: b3da766592f242fd5cdd4dfd15ac5e6119e88fd6844c3c0e7acb8ad3178280a3) >>> menu-cache 1.1.0 Collecting legal info COPYING: OK (sha256: 7459fbad62653e4061dbfde3b0cad7c72777838beb10d2d11d969fac6226e7de) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-microchip-hss-payload-generator 2023.09 Collecting legal info tools/hss-payload-generator/LICENSE.md: OK (sha256: 0b67b1d44bcad078580fc5d8e9580a48a9466b769db58aeb1631d4c5ef97e08a) >>> 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.6 Collecting legal info COPYING: OK (sha256: 29a1e305b2e34eefe5d4602d00cde1d528b71c5d9f2eec5106972cf6ddb6f73f) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> host-mtools 4.0.43 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> mutt 2.2.12 Collecting legal info GPL: OK (sha256: 732f24b69a6c71cd8e01e4672bb8e12cc1cbb88a50a4665e6ca4fd95000a57ee) >>> sqlite 3.45.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> nfs-utils 2.6.4 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-nfs-utils 2.6.4 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> host-libtirpc 1.3.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-sqlite 3.45.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-convert-asn1 0.34 Collecting legal info LICENSE: OK (sha256: aa8ae28898a3e164ed5273c3e4fd4bd45b42f7958f282318df06773340e2c9d4) >>> host-perl 5.38.2 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 9519aaeeac509b3fa8778155a63545b6086f8313546b93fe9958d1c434d476a8) >>> perl-digest-hmac 1.04 Collecting legal info LICENSE: OK (sha256: cb9ff694d1769f450dd5c400204aa921d2fb3db90fcb21674a39f3725c4255c1) >>> perl-http-date 6.06 Collecting legal info LICENSE: OK (sha256: 6186a79a305a0e62c5087f9737b4f66fa5793fa1b396da0126e3c8722c460245) >>> perl-net-dns 1.42 Collecting legal info LICENSE: OK (sha256: 1e44fcf65509b47a251eda0ce1f8bd6aefa13517e38cb1e95b8d36120fb15452) >>> perl-net-http 6.23 Collecting legal info LICENSE: OK (sha256: 0ed700a4bfc022e999d83407f71ab62ead96662d8f7bbebfd857376bf3ed6528) >>> perl-timedate 2.33 Collecting legal info README: OK (sha256: e72e67533eb3ddd705ae718898945e2f3bf3702e91e85bb67824575706bd5bf9) >>> perl-uri 5.21 Collecting legal info LICENSE: OK (sha256: a1730c55839ce3c9182c92e3387ba8f683ad6ab8b4a3257553a20c4db194c2cf) >>> host-qoriq-rcw LSDK-21.08 Collecting legal info LICENSE: OK (sha256: 68f4b15ecc085729419bc60ca6eeadca5af0237bbfec791e8a79da9c943d42e9) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> raptor 2.0.16 Collecting legal info LICENSE.txt: OK (sha256: 0f0c719a05c9f7a0be2051ab83c1470837f595ed23e34989f46fd8eb45cfc251) >>> rauc 1.11.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> reproc 14.2.4 Collecting legal info LICENSE: OK (sha256: 8f91afbe266bebac2cf1b220e0e67ace4cb9a97d2b21940abef20eb6691cfa91) >>> rhash 1.4.4 Collecting legal info COPYING: OK (sha256: 953e55838353335148c90b5a38a4894292680b1d4c37228ffddddbf18ce54bf5) >>> rlwrap 0.46.1 Collecting legal info AUTHORS: OK (sha256: 656d25fab58016ac6ac11bb126709e4f860ea063d11795232eb55987172f78ff) COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> s6-linux-init 1.0.8.0 Collecting legal info COPYING: OK (sha256: 1898df1e8703bd9c1350d2ec3397880b9b4c1451038a9ce5e1c4b2e58622da39) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-linux-utils 2.6.0.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-portable-utils 2.2.5.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> wireguard-tools 1.0.20210914 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xinetd 2.3.15 Collecting legal info COPYRIGHT: OK (sha256: 2f3dd19831b1837f7360f80a7700a130c04a59e387d4359299d6df712308bbed) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> 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: linux-headers-5.15.152: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-3/buildroot'