echo "VERSION=2024.08-111-gcadcb1f908"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.08"; \ echo "PRETTY_NAME=\"Buildroot 2024.08\"" \ ) > /home/buildroot/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=17 \ PER_PACKAGE_DIR=/home/buildroot/instance-0/output-1/per-package \ /home/buildroot/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs mkdir -p /home/buildroot/instance-0/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n \n \n \n\n' > /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/buildroot/instance-0/output-1/images rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs mkdir -p /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/instance-0/output-1/target/ /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs/target" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/instance-0/buildroot/support/scripts/mkusers /home/buildroot/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs/target >> /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/buildroot/instance-0/output-1/host/bin/makedevs -d /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs/target" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/buildroot/instance-0/output-1/host/bin/mkfs.axfs -s -a /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs/target /home/buildroot/instance-0/output-1/images/rootfs.axfs\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/instance-0/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/buildroot/instance-0/output-1/build/buildroot-fs/axfs/target table='/home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 3188 number of 4KB nodes: 48010 Total image size: 176486355 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/instance-0/output-1/images rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/instance-0/output-1/target/ /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/instance-0/buildroot/support/scripts/mkusers /home/buildroot/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/instance-0/output-1/host/bin/makedevs -d /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 3188 objects. stage 2: creating image '/home/buildroot/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/3188 0% [ ] 2/3188 0% [ ] 3/3188 0% [ ] 4/3188 0% [ ] 5/3188 0% [ ] 6/3188 0% [ ] 7/3188 0% [ ] 8/3188 0% [ ] 9/3188 0% [ ] 10/3188 0% [ ] 11/3188 0% [ ] 12/3188 0% [ ] 13/3188 0% [ ] 14/3188 0% [ ] 15/3188 0% [ ] 16/3188 0% [ ] 17/3188 0% [ ] 18/3188 0% [ ] 19/3188 0% [ ] 20/3188 0% [ ] 21/3188 0% [ ] 22/3188 0% [ ] 23/3188 0% [ ] 24/3188 0% [ ] 25/3188 0% [ ] 26/3188 0% [ ] 27/3188 0% [ ] 28/3188 0% [ ] 29/3188 0% [ ] 30/3188 0% [ ] 31/3188 0% [ ] 32/3188 1% [ ] 33/3188 1% [ ] 34/3188 1% [ ] 35/3188 1% [ ] 36/3188 1% [ ] 37/3188 1% [ ] 38/3188 1% [ ] 39/3188 1% [ ] 40/3188 1% [ ] 41/3188 1% [ ] 42/3188 1% [ ] 43/3188 1% [ ] 44/3188 1% [ ] 45/3188 1% [ ] 46/3188 1% [ ] 47/3188 1% [ ] 48/3188 1% [ ] 49/3188 1% [ ] 50/3188 1% [ ] 51/3188 1% [= ] 52/3188 1% [= ] 53/3188 1% [= ] 54/3188 1% [= ] 55/3188 1% [= ] 56/3188 1% [= ] 57/3188 1% [= ] 58/3188 1% [= ] 59/3188 1% [= ] 60/3188 1% [= ] 61/3188 1% [= ] 62/3188 1% [= ] 63/3188 1% [= ] 64/3188 2% [= ] 65/3188 2% [= ] 66/3188 2% [= ] 67/3188 2% [= ] 68/3188 2% [= ] 69/3188 2% [= ] 70/3188 2% [= ] 71/3188 2% [= ] 72/3188 2% [= ] 73/3188 2% [= ] 74/3188 2% [= ] 75/3188 2% [= ] 76/3188 2% [= ] 77/3188 2% [= ] 78/3188 2% [= ] 79/3188 2% [= ] 80/3188 2% [= ] 81/3188 2% [= ] 82/3188 2% [= ] 83/3188 2% [= ] 84/3188 2% [= ] 85/3188 2% [= ] 86/3188 2% [= ] 87/3188 2% [= ] 88/3188 2% [= ] 89/3188 2% [= ] 90/3188 2% [= ] 91/3188 2% [= ] 92/3188 2% [= ] 93/3188 2% [= ] 94/3188 2% [= ] 95/3188 2% [= ] 96/3188 3% [= ] 97/3188 3% [= ] 98/3188 3% [= ] 99/3188 3% [= ] 100/3188 3% [= ] 101/3188 3% [= ] 102/3188 3% [== ] 103/3188 3% [== ] 104/3188 3% [== ] 105/3188 3% [== ] 106/3188 3% [== ] 107/3188 3% [== ] 108/3188 3% [== ] 109/3188 3% [== ] 110/3188 3% [== ] 111/3188 3% [== ] 112/3188 3% [== ] 113/3188 3% [== ] 114/3188 3% [== ] 115/3188 3% [== ] 116/3188 3% [== ] 117/3188 3% [== ] 118/3188 3% [== ] 119/3188 3% [== ] 120/3188 3% [== ] 121/3188 3% [== ] 122/3188 3% [== ] 123/3188 3% [== ] 124/3188 3% [== ] 125/3188 3% [== ] 126/3188 3% [== ] 127/3188 3% [== ] 128/3188 4% [== ] 129/3188 4% [== ] 130/3188 4% [== ] 131/3188 4% [== ] 132/3188 4% [== ] 133/3188 4% [== ] 134/3188 4% [== ] 135/3188 4% [== ] 136/3188 4% [== ] 137/3188 4% [== ] 138/3188 4% [== ] 139/3188 4% [== ] 140/3188 4% [== ] 141/3188 4% [== ] 142/3188 4% [== ] 143/3188 4% [== ] 144/3188 4% [== ] 145/3188 4% [== ] 146/3188 4% [== ] 147/3188 4% [== ] 148/3188 4% [== ] 149/3188 4% [== ] 150/3188 4% [== ] 151/3188 4% [== ] 152/3188 4% [== ] 153/3188 4% [== ] 154/3188 4% [=== ] 155/3188 4% [=== ] 156/3188 4% [=== ] 157/3188 4% [=== ] 158/3188 4% [=== ] 159/3188 4% [=== ] 160/3188 5% [=== ] 161/3188 5% [=== ] 162/3188 5% [=== ] 163/3188 5% [=== ] 164/3188 5% [=== ] 165/3188 5% [=== ] 166/3188 5% [=== ] 167/3188 5% [=== ] 168/3188 5% [=== ] 169/3188 5% [=== ] 170/3188 5% [=== ] 171/3188 5% [=== ] 172/3188 5% [=== ] 173/3188 5% [=== ] 174/3188 5% [=== ] 175/3188 5% [=== ] 176/3188 5% [=== ] 177/3188 5% [=== ] 178/3188 5% [=== ] 179/3188 5% [=== ] 180/3188 5% [=== ] 181/3188 5% [=== ] 182/3188 5% [=== ] 183/3188 5% [=== ] 184/3188 5% [=== ] 185/3188 5% [=== ] 186/3188 5% [=== ] 187/3188 5% [=== ] 188/3188 5% [=== ] 189/3188 5% [=== ] 190/3188 5% [=== ] 191/3188 5% [=== ] 192/3188 6% [=== ] 193/3188 6% [=== ] 194/3188 6% [=== ] 195/3188 6% [=== ] 196/3188 6% [=== ] 197/3188 6% [=== ] 198/3188 6% [=== ] 199/3188 6% [=== ] 200/3188 6% [=== ] 201/3188 6% [=== ] 202/3188 6% [=== ] 203/3188 6% [=== ] 204/3188 6% [=== ] 205/3188 6% [==== ] 206/3188 6% [==== ] 207/3188 6% [==== ] 208/3188 6% [==== ] 209/3188 6% [==== ] 210/3188 6% [==== ] 211/3188 6% [==== ] 212/3188 6% [==== ] 213/3188 6% [==== ] 214/3188 6% [==== ] 215/3188 6% [==== ] 216/3188 6% [==== ] 217/3188 6% [==== ] 218/3188 6% [==== ] 219/3188 6% [==== ] 220/3188 6% [==== ] 221/3188 6% [==== ] 222/3188 6% [==== ] 223/3188 6% [==== ] 224/3188 7% [==== ] 225/3188 7% [==== ] 226/3188 7% [==== ] 227/3188 7% [==== ] 228/3188 7% [==== ] 229/3188 7% [==== ] 230/3188 7% [==== ] 231/3188 7% [==== ] 232/3188 7% [==== ] 233/3188 7% [==== ] 234/3188 7% [==== ] 235/3188 7% [==== ] 236/3188 7% [==== ] 237/3188 7% [==== ] 238/3188 7% [==== ] 239/3188 7% [==== ] 240/3188 7% [==== ] 241/3188 7% [==== ] 242/3188 7% [==== ] 243/3188 7% [==== ] 244/3188 7% [==== ] 245/3188 7% [==== ] 246/3188 7% [==== ] 247/3188 7% [==== ] 248/3188 7% [==== ] 249/3188 7% [==== ] 250/3188 7% [==== ] 251/3188 7% [==== ] 252/3188 7% [==== ] 253/3188 7% [==== ] 254/3188 7% [==== ] 255/3188 7% [==== ] 256/3188 8% [==== ] 257/3188 8% [===== ] 258/3188 8% [===== ] 259/3188 8% [===== ] 260/3188 8% [===== ] 261/3188 8% [===== ] 262/3188 8% [===== ] 263/3188 8% [===== ] 264/3188 8% [===== ] 265/3188 8% [===== ] 266/3188 8% [===== ] 267/3188 8% [===== ] 268/3188 8% [===== ] 269/3188 8% [===== ] 270/3188 8% [===== ] 271/3188 8% [===== ] 272/3188 8% [===== ] 273/3188 8% [===== ] 274/3188 8% [===== ] 275/3188 8% [===== ] 276/3188 8% [===== ] 277/3188 8% [===== ] 278/3188 8% [===== ] 279/3188 8% [===== ] 280/3188 8% [===== ] 281/3188 8% [===== ] 282/3188 8% [===== ] 283/3188 8% [===== ] 284/3188 8% [===== ] 285/3188 8% [===== ] 286/3188 8% [===== ] 287/3188 9% [===== ] 288/3188 9% [===== ] 289/3188 9% [===== ] 290/3188 9% [===== ] 291/3188 9% [===== ] 292/3188 9% [===== ] 293/3188 9% [===== ] 294/3188 9% [===== ] 295/3188 9% [===== ] 296/3188 9% [===== ] 297/3188 9% [===== ] 298/3188 9% [===== ] 299/3188 9% [===== ] 300/3188 9% [===== ] 301/3188 9% [===== ] 302/3188 9% [===== ] 303/3188 9% [===== ] 304/3188 9% [===== ] 305/3188 9% [===== ] 306/3188 9% [===== ] 307/3188 9% [===== ] 308/3188 9% [====== ] 309/3188 9% [====== ] 310/3188 9% [====== ] 311/3188 9% [====== ] 312/3188 9% [====== ] 313/3188 9% [====== ] 314/3188 9% [====== ] 315/3188 9% [====== ] 316/3188 9% [====== ] 317/3188 9% [====== ] 318/3188 9% [====== ] 319/3188 10% [====== ] 320/3188 10% [====== ] 321/3188 10% [====== ] 322/3188 10% [====== ] 323/3188 10% [====== ] 324/3188 10% [====== ] 325/3188 10% [====== ] 326/3188 10% [====== ] 327/3188 10% [====== ] 328/3188 10% [====== ] 329/3188 10% [====== ] 330/3188 10% [====== ] 331/3188 10% [====== ] 332/3188 10% [====== ] 333/3188 10% [====== ] 334/3188 10% [====== ] 335/3188 10% [====== ] 336/3188 10% [====== ] 337/3188 10% [====== ] 338/3188 10% [====== ] 339/3188 10% [====== ] 340/3188 10% [====== ] 341/3188 10% [====== ] 342/3188 10% [====== ] 343/3188 10% [====== ] 344/3188 10% [====== ] 345/3188 10% [====== ] 346/3188 10% [====== ] 347/3188 10% [====== ] 348/3188 10% [====== ] 349/3188 10% [====== ] 350/3188 10% [====== ] 351/3188 11% [====== ] 352/3188 11% [====== ] 353/3188 11% [====== ] 354/3188 11% [====== ] 355/3188 11% [====== ] 356/3188 11% [====== ] 357/3188 11% [====== ] 358/3188 11% [====== ] 359/3188 11% [======= ] 360/3188 11% [======= ] 361/3188 11% [======= ] 362/3188 11% [======= ] 363/3188 11% [======= ] 364/3188 11% [======= ] 365/3188 11% [======= ] 366/3188 11% [======= ] 367/3188 11% [======= ] 368/3188 11% [======= ] 369/3188 11% [======= ] 370/3188 11% [======= ] 371/3188 11% [======= ] 372/3188 11% [======= ] 373/3188 11% [======= ] 374/3188 11% [======= ] 375/3188 11% [======= ] 376/3188 11% [======= ] 377/3188 11% [======= ] 378/3188 11% [======= ] 379/3188 11% [======= ] 380/3188 11% [======= ] 381/3188 11% [======= ] 382/3188 11% [======= ] 383/3188 12% [======= ] 384/3188 12% [======= ] 385/3188 12% [======= ] 386/3188 12% [======= ] 387/3188 12% [======= ] 388/3188 12% [======= ] 389/3188 12% [======= ] 390/3188 12% [======= ] 391/3188 12% [======= ] 392/3188 12% [======= ] 393/3188 12% [======= ] 394/3188 12% [======= ] 395/3188 12% [======= ] 396/3188 12% [======= ] 397/3188 12% [======= ] 398/3188 12% [======= ] 399/3188 12% [======= ] 400/3188 12% [======= ] 401/3188 12% [======= ] 402/3188 12% [======= ] 403/3188 12% [======= ] 404/3188 12% [======= ] 405/3188 12% [======= ] 406/3188 12% [======= ] 407/3188 12% [======= ] 408/3188 12% [======= ] 409/3188 12% [======= ] 410/3188 12% [======= ] 411/3188 12% [======== ] 412/3188 12% [======== ] 413/3188 12% [======== ] 414/3188 12% [======== ] 415/3188 13% [======== ] 416/3188 13% [======== ] 417/3188 13% [======== ] 418/3188 13% [======== ] 419/3188 13% [======== ] 420/3188 13% [======== ] 421/3188 13% [======== ] 422/3188 13% [======== ] 423/3188 13% [======== ] 424/3188 13% [======== ] 425/3188 13% [======== ] 426/3188 13% [======== ] 427/3188 13% [======== ] 428/3188 13% [======== ] 429/3188 13% [======== ] 430/3188 13% [======== ] 431/3188 13% [======== ] 432/3188 13% [======== ] 433/3188 13% [======== ] 434/3188 13% [======== ] 435/3188 13% [======== ] 436/3188 13% [======== ] 437/3188 13% [======== ] 438/3188 13% [======== ] 439/3188 13% [======== ] 440/3188 13% [======== ] 441/3188 13% [======== ] 442/3188 13% [======== ] 443/3188 13% [======== ] 444/3188 13% [======== ] 445/3188 13% [======== ] 446/3188 13% [======== ] 447/3188 14% [======== ] 448/3188 14% [======== ] 449/3188 14% [======== ] 450/3188 14% [======== ] 451/3188 14% [======== ] 452/3188 14% [======== ] 453/3188 14% [======== ] 454/3188 14% [======== ] 455/3188 14% [======== ] 456/3188 14% [======== ] 457/3188 14% [======== ] 458/3188 14% [======== ] 459/3188 14% [======== ] 460/3188 14% [======== ] 461/3188 14% [======== ] 462/3188 14% [========= ] 463/3188 14% [========= ] 464/3188 14% [========= ] 465/3188 14% [========= ] 466/3188 14% [========= ] 467/3188 14% [========= ] 468/3188 14% [========= ] 469/3188 14% [========= ] 470/3188 14% [========= ] 471/3188 14% [========= ] 472/3188 14% [========= ] 473/3188 14% [========= ] 474/3188 14% [========= ] 475/3188 14% [========= ] 476/3188 14% [========= ] 477/3188 14% [========= ] 478/3188 14% [========= ] 479/3188 15% [========= ] 480/3188 15% [========= ] 481/3188 15% [========= ] 482/3188 15% [========= ] 483/3188 15% [========= ] 484/3188 15% [========= ] 485/3188 15% [========= ] 486/3188 15% [========= ] 487/3188 15% [========= ] 488/3188 15% [========= ] 489/3188 15% [========= ] 490/3188 15% [========= ] 491/3188 15% [========= ] 492/3188 15% [========= ] 493/3188 15% [========= ] 494/3188 15% [========= ] 495/3188 15% [========= ] 496/3188 15% [========= ] 497/3188 15% [========= ] 498/3188 15% [========= ] 499/3188 15% [========= ] 500/3188 15% [========= ] 501/3188 15% [========= ] 502/3188 15% [========= ] 503/3188 15% [========= ] 504/3188 15% [========= ] 505/3188 15% [========= ] 506/3188 15% [========= ] 507/3188 15% [========= ] 508/3188 15% [========= ] 509/3188 15% [========= ] 510/3188 15% [========= ] 511/3188 16% [========= ] 512/3188 16% [========= ] 513/3188 16% [========= ] 514/3188 16% [========== ] 515/3188 16% [========== ] 516/3188 16% [========== ] 517/3188 16% [========== ] 518/3188 16% [========== ] 519/3188 16% [========== ] 520/3188 16% [========== ] 521/3188 16% [========== ] 522/3188 16% [========== ] 523/3188 16% [========== ] 524/3188 16% [========== ] 525/3188 16% [========== ] 526/3188 16% [========== ] 527/3188 16% [========== ] 528/3188 16% [========== ] 529/3188 16% [========== ] 530/3188 16% [========== ] 531/3188 16% [========== ] 532/3188 16% [========== ] 533/3188 16% [========== ] 534/3188 16% [========== ] 535/3188 16% [========== ] 536/3188 16% [========== ] 537/3188 16% [========== ] 538/3188 16% [========== ] 539/3188 16% [========== ] 540/3188 16% [========== ] 541/3188 16% [========== ] 542/3188 17% [========== ] 543/3188 17% [========== ] 544/3188 17% [========== ] 545/3188 17% [========== ] 546/3188 17% [========== ] 547/3188 17% [========== ] 548/3188 17% [========== ] 549/3188 17% [========== ] 550/3188 17% [========== ] 551/3188 17% [========== ] 552/3188 17% [========== ] 553/3188 17% [========== ] 554/3188 17% [========== ] 555/3188 17% [========== ] 556/3188 17% [========== ] 557/3188 17% [========== ] 558/3188 17% [========== ] 559/3188 17% [========== ] 560/3188 17% [========== ] 561/3188 17% [========== ] 562/3188 17% [========== ] 563/3188 17% [========== ] 564/3188 17% [========== ] 565/3188 17% [=========== ] 566/3188 17% [=========== ] 567/3188 17% [=========== ] 568/3188 17% [=========== ] 569/3188 17% [=========== ] 570/3188 17% [=========== ] 571/3188 17% [=========== ] 572/3188 17% [=========== ] 573/3188 17% [=========== ] 574/3188 18% [=========== ] 575/3188 18% [=========== ] 576/3188 18% [=========== ] 577/3188 18% [=========== ] 578/3188 18% [=========== ] 579/3188 18% [=========== ] 580/3188 18% [=========== ] 581/3188 18% [=========== ] 582/3188 18% [=========== ] 583/3188 18% [=========== ] 584/3188 18% [=========== ] 585/3188 18% [=========== ] 586/3188 18% [=========== ] 587/3188 18% [=========== ] 588/3188 18% [=========== ] 589/3188 18% [=========== ] 590/3188 18% [=========== ] 591/3188 18% [=========== ] 592/3188 18% [=========== ] 593/3188 18% [=========== ] 594/3188 18% [=========== ] 595/3188 18% [=========== ] 596/3188 18% [=========== ] 597/3188 18% [=========== ] 598/3188 18% [=========== ] 599/3188 18% [=========== ] 600/3188 18% [=========== ] 601/3188 18% [=========== ] 602/3188 18% [=========== ] 603/3188 18% [=========== ] 604/3188 18% [=========== ] 605/3188 18% [=========== ] 606/3188 19% [=========== ] 607/3188 19% [=========== ] 608/3188 19% [=========== ] 609/3188 19% [=========== ] 610/3188 19% [=========== ] 611/3188 19% [=========== ] 612/3188 19% [=========== ] 613/3188 19% [=========== ] 614/3188 19% [=========== ] 615/3188 19% [=========== ] 616/3188 19% [=========== ] 617/3188 19% [============ ] 618/3188 19% [============ ] 619/3188 19% [============ ] 620/3188 19% [============ ] 621/3188 19% [============ ] 622/3188 19% [============ ] 623/3188 19% [============ ] 624/3188 19% [============ ] 625/3188 19% [============ ] 626/3188 19% [============ ] 627/3188 19% [============ ] 628/3188 19% [============ ] 629/3188 19% [============ ] 630/3188 19% [============ ] 631/3188 19% [============ ] 632/3188 19% [============ ] 633/3188 19% [============ ] 634/3188 19% [============ ] 635/3188 19% [============ ] 636/3188 19% [============ ] 637/3188 19% [============ ] 638/3188 20% [============ ] 639/3188 20% [============ ] 640/3188 20% [============ ] 641/3188 20% [============ ] 642/3188 20% [============ ] 643/3188 20% [============ ] 644/3188 20% [============ ] 645/3188 20% [============ ] 646/3188 20% [============ ] 647/3188 20% [============ ] 648/3188 20% [============ ] 649/3188 20% [============ ] 650/3188 20% [============ ] 651/3188 20% [============ ] 652/3188 20% [============ ] 653/3188 20% [============ ] 654/3188 20% [============ ] 655/3188 20% [============ ] 656/3188 20% [============ ] 657/3188 20% [============ ] 658/3188 20% [============ ] 659/3188 20% [============ ] 660/3188 20% [============ ] 661/3188 20% [============ ] 662/3188 20% [============ ] 663/3188 20% [============ ] 664/3188 20% [============ ] 665/3188 20% [============ ] 666/3188 20% [============ ] 667/3188 20% [============ ] 668/3188 20% [============= ] 669/3188 20% [============= ] 670/3188 21% [============= ] 671/3188 21% [============= ] 672/3188 21% [============= ] 673/3188 21% [============= ] 674/3188 21% [============= ] 675/3188 21% [============= ] 676/3188 21% [============= ] 677/3188 21% [============= ] 678/3188 21% [============= ] 679/3188 21% [============= ] 680/3188 21% [============= ] 681/3188 21% [============= ] 682/3188 21% [============= ] 683/3188 21% [============= ] 684/3188 21% [============= ] 685/3188 21% [============= ] 686/3188 21% [============= ] 687/3188 21% [============= ] 688/3188 21% [============= ] 689/3188 21% [============= ] 690/3188 21% [============= ] 691/3188 21% [============= ] 692/3188 21% [============= ] 693/3188 21% [============= ] 694/3188 21% [============= ] 695/3188 21% [============= ] 696/3188 21% [============= ] 697/3188 21% [============= ] 698/3188 21% [============= ] 699/3188 21% [============= ] 700/3188 21% [============= ] 701/3188 21% [============= ] 702/3188 22% [============= ] 703/3188 22% [============= ] 704/3188 22% [============= ] 705/3188 22% [============= ] 706/3188 22% [============= ] 707/3188 22% [============= ] 708/3188 22% [============= ] 709/3188 22% [============= ] 710/3188 22% [============= ] 711/3188 22% [============= ] 712/3188 22% [============= ] 713/3188 22% [============= ] 714/3188 22% [============= ] 715/3188 22% [============= ] 716/3188 22% [============= ] 717/3188 22% [============= ] 718/3188 22% [============= ] 719/3188 22% [============== ] 720/3188 22% [============== ] 721/3188 22% [============== ] 722/3188 22% [============== ] 723/3188 22% [============== ] 724/3188 22% [============== ] 725/3188 22% [============== ] 726/3188 22% [============== ] 727/3188 22% [============== ] 728/3188 22% [============== ] 729/3188 22% [============== ] 730/3188 22% [============== ] 731/3188 22% [============== ] 732/3188 22% [============== ] 733/3188 22% [============== ] 734/3188 23% [============== ] 735/3188 23% [============== ] 736/3188 23% [============== ] 737/3188 23% [============== ] 738/3188 23% [============== ] 739/3188 23% [============== ] 740/3188 23% [============== ] 741/3188 23% [============== ] 742/3188 23% [============== ] 743/3188 23% [============== ] 744/3188 23% [============== ] 745/3188 23% [============== ] 746/3188 23% [============== ] 747/3188 23% [============== ] 748/3188 23% [============== ] 749/3188 23% [============== ] 750/3188 23% [============== ] 751/3188 23% [============== ] 752/3188 23% [============== ] 753/3188 23% [============== ] 754/3188 23% [============== ] 755/3188 23% [============== ] 756/3188 23% [============== ] 757/3188 23% [============== ] 758/3188 23% [============== ] 759/3188 23% [============== ] 760/3188 23% [============== ] 761/3188 23% [============== ] 762/3188 23% [============== ] 763/3188 23% [============== ] 764/3188 23% [============== ] 765/3188 23% [============== ] 766/3188 24% [============== ] 767/3188 24% [============== ] 768/3188 24% [============== ] 769/3188 24% [============== ] 770/3188 24% [============== ] 771/3188 24% [=============== ] 772/3188 24% [=============== ] 773/3188 24% [=============== ] 774/3188 24% [=============== ] 775/3188 24% [=============== ] 776/3188 24% [=============== ] 777/3188 24% [=============== ] 778/3188 24% [=============== ] 779/3188 24% [=============== ] 780/3188 24% [=============== ] 781/3188 24% [=============== ] 782/3188 24% [=============== ] 783/3188 24% [=============== ] 784/3188 24% [=============== ] 785/3188 24% [=============== ] 786/3188 24% [=============== ] 787/3188 24% [=============== ] 788/3188 24% [=============== ] 789/3188 24% [=============== ] 790/3188 24% [=============== ] 791/3188 24% [=============== ] 792/3188 24% [=============== ] 793/3188 24% [=============== ] 794/3188 24% [=============== ] 795/3188 24% [=============== ] 796/3188 24% [=============== ] 797/3188 25% [=============== ] 798/3188 25% [=============== ] 799/3188 25% [=============== ] 800/3188 25% [=============== ] 801/3188 25% [=============== ] 802/3188 25% [=============== ] 803/3188 25% [=============== ] 804/3188 25% [=============== ] 805/3188 25% [=============== ] 806/3188 25% [=============== ] 807/3188 25% [=============== ] 808/3188 25% [=============== ] 809/3188 25% [=============== ] 810/3188 25% [=============== ] 811/3188 25% [=============== ] 812/3188 25% [=============== ] 813/3188 25% [=============== ] 814/3188 25% [=============== ] 815/3188 25% [=============== ] 816/3188 25% [=============== ] 817/3188 25% [=============== ] 818/3188 25% [=============== ] 819/3188 25% [=============== ] 820/3188 25% [=============== ] 821/3188 25% [=============== ] 822/3188 25% [================ ] 823/3188 25% [================ ] 824/3188 25% [================ ] 825/3188 25% [================ ] 826/3188 25% [================ ] 827/3188 25% [================ ] 828/3188 25% [================ ] 829/3188 26% [================ ] 830/3188 26% [================ ] 831/3188 26% [================ ] 832/3188 26% [================ ] 833/3188 26% [================ ] 834/3188 26% [================ ] 835/3188 26% [================ ] 836/3188 26% [================ ] 837/3188 26% [================ ] 838/3188 26% [================ ] 839/3188 26% [================ ] 840/3188 26% [================ ] 841/3188 26% [================ ] 842/3188 26% [================ ] 843/3188 26% [================ ] 844/3188 26% [================ ] 845/3188 26% [================ ] 846/3188 26% [================ ] 847/3188 26% [================ ] 848/3188 26% [================ ] 849/3188 26% [================ ] 850/3188 26% [================ ] 851/3188 26% [================ ] 852/3188 26% [================ ] 853/3188 26% [================ ] 854/3188 26% [================ ] 855/3188 26% [================ ] 856/3188 26% [================ ] 857/3188 26% [================ ] 858/3188 26% [================ ] 859/3188 26% [================ ] 860/3188 26% [================ ] 861/3188 27% [================ ] 862/3188 27% [================ ] 863/3188 27% [================ ] 864/3188 27% [================ ] 865/3188 27% [================ ] 866/3188 27% [================ ] 867/3188 27% [================ ] 868/3188 27% [================ ] 869/3188 27% [================ ] 870/3188 27% [================ ] 871/3188 27% [================ ] 872/3188 27% [================ ] 873/3188 27% [================ ] 874/3188 27% [================= ] 875/3188 27% [================= ] 876/3188 27% [================= ] 877/3188 27% [================= ] 878/3188 27% [================= ] 879/3188 27% [================= ] 880/3188 27% [================= ] 881/3188 27% [================= ] 882/3188 27% [================= ] 883/3188 27% [================= ] 884/3188 27% [================= ] 885/3188 27% [================= ] 886/3188 27% [================= ] 887/3188 27% [================= ] 888/3188 27% [================= ] 889/3188 27% [================= ] 890/3188 27% [================= ] 891/3188 27% [================= ] 892/3188 27% [================= ] 893/3188 28% [================= ] 894/3188 28% [================= ] 895/3188 28% [================= ] 896/3188 28% [================= ] 897/3188 28% [================= ] 898/3188 28% [================= ] 899/3188 28% [================= ] 900/3188 28% [================= ] 901/3188 28% [================= ] 902/3188 28% [================= ] 903/3188 28% [================= ] 904/3188 28% [================= ] 905/3188 28% [================= ] 906/3188 28% [================= ] 907/3188 28% [================= ] 908/3188 28% [================= ] 909/3188 28% [================= ] 910/3188 28% [================= ] 911/3188 28% [================= ] 912/3188 28% [================= ] 913/3188 28% [================= ] 914/3188 28% [================= ] 915/3188 28% [================= ] 916/3188 28% [================= ] 917/3188 28% [================= ] 918/3188 28% [================= ] 919/3188 28% [================= ] 920/3188 28% [================= ] 921/3188 28% [================= ] 922/3188 28% [================= ] 923/3188 28% [================= ] 924/3188 28% [================= ] 925/3188 29% [================== ] 926/3188 29% [================== ] 927/3188 29% [================== ] 928/3188 29% [================== ] 929/3188 29% [================== ] 930/3188 29% [================== ] 931/3188 29% [================== ] 932/3188 29% [================== ] 933/3188 29% [================== ] 934/3188 29% [================== ] 935/3188 29% [================== ] 936/3188 29% [================== ] 937/3188 29% [================== ] 938/3188 29% [================== ] 939/3188 29% [================== ] 940/3188 29% [================== ] 941/3188 29% [================== ] 942/3188 29% [================== ] 943/3188 29% [================== ] 944/3188 29% [================== ] 945/3188 29% [================== ] 946/3188 29% [================== ] 947/3188 29% [================== ] 948/3188 29% [================== ] 949/3188 29% [================== ] 950/3188 29% [================== ] 951/3188 29% [================== ] 952/3188 29% [================== ] 953/3188 29% [================== ] 954/3188 29% [================== ] 955/3188 29% [================== ] 956/3188 29% [================== ] 957/3188 30% [================== ] 958/3188 30% [================== ] 959/3188 30% [================== ] 960/3188 30% [================== ] 961/3188 30% [================== ] 962/3188 30% [================== ] 963/3188 30% [================== ] 964/3188 30% [================== ] 965/3188 30% [================== ] 966/3188 30% [================== ] 967/3188 30% [================== ] 968/3188 30% [================== ] 969/3188 30% [================== ] 970/3188 30% [================== ] 971/3188 30% [================== ] 972/3188 30% [================== ] 973/3188 30% [================== ] 974/3188 30% [================== ] 975/3188 30% [================== ] 976/3188 30% [=================== ] 977/3188 30% [=================== ] 978/3188 30% [=================== ] 979/3188 30% [=================== ] 980/3188 30% [=================== ] 981/3188 30% [=================== ] 982/3188 30% [=================== ] 983/3188 30% [=================== ] 984/3188 30% [=================== ] 985/3188 30% [=================== ] 986/3188 30% [=================== ] 987/3188 30% [=================== ] 988/3188 30% [=================== ] 989/3188 31% [=================== ] 990/3188 31% [=================== ] 991/3188 31% [=================== ] 992/3188 31% [=================== ] 993/3188 31% [=================== ] 994/3188 31% [=================== ] 995/3188 31% [=================== ] 996/3188 31% [=================== ] 997/3188 31% [=================== ] 998/3188 31% [=================== ] 999/3188 31% [=================== ] 1000/3188 31% [=================== ] 1001/3188 31% [=================== ] 1002/3188 31% [=================== ] 1003/3188 31% [=================== ] 1004/3188 31% [=================== ] 1005/3188 31% [=================== ] 1006/3188 31% [=================== ] 1007/3188 31% [=================== ] 1008/3188 31% [=================== ] 1009/3188 31% [=================== ] 1010/3188 31% [=================== ] 1011/3188 31% [=================== ] 1012/3188 31% [=================== ] 1013/3188 31% [=================== ] 1014/3188 31% [=================== ] 1015/3188 31% [=================== ] 1016/3188 31% [=================== ] 1017/3188 31% [=================== ] 1018/3188 31% [=================== ] 1019/3188 31% [=================== ] 1020/3188 31% [=================== ] 1021/3188 32% [=================== ] 1022/3188 32% [=================== ] 1023/3188 32% [=================== ] 1024/3188 32% [=================== ] 1025/3188 32% [=================== ] 1026/3188 32% [=================== ] 1027/3188 32% [=================== ] 1028/3188 32% [==================== ] 1029/3188 32% [==================== ] 1030/3188 32% [==================== ] 1031/3188 32% [==================== ] 1032/3188 32% [==================== ] 1033/3188 32% [==================== ] 1034/3188 32% [==================== ] 1035/3188 32% [==================== ] 1036/3188 32% [==================== ] 1037/3188 32% [==================== ] 1038/3188 32% [==================== ] 1039/3188 32% [==================== ] 1040/3188 32% [==================== ] 1041/3188 32% [==================== ] 1042/3188 32% [==================== ] 1043/3188 32% [==================== ] 1044/3188 32% [==================== ] 1045/3188 32% [==================== ] 1046/3188 32% [==================== ] 1047/3188 32% [==================== ] 1048/3188 32% [==================== ] 1049/3188 32% [==================== ] 1050/3188 32% [==================== ] 1051/3188 32% [==================== ] 1052/3188 32% [==================== ] 1053/3188 33% [==================== ] 1054/3188 33% [==================== ] 1055/3188 33% [==================== ] 1056/3188 33% [==================== ] 1057/3188 33% [==================== ] 1058/3188 33% [==================== ] 1059/3188 33% [==================== ] 1060/3188 33% [==================== ] 1061/3188 33% [==================== ] 1062/3188 33% [==================== ] 1063/3188 33% [==================== ] 1064/3188 33% [==================== ] 1065/3188 33% [==================== ] 1066/3188 33% [==================== ] 1067/3188 33% [==================== ] 1068/3188 33% [==================== ] 1069/3188 33% [==================== ] 1070/3188 33% [==================== ] 1071/3188 33% [==================== ] 1072/3188 33% [==================== ] 1073/3188 33% [==================== ] 1074/3188 33% [==================== ] 1075/3188 33% [==================== ] 1076/3188 33% [==================== ] 1077/3188 33% [==================== ] 1078/3188 33% [==================== ] 1079/3188 33% [===================== ] 1080/3188 33% [===================== ] 1081/3188 33% [===================== ] 1082/3188 33% [===================== ] 1083/3188 33% [===================== ] 1084/3188 34% [===================== ] 1085/3188 34% [===================== ] 1086/3188 34% [===================== ] 1087/3188 34% [===================== ] 1088/3188 34% [===================== ] 1089/3188 34% [===================== ] 1090/3188 34% [===================== ] 1091/3188 34% [===================== ] 1092/3188 34% [===================== ] 1093/3188 34% [===================== ] 1094/3188 34% [===================== ] 1095/3188 34% [===================== ] 1096/3188 34% [===================== ] 1097/3188 34% [===================== ] 1098/3188 34% [===================== ] 1099/3188 34% [===================== ] 1100/3188 34% [===================== ] 1101/3188 34% [===================== ] 1102/3188 34% [===================== ] 1103/3188 34% [===================== ] 1104/3188 34% [===================== ] 1105/3188 34% [===================== ] 1106/3188 34% [===================== ] 1107/3188 34% [===================== ] 1108/3188 34% [===================== ] 1109/3188 34% [===================== ] 1110/3188 34% [===================== ] 1111/3188 34% [===================== ] 1112/3188 34% [===================== ] 1113/3188 34% [===================== ] 1114/3188 34% [===================== ] 1115/3188 34% [===================== ] 1116/3188 35% [===================== ] 1117/3188 35% [===================== ] 1118/3188 35% [===================== ] 1119/3188 35% [===================== ] 1120/3188 35% [===================== ] 1121/3188 35% [===================== ] 1122/3188 35% [===================== ] 1123/3188 35% [===================== ] 1124/3188 35% [===================== ] 1125/3188 35% [===================== ] 1126/3188 35% [===================== ] 1127/3188 35% [===================== ] 1128/3188 35% [===================== ] 1129/3188 35% [===================== ] 1130/3188 35% [===================== ] 1131/3188 35% [====================== ] 1132/3188 35% [====================== ] 1133/3188 35% [====================== ] 1134/3188 35% [====================== ] 1135/3188 35% [====================== ] 1136/3188 35% [====================== ] 1137/3188 35% [====================== ] 1138/3188 35% [====================== ] 1139/3188 35% [====================== ] 1140/3188 35% [====================== ] 1141/3188 35% [====================== ] 1142/3188 35% [====================== ] 1143/3188 35% [====================== ] 1144/3188 35% [====================== ] 1145/3188 35% [====================== ] 1146/3188 35% [====================== ] 1147/3188 35% [====================== ] 1148/3188 36% [====================== ] 1149/3188 36% [====================== ] 1150/3188 36% [====================== ] 1151/3188 36% [====================== ] 1152/3188 36% [====================== ] 1153/3188 36% [====================== ] 1154/3188 36% [====================== ] 1155/3188 36% [====================== ] 1156/3188 36% [====================== ] 1157/3188 36% [====================== ] 1158/3188 36% [====================== ] 1159/3188 36% [====================== ] 1160/3188 36% [====================== ] 1161/3188 36% [====================== ] 1162/3188 36% [====================== ] 1163/3188 36% [====================== ] 1164/3188 36% [====================== ] 1165/3188 36% [====================== ] 1166/3188 36% [====================== ] 1167/3188 36% [====================== ] 1168/3188 36% [====================== ] 1169/3188 36% [====================== ] 1170/3188 36% [====================== ] 1171/3188 36% [====================== ] 1172/3188 36% [====================== ] 1173/3188 36% [====================== ] 1174/3188 36% [====================== ] 1175/3188 36% [====================== ] 1176/3188 36% [====================== ] 1177/3188 36% [====================== ] 1178/3188 36% [====================== ] 1179/3188 36% [====================== ] 1180/3188 37% [====================== ] 1181/3188 37% [====================== ] 1182/3188 37% [======================= ] 1183/3188 37% [======================= ] 1184/3188 37% [======================= ] 1185/3188 37% [======================= ] 1186/3188 37% [======================= ] 1187/3188 37% [======================= ] 1188/3188 37% [======================= ] 1189/3188 37% [======================= ] 1190/3188 37% [======================= ] 1191/3188 37% [======================= ] 1192/3188 37% [======================= ] 1193/3188 37% [======================= ] 1194/3188 37% [======================= ] 1195/3188 37% [======================= ] 1196/3188 37% [======================= ] 1197/3188 37% [======================= ] 1198/3188 37% [======================= ] 1199/3188 37% [======================= ] 1200/3188 37% [======================= ] 1201/3188 37% [======================= ] 1202/3188 37% [======================= ] 1203/3188 37% [======================= ] 1204/3188 37% [======================= ] 1205/3188 37% [======================= ] 1206/3188 37% [======================= ] 1207/3188 37% [======================= ] 1208/3188 37% [======================= ] 1209/3188 37% [======================= ] 1210/3188 37% [======================= ] 1211/3188 37% [======================= ] 1212/3188 38% [======================= ] 1213/3188 38% [======================= ] 1214/3188 38% [======================= ] 1215/3188 38% [======================= ] 1216/3188 38% [======================= ] 1217/3188 38% [======================= ] 1218/3188 38% [======================= ] 1219/3188 38% [======================= ] 1220/3188 38% [======================= ] 1221/3188 38% [======================= ] 1222/3188 38% [======================= ] 1223/3188 38% [======================= ] 1224/3188 38% [======================= ] 1225/3188 38% [======================= ] 1226/3188 38% [======================= ] 1227/3188 38% [======================= ] 1228/3188 38% [======================= ] 1229/3188 38% [======================= ] 1230/3188 38% [======================= ] 1231/3188 38% [======================= ] 1232/3188 38% [======================= ] 1233/3188 38% [======================= ] 1234/3188 38% [======================== ] 1235/3188 38% [======================== ] 1236/3188 38% [======================== ] 1237/3188 38% [======================== ] 1238/3188 38% [======================== ] 1239/3188 38% [======================== ] 1240/3188 38% [======================== ] 1241/3188 38% [======================== ] 1242/3188 38% [======================== ] 1243/3188 38% [======================== ] 1244/3188 39% [======================== ] 1245/3188 39% [======================== ] 1246/3188 39% [======================== ] 1247/3188 39% [======================== ] 1248/3188 39% [======================== ] 1249/3188 39% [======================== ] 1250/3188 39% [======================== ] 1251/3188 39% [======================== ] 1252/3188 39% [======================== ] 1253/3188 39% [======================== ] 1254/3188 39% [======================== ] 1255/3188 39% [======================== ] 1256/3188 39% [======================== ] 1257/3188 39% [======================== ] 1258/3188 39% [======================== ] 1259/3188 39% [======================== ] 1260/3188 39% [======================== ] 1261/3188 39% [======================== ] 1262/3188 39% [======================== ] 1263/3188 39% [======================== ] 1264/3188 39% [======================== ] 1265/3188 39% [======================== ] 1266/3188 39% [======================== ] 1267/3188 39% [======================== ] 1268/3188 39% [======================== ] 1269/3188 39% [======================== ] 1270/3188 39% [======================== ] 1271/3188 39% [======================== ] 1272/3188 39% [======================== ] 1273/3188 39% [======================== ] 1274/3188 39% [======================== ] 1275/3188 39% [======================== ] 1276/3188 40% [======================== ] 1277/3188 40% [======================== ] 1278/3188 40% [======================== ] 1279/3188 40% [======================== ] 1280/3188 40% [======================== ] 1281/3188 40% [======================== ] 1282/3188 40% [======================== ] 1283/3188 40% [======================== ] 1284/3188 40% [======================== ] 1285/3188 40% [========================= ] 1286/3188 40% [========================= ] 1287/3188 40% [========================= ] 1288/3188 40% [========================= ] 1289/3188 40% [========================= ] 1290/3188 40% [========================= ] 1291/3188 40% [========================= ] 1292/3188 40% [========================= ] 1293/3188 40% [========================= ] 1294/3188 40% [========================= ] 1295/3188 40% [========================= ] 1296/3188 40% [========================= ] 1297/3188 40% [========================= ] 1298/3188 40% [========================= ] 1299/3188 40% [========================= ] 1300/3188 40% [========================= ] 1301/3188 40% [========================= ] 1302/3188 40% [========================= ] 1303/3188 40% [========================= ] 1304/3188 40% [========================= ] 1305/3188 40% [========================= ] 1306/3188 40% [========================= ] 1307/3188 40% [========================= ] 1308/3188 41% [========================= ] 1309/3188 41% [========================= ] 1310/3188 41% [========================= ] 1311/3188 41% [========================= ] 1312/3188 41% [========================= ] 1313/3188 41% [========================= ] 1314/3188 41% [========================= ] 1315/3188 41% [========================= ] 1316/3188 41% [========================= ] 1317/3188 41% [========================= ] 1318/3188 41% [========================= ] 1319/3188 41% [========================= ] 1320/3188 41% [========================= ] 1321/3188 41% [========================= ] 1322/3188 41% [========================= ] 1323/3188 41% [========================= ] 1324/3188 41% [========================= ] 1325/3188 41% [========================= ] 1326/3188 41% [========================= ] 1327/3188 41% [========================= ] 1328/3188 41% [========================= ] 1329/3188 41% [========================= ] 1330/3188 41% [========================= ] 1331/3188 41% [========================= ] 1332/3188 41% [========================= ] 1333/3188 41% [========================= ] 1334/3188 41% [========================= ] 1335/3188 41% [========================= ] 1336/3188 41% [========================== ] 1337/3188 41% [========================== ] 1338/3188 41% [========================== ] 1339/3188 42% [========================== ] 1340/3188 42% [========================== ] 1341/3188 42% [========================== ] 1342/3188 42% [========================== ] 1343/3188 42% [========================== ] 1344/3188 42% [========================== ] 1345/3188 42% [========================== ] 1346/3188 42% [========================== ] 1347/3188 42% [========================== ] 1348/3188 42% [========================== ] 1349/3188 42% [========================== ] 1350/3188 42% [========================== ] 1351/3188 42% [========================== ] 1352/3188 42% [========================== ] 1353/3188 42% [========================== ] 1354/3188 42% [========================== ] 1355/3188 42% [========================== ] 1356/3188 42% [========================== ] 1357/3188 42% [========================== ] 1358/3188 42% [========================== ] 1359/3188 42% [========================== ] 1360/3188 42% [========================== ] 1361/3188 42% [========================== ] 1362/3188 42% [========================== ] 1363/3188 42% [========================== ] 1364/3188 42% [========================== ] 1365/3188 42% [========================== ] 1366/3188 42% [========================== ] 1367/3188 42% [========================== ] 1368/3188 42% [========================== ] 1369/3188 42% [========================== ] 1370/3188 42% [========================== ] 1371/3188 43% [========================== ] 1372/3188 43% [========================== ] 1373/3188 43% [========================== ] 1374/3188 43% [========================== ] 1375/3188 43% [========================== ] 1376/3188 43% [========================== ] 1377/3188 43% [========================== ] 1378/3188 43% [========================== ] 1379/3188 43% [========================== ] 1380/3188 43% [========================== ] 1381/3188 43% [========================== ] 1382/3188 43% [========================== ] 1383/3188 43% [========================== ] 1384/3188 43% [========================== ] 1385/3188 43% [========================== ] 1386/3188 43% [========================== ] 1387/3188 43% [========================== ] 1388/3188 43% [=========================== ] 1389/3188 43% [=========================== ] 1390/3188 43% [=========================== ] 1391/3188 43% [=========================== ] 1392/3188 43% [=========================== ] 1393/3188 43% [=========================== ] 1394/3188 43% [=========================== ] 1395/3188 43% [=========================== ] 1396/3188 43% [=========================== ] 1397/3188 43% [=========================== ] 1398/3188 43% [=========================== ] 1399/3188 43% [=========================== ] 1400/3188 43% [=========================== ] 1401/3188 43% [=========================== ] 1402/3188 43% [=========================== ] 1403/3188 44% [=========================== ] 1404/3188 44% [=========================== ] 1405/3188 44% [=========================== ] 1406/3188 44% [=========================== ] 1407/3188 44% [=========================== ] 1408/3188 44% [=========================== ] 1409/3188 44% [=========================== ] 1410/3188 44% [=========================== ] 1411/3188 44% [=========================== ] 1412/3188 44% [=========================== ] 1413/3188 44% [=========================== ] 1414/3188 44% [=========================== ] 1415/3188 44% [=========================== ] 1416/3188 44% [=========================== ] 1417/3188 44% [=========================== ] 1418/3188 44% [=========================== ] 1419/3188 44% [=========================== ] 1420/3188 44% [=========================== ] 1421/3188 44% [=========================== ] 1422/3188 44% [=========================== ] 1423/3188 44% [=========================== ] 1424/3188 44% [=========================== ] 1425/3188 44% [=========================== ] 1426/3188 44% [=========================== ] 1427/3188 44% [=========================== ] 1428/3188 44% [=========================== ] 1429/3188 44% [=========================== ] 1430/3188 44% [=========================== ] 1431/3188 44% [=========================== ] 1432/3188 44% [=========================== ] 1433/3188 44% [=========================== ] 1434/3188 44% [=========================== ] 1435/3188 45% [=========================== ] 1436/3188 45% [=========================== ] 1437/3188 45% [=========================== ] 1438/3188 45% [=========================== ] 1439/3188 45% [============================ ] 1440/3188 45% [============================ ] 1441/3188 45% [============================ ] 1442/3188 45% [============================ ] 1443/3188 45% [============================ ] 1444/3188 45% [============================ ] 1445/3188 45% [============================ ] 1446/3188 45% [============================ ] 1447/3188 45% [============================ ] 1448/3188 45% [============================ ] 1449/3188 45% [============================ ] 1450/3188 45% [============================ ] 1451/3188 45% [============================ ] 1452/3188 45% [============================ ] 1453/3188 45% [============================ ] 1454/3188 45% [============================ ] 1455/3188 45% [============================ ] 1456/3188 45% [============================ ] 1457/3188 45% [============================ ] 1458/3188 45% [============================ ] 1459/3188 45% [============================ ] 1460/3188 45% [============================ ] 1461/3188 45% [============================ ] 1462/3188 45% [============================ ] 1463/3188 45% [============================ ] 1464/3188 45% [============================ ] 1465/3188 45% [============================ ] 1466/3188 45% [============================ ] 1467/3188 46% [============================ ] 1468/3188 46% [============================ ] 1469/3188 46% [============================ ] 1470/3188 46% [============================ ] 1471/3188 46% [============================ ] 1472/3188 46% [============================ ] 1473/3188 46% [============================ ] 1474/3188 46% [============================ ] 1475/3188 46% [============================ ] 1476/3188 46% [============================ ] 1477/3188 46% [============================ ] 1478/3188 46% [============================ ] 1479/3188 46% [============================ ] 1480/3188 46% [============================ ] 1481/3188 46% [============================ ] 1482/3188 46% [============================ ] 1483/3188 46% [============================ ] 1484/3188 46% [============================ ] 1485/3188 46% [============================ ] 1486/3188 46% [============================ ] 1487/3188 46% [============================ ] 1488/3188 46% [============================ ] 1489/3188 46% [============================ ] 1490/3188 46% [============================ ] 1491/3188 46% [============================= ] 1492/3188 46% [============================= ] 1493/3188 46% [============================= ] 1494/3188 46% [============================= ] 1495/3188 46% [============================= ] 1496/3188 46% [============================= ] 1497/3188 46% [============================= ] 1498/3188 46% [============================= ] 1499/3188 47% [============================= ] 1500/3188 47% [============================= ] 1501/3188 47% [============================= ] 1502/3188 47% [============================= ] 1503/3188 47% [============================= ] 1504/3188 47% [============================= ] 1505/3188 47% [============================= ] 1506/3188 47% [============================= ] 1507/3188 47% [============================= ] 1508/3188 47% [============================= ] 1509/3188 47% [============================= ] 1510/3188 47% [============================= ] 1511/3188 47% [============================= ] 1512/3188 47% [============================= ] 1513/3188 47% [============================= ] 1514/3188 47% [============================= ] 1515/3188 47% [============================= ] 1516/3188 47% [============================= ] 1517/3188 47% [============================= ] 1518/3188 47% [============================= ] 1519/3188 47% [============================= ] 1520/3188 47% [============================= ] 1521/3188 47% [============================= ] 1522/3188 47% [============================= ] 1523/3188 47% [============================= ] 1524/3188 47% [============================= ] 1525/3188 47% [============================= ] 1526/3188 47% [============================= ] 1527/3188 47% [============================= ] 1528/3188 47% [============================= ] 1529/3188 47% [============================= ] 1530/3188 47% [============================= ] 1531/3188 48% [============================= ] 1532/3188 48% [============================= ] 1533/3188 48% [============================= ] 1534/3188 48% [============================= ] 1535/3188 48% [============================= ] 1536/3188 48% [============================= ] 1537/3188 48% [============================= ] 1538/3188 48% [============================= ] 1539/3188 48% [============================= ] 1540/3188 48% [============================= ] 1541/3188 48% [============================= ] 1542/3188 48% [============================== ] 1543/3188 48% [============================== ] 1544/3188 48% [============================== ] 1545/3188 48% [============================== ] 1546/3188 48% [============================== ] 1547/3188 48% [============================== ] 1548/3188 48% [============================== ] 1549/3188 48% [============================== ] 1550/3188 48% [============================== ] 1551/3188 48% [============================== ] 1552/3188 48% [============================== ] 1553/3188 48% [============================== ] 1554/3188 48% [============================== ] 1555/3188 48% [============================== ] 1556/3188 48% [============================== ] 1557/3188 48% [============================== ] 1558/3188 48% [============================== ] 1559/3188 48% [============================== ] 1560/3188 48% [============================== ] 1561/3188 48% [============================== ] 1562/3188 48% [============================== ] 1563/3188 49% [============================== ] 1564/3188 49% [============================== ] 1565/3188 49% [============================== ] 1566/3188 49% [============================== ] 1567/3188 49% [============================== ] 1568/3188 49% [============================== ] 1569/3188 49% [============================== ] 1570/3188 49% [============================== ] 1571/3188 49% [============================== ] 1572/3188 49% [============================== ] 1573/3188 49% [============================== ] 1574/3188 49% [============================== ] 1575/3188 49% [============================== ] 1576/3188 49% [============================== ] 1577/3188 49% [============================== ] 1578/3188 49% [============================== ] 1579/3188 49% [============================== ] 1580/3188 49% [============================== ] 1581/3188 49% [============================== ] 1582/3188 49% [============================== ] 1583/3188 49% [============================== ] 1584/3188 49% [============================== ] 1585/3188 49% [============================== ] 1586/3188 49% [============================== ] 1587/3188 49% [============================== ] 1588/3188 49% [============================== ] 1589/3188 49% [============================== ] 1590/3188 49% [============================== ] 1591/3188 49% [============================== ] 1592/3188 49% [============================== ] 1593/3188 49% [=============================== ] 1594/3188 50% [=============================== ] 1595/3188 50% [=============================== ] 1596/3188 50% [=============================== ] 1597/3188 50% [=============================== ] 1598/3188 50% [=============================== ] 1599/3188 50% [=============================== ] 1600/3188 50% [=============================== ] 1601/3188 50% [=============================== ] 1602/3188 50% [=============================== ] 1603/3188 50% [=============================== ] 1604/3188 50% [=============================== ] 1605/3188 50% [=============================== ] 1606/3188 50% [=============================== ] 1607/3188 50% [=============================== ] 1608/3188 50% [=============================== ] 1609/3188 50% [=============================== ] 1610/3188 50% [=============================== ] 1611/3188 50% [=============================== ] 1612/3188 50% [=============================== ] 1613/3188 50% [=============================== ] 1614/3188 50% [=============================== ] 1615/3188 50% [=============================== ] 1616/3188 50% [=============================== ] 1617/3188 50% [=============================== ] 1618/3188 50% [=============================== ] 1619/3188 50% [=============================== ] 1620/3188 50% [=============================== ] 1621/3188 50% [=============================== ] 1622/3188 50% [=============================== ] 1623/3188 50% [=============================== ] 1624/3188 50% [=============================== ] 1625/3188 50% [=============================== ] 1626/3188 51% [=============================== ] 1627/3188 51% [=============================== ] 1628/3188 51% [=============================== ] 1629/3188 51% [=============================== ] 1630/3188 51% [=============================== ] 1631/3188 51% [=============================== ] 1632/3188 51% [=============================== ] 1633/3188 51% [=============================== ] 1634/3188 51% [=============================== ] 1635/3188 51% [=============================== ] 1636/3188 51% [=============================== ] 1637/3188 51% [=============================== ] 1638/3188 51% [=============================== ] 1639/3188 51% [=============================== ] 1640/3188 51% [=============================== ] 1641/3188 51% [=============================== ] 1642/3188 51% [=============================== ] 1643/3188 51% [=============================== ] 1644/3188 51% [=============================== ] 1645/3188 51% [================================ ] 1646/3188 51% [================================ ] 1647/3188 51% [================================ ] 1648/3188 51% [================================ ] 1649/3188 51% [================================ ] 1650/3188 51% [================================ ] 1651/3188 51% [================================ ] 1652/3188 51% [================================ ] 1653/3188 51% [================================ ] 1654/3188 51% [================================ ] 1655/3188 51% [================================ ] 1656/3188 51% [================================ ] 1657/3188 51% [================================ ] 1658/3188 52% [================================ ] 1659/3188 52% [================================ ] 1660/3188 52% [================================ ] 1661/3188 52% [================================ ] 1662/3188 52% [================================ ] 1663/3188 52% [================================ ] 1664/3188 52% [================================ ] 1665/3188 52% [================================ ] 1666/3188 52% [================================ ] 1667/3188 52% [================================ ] 1668/3188 52% [================================ ] 1669/3188 52% [================================ ] 1670/3188 52% [================================ ] 1671/3188 52% [================================ ] 1672/3188 52% [================================ ] 1673/3188 52% [================================ ] 1674/3188 52% [================================ ] 1675/3188 52% [================================ ] 1676/3188 52% [================================ ] 1677/3188 52% [================================ ] 1678/3188 52% [================================ ] 1679/3188 52% [================================ ] 1680/3188 52% [================================ ] 1681/3188 52% [================================ ] 1682/3188 52% [================================ ] 1683/3188 52% [================================ ] 1684/3188 52% [================================ ] 1685/3188 52% [================================ ] 1686/3188 52% [================================ ] 1687/3188 52% [================================ ] 1688/3188 52% [================================ ] 1689/3188 52% [================================ ] 1690/3188 53% [================================ ] 1691/3188 53% [================================ ] 1692/3188 53% [================================ ] 1693/3188 53% [================================ ] 1694/3188 53% [================================ ] 1695/3188 53% [================================ ] 1696/3188 53% [================================= ] 1697/3188 53% [================================= ] 1698/3188 53% [================================= ] 1699/3188 53% [================================= ] 1700/3188 53% [================================= ] 1701/3188 53% [================================= ] 1702/3188 53% [================================= ] 1703/3188 53% [================================= ] 1704/3188 53% [================================= ] 1705/3188 53% [================================= ] 1706/3188 53% [================================= ] 1707/3188 53% [================================= ] 1708/3188 53% [================================= ] 1709/3188 53% [================================= ] 1710/3188 53% [================================= ] 1711/3188 53% [================================= ] 1712/3188 53% [================================= ] 1713/3188 53% [================================= ] 1714/3188 53% [================================= ] 1715/3188 53% [================================= ] 1716/3188 53% [================================= ] 1717/3188 53% [================================= ] 1718/3188 53% [================================= ] 1719/3188 53% [================================= ] 1720/3188 53% [================================= ] 1721/3188 53% [================================= ] 1722/3188 54% [================================= ] 1723/3188 54% [================================= ] 1724/3188 54% [================================= ] 1725/3188 54% [================================= ] 1726/3188 54% [================================= ] 1727/3188 54% [================================= ] 1728/3188 54% [================================= ] 1729/3188 54% [================================= ] 1730/3188 54% [================================= ] 1731/3188 54% [================================= ] 1732/3188 54% [================================= ] 1733/3188 54% [================================= ] 1734/3188 54% [================================= ] 1735/3188 54% [================================= ] 1736/3188 54% [================================= ] 1737/3188 54% [================================= ] 1738/3188 54% [================================= ] 1739/3188 54% [================================= ] 1740/3188 54% [================================= ] 1741/3188 54% [================================= ] 1742/3188 54% [================================= ] 1743/3188 54% [================================= ] 1744/3188 54% [================================= ] 1745/3188 54% [================================= ] 1746/3188 54% [================================= ] 1747/3188 54% [================================= ] 1748/3188 54% [================================== ] 1749/3188 54% [================================== ] 1750/3188 54% [================================== ] 1751/3188 54% [================================== ] 1752/3188 54% [================================== ] 1753/3188 54% [================================== ] 1754/3188 55% [================================== ] 1755/3188 55% [================================== ] 1756/3188 55% [================================== ] 1757/3188 55% [================================== ] 1758/3188 55% [================================== ] 1759/3188 55% [================================== ] 1760/3188 55% [================================== ] 1761/3188 55% [================================== ] 1762/3188 55% [================================== ] 1763/3188 55% [================================== ] 1764/3188 55% [================================== ] 1765/3188 55% [================================== ] 1766/3188 55% [================================== ] 1767/3188 55% [================================== ] 1768/3188 55% [================================== ] 1769/3188 55% [================================== ] 1770/3188 55% [================================== ] 1771/3188 55% [================================== ] 1772/3188 55% [================================== ] 1773/3188 55% [================================== ] 1774/3188 55% [================================== ] 1775/3188 55% [================================== ] 1776/3188 55% [================================== ] 1777/3188 55% [================================== ] 1778/3188 55% [================================== ] 1779/3188 55% [================================== ] 1780/3188 55% [================================== ] 1781/3188 55% [================================== ] 1782/3188 55% [================================== ] 1783/3188 55% [================================== ] 1784/3188 55% [================================== ] 1785/3188 55% [================================== ] 1786/3188 56% [================================== ] 1787/3188 56% [================================== ] 1788/3188 56% [================================== ] 1789/3188 56% [================================== ] 1790/3188 56% [================================== ] 1791/3188 56% [================================== ] 1792/3188 56% [================================== ] 1793/3188 56% [================================== ] 1794/3188 56% [================================== ] 1795/3188 56% [================================== ] 1796/3188 56% [================================== ] 1797/3188 56% [================================== ] 1798/3188 56% [================================== ] 1799/3188 56% [=================================== ] 1800/3188 56% [=================================== ] 1801/3188 56% [=================================== ] 1802/3188 56% [=================================== ] 1803/3188 56% [=================================== ] 1804/3188 56% [=================================== ] 1805/3188 56% [=================================== ] 1806/3188 56% [=================================== ] 1807/3188 56% [=================================== ] 1808/3188 56% [=================================== ] 1809/3188 56% [=================================== ] 1810/3188 56% [=================================== ] 1811/3188 56% [=================================== ] 1812/3188 56% [=================================== ] 1813/3188 56% [=================================== ] 1814/3188 56% [=================================== ] 1815/3188 56% [=================================== ] 1816/3188 56% [=================================== ] 1817/3188 56% [=================================== ] 1818/3188 57% [=================================== ] 1819/3188 57% [=================================== ] 1820/3188 57% [=================================== ] 1821/3188 57% [=================================== ] 1822/3188 57% [=================================== ] 1823/3188 57% [=================================== ] 1824/3188 57% [=================================== ] 1825/3188 57% [=================================== ] 1826/3188 57% [=================================== ] 1827/3188 57% [=================================== ] 1828/3188 57% [=================================== ] 1829/3188 57% [=================================== ] 1830/3188 57% [=================================== ] 1831/3188 57% [=================================== ] 1832/3188 57% [=================================== ] 1833/3188 57% [=================================== ] 1834/3188 57% [=================================== ] 1835/3188 57% [=================================== ] 1836/3188 57% [=================================== ] 1837/3188 57% [=================================== ] 1838/3188 57% [=================================== ] 1839/3188 57% [=================================== ] 1840/3188 57% [=================================== ] 1841/3188 57% [=================================== ] 1842/3188 57% [=================================== ] 1843/3188 57% [=================================== ] 1844/3188 57% [=================================== ] 1845/3188 57% [=================================== ] 1846/3188 57% [=================================== ] 1847/3188 57% [=================================== ] 1848/3188 57% [=================================== ] 1849/3188 57% [=================================== ] 1850/3188 58% [=================================== ] 1851/3188 58% [==================================== ] 1852/3188 58% [==================================== ] 1853/3188 58% [==================================== ] 1854/3188 58% [==================================== ] 1855/3188 58% [==================================== ] 1856/3188 58% [==================================== ] 1857/3188 58% [==================================== ] 1858/3188 58% [==================================== ] 1859/3188 58% [==================================== ] 1860/3188 58% [==================================== ] 1861/3188 58% [==================================== ] 1862/3188 58% [==================================== ] 1863/3188 58% [==================================== ] 1864/3188 58% [==================================== ] 1865/3188 58% [==================================== ] 1866/3188 58% [==================================== ] 1867/3188 58% [==================================== ] 1868/3188 58% [==================================== ] 1869/3188 58% [==================================== ] 1870/3188 58% [==================================== ] 1871/3188 58% [==================================== ] 1872/3188 58% [==================================== ] 1873/3188 58% [==================================== ] 1874/3188 58% [==================================== ] 1875/3188 58% [==================================== ] 1876/3188 58% [==================================== ] 1877/3188 58% [==================================== ] 1878/3188 58% [==================================== ] 1879/3188 58% [==================================== ] 1880/3188 58% [==================================== ] 1881/3188 59% [==================================== ] 1882/3188 59% [==================================== ] 1883/3188 59% [==================================== ] 1884/3188 59% [==================================== ] 1885/3188 59% [==================================== ] 1886/3188 59% [==================================== ] 1887/3188 59% [==================================== ] 1888/3188 59% [==================================== ] 1889/3188 59% [==================================== ] 1890/3188 59% [==================================== ] 1891/3188 59% [==================================== ] 1892/3188 59% [==================================== ] 1893/3188 59% [==================================== ] 1894/3188 59% [==================================== ] 1895/3188 59% [==================================== ] 1896/3188 59% [==================================== ] 1897/3188 59% [==================================== ] 1898/3188 59% [==================================== ] 1899/3188 59% [==================================== ] 1900/3188 59% [==================================== ] 1901/3188 59% [==================================== ] 1902/3188 59% [===================================== ] 1903/3188 59% [===================================== ] 1904/3188 59% [===================================== ] 1905/3188 59% [===================================== ] 1906/3188 59% [===================================== ] 1907/3188 59% [===================================== ] 1908/3188 59% [===================================== ] 1909/3188 59% [===================================== ] 1910/3188 59% [===================================== ] 1911/3188 59% [===================================== ] 1912/3188 59% [===================================== ] 1913/3188 60% [===================================== ] 1914/3188 60% [===================================== ] 1915/3188 60% [===================================== ] 1916/3188 60% [===================================== ] 1917/3188 60% [===================================== ] 1918/3188 60% [===================================== ] 1919/3188 60% [===================================== ] 1920/3188 60% [===================================== ] 1921/3188 60% [===================================== ] 1922/3188 60% [===================================== ] 1923/3188 60% [===================================== ] 1924/3188 60% [===================================== ] 1925/3188 60% [===================================== ] 1926/3188 60% [===================================== ] 1927/3188 60% [===================================== ] 1928/3188 60% [===================================== ] 1929/3188 60% [===================================== ] 1930/3188 60% [===================================== ] 1931/3188 60% [===================================== ] 1932/3188 60% [===================================== ] 1933/3188 60% [===================================== ] 1934/3188 60% [===================================== ] 1935/3188 60% [===================================== ] 1936/3188 60% [===================================== ] 1937/3188 60% [===================================== ] 1938/3188 60% [===================================== ] 1939/3188 60% [===================================== ] 1940/3188 60% [===================================== ] 1941/3188 60% [===================================== ] 1942/3188 60% [===================================== ] 1943/3188 60% [===================================== ] 1944/3188 60% [===================================== ] 1945/3188 61% [===================================== ] 1946/3188 61% [===================================== ] 1947/3188 61% [===================================== ] 1948/3188 61% [===================================== ] 1949/3188 61% [===================================== ] 1950/3188 61% [===================================== ] 1951/3188 61% [===================================== ] 1952/3188 61% [===================================== ] 1953/3188 61% [====================================== ] 1954/3188 61% [====================================== ] 1955/3188 61% [====================================== ] 1956/3188 61% [====================================== ] 1957/3188 61% [====================================== ] 1958/3188 61% [====================================== ] 1959/3188 61% [====================================== ] 1960/3188 61% [====================================== ] 1961/3188 61% [====================================== ] 1962/3188 61% [====================================== ] 1963/3188 61% [====================================== ] 1964/3188 61% [====================================== ] 1965/3188 61% [====================================== ] 1966/3188 61% [====================================== ] 1967/3188 61% [====================================== ] 1968/3188 61% [====================================== ] 1969/3188 61% [====================================== ] 1970/3188 61% [====================================== ] 1971/3188 61% [====================================== ] 1972/3188 61% [====================================== ] 1973/3188 61% [====================================== ] 1974/3188 61% [====================================== ] 1975/3188 61% [====================================== ] 1976/3188 61% [====================================== ] 1977/3188 62% [====================================== ] 1978/3188 62% [====================================== ] 1979/3188 62% [====================================== ] 1980/3188 62% [====================================== ] 1981/3188 62% [====================================== ] 1982/3188 62% [====================================== ] 1983/3188 62% [====================================== ] 1984/3188 62% [====================================== ] 1985/3188 62% [====================================== ] 1986/3188 62% [====================================== ] 1987/3188 62% [====================================== ] 1988/3188 62% [====================================== ] 1989/3188 62% [====================================== ] 1990/3188 62% [====================================== ] 1991/3188 62% [====================================== ] 1992/3188 62% [====================================== ] 1993/3188 62% [====================================== ] 1994/3188 62% [====================================== ] 1995/3188 62% [====================================== ] 1996/3188 62% [====================================== ] 1997/3188 62% [====================================== ] 1998/3188 62% [====================================== ] 1999/3188 62% [====================================== ] 2000/3188 62% [====================================== ] 2001/3188 62% [====================================== ] 2002/3188 62% [====================================== ] 2003/3188 62% [====================================== ] 2004/3188 62% [====================================== ] 2005/3188 62% [======================================= ] 2006/3188 62% [======================================= ] 2007/3188 62% [======================================= ] 2008/3188 62% [======================================= ] 2009/3188 63% [======================================= ] 2010/3188 63% [======================================= ] 2011/3188 63% [======================================= ] 2012/3188 63% [======================================= ] 2013/3188 63% [======================================= ] 2014/3188 63% [======================================= ] 2015/3188 63% [======================================= ] 2016/3188 63% [======================================= ] 2017/3188 63% [======================================= ] 2018/3188 63% [======================================= ] 2019/3188 63% [======================================= ] 2020/3188 63% [======================================= ] 2021/3188 63% [======================================= ] 2022/3188 63% [======================================= ] 2023/3188 63% [======================================= ] 2024/3188 63% [======================================= ] 2025/3188 63% [======================================= ] 2026/3188 63% [======================================= ] 2027/3188 63% [======================================= ] 2028/3188 63% [======================================= ] 2029/3188 63% [======================================= ] 2030/3188 63% [======================================= ] 2031/3188 63% [======================================= ] 2032/3188 63% [======================================= ] 2033/3188 63% [======================================= ] 2034/3188 63% [======================================= ] 2035/3188 63% [======================================= ] 2036/3188 63% [======================================= ] 2037/3188 63% [======================================= ] 2038/3188 63% [======================================= ] 2039/3188 63% [======================================= ] 2040/3188 63% [======================================= ] 2041/3188 64% [======================================= ] 2042/3188 64% [======================================= ] 2043/3188 64% [======================================= ] 2044/3188 64% [======================================= ] 2045/3188 64% [======================================= ] 2046/3188 64% [======================================= ] 2047/3188 64% [======================================= ] 2048/3188 64% [======================================= ] 2049/3188 64% [======================================= ] 2050/3188 64% [======================================= ] 2051/3188 64% [======================================= ] 2052/3188 64% [======================================= ] 2053/3188 64% [======================================= ] 2054/3188 64% [======================================= ] 2055/3188 64% [======================================= ] 2056/3188 64% [======================================== ] 2057/3188 64% [======================================== ] 2058/3188 64% [======================================== ] 2059/3188 64% [======================================== ] 2060/3188 64% [======================================== ] 2061/3188 64% [======================================== ] 2062/3188 64% [======================================== ] 2063/3188 64% [======================================== ] 2064/3188 64% [======================================== ] 2065/3188 64% [======================================== ] 2066/3188 64% [======================================== ] 2067/3188 64% [======================================== ] 2068/3188 64% [======================================== ] 2069/3188 64% [======================================== ] 2070/3188 64% [======================================== ] 2071/3188 64% [======================================== ] 2072/3188 64% [======================================== ] 2073/3188 65% [======================================== ] 2074/3188 65% [======================================== ] 2075/3188 65% [======================================== ] 2076/3188 65% [======================================== ] 2077/3188 65% [======================================== ] 2078/3188 65% [======================================== ] 2079/3188 65% [======================================== ] 2080/3188 65% [======================================== ] 2081/3188 65% [======================================== ] 2082/3188 65% [======================================== ] 2083/3188 65% [======================================== ] 2084/3188 65% [======================================== ] 2085/3188 65% [======================================== ] 2086/3188 65% [======================================== ] 2087/3188 65% [======================================== ] 2088/3188 65% [======================================== ] 2089/3188 65% [======================================== ] 2090/3188 65% [======================================== ] 2091/3188 65% [======================================== ] 2092/3188 65% [======================================== ] 2093/3188 65% [======================================== ] 2094/3188 65% [======================================== ] 2095/3188 65% [======================================== ] 2096/3188 65% [======================================== ] 2097/3188 65% [======================================== ] 2098/3188 65% [======================================== ] 2099/3188 65% [======================================== ] 2100/3188 65% [======================================== ] 2101/3188 65% [======================================== ] 2102/3188 65% [======================================== ] 2103/3188 65% [======================================== ] 2104/3188 65% [======================================== ] 2105/3188 66% [======================================== ] 2106/3188 66% [======================================== ] 2107/3188 66% [======================================== ] 2108/3188 66% [========================================= ] 2109/3188 66% [========================================= ] 2110/3188 66% [========================================= ] 2111/3188 66% [========================================= ] 2112/3188 66% [========================================= ] 2113/3188 66% [========================================= ] 2114/3188 66% [========================================= ] 2115/3188 66% [========================================= ] 2116/3188 66% [========================================= ] 2117/3188 66% [========================================= ] 2118/3188 66% [========================================= ] 2119/3188 66% [========================================= ] 2120/3188 66% [========================================= ] 2121/3188 66% [========================================= ] 2122/3188 66% [========================================= ] 2123/3188 66% [========================================= ] 2124/3188 66% [========================================= ] 2125/3188 66% [========================================= ] 2126/3188 66% [========================================= ] 2127/3188 66% [========================================= ] 2128/3188 66% [========================================= ] 2129/3188 66% [========================================= ] 2130/3188 66% [========================================= ] 2131/3188 66% [========================================= ] 2132/3188 66% [========================================= ] 2133/3188 66% [========================================= ] 2134/3188 66% [========================================= ] 2135/3188 66% [========================================= ] 2136/3188 67% [========================================= ] 2137/3188 67% [========================================= ] 2138/3188 67% [========================================= ] 2139/3188 67% [========================================= ] 2140/3188 67% [========================================= ] 2141/3188 67% [========================================= ] 2142/3188 67% [========================================= ] 2143/3188 67% [========================================= ] 2144/3188 67% [========================================= ] 2145/3188 67% [========================================= ] 2146/3188 67% [========================================= ] 2147/3188 67% [========================================= ] 2148/3188 67% [========================================= ] 2149/3188 67% [========================================= ] 2150/3188 67% [========================================= ] 2151/3188 67% [========================================= ] 2152/3188 67% [========================================= ] 2153/3188 67% [========================================= ] 2154/3188 67% [========================================= ] 2155/3188 67% [========================================= ] 2156/3188 67% [========================================= ] 2157/3188 67% [========================================= ] 2158/3188 67% [========================================= ] 2159/3188 67% [========================================== ] 2160/3188 67% [========================================== ] 2161/3188 67% [========================================== ] 2162/3188 67% [========================================== ] 2163/3188 67% [========================================== ] 2164/3188 67% [========================================== ] 2165/3188 67% [========================================== ] 2166/3188 67% [========================================== ] 2167/3188 67% [========================================== ] 2168/3188 68% [========================================== ] 2169/3188 68% [========================================== ] 2170/3188 68% [========================================== ] 2171/3188 68% [========================================== ] 2172/3188 68% [========================================== ] 2173/3188 68% [========================================== ] 2174/3188 68% [========================================== ] 2175/3188 68% [========================================== ] 2176/3188 68% [========================================== ] 2177/3188 68% [========================================== ] 2178/3188 68% [========================================== ] 2179/3188 68% [========================================== ] 2180/3188 68% [========================================== ] 2181/3188 68% [========================================== ] 2182/3188 68% [========================================== ] 2183/3188 68% [========================================== ] 2184/3188 68% [========================================== ] 2185/3188 68% [========================================== ] 2186/3188 68% [========================================== ] 2187/3188 68% [========================================== ] 2188/3188 68% [========================================== ] 2189/3188 68% [========================================== ] 2190/3188 68% [========================================== ] 2191/3188 68% [========================================== ] 2192/3188 68% [========================================== ] 2193/3188 68% [========================================== ] 2194/3188 68% [========================================== ] 2195/3188 68% [========================================== ] 2196/3188 68% [========================================== ] 2197/3188 68% [========================================== ] 2198/3188 68% [========================================== ] 2199/3188 68% [========================================== ] 2200/3188 69% [========================================== ] 2201/3188 69% [========================================== ] 2202/3188 69% [========================================== ] 2203/3188 69% [========================================== ] 2204/3188 69% [========================================== ] 2205/3188 69% [========================================== ] 2206/3188 69% [========================================== ] 2207/3188 69% [========================================== ] 2208/3188 69% [========================================== ] 2209/3188 69% [========================================== ] 2210/3188 69% [========================================== ] 2211/3188 69% [=========================================== ] 2212/3188 69% [=========================================== ] 2213/3188 69% [=========================================== ] 2214/3188 69% [=========================================== ] 2215/3188 69% [=========================================== ] 2216/3188 69% [=========================================== ] 2217/3188 69% [=========================================== ] 2218/3188 69% [=========================================== ] 2219/3188 69% [=========================================== ] 2220/3188 69% [=========================================== ] 2221/3188 69% [=========================================== ] 2222/3188 69% [=========================================== ] 2223/3188 69% [=========================================== ] 2224/3188 69% [=========================================== ] 2225/3188 69% [=========================================== ] 2226/3188 69% [=========================================== ] 2227/3188 69% [=========================================== ] 2228/3188 69% [=========================================== ] 2229/3188 69% [=========================================== ] 2230/3188 69% [=========================================== ] 2231/3188 69% [=========================================== ] 2232/3188 70% [=========================================== ] 2233/3188 70% [=========================================== ] 2234/3188 70% [=========================================== ] 2235/3188 70% [=========================================== ] 2236/3188 70% [=========================================== ] 2237/3188 70% [=========================================== ] 2238/3188 70% [=========================================== ] 2239/3188 70% [=========================================== ] 2240/3188 70% [=========================================== ] 2241/3188 70% [=========================================== ] 2242/3188 70% [=========================================== ] 2243/3188 70% [=========================================== ] 2244/3188 70% [=========================================== ] 2245/3188 70% [=========================================== ] 2246/3188 70% [=========================================== ] 2247/3188 70% [=========================================== ] 2248/3188 70% [=========================================== ] 2249/3188 70% [=========================================== ] 2250/3188 70% [=========================================== ] 2251/3188 70% [=========================================== ] 2252/3188 70% [=========================================== ] 2253/3188 70% [=========================================== ] 2254/3188 70% [=========================================== ] 2255/3188 70% [=========================================== ] 2256/3188 70% [=========================================== ] 2257/3188 70% [=========================================== ] 2258/3188 70% [=========================================== ] 2259/3188 70% [=========================================== ] 2260/3188 70% [=========================================== ] 2261/3188 70% [=========================================== ] 2262/3188 70% [============================================ ] 2263/3188 70% [============================================ ] 2264/3188 71% [============================================ ] 2265/3188 71% [============================================ ] 2266/3188 71% [============================================ ] 2267/3188 71% [============================================ ] 2268/3188 71% [============================================ ] 2269/3188 71% [============================================ ] 2270/3188 71% [============================================ ] 2271/3188 71% [============================================ ] 2272/3188 71% [============================================ ] 2273/3188 71% [============================================ ] 2274/3188 71% [============================================ ] 2275/3188 71% [============================================ ] 2276/3188 71% [============================================ ] 2277/3188 71% [============================================ ] 2278/3188 71% [============================================ ] 2279/3188 71% [============================================ ] 2280/3188 71% [============================================ ] 2281/3188 71% [============================================ ] 2282/3188 71% [============================================ ] 2283/3188 71% [============================================ ] 2284/3188 71% [============================================ ] 2285/3188 71% [============================================ ] 2286/3188 71% [============================================ ] 2287/3188 71% [============================================ ] 2288/3188 71% [============================================ ] 2289/3188 71% [============================================ ] 2290/3188 71% [============================================ ] 2291/3188 71% [============================================ ] 2292/3188 71% [============================================ ] 2293/3188 71% [============================================ ] 2294/3188 71% [============================================ ] 2295/3188 71% [============================================ ] 2296/3188 72% [============================================ ] 2297/3188 72% [============================================ ] 2298/3188 72% [============================================ ] 2299/3188 72% [============================================ ] 2300/3188 72% [============================================ ] 2301/3188 72% [============================================ ] 2302/3188 72% [============================================ ] 2303/3188 72% [============================================ ] 2304/3188 72% [============================================ ] 2305/3188 72% [============================================ ] 2306/3188 72% [============================================ ] 2307/3188 72% [============================================ ] 2308/3188 72% [============================================ ] 2309/3188 72% [============================================ ] 2310/3188 72% [============================================ ] 2311/3188 72% [============================================ ] 2312/3188 72% [============================================ ] 2313/3188 72% [============================================= ] 2314/3188 72% [============================================= ] 2315/3188 72% [============================================= ] 2316/3188 72% [============================================= ] 2317/3188 72% [============================================= ] 2318/3188 72% [============================================= ] 2319/3188 72% [============================================= ] 2320/3188 72% [============================================= ] 2321/3188 72% [============================================= ] 2322/3188 72% [============================================= ] 2323/3188 72% [============================================= ] 2324/3188 72% [============================================= ] 2325/3188 72% [============================================= ] 2326/3188 72% [============================================= ] 2327/3188 72% [============================================= ] 2328/3188 73% [============================================= ] 2329/3188 73% [============================================= ] 2330/3188 73% [============================================= ] 2331/3188 73% [============================================= ] 2332/3188 73% [============================================= ] 2333/3188 73% [============================================= ] 2334/3188 73% [============================================= ] 2335/3188 73% [============================================= ] 2336/3188 73% [============================================= ] 2337/3188 73% [============================================= ] 2338/3188 73% [============================================= ] 2339/3188 73% [============================================= ] 2340/3188 73% [============================================= ] 2341/3188 73% [============================================= ] 2342/3188 73% [============================================= ] 2343/3188 73% [============================================= ] 2344/3188 73% [============================================= ] 2345/3188 73% [============================================= ] 2346/3188 73% [============================================= ] 2347/3188 73% [============================================= ] 2348/3188 73% [============================================= ] 2349/3188 73% [============================================= ] 2350/3188 73% [============================================= ] 2351/3188 73% [============================================= ] 2352/3188 73% [============================================= ] 2353/3188 73% [============================================= ] 2354/3188 73% [============================================= ] 2355/3188 73% [============================================= ] 2356/3188 73% [============================================= ] 2357/3188 73% [============================================= ] 2358/3188 73% [============================================= ] 2359/3188 73% [============================================= ] 2360/3188 74% [============================================= ] 2361/3188 74% [============================================= ] 2362/3188 74% [============================================= ] 2363/3188 74% [============================================= ] 2364/3188 74% [============================================= ] 2365/3188 74% [============================================== ] 2366/3188 74% [============================================== ] 2367/3188 74% [============================================== ] 2368/3188 74% [============================================== ] 2369/3188 74% [============================================== ] 2370/3188 74% [============================================== ] 2371/3188 74% [============================================== ] 2372/3188 74% [============================================== ] 2373/3188 74% [============================================== ] 2374/3188 74% [============================================== ] 2375/3188 74% [============================================== ] 2376/3188 74% [============================================== ] 2377/3188 74% [============================================== ] 2378/3188 74% [============================================== ] 2379/3188 74% [============================================== ] 2380/3188 74% [============================================== ] 2381/3188 74% [============================================== ] 2382/3188 74% [============================================== ] 2383/3188 74% [============================================== ] 2384/3188 74% [============================================== ] 2385/3188 74% [============================================== ] 2386/3188 74% [============================================== ] 2387/3188 74% [============================================== ] 2388/3188 74% [============================================== ] 2389/3188 74% [============================================== ] 2390/3188 74% [============================================== ] 2391/3188 75% [============================================== ] 2392/3188 75% [============================================== ] 2393/3188 75% [============================================== ] 2394/3188 75% [============================================== ] 2395/3188 75% [============================================== ] 2396/3188 75% [============================================== ] 2397/3188 75% [============================================== ] 2398/3188 75% [============================================== ] 2399/3188 75% [============================================== ] 2400/3188 75% [============================================== ] 2401/3188 75% [============================================== ] 2402/3188 75% [============================================== ] 2403/3188 75% [============================================== ] 2404/3188 75% [============================================== ] 2405/3188 75% [============================================== ] 2406/3188 75% [============================================== ] 2407/3188 75% [============================================== ] 2408/3188 75% [============================================== ] 2409/3188 75% [============================================== ] 2410/3188 75% [============================================== ] 2411/3188 75% [============================================== ] 2412/3188 75% [============================================== ] 2413/3188 75% [============================================== ] 2414/3188 75% [============================================== ] 2415/3188 75% [============================================== ] 2416/3188 75% [=============================================== ] 2417/3188 75% [=============================================== ] 2418/3188 75% [=============================================== ] 2419/3188 75% [=============================================== ] 2420/3188 75% [=============================================== ] 2421/3188 75% [=============================================== ] 2422/3188 75% [=============================================== ] 2423/3188 76% [=============================================== ] 2424/3188 76% [=============================================== ] 2425/3188 76% [=============================================== ] 2426/3188 76% [=============================================== ] 2427/3188 76% [=============================================== ] 2428/3188 76% [=============================================== ] 2429/3188 76% [=============================================== ] 2430/3188 76% [=============================================== ] 2431/3188 76% [=============================================== ] 2432/3188 76% [=============================================== ] 2433/3188 76% [=============================================== ] 2434/3188 76% [=============================================== ] 2435/3188 76% [=============================================== ] 2436/3188 76% [=============================================== ] 2437/3188 76% [=============================================== ] 2438/3188 76% [=============================================== ] 2439/3188 76% [=============================================== ] 2440/3188 76% [=============================================== ] 2441/3188 76% [=============================================== ] 2442/3188 76% [=============================================== ] 2443/3188 76% [=============================================== ] 2444/3188 76% [=============================================== ] 2445/3188 76% [=============================================== ] 2446/3188 76% [=============================================== ] 2447/3188 76% [=============================================== ] 2448/3188 76% [=============================================== ] 2449/3188 76% [=============================================== ] 2450/3188 76% [=============================================== ] 2451/3188 76% [=============================================== ] 2452/3188 76% [=============================================== ] 2453/3188 76% [=============================================== ] 2454/3188 76% [=============================================== ] 2455/3188 77% [=============================================== ] 2456/3188 77% [=============================================== ] 2457/3188 77% [=============================================== ] 2458/3188 77% [=============================================== ] 2459/3188 77% [=============================================== ] 2460/3188 77% [=============================================== ] 2461/3188 77% [=============================================== ] 2462/3188 77% [=============================================== ] 2463/3188 77% [=============================================== ] 2464/3188 77% [=============================================== ] 2465/3188 77% [=============================================== ] 2466/3188 77% [=============================================== ] 2467/3188 77% [=============================================== ] 2468/3188 77% [================================================ ] 2469/3188 77% [================================================ ] 2470/3188 77% [================================================ ] 2471/3188 77% [================================================ ] 2472/3188 77% [================================================ ] 2473/3188 77% [================================================ ] 2474/3188 77% [================================================ ] 2475/3188 77% [================================================ ] 2476/3188 77% [================================================ ] 2477/3188 77% [================================================ ] 2478/3188 77% [================================================ ] 2479/3188 77% [================================================ ] 2480/3188 77% [================================================ ] 2481/3188 77% [================================================ ] 2482/3188 77% [================================================ ] 2483/3188 77% [================================================ ] 2484/3188 77% [================================================ ] 2485/3188 77% [================================================ ] 2486/3188 77% [================================================ ] 2487/3188 78% [================================================ ] 2488/3188 78% [================================================ ] 2489/3188 78% [================================================ ] 2490/3188 78% [================================================ ] 2491/3188 78% [================================================ ] 2492/3188 78% [================================================ ] 2493/3188 78% [================================================ ] 2494/3188 78% [================================================ ] 2495/3188 78% [================================================ ] 2496/3188 78% [================================================ ] 2497/3188 78% [================================================ ] 2498/3188 78% [================================================ ] 2499/3188 78% [================================================ ] 2500/3188 78% [================================================ ] 2501/3188 78% [================================================ ] 2502/3188 78% [================================================ ] 2503/3188 78% [================================================ ] 2504/3188 78% [================================================ ] 2505/3188 78% [================================================ ] 2506/3188 78% [================================================ ] 2507/3188 78% [================================================ ] 2508/3188 78% [================================================ ] 2509/3188 78% [================================================ ] 2510/3188 78% [================================================ ] 2511/3188 78% [================================================ ] 2512/3188 78% [================================================ ] 2513/3188 78% [================================================ ] 2514/3188 78% [================================================ ] 2515/3188 78% [================================================ ] 2516/3188 78% [================================================ ] 2517/3188 78% [================================================ ] 2518/3188 78% [================================================ ] 2519/3188 79% [================================================= ] 2520/3188 79% [================================================= ] 2521/3188 79% [================================================= ] 2522/3188 79% [================================================= ] 2523/3188 79% [================================================= ] 2524/3188 79% [================================================= ] 2525/3188 79% [================================================= ] 2526/3188 79% [================================================= ] 2527/3188 79% [================================================= ] 2528/3188 79% [================================================= ] 2529/3188 79% [================================================= ] 2530/3188 79% [================================================= ] 2531/3188 79% [================================================= ] 2532/3188 79% [================================================= ] 2533/3188 79% [================================================= ] 2534/3188 79% [================================================= ] 2535/3188 79% [================================================= ] 2536/3188 79% [================================================= ] 2537/3188 79% [================================================= ] 2538/3188 79% [================================================= ] 2539/3188 79% [================================================= ] 2540/3188 79% [================================================= ] 2541/3188 79% [================================================= ] 2542/3188 79% [================================================= ] 2543/3188 79% [================================================= ] 2544/3188 79% [================================================= ] 2545/3188 79% [================================================= ] 2546/3188 79% [================================================= ] 2547/3188 79% [================================================= ] 2548/3188 79% [================================================= ] 2549/3188 79% [================================================= ] 2550/3188 79% [================================================= ] 2551/3188 80% [================================================= ] 2552/3188 80% [================================================= ] 2553/3188 80% [================================================= ] 2554/3188 80% [================================================= ] 2555/3188 80% [================================================= ] 2556/3188 80% [================================================= ] 2557/3188 80% [================================================= ] 2558/3188 80% [================================================= ] 2559/3188 80% [================================================= ] 2560/3188 80% [================================================= ] 2561/3188 80% [================================================= ] 2562/3188 80% [================================================= ] 2563/3188 80% [================================================= ] 2564/3188 80% [================================================= ] 2565/3188 80% [================================================= ] 2566/3188 80% [================================================= ] 2567/3188 80% [================================================= ] 2568/3188 80% [================================================= ] 2569/3188 80% [================================================= ] 2570/3188 80% [================================================== ] 2571/3188 80% [================================================== ] 2572/3188 80% [================================================== ] 2573/3188 80% [================================================== ] 2574/3188 80% [================================================== ] 2575/3188 80% [================================================== ] 2576/3188 80% [================================================== ] 2577/3188 80% [================================================== ] 2578/3188 80% [================================================== ] 2579/3188 80% [================================================== ] 2580/3188 80% [================================================== ] 2581/3188 80% [================================================== ] 2582/3188 80% [================================================== ] 2583/3188 81% [================================================== ] 2584/3188 81% [================================================== ] 2585/3188 81% [================================================== ] 2586/3188 81% [================================================== ] 2587/3188 81% [================================================== ] 2588/3188 81% [================================================== ] 2589/3188 81% [================================================== ] 2590/3188 81% [================================================== ] 2591/3188 81% [================================================== ] 2592/3188 81% [================================================== ] 2593/3188 81% [================================================== ] 2594/3188 81% [================================================== ] 2595/3188 81% [================================================== ] 2596/3188 81% [================================================== ] 2597/3188 81% [================================================== ] 2598/3188 81% [================================================== ] 2599/3188 81% [================================================== ] 2600/3188 81% [================================================== ] 2601/3188 81% [================================================== ] 2602/3188 81% [================================================== ] 2603/3188 81% [================================================== ] 2604/3188 81% [================================================== ] 2605/3188 81% [================================================== ] 2606/3188 81% [================================================== ] 2607/3188 81% [================================================== ] 2608/3188 81% [================================================== ] 2609/3188 81% [================================================== ] 2610/3188 81% [================================================== ] 2611/3188 81% [================================================== ] 2612/3188 81% [================================================== ] 2613/3188 81% [================================================== ] 2614/3188 81% [================================================== ] 2615/3188 82% [================================================== ] 2616/3188 82% [================================================== ] 2617/3188 82% [================================================== ] 2618/3188 82% [================================================== ] 2619/3188 82% [================================================== ] 2620/3188 82% [================================================== ] 2621/3188 82% [================================================== ] 2622/3188 82% [=================================================== ] 2623/3188 82% [=================================================== ] 2624/3188 82% [=================================================== ] 2625/3188 82% [=================================================== ] 2626/3188 82% [=================================================== ] 2627/3188 82% [=================================================== ] 2628/3188 82% [=================================================== ] 2629/3188 82% [=================================================== ] 2630/3188 82% [=================================================== ] 2631/3188 82% [=================================================== ] 2632/3188 82% [=================================================== ] 2633/3188 82% [=================================================== ] 2634/3188 82% [=================================================== ] 2635/3188 82% [=================================================== ] 2636/3188 82% [=================================================== ] 2637/3188 82% [=================================================== ] 2638/3188 82% [=================================================== ] 2639/3188 82% [=================================================== ] 2640/3188 82% [=================================================== ] 2641/3188 82% [=================================================== ] 2642/3188 82% [=================================================== ] 2643/3188 82% [=================================================== ] 2644/3188 82% [=================================================== ] 2645/3188 82% [=================================================== ] 2646/3188 82% [=================================================== ] 2647/3188 83% [=================================================== ] 2648/3188 83% [=================================================== ] 2649/3188 83% [=================================================== ] 2650/3188 83% [=================================================== ] 2651/3188 83% [=================================================== ] 2652/3188 83% [=================================================== ] 2653/3188 83% [=================================================== ] 2654/3188 83% [=================================================== ] 2655/3188 83% [=================================================== ] 2656/3188 83% [=================================================== ] 2657/3188 83% [=================================================== ] 2658/3188 83% [=================================================== ] 2659/3188 83% [=================================================== ] 2660/3188 83% [=================================================== ] 2661/3188 83% [=================================================== ] 2662/3188 83% [=================================================== ] 2663/3188 83% [=================================================== ] 2664/3188 83% [=================================================== ] 2665/3188 83% [=================================================== ] 2666/3188 83% [=================================================== ] 2667/3188 83% [=================================================== ] 2668/3188 83% [=================================================== ] 2669/3188 83% [=================================================== ] 2670/3188 83% [=================================================== ] 2671/3188 83% [=================================================== ] 2672/3188 83% [=================================================== ] 2673/3188 83% [==================================================== ] 2674/3188 83% [==================================================== ] 2675/3188 83% [==================================================== ] 2676/3188 83% [==================================================== ] 2677/3188 83% [==================================================== ] 2678/3188 84% [==================================================== ] 2679/3188 84% [==================================================== ] 2680/3188 84% [==================================================== ] 2681/3188 84% [==================================================== ] 2682/3188 84% [==================================================== ] 2683/3188 84% [==================================================== ] 2684/3188 84% [==================================================== ] 2685/3188 84% [==================================================== ] 2686/3188 84% [==================================================== ] 2687/3188 84% [==================================================== ] 2688/3188 84% [==================================================== ] 2689/3188 84% [==================================================== ] 2690/3188 84% [==================================================== ] 2691/3188 84% [==================================================== ] 2692/3188 84% [==================================================== ] 2693/3188 84% [==================================================== ] 2694/3188 84% [==================================================== ] 2695/3188 84% [==================================================== ] 2696/3188 84% [==================================================== ] 2697/3188 84% [==================================================== ] 2698/3188 84% [==================================================== ] 2699/3188 84% [==================================================== ] 2700/3188 84% [==================================================== ] 2701/3188 84% [==================================================== ] 2702/3188 84% [==================================================== ] 2703/3188 84% [==================================================== ] 2704/3188 84% [==================================================== ] 2705/3188 84% [==================================================== ] 2706/3188 84% [==================================================== ] 2707/3188 84% [==================================================== ] 2708/3188 84% [==================================================== ] 2709/3188 84% [==================================================== ] 2710/3188 85% [==================================================== ] 2711/3188 85% [==================================================== ] 2712/3188 85% [==================================================== ] 2713/3188 85% [==================================================== ] 2714/3188 85% [==================================================== ] 2715/3188 85% [==================================================== ] 2716/3188 85% [==================================================== ] 2717/3188 85% [==================================================== ] 2718/3188 85% [==================================================== ] 2719/3188 85% [==================================================== ] 2720/3188 85% [==================================================== ] 2721/3188 85% [==================================================== ] 2722/3188 85% [==================================================== ] 2723/3188 85% [==================================================== ] 2724/3188 85% [==================================================== ] 2725/3188 85% [===================================================== ] 2726/3188 85% [===================================================== ] 2727/3188 85% [===================================================== ] 2728/3188 85% [===================================================== ] 2729/3188 85% [===================================================== ] 2730/3188 85% [===================================================== ] 2731/3188 85% [===================================================== ] 2732/3188 85% [===================================================== ] 2733/3188 85% [===================================================== ] 2734/3188 85% [===================================================== ] 2735/3188 85% [===================================================== ] 2736/3188 85% [===================================================== ] 2737/3188 85% [===================================================== ] 2738/3188 85% [===================================================== ] 2739/3188 85% [===================================================== ] 2740/3188 85% [===================================================== ] 2741/3188 85% [===================================================== ] 2742/3188 86% [===================================================== ] 2743/3188 86% [===================================================== ] 2744/3188 86% [===================================================== ] 2745/3188 86% [===================================================== ] 2746/3188 86% [===================================================== ] 2747/3188 86% [===================================================== ] 2748/3188 86% [===================================================== ] 2749/3188 86% [===================================================== ] 2750/3188 86% [===================================================== ] 2751/3188 86% [===================================================== ] 2752/3188 86% [===================================================== ] 2753/3188 86% [===================================================== ] 2754/3188 86% [===================================================== ] 2755/3188 86% [===================================================== ] 2756/3188 86% [===================================================== ] 2757/3188 86% [===================================================== ] 2758/3188 86% [===================================================== ] 2759/3188 86% [===================================================== ] 2760/3188 86% [===================================================== ] 2761/3188 86% [===================================================== ] 2762/3188 86% [===================================================== ] 2763/3188 86% [===================================================== ] 2764/3188 86% [===================================================== ] 2765/3188 86% [===================================================== ] 2766/3188 86% [===================================================== ] 2767/3188 86% [===================================================== ] 2768/3188 86% [===================================================== ] 2769/3188 86% [===================================================== ] 2770/3188 86% [===================================================== ] 2771/3188 86% [===================================================== ] 2772/3188 86% [===================================================== ] 2773/3188 86% [===================================================== ] 2774/3188 87% [===================================================== ] 2775/3188 87% [===================================================== ] 2776/3188 87% [====================================================== ] 2777/3188 87% [====================================================== ] 2778/3188 87% [====================================================== ] 2779/3188 87% [====================================================== ] 2780/3188 87% [====================================================== ] 2781/3188 87% [====================================================== ] 2782/3188 87% [====================================================== ] 2783/3188 87% [====================================================== ] 2784/3188 87% [====================================================== ] 2785/3188 87% [====================================================== ] 2786/3188 87% [====================================================== ] 2787/3188 87% [====================================================== ] 2788/3188 87% [====================================================== ] 2789/3188 87% [====================================================== ] 2790/3188 87% [====================================================== ] 2791/3188 87% [====================================================== ] 2792/3188 87% [====================================================== ] 2793/3188 87% [====================================================== ] 2794/3188 87% [====================================================== ] 2795/3188 87% [====================================================== ] 2796/3188 87% [====================================================== ] 2797/3188 87% [====================================================== ] 2798/3188 87% [====================================================== ] 2799/3188 87% [====================================================== ] 2800/3188 87% [====================================================== ] 2801/3188 87% [====================================================== ] 2802/3188 87% [====================================================== ] 2803/3188 87% [====================================================== ] 2804/3188 87% [====================================================== ] 2805/3188 87% [====================================================== ] 2806/3188 88% [====================================================== ] 2807/3188 88% [====================================================== ] 2808/3188 88% [====================================================== ] 2809/3188 88% [====================================================== ] 2810/3188 88% [====================================================== ] 2811/3188 88% [====================================================== ] 2812/3188 88% [====================================================== ] 2813/3188 88% [====================================================== ] 2814/3188 88% [====================================================== ] 2815/3188 88% [====================================================== ] 2816/3188 88% [====================================================== ] 2817/3188 88% [====================================================== ] 2818/3188 88% [====================================================== ] 2819/3188 88% [====================================================== ] 2820/3188 88% [====================================================== ] 2821/3188 88% [====================================================== ] 2822/3188 88% [====================================================== ] 2823/3188 88% [====================================================== ] 2824/3188 88% [====================================================== ] 2825/3188 88% [====================================================== ] 2826/3188 88% [====================================================== ] 2827/3188 88% [====================================================== ] 2828/3188 88% [======================================================= ] 2829/3188 88% [======================================================= ] 2830/3188 88% [======================================================= ] 2831/3188 88% [======================================================= ] 2832/3188 88% [======================================================= ] 2833/3188 88% [======================================================= ] 2834/3188 88% [======================================================= ] 2835/3188 88% [======================================================= ] 2836/3188 88% [======================================================= ] 2837/3188 88% [======================================================= ] 2838/3188 89% [======================================================= ] 2839/3188 89% [======================================================= ] 2840/3188 89% [======================================================= ] 2841/3188 89% [======================================================= ] 2842/3188 89% [======================================================= ] 2843/3188 89% [======================================================= ] 2844/3188 89% [======================================================= ] 2845/3188 89% [======================================================= ] 2846/3188 89% [======================================================= ] 2847/3188 89% [======================================================= ] 2848/3188 89% [======================================================= ] 2849/3188 89% [======================================================= ] 2850/3188 89% [======================================================= ] 2851/3188 89% [======================================================= ] 2852/3188 89% [======================================================= ] 2853/3188 89% [======================================================= ] 2854/3188 89% [======================================================= ] 2855/3188 89% [======================================================= ] 2856/3188 89% [======================================================= ] 2857/3188 89% [======================================================= ] 2858/3188 89% [======================================================= ] 2859/3188 89% [======================================================= ] 2860/3188 89% [======================================================= ] 2861/3188 89% [======================================================= ] 2862/3188 89% [======================================================= ] 2863/3188 89% [======================================================= ] 2864/3188 89% [======================================================= ] 2865/3188 89% [======================================================= ] 2866/3188 89% [======================================================= ] 2867/3188 89% [======================================================= ] 2868/3188 89% [======================================================= ] 2869/3188 89% [======================================================= ] 2870/3188 90% [======================================================= ] 2871/3188 90% [======================================================= ] 2872/3188 90% [======================================================= ] 2873/3188 90% [======================================================= ] 2874/3188 90% [======================================================= ] 2875/3188 90% [======================================================= ] 2876/3188 90% [======================================================= ] 2877/3188 90% [======================================================= ] 2878/3188 90% [======================================================= ] 2879/3188 90% [======================================================== ] 2880/3188 90% [======================================================== ] 2881/3188 90% [======================================================== ] 2882/3188 90% [======================================================== ] 2883/3188 90% [======================================================== ] 2884/3188 90% [======================================================== ] 2885/3188 90% [======================================================== ] 2886/3188 90% [======================================================== ] 2887/3188 90% [======================================================== ] 2888/3188 90% [======================================================== ] 2889/3188 90% [======================================================== ] 2890/3188 90% [======================================================== ] 2891/3188 90% [======================================================== ] 2892/3188 90% [======================================================== ] 2893/3188 90% [======================================================== ] 2894/3188 90% [======================================================== ] 2895/3188 90% [======================================================== ] 2896/3188 90% [======================================================== ] 2897/3188 90% [======================================================== ] 2898/3188 90% [======================================================== ] 2899/3188 90% [======================================================== ] 2900/3188 90% [======================================================== ] 2901/3188 90% [======================================================== ] 2902/3188 91% [======================================================== ] 2903/3188 91% [======================================================== ] 2904/3188 91% [======================================================== ] 2905/3188 91% [======================================================== ] 2906/3188 91% [======================================================== ] 2907/3188 91% [======================================================== ] 2908/3188 91% [======================================================== ] 2909/3188 91% [======================================================== ] 2910/3188 91% [======================================================== ] 2911/3188 91% [======================================================== ] 2912/3188 91% [======================================================== ] 2913/3188 91% [======================================================== ] 2914/3188 91% [======================================================== ] 2915/3188 91% [======================================================== ] 2916/3188 91% [======================================================== ] 2917/3188 91% [======================================================== ] 2918/3188 91% [======================================================== ] 2919/3188 91% [======================================================== ] 2920/3188 91% [======================================================== ] 2921/3188 91% [======================================================== ] 2922/3188 91% [======================================================== ] 2923/3188 91% [======================================================== ] 2924/3188 91% [======================================================== ] 2925/3188 91% [======================================================== ] 2926/3188 91% [======================================================== ] 2927/3188 91% [======================================================== ] 2928/3188 91% [======================================================== ] 2929/3188 91% [======================================================== ] 2930/3188 91% [========================================================= ] 2931/3188 91% [========================================================= ] 2932/3188 91% [========================================================= ] 2933/3188 92% [========================================================= ] 2934/3188 92% [========================================================= ] 2935/3188 92% [========================================================= ] 2936/3188 92% [========================================================= ] 2937/3188 92% [========================================================= ] 2938/3188 92% [========================================================= ] 2939/3188 92% [========================================================= ] 2940/3188 92% [========================================================= ] 2941/3188 92% [========================================================= ] 2942/3188 92% [========================================================= ] 2943/3188 92% [========================================================= ] 2944/3188 92% [========================================================= ] 2945/3188 92% [========================================================= ] 2946/3188 92% [========================================================= ] 2947/3188 92% [========================================================= ] 2948/3188 92% [========================================================= ] 2949/3188 92% [========================================================= ] 2950/3188 92% [========================================================= ] 2951/3188 92% [========================================================= ] 2952/3188 92% [========================================================= ] 2953/3188 92% [========================================================= ] 2954/3188 92% [========================================================= ] 2955/3188 92% [========================================================= ] 2956/3188 92% [========================================================= ] 2957/3188 92% [========================================================= ] 2958/3188 92% [========================================================= ] 2959/3188 92% [========================================================= ] 2960/3188 92% [========================================================= ] 2961/3188 92% [========================================================= ] 2962/3188 92% [========================================================= ] 2963/3188 92% [========================================================= ] 2964/3188 92% [========================================================= ] 2965/3188 93% [========================================================= ] 2966/3188 93% [========================================================= ] 2967/3188 93% [========================================================= ] 2968/3188 93% [========================================================= ] 2969/3188 93% [========================================================= ] 2970/3188 93% [========================================================= ] 2971/3188 93% [========================================================= ] 2972/3188 93% [========================================================= ] 2973/3188 93% [========================================================= ] 2974/3188 93% [========================================================= ] 2975/3188 93% [========================================================= ] 2976/3188 93% [========================================================= ] 2977/3188 93% [========================================================= ] 2978/3188 93% [========================================================= ] 2979/3188 93% [========================================================= ] 2980/3188 93% [========================================================= ] 2981/3188 93% [========================================================= ] 2982/3188 93% [========================================================== ] 2983/3188 93% [========================================================== ] 2984/3188 93% [========================================================== ] 2985/3188 93% [========================================================== ] 2986/3188 93% [========================================================== ] 2987/3188 93% [========================================================== ] 2988/3188 93% [========================================================== ] 2989/3188 93% [========================================================== ] 2990/3188 93% [========================================================== ] 2991/3188 93% [========================================================== ] 2992/3188 93% [========================================================== ] 2993/3188 93% [========================================================== ] 2994/3188 93% [========================================================== ] 2995/3188 93% [========================================================== ] 2996/3188 93% [========================================================== ] 2997/3188 94% [========================================================== ] 2998/3188 94% [========================================================== ] 2999/3188 94% [========================================================== ] 3000/3188 94% [========================================================== ] 3001/3188 94% [========================================================== ] 3002/3188 94% [========================================================== ] 3003/3188 94% [========================================================== ] 3004/3188 94% [========================================================== ] 3005/3188 94% [========================================================== ] 3006/3188 94% [========================================================== ] 3007/3188 94% [========================================================== ] 3008/3188 94% [========================================================== ] 3009/3188 94% [========================================================== ] 3010/3188 94% [========================================================== ] 3011/3188 94% [========================================================== ] 3012/3188 94% [========================================================== ] 3013/3188 94% [========================================================== ] 3014/3188 94% [========================================================== ] 3015/3188 94% [========================================================== ] 3016/3188 94% [========================================================== ] 3017/3188 94% [========================================================== ] 3018/3188 94% [========================================================== ] 3019/3188 94% [========================================================== ] 3020/3188 94% [========================================================== ] 3021/3188 94% [========================================================== ] 3022/3188 94% [========================================================== ] 3023/3188 94% [========================================================== ] 3024/3188 94% [========================================================== ] 3025/3188 94% [========================================================== ] 3026/3188 94% [========================================================== ] 3027/3188 94% [========================================================== ] 3028/3188 94% [========================================================== ] 3029/3188 95% [========================================================== ] 3030/3188 95% [========================================================== ] 3031/3188 95% [========================================================== ] 3032/3188 95% [========================================================== ] 3033/3188 95% [=========================================================== ] 3034/3188 95% [=========================================================== ] 3035/3188 95% [=========================================================== ] 3036/3188 95% [=========================================================== ] 3037/3188 95% [=========================================================== ] 3038/3188 95% [=========================================================== ] 3039/3188 95% [=========================================================== ] 3040/3188 95% [=========================================================== ] 3041/3188 95% [=========================================================== ] 3042/3188 95% [=========================================================== ] 3043/3188 95% [=========================================================== ] 3044/3188 95% [=========================================================== ] 3045/3188 95% [=========================================================== ] 3046/3188 95% [=========================================================== ] 3047/3188 95% [=========================================================== ] 3048/3188 95% [=========================================================== ] 3049/3188 95% [=========================================================== ] 3050/3188 95% [=========================================================== ] 3051/3188 95% [=========================================================== ] 3052/3188 95% [=========================================================== ] 3053/3188 95% [=========================================================== ] 3054/3188 95% [=========================================================== ] 3055/3188 95% [=========================================================== ] 3056/3188 95% [=========================================================== ] 3057/3188 95% [=========================================================== ] 3058/3188 95% [=========================================================== ] 3059/3188 95% [=========================================================== ] 3060/3188 95% [=========================================================== ] 3061/3188 96% [=========================================================== ] 3062/3188 96% [=========================================================== ] 3063/3188 96% [=========================================================== ] 3064/3188 96% [=========================================================== ] 3065/3188 96% [=========================================================== ] 3066/3188 96% [=========================================================== ] 3067/3188 96% [=========================================================== ] 3068/3188 96% [=========================================================== ] 3069/3188 96% [=========================================================== ] 3070/3188 96% [=========================================================== ] 3071/3188 96% [=========================================================== ] 3072/3188 96% [=========================================================== ] 3073/3188 96% [=========================================================== ] 3074/3188 96% [=========================================================== ] 3075/3188 96% [=========================================================== ] 3076/3188 96% [=========================================================== ] 3077/3188 96% [=========================================================== ] 3078/3188 96% [=========================================================== ] 3079/3188 96% [=========================================================== ] 3080/3188 96% [=========================================================== ] 3081/3188 96% [=========================================================== ] 3082/3188 96% [=========================================================== ] 3083/3188 96% [=========================================================== ] 3084/3188 96% [=========================================================== ] 3085/3188 96% [============================================================ ] 3086/3188 96% [============================================================ ] 3087/3188 96% [============================================================ ] 3088/3188 96% [============================================================ ] 3089/3188 96% [============================================================ ] 3090/3188 96% [============================================================ ] 3091/3188 96% [============================================================ ] 3092/3188 96% [============================================================ ] 3093/3188 97% [============================================================ ] 3094/3188 97% [============================================================ ] 3095/3188 97% [============================================================ ] 3096/3188 97% [============================================================ ] 3097/3188 97% [============================================================ ] 3098/3188 97% [============================================================ ] 3099/3188 97% [============================================================ ] 3100/3188 97% [============================================================ ] 3101/3188 97% [============================================================ ] 3102/3188 97% [============================================================ ] 3103/3188 97% [============================================================ ] 3104/3188 97% [============================================================ ] 3105/3188 97% [============================================================ ] 3106/3188 97% [============================================================ ] 3107/3188 97% [============================================================ ] 3108/3188 97% [============================================================ ] 3109/3188 97% [============================================================ ] 3110/3188 97% [============================================================ ] 3111/3188 97% [============================================================ ] 3112/3188 97% [============================================================ ] 3113/3188 97% [============================================================ ] 3114/3188 97% [============================================================ ] 3115/3188 97% [============================================================ ] 3116/3188 97% [============================================================ ] 3117/3188 97% [============================================================ ] 3118/3188 97% [============================================================ ] 3119/3188 97% [============================================================ ] 3120/3188 97% [============================================================ ] 3121/3188 97% [============================================================ ] 3122/3188 97% [============================================================ ] 3123/3188 97% [============================================================ ] 3124/3188 97% [============================================================ ] 3125/3188 98% [============================================================ ] 3126/3188 98% [============================================================ ] 3127/3188 98% [============================================================ ] 3128/3188 98% [============================================================ ] 3129/3188 98% [============================================================ ] 3130/3188 98% [============================================================ ] 3131/3188 98% [============================================================ ] 3132/3188 98% [============================================================ ] 3133/3188 98% [============================================================ ] 3134/3188 98% [============================================================ ] 3135/3188 98% [============================================================ ] 3136/3188 98% [============================================================= ] 3137/3188 98% [============================================================= ] 3138/3188 98% [============================================================= ] 3139/3188 98% [============================================================= ] 3140/3188 98% [============================================================= ] 3141/3188 98% [============================================================= ] 3142/3188 98% [============================================================= ] 3143/3188 98% [============================================================= ] 3144/3188 98% [============================================================= ] 3145/3188 98% [============================================================= ] 3146/3188 98% [============================================================= ] 3147/3188 98% [============================================================= ] 3148/3188 98% [============================================================= ] 3149/3188 98% [============================================================= ] 3150/3188 98% [============================================================= ] 3151/3188 98% [============================================================= ] 3152/3188 98% [============================================================= ] 3153/3188 98% [============================================================= ] 3154/3188 98% [============================================================= ] 3155/3188 98% [============================================================= ] 3156/3188 98% [============================================================= ] 3157/3188 99% [============================================================= ] 3158/3188 99% [============================================================= ] 3159/3188 99% [============================================================= ] 3160/3188 99% [============================================================= ] 3161/3188 99% [============================================================= ] 3162/3188 99% [============================================================= ] 3163/3188 99% [============================================================= ] 3164/3188 99% [============================================================= ] 3165/3188 99% [============================================================= ] 3166/3188 99% [============================================================= ] 3167/3188 99% [============================================================= ] 3168/3188 99% [============================================================= ] 3169/3188 99% [============================================================= ] 3170/3188 99% [============================================================= ] 3171/3188 99% [============================================================= ] 3172/3188 99% [============================================================= ] 3173/3188 99% [============================================================= ] 3174/3188 99% [============================================================= ] 3175/3188 99% [============================================================= ] 3176/3188 99% [============================================================= ] 3177/3188 99% [============================================================= ] 3178/3188 99% [============================================================= ] 3179/3188 99% [============================================================= ] 3180/3188 99% [============================================================= ] 3181/3188 99% [============================================================= ] 3182/3188 99% [============================================================= ] 3183/3188 99% [============================================================= ] 3184/3188 99% [============================================================= ] 3185/3188 99% [============================================================= ] 3186/3188 99% [============================================================= ] 3187/3188 99% [==============================================================] 3188/3188 100% operation complete, 3188 objects in 96957 NAND pages. ln -snf /home/buildroot/instance-0/output-1/host/aarch64_be-buildroot-linux-musl/sysroot /home/buildroot/instance-0/output-1/staging make: Leaving directory '/home/buildroot/instance-0/buildroot' make: Entering directory '/home/buildroot/instance-0/buildroot' >>> Buildroot 2024.08-111-gcadcb1f908 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-ccache 4.10.1 Collecting legal info LICENSE.adoc: OK (sha256: de4684f5251a0a2c58f3a7ab94d6a8d3443822cbd01abcdadd9250d3d1e0bfe1) GPL-3.0.txt: OK (sha256: 80b5112739a423dfac7bed1ca8a1df3cccda3d794425441997d4462b83db4dd5) >>> host-blake3 1.5.1 Collecting legal info LICENSE: OK (sha256: 6a94bedb8b707ed97f6e310d0d015ab14e0683ffa0a612b02958581b9cc9fc0e) >>> host-cmake 3.30.0 Collecting legal info Copyright.txt: OK (sha256: 0676e30827684487aa0ea8f72f01e9460a6320fa34a2888df0ad1dd3e8a06eb8) >>> host-skeleton Collecting legal info >>> host-tar 1.35 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-hiredis 1.2.0 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> host-xxhash 0.8.2 Collecting legal info LICENSE: OK (sha256: 6ffedbc0f7878612d2b23589f1ff2ab15633e1df7963a5d9fc750ec5500c7e7a) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.6 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-gcc-final 13.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.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> 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 13.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 6.10.9 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> 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) >>> acpica 20240321 Collecting legal info source/include/acpi.h: OK (sha256: b28f54dc421531bbe269afd8c28bf6fdfd6affbe50c2831464f777ec1766d4a5) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> arp-scan 1.10.0 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iproute2 6.10.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> iputils 20240117 Collecting legal info LICENSE: OK (sha256: 2c9f29d982c48665c30b3adaf400c048988fd256eb91c691e351eb3b6a8b2036) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-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.12.5 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.2.1 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 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 71.0.3 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> mtd 2.2.0 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cfm 0.3 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> host-checksec 2.7.1 Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> host-delve 1.22.1 Collecting legal info LICENSE: OK (sha256: 778864b990007e8cef6633f8c372dd05bac1fada6cf67b008afb1483f83b38f5) >>> host-go 1.22.7 Collecting legal info >>> host-go-src Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage3 1.21.8 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage2 1.19.13 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> dialog 1.3-20220117 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> dropwatch 1.5.4 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> fft-eval 777749c5c7cc0af1fe5a74e3c589581eabcf0f1e Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 6a573fb2f9082662978cf21fb153096df0a1981deaea7dbc10a11046fe005d9f) LICENSES/GPL-2.0-only.txt: OK (sha256: d1cf0896da7045d841fe45b0991cf35540bac1a17b5d11f4afcf8fcb950246b5) LICENSES/OFL-1.1.txt: OK (sha256: 797832eda5ff4360a10fee3be94a3250995e76423b79675c9c44204c37ca492d) >>> host-flutter-sdk-bin 3.24.0 Collecting legal info LICENSE: OK (sha256: a598db94b6290ffbe10b5ecf911057b6a943351c727fdda9e5f2891d68700a20) >>> fstrcmp 0.7.D001 Collecting legal info LICENSE: OK (sha256: 5352e426b563eda9252d76be92337b49f7b5cfdd1302a1e8d99389840c0e46be) >>> host-gdb 15.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-libiberty 2.41 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> gesftpserver 2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hwloc 2.9.3 Collecting legal info COPYING: OK (sha256: d79a936a42f3c6cb7c8375a023d43f4435f4664d3a5a2ea6b4623cff83c7fc06) >>> libxml2 2.13.3 Collecting legal info Copyright: OK (sha256: c99aae1afe013e50b8b3701e089222b351258043c3025b64053a233fd25b4be7) >>> imagemagick 7.1.1-31 Collecting legal info LICENSE: OK (sha256: a556c5292c87c9a6ac795c80669b0c3660f9f729de8c476bf2b10f83ab1b34ec) >>> webp 1.3.2 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> initscripts Collecting legal info >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> json-glib 1.8.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> 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) >>> libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> kbd 2.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) CREDITS: OK (sha256: 5a16340fe773f422144b436df90319114a2884933c56e9be6fad642e59be5e1f) >>> libarchive 3.7.4 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libdill 32d0e8b733416208e0412a56490332772bc5c6e1 Collecting legal info COPYING: OK (sha256: 3f78d9c42c8919cb6dc63e51de17b9eb40a49d9cdd876ce59e77392721e8c2c6) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libgphoto2 2.5.27 Collecting legal info COPYING: OK (sha256: ebc385a0b1d477be5177ed6d9129557aa59a3ad0f26ebe7dd97ee942a0fb68ee) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libite 2.6.1 Collecting legal info LICENSE: OK (sha256: 3a2b964c1772d03ab17b73a389ecce9151e0b190a9247817a2c009b16d356422) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libmicrohttpd 1.0.1 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmodbus 3.1.10 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.4 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> 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) >>> libucl 0.8.2 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libuev 2.4.1 Collecting legal info LICENSE: OK (sha256: 387d0d8e2aabf187751c8f1ebb9a4abaecaa7e0e05fead27f408193a0f0f17dd) >>> libwebsock 3c1615eeadb0b582b63851073bfe3e5132f31ebc Collecting legal info COPYING.lesser: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libxslt 1.1.42 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> mbpoll 1.5.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-minisign 0.11 Collecting legal info LICENSE: OK (sha256: d775d155cbf31638714c31c6f990f9fdc5f07998d91e42d1bf15483bd2d1706b) >>> host-libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> mosquitto 2.0.18 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> mrp 1.2 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> msmtp 1.8.25 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> open-isns 0.102 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> openpgm 5-3-128 Collecting legal info openpgm/pgm/LICENSE: OK (sha256: 4a7d4ec71fa60969399fd4caad64d5a3003fee2775445f271a5a36a8ae743a29) >>> openswan 3.0.0 Collecting legal info COPYING: OK (sha256: 1c36ae1e7b0f6cce4b4ffe969b71f83635734804acdd38544443564b00f8783a) LICENSE: OK (sha256: d7d012ef3be47faffba4d97a83d4986c9f4a63ac997ebf5961d33852e5f1801a) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> read-edid 3.0.2 Collecting legal info LICENSE: OK (sha256: 1f8e8a59865d73076ab0a015330bc5bde7332384281260093878a3c366b778b7) >>> rhash 1.4.4 Collecting legal info COPYING: OK (sha256: 953e55838353335148c90b5a38a4894292680b1d4c37228ffddddbf18ce54bf5) >>> skalibs 2.14.2.0 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> host-tipidee 0.0.5.0 Collecting legal info COPYING: OK (sha256: 8feb7933c6e6506a7f20fbfc03fd37df3caff4becdf3b7a0ffad5016277e441e) >>> host-skalibs 2.14.2.0 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> uclibc-ng-test 132c6134d69146bcafbdda68ae3a9cbd9f8fb921 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> udpxy 1.0-25.1 Collecting legal info README: OK (sha256: aac36b21c5afa931fd0e5d796814e29102a3b1f2742fb8694a26ef135aebf943) >>> usb_modeswitch 2.6.1 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> usb_modeswitch_data 20191128 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> watchdogd 4.0 Collecting legal info LICENSE: OK (sha256: e233c56d807c74c67f2eff47ad03c216144cdd374d8d7578b996c28c260eadda) >>> xkeyboard-config 2.38 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.6 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8.7 Collecting legal info COPYING: OK (sha256: 2e7012a140f000735a7172674a2d314398d79622444fba65d108b029b29ab283) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libxslt 1.1.42 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.13.3 Collecting legal info Copyright: OK (sha256: c99aae1afe013e50b8b3701e089222b351258043c3025b64053a233fd25b4be7) >>> host-xcb-proto 1.15.2 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.11 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2023.2 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: 3e980a770506b448897638632974bbcbdf2da3b99191dd0a03d3770097a46738) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 9936421f7516f7a17ae560b6989636b493e55c01128b543c7e72441568c3cba4) COPYING-fixesproto: OK (sha256: fb361c7c4322e4919ae193c5a20055d5190c23aa50480fd0a41f4d439cae2bc6) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 46f599055002bbf3e6ce244bde8d9ebe5ec24ae7906836db186773a9791d0b75) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: da835951edc6e3b8d168d6afe7447c65d0b9a99937293cf3f288bba8244a9f86) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) COPYING-xwaylandproto: OK (sha256: 309bd89bc2b30c6e3d3eb78f5377fa576475499e0ba936a9c3cba50ba5d6375c) >>> host-xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> host-xlib_libXdmcp 1.1.4 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.5.0 Collecting legal info COPYING: OK (sha256: 22616bf00b6db85ee3164775a95206894af987b85ff1a7703de55644bc722a39) >>> host-xlib_libxkbfile 1.1.2 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> 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-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> 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 Legal info produced in /home/buildroot/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/instance-0/buildroot'