rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-2/output-1/target/lib/debug /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/instance-2/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-2/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-1753-ge381fa9cf2"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-2/output-1/per-package /home/buildroot/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.btrfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -f -f /home/buildroot/autobuild/instance-2/output-1/images/rootfs.btrfs\n /home/buildroot/autobuild/instance-2/output-1/host/bin/mkfs.btrfs -f -r '\''/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target'\'' -L '\'''\'' --byte-count '\''100m'\'' --nodesize '\''16384'\'' --sectorsize '\''4096'\'' /home/buildroot/autobuild/instance-2/output-1/images/rootfs.btrfs\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/btrfs/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' ERROR: zoned: unable to stat /home/buildroot/autobuild/instance-2/output-1/images/rootfs.btrfs mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2483 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/2483 0% [ ] 2/2483 0% [ ] 3/2483 0% [ ] 4/2483 0% [ ] 5/2483 0% [ ] 6/2483 0% [ ] 7/2483 0% [ ] 8/2483 0% [ ] 9/2483 0% [ ] 10/2483 0% [ ] 11/2483 0% [ ] 12/2483 0% [ ] 13/2483 0% [ ] 14/2483 0% [ ] 15/2483 0% [ ] 16/2483 0% [ ] 17/2483 0% [ ] 18/2483 0% [ ] 19/2483 0% [ ] 20/2483 0% [ ] 21/2483 0% [ ] 22/2483 0% [ ] 23/2483 0% [ ] 24/2483 0% [ ] 25/2483 1% [ ] 26/2483 1% [ ] 27/2483 1% [ ] 28/2483 1% [ ] 29/2483 1% [ ] 30/2483 1% [ ] 31/2483 1% [ ] 32/2483 1% [ ] 33/2483 1% [ ] 34/2483 1% [ ] 35/2483 1% [ ] 36/2483 1% [ ] 37/2483 1% [ ] 38/2483 1% [ ] 39/2483 1% [ ] 40/2483 1% [= ] 41/2483 1% [= ] 42/2483 1% [= ] 43/2483 1% [= ] 44/2483 1% [= ] 45/2483 1% [= ] 46/2483 1% [= ] 47/2483 1% [= ] 48/2483 1% [= ] 49/2483 1% [= ] 50/2483 2% [= ] 51/2483 2% [= ] 52/2483 2% [= ] 53/2483 2% [= ] 54/2483 2% [= ] 55/2483 2% [= ] 56/2483 2% [= ] 57/2483 2% [= ] 58/2483 2% [= ] 59/2483 2% [= ] 60/2483 2% [= ] 61/2483 2% [= ] 62/2483 2% [= ] 63/2483 2% [= ] 64/2483 2% [= ] 65/2483 2% [= ] 66/2483 2% [= ] 67/2483 2% [= ] 68/2483 2% [= ] 69/2483 2% [= ] 70/2483 2% [= ] 71/2483 2% [= ] 72/2483 2% [= ] 73/2483 2% [= ] 74/2483 2% [= ] 75/2483 3% [= ] 76/2483 3% [= ] 77/2483 3% [= ] 78/2483 3% [= ] 79/2483 3% [= ] 80/2483 3% [== ] 81/2483 3% [== ] 82/2483 3% [== ] 83/2483 3% [== ] 84/2483 3% [== ] 85/2483 3% [== ] 86/2483 3% [== ] 87/2483 3% [== ] 88/2483 3% [== ] 89/2483 3% [== ] 90/2483 3% [== ] 91/2483 3% [== ] 92/2483 3% [== ] 93/2483 3% [== ] 94/2483 3% [== ] 95/2483 3% [== ] 96/2483 3% [== ] 97/2483 3% [== ] 98/2483 3% [== ] 99/2483 3% [== ] 100/2483 4% [== ] 101/2483 4% [== ] 102/2483 4% [== ] 103/2483 4% [== ] 104/2483 4% [== ] 105/2483 4% [== ] 106/2483 4% [== ] 107/2483 4% [== ] 108/2483 4% [== ] 109/2483 4% [== ] 110/2483 4% [== ] 111/2483 4% [== ] 112/2483 4% [== ] 113/2483 4% [== ] 114/2483 4% [== ] 115/2483 4% [== ] 116/2483 4% [== ] 117/2483 4% [== ] 118/2483 4% [== ] 119/2483 4% [== ] 120/2483 4% [=== ] 121/2483 4% [=== ] 122/2483 4% [=== ] 123/2483 4% [=== ] 124/2483 4% [=== ] 125/2483 5% [=== ] 126/2483 5% [=== ] 127/2483 5% [=== ] 128/2483 5% [=== ] 129/2483 5% [=== ] 130/2483 5% [=== ] 131/2483 5% [=== ] 132/2483 5% [=== ] 133/2483 5% [=== ] 134/2483 5% [=== ] 135/2483 5% [=== ] 136/2483 5% [=== ] 137/2483 5% [=== ] 138/2483 5% [=== ] 139/2483 5% [=== ] 140/2483 5% [=== ] 141/2483 5% [=== ] 142/2483 5% [=== ] 143/2483 5% [=== ] 144/2483 5% [=== ] 145/2483 5% [=== ] 146/2483 5% [=== ] 147/2483 5% [=== ] 148/2483 5% [=== ] 149/2483 6% [=== ] 150/2483 6% [=== ] 151/2483 6% [=== ] 152/2483 6% [=== ] 153/2483 6% [=== ] 154/2483 6% [=== ] 155/2483 6% [=== ] 156/2483 6% [=== ] 157/2483 6% [=== ] 158/2483 6% [=== ] 159/2483 6% [=== ] 160/2483 6% [==== ] 161/2483 6% [==== ] 162/2483 6% [==== ] 163/2483 6% [==== ] 164/2483 6% [==== ] 165/2483 6% [==== ] 166/2483 6% [==== ] 167/2483 6% [==== ] 168/2483 6% [==== ] 169/2483 6% [==== ] 170/2483 6% [==== ] 171/2483 6% [==== ] 172/2483 6% [==== ] 173/2483 6% [==== ] 174/2483 7% [==== ] 175/2483 7% [==== ] 176/2483 7% [==== ] 177/2483 7% [==== ] 178/2483 7% [==== ] 179/2483 7% [==== ] 180/2483 7% [==== ] 181/2483 7% [==== ] 182/2483 7% [==== ] 183/2483 7% [==== ] 184/2483 7% [==== ] 185/2483 7% [==== ] 186/2483 7% [==== ] 187/2483 7% [==== ] 188/2483 7% [==== ] 189/2483 7% [==== ] 190/2483 7% [==== ] 191/2483 7% [==== ] 192/2483 7% [==== ] 193/2483 7% [==== ] 194/2483 7% [==== ] 195/2483 7% [==== ] 196/2483 7% [==== ] 197/2483 7% [==== ] 198/2483 7% [==== ] 199/2483 8% [==== ] 200/2483 8% [===== ] 201/2483 8% [===== ] 202/2483 8% [===== ] 203/2483 8% [===== ] 204/2483 8% [===== ] 205/2483 8% [===== ] 206/2483 8% [===== ] 207/2483 8% [===== ] 208/2483 8% [===== ] 209/2483 8% [===== ] 210/2483 8% [===== ] 211/2483 8% [===== ] 212/2483 8% [===== ] 213/2483 8% [===== ] 214/2483 8% [===== ] 215/2483 8% [===== ] 216/2483 8% [===== ] 217/2483 8% [===== ] 218/2483 8% [===== ] 219/2483 8% [===== ] 220/2483 8% [===== ] 221/2483 8% [===== ] 222/2483 8% [===== ] 223/2483 8% [===== ] 224/2483 9% [===== ] 225/2483 9% [===== ] 226/2483 9% [===== ] 227/2483 9% [===== ] 228/2483 9% [===== ] 229/2483 9% [===== ] 230/2483 9% [===== ] 231/2483 9% [===== ] 232/2483 9% [===== ] 233/2483 9% [===== ] 234/2483 9% [===== ] 235/2483 9% [===== ] 236/2483 9% [===== ] 237/2483 9% [===== ] 238/2483 9% [===== ] 239/2483 9% [===== ] 240/2483 9% [====== ] 241/2483 9% [====== ] 242/2483 9% [====== ] 243/2483 9% [====== ] 244/2483 9% [====== ] 245/2483 9% [====== ] 246/2483 9% [====== ] 247/2483 9% [====== ] 248/2483 9% [====== ] 249/2483 10% [====== ] 250/2483 10% [====== ] 251/2483 10% [====== ] 252/2483 10% [====== ] 253/2483 10% [====== ] 254/2483 10% [====== ] 255/2483 10% [====== ] 256/2483 10% [====== ] 257/2483 10% [====== ] 258/2483 10% [====== ] 259/2483 10% [====== ] 260/2483 10% [====== ] 261/2483 10% [====== ] 262/2483 10% [====== ] 263/2483 10% [====== ] 264/2483 10% [====== ] 265/2483 10% [====== ] 266/2483 10% [====== ] 267/2483 10% [====== ] 268/2483 10% [====== ] 269/2483 10% [====== ] 270/2483 10% [====== ] 271/2483 10% [====== ] 272/2483 10% [====== ] 273/2483 10% [====== ] 274/2483 11% [====== ] 275/2483 11% [====== ] 276/2483 11% [====== ] 277/2483 11% [====== ] 278/2483 11% [====== ] 279/2483 11% [====== ] 280/2483 11% [======= ] 281/2483 11% [======= ] 282/2483 11% [======= ] 283/2483 11% [======= ] 284/2483 11% [======= ] 285/2483 11% [======= ] 286/2483 11% [======= ] 287/2483 11% [======= ] 288/2483 11% [======= ] 289/2483 11% [======= ] 290/2483 11% [======= ] 291/2483 11% [======= ] 292/2483 11% [======= ] 293/2483 11% [======= ] 294/2483 11% [======= ] 295/2483 11% [======= ] 296/2483 11% [======= ] 297/2483 11% [======= ] 298/2483 12% [======= ] 299/2483 12% [======= ] 300/2483 12% [======= ] 301/2483 12% [======= ] 302/2483 12% [======= ] 303/2483 12% [======= ] 304/2483 12% [======= ] 305/2483 12% [======= ] 306/2483 12% [======= ] 307/2483 12% [======= ] 308/2483 12% [======= ] 309/2483 12% [======= ] 310/2483 12% [======= ] 311/2483 12% [======= ] 312/2483 12% [======= ] 313/2483 12% [======= ] 314/2483 12% [======= ] 315/2483 12% [======= ] 316/2483 12% [======= ] 317/2483 12% [======= ] 318/2483 12% [======= ] 319/2483 12% [======= ] 320/2483 12% [======== ] 321/2483 12% [======== ] 322/2483 12% [======== ] 323/2483 13% [======== ] 324/2483 13% [======== ] 325/2483 13% [======== ] 326/2483 13% [======== ] 327/2483 13% [======== ] 328/2483 13% [======== ] 329/2483 13% [======== ] 330/2483 13% [======== ] 331/2483 13% [======== ] 332/2483 13% [======== ] 333/2483 13% [======== ] 334/2483 13% [======== ] 335/2483 13% [======== ] 336/2483 13% [======== ] 337/2483 13% [======== ] 338/2483 13% [======== ] 339/2483 13% [======== ] 340/2483 13% [======== ] 341/2483 13% [======== ] 342/2483 13% [======== ] 343/2483 13% [======== ] 344/2483 13% [======== ] 345/2483 13% [======== ] 346/2483 13% [======== ] 347/2483 13% [======== ] 348/2483 14% [======== ] 349/2483 14% [======== ] 350/2483 14% [======== ] 351/2483 14% [======== ] 352/2483 14% [======== ] 353/2483 14% [======== ] 354/2483 14% [======== ] 355/2483 14% [======== ] 356/2483 14% [======== ] 357/2483 14% [======== ] 358/2483 14% [======== ] 359/2483 14% [======== ] 360/2483 14% [========= ] 361/2483 14% [========= ] 362/2483 14% [========= ] 363/2483 14% [========= ] 364/2483 14% [========= ] 365/2483 14% [========= ] 366/2483 14% [========= ] 367/2483 14% [========= ] 368/2483 14% [========= ] 369/2483 14% [========= ] 370/2483 14% [========= ] 371/2483 14% [========= ] 372/2483 14% [========= ] 373/2483 15% [========= ] 374/2483 15% [========= ] 375/2483 15% [========= ] 376/2483 15% [========= ] 377/2483 15% [========= ] 378/2483 15% [========= ] 379/2483 15% [========= ] 380/2483 15% [========= ] 381/2483 15% [========= ] 382/2483 15% [========= ] 383/2483 15% [========= ] 384/2483 15% [========= ] 385/2483 15% [========= ] 386/2483 15% [========= ] 387/2483 15% [========= ] 388/2483 15% [========= ] 389/2483 15% [========= ] 390/2483 15% [========= ] 391/2483 15% [========= ] 392/2483 15% [========= ] 393/2483 15% [========= ] 394/2483 15% [========= ] 395/2483 15% [========= ] 396/2483 15% [========= ] 397/2483 15% [========= ] 398/2483 16% [========= ] 399/2483 16% [========= ] 400/2483 16% [========== ] 401/2483 16% [========== ] 402/2483 16% [========== ] 403/2483 16% [========== ] 404/2483 16% [========== ] 405/2483 16% [========== ] 406/2483 16% [========== ] 407/2483 16% [========== ] 408/2483 16% [========== ] 409/2483 16% [========== ] 410/2483 16% [========== ] 411/2483 16% [========== ] 412/2483 16% [========== ] 413/2483 16% [========== ] 414/2483 16% [========== ] 415/2483 16% [========== ] 416/2483 16% [========== ] 417/2483 16% [========== ] 418/2483 16% [========== ] 419/2483 16% [========== ] 420/2483 16% [========== ] 421/2483 16% [========== ] 422/2483 16% [========== ] 423/2483 17% [========== ] 424/2483 17% [========== ] 425/2483 17% [========== ] 426/2483 17% [========== ] 427/2483 17% [========== ] 428/2483 17% [========== ] 429/2483 17% [========== ] 430/2483 17% [========== ] 431/2483 17% [========== ] 432/2483 17% [========== ] 433/2483 17% [========== ] 434/2483 17% [========== ] 435/2483 17% [========== ] 436/2483 17% [========== ] 437/2483 17% [========== ] 438/2483 17% [========== ] 439/2483 17% [========== ] 440/2483 17% [=========== ] 441/2483 17% [=========== ] 442/2483 17% [=========== ] 443/2483 17% [=========== ] 444/2483 17% [=========== ] 445/2483 17% [=========== ] 446/2483 17% [=========== ] 447/2483 18% [=========== ] 448/2483 18% [=========== ] 449/2483 18% [=========== ] 450/2483 18% [=========== ] 451/2483 18% [=========== ] 452/2483 18% [=========== ] 453/2483 18% [=========== ] 454/2483 18% [=========== ] 455/2483 18% [=========== ] 456/2483 18% [=========== ] 457/2483 18% [=========== ] 458/2483 18% [=========== ] 459/2483 18% [=========== ] 460/2483 18% [=========== ] 461/2483 18% [=========== ] 462/2483 18% [=========== ] 463/2483 18% [=========== ] 464/2483 18% [=========== ] 465/2483 18% [=========== ] 466/2483 18% [=========== ] 467/2483 18% [=========== ] 468/2483 18% [=========== ] 469/2483 18% [=========== ] 470/2483 18% [=========== ] 471/2483 18% [=========== ] 472/2483 19% [=========== ] 473/2483 19% [=========== ] 474/2483 19% [=========== ] 475/2483 19% [=========== ] 476/2483 19% [=========== ] 477/2483 19% [=========== ] 478/2483 19% [=========== ] 479/2483 19% [=========== ] 480/2483 19% [============ ] 481/2483 19% [============ ] 482/2483 19% [============ ] 483/2483 19% [============ ] 484/2483 19% [============ ] 485/2483 19% [============ ] 486/2483 19% [============ ] 487/2483 19% [============ ] 488/2483 19% [============ ] 489/2483 19% [============ ] 490/2483 19% [============ ] 491/2483 19% [============ ] 492/2483 19% [============ ] 493/2483 19% [============ ] 494/2483 19% [============ ] 495/2483 19% [============ ] 496/2483 19% [============ ] 497/2483 20% [============ ] 498/2483 20% [============ ] 499/2483 20% [============ ] 500/2483 20% [============ ] 501/2483 20% [============ ] 502/2483 20% [============ ] 503/2483 20% [============ ] 504/2483 20% [============ ] 505/2483 20% [============ ] 506/2483 20% [============ ] 507/2483 20% [============ ] 508/2483 20% [============ ] 509/2483 20% [============ ] 510/2483 20% [============ ] 511/2483 20% [============ ] 512/2483 20% [============ ] 513/2483 20% [============ ] 514/2483 20% [============ ] 515/2483 20% [============ ] 516/2483 20% [============ ] 517/2483 20% [============ ] 518/2483 20% [============ ] 519/2483 20% [============ ] 520/2483 20% [============= ] 521/2483 20% [============= ] 522/2483 21% [============= ] 523/2483 21% [============= ] 524/2483 21% [============= ] 525/2483 21% [============= ] 526/2483 21% [============= ] 527/2483 21% [============= ] 528/2483 21% [============= ] 529/2483 21% [============= ] 530/2483 21% [============= ] 531/2483 21% [============= ] 532/2483 21% [============= ] 533/2483 21% [============= ] 534/2483 21% [============= ] 535/2483 21% [============= ] 536/2483 21% [============= ] 537/2483 21% [============= ] 538/2483 21% [============= ] 539/2483 21% [============= ] 540/2483 21% [============= ] 541/2483 21% [============= ] 542/2483 21% [============= ] 543/2483 21% [============= ] 544/2483 21% [============= ] 545/2483 21% [============= ] 546/2483 21% [============= ] 547/2483 22% [============= ] 548/2483 22% [============= ] 549/2483 22% [============= ] 550/2483 22% [============= ] 551/2483 22% [============= ] 552/2483 22% [============= ] 553/2483 22% [============= ] 554/2483 22% [============= ] 555/2483 22% [============= ] 556/2483 22% [============= ] 557/2483 22% [============= ] 558/2483 22% [============= ] 559/2483 22% [============= ] 560/2483 22% [============== ] 561/2483 22% [============== ] 562/2483 22% [============== ] 563/2483 22% [============== ] 564/2483 22% [============== ] 565/2483 22% [============== ] 566/2483 22% [============== ] 567/2483 22% [============== ] 568/2483 22% [============== ] 569/2483 22% [============== ] 570/2483 22% [============== ] 571/2483 22% [============== ] 572/2483 23% [============== ] 573/2483 23% [============== ] 574/2483 23% [============== ] 575/2483 23% [============== ] 576/2483 23% [============== ] 577/2483 23% [============== ] 578/2483 23% [============== ] 579/2483 23% [============== ] 580/2483 23% [============== ] 581/2483 23% [============== ] 582/2483 23% [============== ] 583/2483 23% [============== ] 584/2483 23% [============== ] 585/2483 23% [============== ] 586/2483 23% [============== ] 587/2483 23% [============== ] 588/2483 23% [============== ] 589/2483 23% [============== ] 590/2483 23% [============== ] 591/2483 23% [============== ] 592/2483 23% [============== ] 593/2483 23% [============== ] 594/2483 23% [============== ] 595/2483 23% [============== ] 596/2483 24% [============== ] 597/2483 24% [============== ] 598/2483 24% [============== ] 599/2483 24% [============== ] 600/2483 24% [=============== ] 601/2483 24% [=============== ] 602/2483 24% [=============== ] 603/2483 24% [=============== ] 604/2483 24% [=============== ] 605/2483 24% [=============== ] 606/2483 24% [=============== ] 607/2483 24% [=============== ] 608/2483 24% [=============== ] 609/2483 24% [=============== ] 610/2483 24% [=============== ] 611/2483 24% [=============== ] 612/2483 24% [=============== ] 613/2483 24% [=============== ] 614/2483 24% [=============== ] 615/2483 24% [=============== ] 616/2483 24% [=============== ] 617/2483 24% [=============== ] 618/2483 24% [=============== ] 619/2483 24% [=============== ] 620/2483 24% [=============== ] 621/2483 25% [=============== ] 622/2483 25% [=============== ] 623/2483 25% [=============== ] 624/2483 25% [=============== ] 625/2483 25% [=============== ] 626/2483 25% [=============== ] 627/2483 25% [=============== ] 628/2483 25% [=============== ] 629/2483 25% [=============== ] 630/2483 25% [=============== ] 631/2483 25% [=============== ] 632/2483 25% [=============== ] 633/2483 25% [=============== ] 634/2483 25% [=============== ] 635/2483 25% [=============== ] 636/2483 25% [=============== ] 637/2483 25% [=============== ] 638/2483 25% [=============== ] 639/2483 25% [=============== ] 640/2483 25% [================ ] 641/2483 25% [================ ] 642/2483 25% [================ ] 643/2483 25% [================ ] 644/2483 25% [================ ] 645/2483 25% [================ ] 646/2483 26% [================ ] 647/2483 26% [================ ] 648/2483 26% [================ ] 649/2483 26% [================ ] 650/2483 26% [================ ] 651/2483 26% [================ ] 652/2483 26% [================ ] 653/2483 26% [================ ] 654/2483 26% [================ ] 655/2483 26% [================ ] 656/2483 26% [================ ] 657/2483 26% [================ ] 658/2483 26% [================ ] 659/2483 26% [================ ] 660/2483 26% [================ ] 661/2483 26% [================ ] 662/2483 26% [================ ] 663/2483 26% [================ ] 664/2483 26% [================ ] 665/2483 26% [================ ] 666/2483 26% [================ ] 667/2483 26% [================ ] 668/2483 26% [================ ] 669/2483 26% [================ ] 670/2483 26% [================ ] 671/2483 27% [================ ] 672/2483 27% [================ ] 673/2483 27% [================ ] 674/2483 27% [================ ] 675/2483 27% [================ ] 676/2483 27% [================ ] 677/2483 27% [================ ] 678/2483 27% [================ ] 679/2483 27% [================ ] 680/2483 27% [================= ] 681/2483 27% [================= ] 682/2483 27% [================= ] 683/2483 27% [================= ] 684/2483 27% [================= ] 685/2483 27% [================= ] 686/2483 27% [================= ] 687/2483 27% [================= ] 688/2483 27% [================= ] 689/2483 27% [================= ] 690/2483 27% [================= ] 691/2483 27% [================= ] 692/2483 27% [================= ] 693/2483 27% [================= ] 694/2483 27% [================= ] 695/2483 27% [================= ] 696/2483 28% [================= ] 697/2483 28% [================= ] 698/2483 28% [================= ] 699/2483 28% [================= ] 700/2483 28% [================= ] 701/2483 28% [================= ] 702/2483 28% [================= ] 703/2483 28% [================= ] 704/2483 28% [================= ] 705/2483 28% [================= ] 706/2483 28% [================= ] 707/2483 28% [================= ] 708/2483 28% [================= ] 709/2483 28% [================= ] 710/2483 28% [================= ] 711/2483 28% [================= ] 712/2483 28% [================= ] 713/2483 28% [================= ] 714/2483 28% [================= ] 715/2483 28% [================= ] 716/2483 28% [================= ] 717/2483 28% [================= ] 718/2483 28% [================= ] 719/2483 28% [================= ] 720/2483 28% [================== ] 721/2483 29% [================== ] 722/2483 29% [================== ] 723/2483 29% [================== ] 724/2483 29% [================== ] 725/2483 29% [================== ] 726/2483 29% [================== ] 727/2483 29% [================== ] 728/2483 29% [================== ] 729/2483 29% [================== ] 730/2483 29% [================== ] 731/2483 29% [================== ] 732/2483 29% [================== ] 733/2483 29% [================== ] 734/2483 29% [================== ] 735/2483 29% [================== ] 736/2483 29% [================== ] 737/2483 29% [================== ] 738/2483 29% [================== ] 739/2483 29% [================== ] 740/2483 29% [================== ] 741/2483 29% [================== ] 742/2483 29% [================== ] 743/2483 29% [================== ] 744/2483 29% [================== ] 745/2483 30% [================== ] 746/2483 30% [================== ] 747/2483 30% [================== ] 748/2483 30% [================== ] 749/2483 30% [================== ] 750/2483 30% [================== ] 751/2483 30% [================== ] 752/2483 30% [================== ] 753/2483 30% [================== ] 754/2483 30% [================== ] 755/2483 30% [================== ] 756/2483 30% [================== ] 757/2483 30% [================== ] 758/2483 30% [================== ] 759/2483 30% [================== ] 760/2483 30% [=================== ] 761/2483 30% [=================== ] 762/2483 30% [=================== ] 763/2483 30% [=================== ] 764/2483 30% [=================== ] 765/2483 30% [=================== ] 766/2483 30% [=================== ] 767/2483 30% [=================== ] 768/2483 30% [=================== ] 769/2483 30% [=================== ] 770/2483 31% [=================== ] 771/2483 31% [=================== ] 772/2483 31% [=================== ] 773/2483 31% [=================== ] 774/2483 31% [=================== ] 775/2483 31% [=================== ] 776/2483 31% [=================== ] 777/2483 31% [=================== ] 778/2483 31% [=================== ] 779/2483 31% [=================== ] 780/2483 31% [=================== ] 781/2483 31% [=================== ] 782/2483 31% [=================== ] 783/2483 31% [=================== ] 784/2483 31% [=================== ] 785/2483 31% [=================== ] 786/2483 31% [=================== ] 787/2483 31% [=================== ] 788/2483 31% [=================== ] 789/2483 31% [=================== ] 790/2483 31% [=================== ] 791/2483 31% [=================== ] 792/2483 31% [=================== ] 793/2483 31% [=================== ] 794/2483 31% [=================== ] 795/2483 32% [=================== ] 796/2483 32% [=================== ] 797/2483 32% [=================== ] 798/2483 32% [=================== ] 799/2483 32% [=================== ] 800/2483 32% [==================== ] 801/2483 32% [==================== ] 802/2483 32% [==================== ] 803/2483 32% [==================== ] 804/2483 32% [==================== ] 805/2483 32% [==================== ] 806/2483 32% [==================== ] 807/2483 32% [==================== ] 808/2483 32% [==================== ] 809/2483 32% [==================== ] 810/2483 32% [==================== ] 811/2483 32% [==================== ] 812/2483 32% [==================== ] 813/2483 32% [==================== ] 814/2483 32% [==================== ] 815/2483 32% [==================== ] 816/2483 32% [==================== ] 817/2483 32% [==================== ] 818/2483 32% [==================== ] 819/2483 32% [==================== ] 820/2483 33% [==================== ] 821/2483 33% [==================== ] 822/2483 33% [==================== ] 823/2483 33% [==================== ] 824/2483 33% [==================== ] 825/2483 33% [==================== ] 826/2483 33% [==================== ] 827/2483 33% [==================== ] 828/2483 33% [==================== ] 829/2483 33% [==================== ] 830/2483 33% [==================== ] 831/2483 33% [==================== ] 832/2483 33% [==================== ] 833/2483 33% [==================== ] 834/2483 33% [==================== ] 835/2483 33% [==================== ] 836/2483 33% [==================== ] 837/2483 33% [==================== ] 838/2483 33% [==================== ] 839/2483 33% [==================== ] 840/2483 33% [==================== ] 841/2483 33% [===================== ] 842/2483 33% [===================== ] 843/2483 33% [===================== ] 844/2483 33% [===================== ] 845/2483 34% [===================== ] 846/2483 34% [===================== ] 847/2483 34% [===================== ] 848/2483 34% [===================== ] 849/2483 34% [===================== ] 850/2483 34% [===================== ] 851/2483 34% [===================== ] 852/2483 34% [===================== ] 853/2483 34% [===================== ] 854/2483 34% [===================== ] 855/2483 34% [===================== ] 856/2483 34% [===================== ] 857/2483 34% [===================== ] 858/2483 34% [===================== ] 859/2483 34% [===================== ] 860/2483 34% [===================== ] 861/2483 34% [===================== ] 862/2483 34% [===================== ] 863/2483 34% [===================== ] 864/2483 34% [===================== ] 865/2483 34% [===================== ] 866/2483 34% [===================== ] 867/2483 34% [===================== ] 868/2483 34% [===================== ] 869/2483 34% [===================== ] 870/2483 35% [===================== ] 871/2483 35% [===================== ] 872/2483 35% [===================== ] 873/2483 35% [===================== ] 874/2483 35% [===================== ] 875/2483 35% [===================== ] 876/2483 35% [===================== ] 877/2483 35% [===================== ] 878/2483 35% [===================== ] 879/2483 35% [===================== ] 880/2483 35% [===================== ] 881/2483 35% [====================== ] 882/2483 35% [====================== ] 883/2483 35% [====================== ] 884/2483 35% [====================== ] 885/2483 35% [====================== ] 886/2483 35% [====================== ] 887/2483 35% [====================== ] 888/2483 35% [====================== ] 889/2483 35% [====================== ] 890/2483 35% [====================== ] 891/2483 35% [====================== ] 892/2483 35% [====================== ] 893/2483 35% [====================== ] 894/2483 36% [====================== ] 895/2483 36% [====================== ] 896/2483 36% [====================== ] 897/2483 36% [====================== ] 898/2483 36% [====================== ] 899/2483 36% [====================== ] 900/2483 36% [====================== ] 901/2483 36% [====================== ] 902/2483 36% [====================== ] 903/2483 36% [====================== ] 904/2483 36% [====================== ] 905/2483 36% [====================== ] 906/2483 36% [====================== ] 907/2483 36% [====================== ] 908/2483 36% [====================== ] 909/2483 36% [====================== ] 910/2483 36% [====================== ] 911/2483 36% [====================== ] 912/2483 36% [====================== ] 913/2483 36% [====================== ] 914/2483 36% [====================== ] 915/2483 36% [====================== ] 916/2483 36% [====================== ] 917/2483 36% [====================== ] 918/2483 36% [====================== ] 919/2483 37% [====================== ] 920/2483 37% [====================== ] 921/2483 37% [======================= ] 922/2483 37% [======================= ] 923/2483 37% [======================= ] 924/2483 37% [======================= ] 925/2483 37% [======================= ] 926/2483 37% [======================= ] 927/2483 37% [======================= ] 928/2483 37% [======================= ] 929/2483 37% [======================= ] 930/2483 37% [======================= ] 931/2483 37% [======================= ] 932/2483 37% [======================= ] 933/2483 37% [======================= ] 934/2483 37% [======================= ] 935/2483 37% [======================= ] 936/2483 37% [======================= ] 937/2483 37% [======================= ] 938/2483 37% [======================= ] 939/2483 37% [======================= ] 940/2483 37% [======================= ] 941/2483 37% [======================= ] 942/2483 37% [======================= ] 943/2483 37% [======================= ] 944/2483 38% [======================= ] 945/2483 38% [======================= ] 946/2483 38% [======================= ] 947/2483 38% [======================= ] 948/2483 38% [======================= ] 949/2483 38% [======================= ] 950/2483 38% [======================= ] 951/2483 38% [======================= ] 952/2483 38% [======================= ] 953/2483 38% [======================= ] 954/2483 38% [======================= ] 955/2483 38% [======================= ] 956/2483 38% [======================= ] 957/2483 38% [======================= ] 958/2483 38% [======================= ] 959/2483 38% [======================= ] 960/2483 38% [======================= ] 961/2483 38% [======================== ] 962/2483 38% [======================== ] 963/2483 38% [======================== ] 964/2483 38% [======================== ] 965/2483 38% [======================== ] 966/2483 38% [======================== ] 967/2483 38% [======================== ] 968/2483 38% [======================== ] 969/2483 39% [======================== ] 970/2483 39% [======================== ] 971/2483 39% [======================== ] 972/2483 39% [======================== ] 973/2483 39% [======================== ] 974/2483 39% [======================== ] 975/2483 39% [======================== ] 976/2483 39% [======================== ] 977/2483 39% [======================== ] 978/2483 39% [======================== ] 979/2483 39% [======================== ] 980/2483 39% [======================== ] 981/2483 39% [======================== ] 982/2483 39% [======================== ] 983/2483 39% [======================== ] 984/2483 39% [======================== ] 985/2483 39% [======================== ] 986/2483 39% [======================== ] 987/2483 39% [======================== ] 988/2483 39% [======================== ] 989/2483 39% [======================== ] 990/2483 39% [======================== ] 991/2483 39% [======================== ] 992/2483 39% [======================== ] 993/2483 39% [======================== ] 994/2483 40% [======================== ] 995/2483 40% [======================== ] 996/2483 40% [======================== ] 997/2483 40% [======================== ] 998/2483 40% [======================== ] 999/2483 40% [======================== ] 1000/2483 40% [======================== ] 1001/2483 40% [========================= ] 1002/2483 40% [========================= ] 1003/2483 40% [========================= ] 1004/2483 40% [========================= ] 1005/2483 40% [========================= ] 1006/2483 40% [========================= ] 1007/2483 40% [========================= ] 1008/2483 40% [========================= ] 1009/2483 40% [========================= ] 1010/2483 40% [========================= ] 1011/2483 40% [========================= ] 1012/2483 40% [========================= ] 1013/2483 40% [========================= ] 1014/2483 40% [========================= ] 1015/2483 40% [========================= ] 1016/2483 40% [========================= ] 1017/2483 40% [========================= ] 1018/2483 40% [========================= ] 1019/2483 41% [========================= ] 1020/2483 41% [========================= ] 1021/2483 41% [========================= ] 1022/2483 41% [========================= ] 1023/2483 41% [========================= ] 1024/2483 41% [========================= ] 1025/2483 41% [========================= ] 1026/2483 41% [========================= ] 1027/2483 41% [========================= ] 1028/2483 41% [========================= ] 1029/2483 41% [========================= ] 1030/2483 41% [========================= ] 1031/2483 41% [========================= ] 1032/2483 41% [========================= ] 1033/2483 41% [========================= ] 1034/2483 41% [========================= ] 1035/2483 41% [========================= ] 1036/2483 41% [========================= ] 1037/2483 41% [========================= ] 1038/2483 41% [========================= ] 1039/2483 41% [========================= ] 1040/2483 41% [========================= ] 1041/2483 41% [========================== ] 1042/2483 41% [========================== ] 1043/2483 42% [========================== ] 1044/2483 42% [========================== ] 1045/2483 42% [========================== ] 1046/2483 42% [========================== ] 1047/2483 42% [========================== ] 1048/2483 42% [========================== ] 1049/2483 42% [========================== ] 1050/2483 42% [========================== ] 1051/2483 42% [========================== ] 1052/2483 42% [========================== ] 1053/2483 42% [========================== ] 1054/2483 42% [========================== ] 1055/2483 42% [========================== ] 1056/2483 42% [========================== ] 1057/2483 42% [========================== ] 1058/2483 42% [========================== ] 1059/2483 42% [========================== ] 1060/2483 42% [========================== ] 1061/2483 42% [========================== ] 1062/2483 42% [========================== ] 1063/2483 42% [========================== ] 1064/2483 42% [========================== ] 1065/2483 42% [========================== ] 1066/2483 42% [========================== ] 1067/2483 42% [========================== ] 1068/2483 43% [========================== ] 1069/2483 43% [========================== ] 1070/2483 43% [========================== ] 1071/2483 43% [========================== ] 1072/2483 43% [========================== ] 1073/2483 43% [========================== ] 1074/2483 43% [========================== ] 1075/2483 43% [========================== ] 1076/2483 43% [========================== ] 1077/2483 43% [========================== ] 1078/2483 43% [========================== ] 1079/2483 43% [========================== ] 1080/2483 43% [========================== ] 1081/2483 43% [=========================== ] 1082/2483 43% [=========================== ] 1083/2483 43% [=========================== ] 1084/2483 43% [=========================== ] 1085/2483 43% [=========================== ] 1086/2483 43% [=========================== ] 1087/2483 43% [=========================== ] 1088/2483 43% [=========================== ] 1089/2483 43% [=========================== ] 1090/2483 43% [=========================== ] 1091/2483 43% [=========================== ] 1092/2483 43% [=========================== ] 1093/2483 44% [=========================== ] 1094/2483 44% [=========================== ] 1095/2483 44% [=========================== ] 1096/2483 44% [=========================== ] 1097/2483 44% [=========================== ] 1098/2483 44% [=========================== ] 1099/2483 44% [=========================== ] 1100/2483 44% [=========================== ] 1101/2483 44% [=========================== ] 1102/2483 44% [=========================== ] 1103/2483 44% [=========================== ] 1104/2483 44% [=========================== ] 1105/2483 44% [=========================== ] 1106/2483 44% [=========================== ] 1107/2483 44% [=========================== ] 1108/2483 44% [=========================== ] 1109/2483 44% [=========================== ] 1110/2483 44% [=========================== ] 1111/2483 44% [=========================== ] 1112/2483 44% [=========================== ] 1113/2483 44% [=========================== ] 1114/2483 44% [=========================== ] 1115/2483 44% [=========================== ] 1116/2483 44% [=========================== ] 1117/2483 44% [=========================== ] 1118/2483 45% [=========================== ] 1119/2483 45% [=========================== ] 1120/2483 45% [=========================== ] 1121/2483 45% [============================ ] 1122/2483 45% [============================ ] 1123/2483 45% [============================ ] 1124/2483 45% [============================ ] 1125/2483 45% [============================ ] 1126/2483 45% [============================ ] 1127/2483 45% [============================ ] 1128/2483 45% [============================ ] 1129/2483 45% [============================ ] 1130/2483 45% [============================ ] 1131/2483 45% [============================ ] 1132/2483 45% [============================ ] 1133/2483 45% [============================ ] 1134/2483 45% [============================ ] 1135/2483 45% [============================ ] 1136/2483 45% [============================ ] 1137/2483 45% [============================ ] 1138/2483 45% [============================ ] 1139/2483 45% [============================ ] 1140/2483 45% [============================ ] 1141/2483 45% [============================ ] 1142/2483 45% [============================ ] 1143/2483 46% [============================ ] 1144/2483 46% [============================ ] 1145/2483 46% [============================ ] 1146/2483 46% [============================ ] 1147/2483 46% [============================ ] 1148/2483 46% [============================ ] 1149/2483 46% [============================ ] 1150/2483 46% [============================ ] 1151/2483 46% [============================ ] 1152/2483 46% [============================ ] 1153/2483 46% [============================ ] 1154/2483 46% [============================ ] 1155/2483 46% [============================ ] 1156/2483 46% [============================ ] 1157/2483 46% [============================ ] 1158/2483 46% [============================ ] 1159/2483 46% [============================ ] 1160/2483 46% [============================ ] 1161/2483 46% [============================= ] 1162/2483 46% [============================= ] 1163/2483 46% [============================= ] 1164/2483 46% [============================= ] 1165/2483 46% [============================= ] 1166/2483 46% [============================= ] 1167/2483 46% [============================= ] 1168/2483 47% [============================= ] 1169/2483 47% [============================= ] 1170/2483 47% [============================= ] 1171/2483 47% [============================= ] 1172/2483 47% [============================= ] 1173/2483 47% [============================= ] 1174/2483 47% [============================= ] 1175/2483 47% [============================= ] 1176/2483 47% [============================= ] 1177/2483 47% [============================= ] 1178/2483 47% [============================= ] 1179/2483 47% [============================= ] 1180/2483 47% [============================= ] 1181/2483 47% [============================= ] 1182/2483 47% [============================= ] 1183/2483 47% [============================= ] 1184/2483 47% [============================= ] 1185/2483 47% [============================= ] 1186/2483 47% [============================= ] 1187/2483 47% [============================= ] 1188/2483 47% [============================= ] 1189/2483 47% [============================= ] 1190/2483 47% [============================= ] 1191/2483 47% [============================= ] 1192/2483 48% [============================= ] 1193/2483 48% [============================= ] 1194/2483 48% [============================= ] 1195/2483 48% [============================= ] 1196/2483 48% [============================= ] 1197/2483 48% [============================= ] 1198/2483 48% [============================= ] 1199/2483 48% [============================= ] 1200/2483 48% [============================= ] 1201/2483 48% [============================== ] 1202/2483 48% [============================== ] 1203/2483 48% [============================== ] 1204/2483 48% [============================== ] 1205/2483 48% [============================== ] 1206/2483 48% [============================== ] 1207/2483 48% [============================== ] 1208/2483 48% [============================== ] 1209/2483 48% [============================== ] 1210/2483 48% [============================== ] 1211/2483 48% [============================== ] 1212/2483 48% [============================== ] 1213/2483 48% [============================== ] 1214/2483 48% [============================== ] 1215/2483 48% [============================== ] 1216/2483 48% [============================== ] 1217/2483 49% [============================== ] 1218/2483 49% [============================== ] 1219/2483 49% [============================== ] 1220/2483 49% [============================== ] 1221/2483 49% [============================== ] 1222/2483 49% [============================== ] 1223/2483 49% [============================== ] 1224/2483 49% [============================== ] 1225/2483 49% [============================== ] 1226/2483 49% [============================== ] 1227/2483 49% [============================== ] 1228/2483 49% [============================== ] 1229/2483 49% [============================== ] 1230/2483 49% [============================== ] 1231/2483 49% [============================== ] 1232/2483 49% [============================== ] 1233/2483 49% [============================== ] 1234/2483 49% [============================== ] 1235/2483 49% [============================== ] 1236/2483 49% [============================== ] 1237/2483 49% [============================== ] 1238/2483 49% [============================== ] 1239/2483 49% [============================== ] 1240/2483 49% [============================== ] 1241/2483 49% [=============================== ] 1242/2483 50% [=============================== ] 1243/2483 50% [=============================== ] 1244/2483 50% [=============================== ] 1245/2483 50% [=============================== ] 1246/2483 50% [=============================== ] 1247/2483 50% [=============================== ] 1248/2483 50% [=============================== ] 1249/2483 50% [=============================== ] 1250/2483 50% [=============================== ] 1251/2483 50% [=============================== ] 1252/2483 50% [=============================== ] 1253/2483 50% [=============================== ] 1254/2483 50% [=============================== ] 1255/2483 50% [=============================== ] 1256/2483 50% [=============================== ] 1257/2483 50% [=============================== ] 1258/2483 50% [=============================== ] 1259/2483 50% [=============================== ] 1260/2483 50% [=============================== ] 1261/2483 50% [=============================== ] 1262/2483 50% [=============================== ] 1263/2483 50% [=============================== ] 1264/2483 50% [=============================== ] 1265/2483 50% [=============================== ] 1266/2483 50% [=============================== ] 1267/2483 51% [=============================== ] 1268/2483 51% [=============================== ] 1269/2483 51% [=============================== ] 1270/2483 51% [=============================== ] 1271/2483 51% [=============================== ] 1272/2483 51% [=============================== ] 1273/2483 51% [=============================== ] 1274/2483 51% [=============================== ] 1275/2483 51% [=============================== ] 1276/2483 51% [=============================== ] 1277/2483 51% [=============================== ] 1278/2483 51% [=============================== ] 1279/2483 51% [=============================== ] 1280/2483 51% [=============================== ] 1281/2483 51% [================================ ] 1282/2483 51% [================================ ] 1283/2483 51% [================================ ] 1284/2483 51% [================================ ] 1285/2483 51% [================================ ] 1286/2483 51% [================================ ] 1287/2483 51% [================================ ] 1288/2483 51% [================================ ] 1289/2483 51% [================================ ] 1290/2483 51% [================================ ] 1291/2483 51% [================================ ] 1292/2483 52% [================================ ] 1293/2483 52% [================================ ] 1294/2483 52% [================================ ] 1295/2483 52% [================================ ] 1296/2483 52% [================================ ] 1297/2483 52% [================================ ] 1298/2483 52% [================================ ] 1299/2483 52% [================================ ] 1300/2483 52% [================================ ] 1301/2483 52% [================================ ] 1302/2483 52% [================================ ] 1303/2483 52% [================================ ] 1304/2483 52% [================================ ] 1305/2483 52% [================================ ] 1306/2483 52% [================================ ] 1307/2483 52% [================================ ] 1308/2483 52% [================================ ] 1309/2483 52% [================================ ] 1310/2483 52% [================================ ] 1311/2483 52% [================================ ] 1312/2483 52% [================================ ] 1313/2483 52% [================================ ] 1314/2483 52% [================================ ] 1315/2483 52% [================================ ] 1316/2483 53% [================================ ] 1317/2483 53% [================================ ] 1318/2483 53% [================================ ] 1319/2483 53% [================================ ] 1320/2483 53% [================================ ] 1321/2483 53% [================================= ] 1322/2483 53% [================================= ] 1323/2483 53% [================================= ] 1324/2483 53% [================================= ] 1325/2483 53% [================================= ] 1326/2483 53% [================================= ] 1327/2483 53% [================================= ] 1328/2483 53% [================================= ] 1329/2483 53% [================================= ] 1330/2483 53% [================================= ] 1331/2483 53% [================================= ] 1332/2483 53% [================================= ] 1333/2483 53% [================================= ] 1334/2483 53% [================================= ] 1335/2483 53% [================================= ] 1336/2483 53% [================================= ] 1337/2483 53% [================================= ] 1338/2483 53% [================================= ] 1339/2483 53% [================================= ] 1340/2483 53% [================================= ] 1341/2483 54% [================================= ] 1342/2483 54% [================================= ] 1343/2483 54% [================================= ] 1344/2483 54% [================================= ] 1345/2483 54% [================================= ] 1346/2483 54% [================================= ] 1347/2483 54% [================================= ] 1348/2483 54% [================================= ] 1349/2483 54% [================================= ] 1350/2483 54% [================================= ] 1351/2483 54% [================================= ] 1352/2483 54% [================================= ] 1353/2483 54% [================================= ] 1354/2483 54% [================================= ] 1355/2483 54% [================================= ] 1356/2483 54% [================================= ] 1357/2483 54% [================================= ] 1358/2483 54% [================================= ] 1359/2483 54% [================================= ] 1360/2483 54% [================================= ] 1361/2483 54% [================================== ] 1362/2483 54% [================================== ] 1363/2483 54% [================================== ] 1364/2483 54% [================================== ] 1365/2483 54% [================================== ] 1366/2483 55% [================================== ] 1367/2483 55% [================================== ] 1368/2483 55% [================================== ] 1369/2483 55% [================================== ] 1370/2483 55% [================================== ] 1371/2483 55% [================================== ] 1372/2483 55% [================================== ] 1373/2483 55% [================================== ] 1374/2483 55% [================================== ] 1375/2483 55% [================================== ] 1376/2483 55% [================================== ] 1377/2483 55% [================================== ] 1378/2483 55% [================================== ] 1379/2483 55% [================================== ] 1380/2483 55% [================================== ] 1381/2483 55% [================================== ] 1382/2483 55% [================================== ] 1383/2483 55% [================================== ] 1384/2483 55% [================================== ] 1385/2483 55% [================================== ] 1386/2483 55% [================================== ] 1387/2483 55% [================================== ] 1388/2483 55% [================================== ] 1389/2483 55% [================================== ] 1390/2483 55% [================================== ] 1391/2483 56% [================================== ] 1392/2483 56% [================================== ] 1393/2483 56% [================================== ] 1394/2483 56% [================================== ] 1395/2483 56% [================================== ] 1396/2483 56% [================================== ] 1397/2483 56% [================================== ] 1398/2483 56% [================================== ] 1399/2483 56% [================================== ] 1400/2483 56% [================================== ] 1401/2483 56% [=================================== ] 1402/2483 56% [=================================== ] 1403/2483 56% [=================================== ] 1404/2483 56% [=================================== ] 1405/2483 56% [=================================== ] 1406/2483 56% [=================================== ] 1407/2483 56% [=================================== ] 1408/2483 56% [=================================== ] 1409/2483 56% [=================================== ] 1410/2483 56% [=================================== ] 1411/2483 56% [=================================== ] 1412/2483 56% [=================================== ] 1413/2483 56% [=================================== ] 1414/2483 56% [=================================== ] 1415/2483 56% [=================================== ] 1416/2483 57% [=================================== ] 1417/2483 57% [=================================== ] 1418/2483 57% [=================================== ] 1419/2483 57% [=================================== ] 1420/2483 57% [=================================== ] 1421/2483 57% [=================================== ] 1422/2483 57% [=================================== ] 1423/2483 57% [=================================== ] 1424/2483 57% [=================================== ] 1425/2483 57% [=================================== ] 1426/2483 57% [=================================== ] 1427/2483 57% [=================================== ] 1428/2483 57% [=================================== ] 1429/2483 57% [=================================== ] 1430/2483 57% [=================================== ] 1431/2483 57% [=================================== ] 1432/2483 57% [=================================== ] 1433/2483 57% [=================================== ] 1434/2483 57% [=================================== ] 1435/2483 57% [=================================== ] 1436/2483 57% [=================================== ] 1437/2483 57% [=================================== ] 1438/2483 57% [=================================== ] 1439/2483 57% [=================================== ] 1440/2483 57% [=================================== ] 1441/2483 58% [==================================== ] 1442/2483 58% [==================================== ] 1443/2483 58% [==================================== ] 1444/2483 58% [==================================== ] 1445/2483 58% [==================================== ] 1446/2483 58% [==================================== ] 1447/2483 58% [==================================== ] 1448/2483 58% [==================================== ] 1449/2483 58% [==================================== ] 1450/2483 58% [==================================== ] 1451/2483 58% [==================================== ] 1452/2483 58% [==================================== ] 1453/2483 58% [==================================== ] 1454/2483 58% [==================================== ] 1455/2483 58% [==================================== ] 1456/2483 58% [==================================== ] 1457/2483 58% [==================================== ] 1458/2483 58% [==================================== ] 1459/2483 58% [==================================== ] 1460/2483 58% [==================================== ] 1461/2483 58% [==================================== ] 1462/2483 58% [==================================== ] 1463/2483 58% [==================================== ] 1464/2483 58% [==================================== ] 1465/2483 59% [==================================== ] 1466/2483 59% [==================================== ] 1467/2483 59% [==================================== ] 1468/2483 59% [==================================== ] 1469/2483 59% [==================================== ] 1470/2483 59% [==================================== ] 1471/2483 59% [==================================== ] 1472/2483 59% [==================================== ] 1473/2483 59% [==================================== ] 1474/2483 59% [==================================== ] 1475/2483 59% [==================================== ] 1476/2483 59% [==================================== ] 1477/2483 59% [==================================== ] 1478/2483 59% [==================================== ] 1479/2483 59% [==================================== ] 1480/2483 59% [==================================== ] 1481/2483 59% [===================================== ] 1482/2483 59% [===================================== ] 1483/2483 59% [===================================== ] 1484/2483 59% [===================================== ] 1485/2483 59% [===================================== ] 1486/2483 59% [===================================== ] 1487/2483 59% [===================================== ] 1488/2483 59% [===================================== ] 1489/2483 59% [===================================== ] 1490/2483 60% [===================================== ] 1491/2483 60% [===================================== ] 1492/2483 60% [===================================== ] 1493/2483 60% [===================================== ] 1494/2483 60% [===================================== ] 1495/2483 60% [===================================== ] 1496/2483 60% [===================================== ] 1497/2483 60% [===================================== ] 1498/2483 60% [===================================== ] 1499/2483 60% [===================================== ] 1500/2483 60% [===================================== ] 1501/2483 60% [===================================== ] 1502/2483 60% [===================================== ] 1503/2483 60% [===================================== ] 1504/2483 60% [===================================== ] 1505/2483 60% [===================================== ] 1506/2483 60% [===================================== ] 1507/2483 60% [===================================== ] 1508/2483 60% [===================================== ] 1509/2483 60% [===================================== ] 1510/2483 60% [===================================== ] 1511/2483 60% [===================================== ] 1512/2483 60% [===================================== ] 1513/2483 60% [===================================== ] 1514/2483 60% [===================================== ] 1515/2483 61% [===================================== ] 1516/2483 61% [===================================== ] 1517/2483 61% [===================================== ] 1518/2483 61% [===================================== ] 1519/2483 61% [===================================== ] 1520/2483 61% [===================================== ] 1521/2483 61% [====================================== ] 1522/2483 61% [====================================== ] 1523/2483 61% [====================================== ] 1524/2483 61% [====================================== ] 1525/2483 61% [====================================== ] 1526/2483 61% [====================================== ] 1527/2483 61% [====================================== ] 1528/2483 61% [====================================== ] 1529/2483 61% [====================================== ] 1530/2483 61% [====================================== ] 1531/2483 61% [====================================== ] 1532/2483 61% [====================================== ] 1533/2483 61% [====================================== ] 1534/2483 61% [====================================== ] 1535/2483 61% [====================================== ] 1536/2483 61% [====================================== ] 1537/2483 61% [====================================== ] 1538/2483 61% [====================================== ] 1539/2483 61% [====================================== ] 1540/2483 62% [====================================== ] 1541/2483 62% [====================================== ] 1542/2483 62% [====================================== ] 1543/2483 62% [====================================== ] 1544/2483 62% [====================================== ] 1545/2483 62% [====================================== ] 1546/2483 62% [====================================== ] 1547/2483 62% [====================================== ] 1548/2483 62% [====================================== ] 1549/2483 62% [====================================== ] 1550/2483 62% [====================================== ] 1551/2483 62% [====================================== ] 1552/2483 62% [====================================== ] 1553/2483 62% [====================================== ] 1554/2483 62% [====================================== ] 1555/2483 62% [====================================== ] 1556/2483 62% [====================================== ] 1557/2483 62% [====================================== ] 1558/2483 62% [====================================== ] 1559/2483 62% [====================================== ] 1560/2483 62% [====================================== ] 1561/2483 62% [======================================= ] 1562/2483 62% [======================================= ] 1563/2483 62% [======================================= ] 1564/2483 62% [======================================= ] 1565/2483 63% [======================================= ] 1566/2483 63% [======================================= ] 1567/2483 63% [======================================= ] 1568/2483 63% [======================================= ] 1569/2483 63% [======================================= ] 1570/2483 63% [======================================= ] 1571/2483 63% [======================================= ] 1572/2483 63% [======================================= ] 1573/2483 63% [======================================= ] 1574/2483 63% [======================================= ] 1575/2483 63% [======================================= ] 1576/2483 63% [======================================= ] 1577/2483 63% [======================================= ] 1578/2483 63% [======================================= ] 1579/2483 63% [======================================= ] 1580/2483 63% [======================================= ] 1581/2483 63% [======================================= ] 1582/2483 63% [======================================= ] 1583/2483 63% [======================================= ] 1584/2483 63% [======================================= ] 1585/2483 63% [======================================= ] 1586/2483 63% [======================================= ] 1587/2483 63% [======================================= ] 1588/2483 63% [======================================= ] 1589/2483 63% [======================================= ] 1590/2483 64% [======================================= ] 1591/2483 64% [======================================= ] 1592/2483 64% [======================================= ] 1593/2483 64% [======================================= ] 1594/2483 64% [======================================= ] 1595/2483 64% [======================================= ] 1596/2483 64% [======================================= ] 1597/2483 64% [======================================= ] 1598/2483 64% [======================================= ] 1599/2483 64% [======================================= ] 1600/2483 64% [======================================= ] 1601/2483 64% [======================================== ] 1602/2483 64% [======================================== ] 1603/2483 64% [======================================== ] 1604/2483 64% [======================================== ] 1605/2483 64% [======================================== ] 1606/2483 64% [======================================== ] 1607/2483 64% [======================================== ] 1608/2483 64% [======================================== ] 1609/2483 64% [======================================== ] 1610/2483 64% [======================================== ] 1611/2483 64% [======================================== ] 1612/2483 64% [======================================== ] 1613/2483 64% [======================================== ] 1614/2483 65% [======================================== ] 1615/2483 65% [======================================== ] 1616/2483 65% [======================================== ] 1617/2483 65% [======================================== ] 1618/2483 65% [======================================== ] 1619/2483 65% [======================================== ] 1620/2483 65% [======================================== ] 1621/2483 65% [======================================== ] 1622/2483 65% [======================================== ] 1623/2483 65% [======================================== ] 1624/2483 65% [======================================== ] 1625/2483 65% [======================================== ] 1626/2483 65% [======================================== ] 1627/2483 65% [======================================== ] 1628/2483 65% [======================================== ] 1629/2483 65% [======================================== ] 1630/2483 65% [======================================== ] 1631/2483 65% [======================================== ] 1632/2483 65% [======================================== ] 1633/2483 65% [======================================== ] 1634/2483 65% [======================================== ] 1635/2483 65% [======================================== ] 1636/2483 65% [======================================== ] 1637/2483 65% [======================================== ] 1638/2483 65% [======================================== ] 1639/2483 66% [======================================== ] 1640/2483 66% [======================================== ] 1641/2483 66% [========================================= ] 1642/2483 66% [========================================= ] 1643/2483 66% [========================================= ] 1644/2483 66% [========================================= ] 1645/2483 66% [========================================= ] 1646/2483 66% [========================================= ] 1647/2483 66% [========================================= ] 1648/2483 66% [========================================= ] 1649/2483 66% [========================================= ] 1650/2483 66% [========================================= ] 1651/2483 66% [========================================= ] 1652/2483 66% [========================================= ] 1653/2483 66% [========================================= ] 1654/2483 66% [========================================= ] 1655/2483 66% [========================================= ] 1656/2483 66% [========================================= ] 1657/2483 66% [========================================= ] 1658/2483 66% [========================================= ] 1659/2483 66% [========================================= ] 1660/2483 66% [========================================= ] 1661/2483 66% [========================================= ] 1662/2483 66% [========================================= ] 1663/2483 66% [========================================= ] 1664/2483 67% [========================================= ] 1665/2483 67% [========================================= ] 1666/2483 67% [========================================= ] 1667/2483 67% [========================================= ] 1668/2483 67% [========================================= ] 1669/2483 67% [========================================= ] 1670/2483 67% [========================================= ] 1671/2483 67% [========================================= ] 1672/2483 67% [========================================= ] 1673/2483 67% [========================================= ] 1674/2483 67% [========================================= ] 1675/2483 67% [========================================= ] 1676/2483 67% [========================================= ] 1677/2483 67% [========================================= ] 1678/2483 67% [========================================= ] 1679/2483 67% [========================================= ] 1680/2483 67% [========================================= ] 1681/2483 67% [========================================= ] 1682/2483 67% [========================================== ] 1683/2483 67% [========================================== ] 1684/2483 67% [========================================== ] 1685/2483 67% [========================================== ] 1686/2483 67% [========================================== ] 1687/2483 67% [========================================== ] 1688/2483 67% [========================================== ] 1689/2483 68% [========================================== ] 1690/2483 68% [========================================== ] 1691/2483 68% [========================================== ] 1692/2483 68% [========================================== ] 1693/2483 68% [========================================== ] 1694/2483 68% [========================================== ] 1695/2483 68% [========================================== ] 1696/2483 68% [========================================== ] 1697/2483 68% [========================================== ] 1698/2483 68% [========================================== ] 1699/2483 68% [========================================== ] 1700/2483 68% [========================================== ] 1701/2483 68% [========================================== ] 1702/2483 68% [========================================== ] 1703/2483 68% [========================================== ] 1704/2483 68% [========================================== ] 1705/2483 68% [========================================== ] 1706/2483 68% [========================================== ] 1707/2483 68% [========================================== ] 1708/2483 68% [========================================== ] 1709/2483 68% [========================================== ] 1710/2483 68% [========================================== ] 1711/2483 68% [========================================== ] 1712/2483 68% [========================================== ] 1713/2483 68% [========================================== ] 1714/2483 69% [========================================== ] 1715/2483 69% [========================================== ] 1716/2483 69% [========================================== ] 1717/2483 69% [========================================== ] 1718/2483 69% [========================================== ] 1719/2483 69% [========================================== ] 1720/2483 69% [========================================== ] 1721/2483 69% [========================================== ] 1722/2483 69% [=========================================== ] 1723/2483 69% [=========================================== ] 1724/2483 69% [=========================================== ] 1725/2483 69% [=========================================== ] 1726/2483 69% [=========================================== ] 1727/2483 69% [=========================================== ] 1728/2483 69% [=========================================== ] 1729/2483 69% [=========================================== ] 1730/2483 69% [=========================================== ] 1731/2483 69% [=========================================== ] 1732/2483 69% [=========================================== ] 1733/2483 69% [=========================================== ] 1734/2483 69% [=========================================== ] 1735/2483 69% [=========================================== ] 1736/2483 69% [=========================================== ] 1737/2483 69% [=========================================== ] 1738/2483 69% [=========================================== ] 1739/2483 70% [=========================================== ] 1740/2483 70% [=========================================== ] 1741/2483 70% [=========================================== ] 1742/2483 70% [=========================================== ] 1743/2483 70% [=========================================== ] 1744/2483 70% [=========================================== ] 1745/2483 70% [=========================================== ] 1746/2483 70% [=========================================== ] 1747/2483 70% [=========================================== ] 1748/2483 70% [=========================================== ] 1749/2483 70% [=========================================== ] 1750/2483 70% [=========================================== ] 1751/2483 70% [=========================================== ] 1752/2483 70% [=========================================== ] 1753/2483 70% [=========================================== ] 1754/2483 70% [=========================================== ] 1755/2483 70% [=========================================== ] 1756/2483 70% [=========================================== ] 1757/2483 70% [=========================================== ] 1758/2483 70% [=========================================== ] 1759/2483 70% [=========================================== ] 1760/2483 70% [=========================================== ] 1761/2483 70% [=========================================== ] 1762/2483 70% [============================================ ] 1763/2483 71% [============================================ ] 1764/2483 71% [============================================ ] 1765/2483 71% [============================================ ] 1766/2483 71% [============================================ ] 1767/2483 71% [============================================ ] 1768/2483 71% [============================================ ] 1769/2483 71% [============================================ ] 1770/2483 71% [============================================ ] 1771/2483 71% [============================================ ] 1772/2483 71% [============================================ ] 1773/2483 71% [============================================ ] 1774/2483 71% [============================================ ] 1775/2483 71% [============================================ ] 1776/2483 71% [============================================ ] 1777/2483 71% [============================================ ] 1778/2483 71% [============================================ ] 1779/2483 71% [============================================ ] 1780/2483 71% [============================================ ] 1781/2483 71% [============================================ ] 1782/2483 71% [============================================ ] 1783/2483 71% [============================================ ] 1784/2483 71% [============================================ ] 1785/2483 71% [============================================ ] 1786/2483 71% [============================================ ] 1787/2483 71% [============================================ ] 1788/2483 72% [============================================ ] 1789/2483 72% [============================================ ] 1790/2483 72% [============================================ ] 1791/2483 72% [============================================ ] 1792/2483 72% [============================================ ] 1793/2483 72% [============================================ ] 1794/2483 72% [============================================ ] 1795/2483 72% [============================================ ] 1796/2483 72% [============================================ ] 1797/2483 72% [============================================ ] 1798/2483 72% [============================================ ] 1799/2483 72% [============================================ ] 1800/2483 72% [============================================ ] 1801/2483 72% [============================================ ] 1802/2483 72% [============================================= ] 1803/2483 72% [============================================= ] 1804/2483 72% [============================================= ] 1805/2483 72% [============================================= ] 1806/2483 72% [============================================= ] 1807/2483 72% [============================================= ] 1808/2483 72% [============================================= ] 1809/2483 72% [============================================= ] 1810/2483 72% [============================================= ] 1811/2483 72% [============================================= ] 1812/2483 72% [============================================= ] 1813/2483 73% [============================================= ] 1814/2483 73% [============================================= ] 1815/2483 73% [============================================= ] 1816/2483 73% [============================================= ] 1817/2483 73% [============================================= ] 1818/2483 73% [============================================= ] 1819/2483 73% [============================================= ] 1820/2483 73% [============================================= ] 1821/2483 73% [============================================= ] 1822/2483 73% [============================================= ] 1823/2483 73% [============================================= ] 1824/2483 73% [============================================= ] 1825/2483 73% [============================================= ] 1826/2483 73% [============================================= ] 1827/2483 73% [============================================= ] 1828/2483 73% [============================================= ] 1829/2483 73% [============================================= ] 1830/2483 73% [============================================= ] 1831/2483 73% [============================================= ] 1832/2483 73% [============================================= ] 1833/2483 73% [============================================= ] 1834/2483 73% [============================================= ] 1835/2483 73% [============================================= ] 1836/2483 73% [============================================= ] 1837/2483 73% [============================================= ] 1838/2483 74% [============================================= ] 1839/2483 74% [============================================= ] 1840/2483 74% [============================================= ] 1841/2483 74% [============================================= ] 1842/2483 74% [============================================== ] 1843/2483 74% [============================================== ] 1844/2483 74% [============================================== ] 1845/2483 74% [============================================== ] 1846/2483 74% [============================================== ] 1847/2483 74% [============================================== ] 1848/2483 74% [============================================== ] 1849/2483 74% [============================================== ] 1850/2483 74% [============================================== ] 1851/2483 74% [============================================== ] 1852/2483 74% [============================================== ] 1853/2483 74% [============================================== ] 1854/2483 74% [============================================== ] 1855/2483 74% [============================================== ] 1856/2483 74% [============================================== ] 1857/2483 74% [============================================== ] 1858/2483 74% [============================================== ] 1859/2483 74% [============================================== ] 1860/2483 74% [============================================== ] 1861/2483 74% [============================================== ] 1862/2483 74% [============================================== ] 1863/2483 75% [============================================== ] 1864/2483 75% [============================================== ] 1865/2483 75% [============================================== ] 1866/2483 75% [============================================== ] 1867/2483 75% [============================================== ] 1868/2483 75% [============================================== ] 1869/2483 75% [============================================== ] 1870/2483 75% [============================================== ] 1871/2483 75% [============================================== ] 1872/2483 75% [============================================== ] 1873/2483 75% [============================================== ] 1874/2483 75% [============================================== ] 1875/2483 75% [============================================== ] 1876/2483 75% [============================================== ] 1877/2483 75% [============================================== ] 1878/2483 75% [============================================== ] 1879/2483 75% [============================================== ] 1880/2483 75% [============================================== ] 1881/2483 75% [============================================== ] 1882/2483 75% [=============================================== ] 1883/2483 75% [=============================================== ] 1884/2483 75% [=============================================== ] 1885/2483 75% [=============================================== ] 1886/2483 75% [=============================================== ] 1887/2483 75% [=============================================== ] 1888/2483 76% [=============================================== ] 1889/2483 76% [=============================================== ] 1890/2483 76% [=============================================== ] 1891/2483 76% [=============================================== ] 1892/2483 76% [=============================================== ] 1893/2483 76% [=============================================== ] 1894/2483 76% [=============================================== ] 1895/2483 76% [=============================================== ] 1896/2483 76% [=============================================== ] 1897/2483 76% [=============================================== ] 1898/2483 76% [=============================================== ] 1899/2483 76% [=============================================== ] 1900/2483 76% [=============================================== ] 1901/2483 76% [=============================================== ] 1902/2483 76% [=============================================== ] 1903/2483 76% [=============================================== ] 1904/2483 76% [=============================================== ] 1905/2483 76% [=============================================== ] 1906/2483 76% [=============================================== ] 1907/2483 76% [=============================================== ] 1908/2483 76% [=============================================== ] 1909/2483 76% [=============================================== ] 1910/2483 76% [=============================================== ] 1911/2483 76% [=============================================== ] 1912/2483 77% [=============================================== ] 1913/2483 77% [=============================================== ] 1914/2483 77% [=============================================== ] 1915/2483 77% [=============================================== ] 1916/2483 77% [=============================================== ] 1917/2483 77% [=============================================== ] 1918/2483 77% [=============================================== ] 1919/2483 77% [=============================================== ] 1920/2483 77% [=============================================== ] 1921/2483 77% [=============================================== ] 1922/2483 77% [================================================ ] 1923/2483 77% [================================================ ] 1924/2483 77% [================================================ ] 1925/2483 77% [================================================ ] 1926/2483 77% [================================================ ] 1927/2483 77% [================================================ ] 1928/2483 77% [================================================ ] 1929/2483 77% [================================================ ] 1930/2483 77% [================================================ ] 1931/2483 77% [================================================ ] 1932/2483 77% [================================================ ] 1933/2483 77% [================================================ ] 1934/2483 77% [================================================ ] 1935/2483 77% [================================================ ] 1936/2483 77% [================================================ ] 1937/2483 78% [================================================ ] 1938/2483 78% [================================================ ] 1939/2483 78% [================================================ ] 1940/2483 78% [================================================ ] 1941/2483 78% [================================================ ] 1942/2483 78% [================================================ ] 1943/2483 78% [================================================ ] 1944/2483 78% [================================================ ] 1945/2483 78% [================================================ ] 1946/2483 78% [================================================ ] 1947/2483 78% [================================================ ] 1948/2483 78% [================================================ ] 1949/2483 78% [================================================ ] 1950/2483 78% [================================================ ] 1951/2483 78% [================================================ ] 1952/2483 78% [================================================ ] 1953/2483 78% [================================================ ] 1954/2483 78% [================================================ ] 1955/2483 78% [================================================ ] 1956/2483 78% [================================================ ] 1957/2483 78% [================================================ ] 1958/2483 78% [================================================ ] 1959/2483 78% [================================================ ] 1960/2483 78% [================================================ ] 1961/2483 78% [================================================ ] 1962/2483 79% [================================================= ] 1963/2483 79% [================================================= ] 1964/2483 79% [================================================= ] 1965/2483 79% [================================================= ] 1966/2483 79% [================================================= ] 1967/2483 79% [================================================= ] 1968/2483 79% [================================================= ] 1969/2483 79% [================================================= ] 1970/2483 79% [================================================= ] 1971/2483 79% [================================================= ] 1972/2483 79% [================================================= ] 1973/2483 79% [================================================= ] 1974/2483 79% [================================================= ] 1975/2483 79% [================================================= ] 1976/2483 79% [================================================= ] 1977/2483 79% [================================================= ] 1978/2483 79% [================================================= ] 1979/2483 79% [================================================= ] 1980/2483 79% [================================================= ] 1981/2483 79% [================================================= ] 1982/2483 79% [================================================= ] 1983/2483 79% [================================================= ] 1984/2483 79% [================================================= ] 1985/2483 79% [================================================= ] 1986/2483 79% [================================================= ] 1987/2483 80% [================================================= ] 1988/2483 80% [================================================= ] 1989/2483 80% [================================================= ] 1990/2483 80% [================================================= ] 1991/2483 80% [================================================= ] 1992/2483 80% [================================================= ] 1993/2483 80% [================================================= ] 1994/2483 80% [================================================= ] 1995/2483 80% [================================================= ] 1996/2483 80% [================================================= ] 1997/2483 80% [================================================= ] 1998/2483 80% [================================================= ] 1999/2483 80% [================================================= ] 2000/2483 80% [================================================= ] 2001/2483 80% [================================================= ] 2002/2483 80% [================================================== ] 2003/2483 80% [================================================== ] 2004/2483 80% [================================================== ] 2005/2483 80% [================================================== ] 2006/2483 80% [================================================== ] 2007/2483 80% [================================================== ] 2008/2483 80% [================================================== ] 2009/2483 80% [================================================== ] 2010/2483 80% [================================================== ] 2011/2483 80% [================================================== ] 2012/2483 81% [================================================== ] 2013/2483 81% [================================================== ] 2014/2483 81% [================================================== ] 2015/2483 81% [================================================== ] 2016/2483 81% [================================================== ] 2017/2483 81% [================================================== ] 2018/2483 81% [================================================== ] 2019/2483 81% [================================================== ] 2020/2483 81% [================================================== ] 2021/2483 81% [================================================== ] 2022/2483 81% [================================================== ] 2023/2483 81% [================================================== ] 2024/2483 81% [================================================== ] 2025/2483 81% [================================================== ] 2026/2483 81% [================================================== ] 2027/2483 81% [================================================== ] 2028/2483 81% [================================================== ] 2029/2483 81% [================================================== ] 2030/2483 81% [================================================== ] 2031/2483 81% [================================================== ] 2032/2483 81% [================================================== ] 2033/2483 81% [================================================== ] 2034/2483 81% [================================================== ] 2035/2483 81% [================================================== ] 2036/2483 81% [================================================== ] 2037/2483 82% [================================================== ] 2038/2483 82% [================================================== ] 2039/2483 82% [================================================== ] 2040/2483 82% [================================================== ] 2041/2483 82% [================================================== ] 2042/2483 82% [=================================================== ] 2043/2483 82% [=================================================== ] 2044/2483 82% [=================================================== ] 2045/2483 82% [=================================================== ] 2046/2483 82% [=================================================== ] 2047/2483 82% [=================================================== ] 2048/2483 82% [=================================================== ] 2049/2483 82% [=================================================== ] 2050/2483 82% [=================================================== ] 2051/2483 82% [=================================================== ] 2052/2483 82% [=================================================== ] 2053/2483 82% [=================================================== ] 2054/2483 82% [=================================================== ] 2055/2483 82% [=================================================== ] 2056/2483 82% [=================================================== ] 2057/2483 82% [=================================================== ] 2058/2483 82% [=================================================== ] 2059/2483 82% [=================================================== ] 2060/2483 82% [=================================================== ] 2061/2483 83% [=================================================== ] 2062/2483 83% [=================================================== ] 2063/2483 83% [=================================================== ] 2064/2483 83% [=================================================== ] 2065/2483 83% [=================================================== ] 2066/2483 83% [=================================================== ] 2067/2483 83% [=================================================== ] 2068/2483 83% [=================================================== ] 2069/2483 83% [=================================================== ] 2070/2483 83% [=================================================== ] 2071/2483 83% [=================================================== ] 2072/2483 83% [=================================================== ] 2073/2483 83% [=================================================== ] 2074/2483 83% [=================================================== ] 2075/2483 83% [=================================================== ] 2076/2483 83% [=================================================== ] 2077/2483 83% [=================================================== ] 2078/2483 83% [=================================================== ] 2079/2483 83% [=================================================== ] 2080/2483 83% [=================================================== ] 2081/2483 83% [=================================================== ] 2082/2483 83% [==================================================== ] 2083/2483 83% [==================================================== ] 2084/2483 83% [==================================================== ] 2085/2483 83% [==================================================== ] 2086/2483 84% [==================================================== ] 2087/2483 84% [==================================================== ] 2088/2483 84% [==================================================== ] 2089/2483 84% [==================================================== ] 2090/2483 84% [==================================================== ] 2091/2483 84% [==================================================== ] 2092/2483 84% [==================================================== ] 2093/2483 84% [==================================================== ] 2094/2483 84% [==================================================== ] 2095/2483 84% [==================================================== ] 2096/2483 84% [==================================================== ] 2097/2483 84% [==================================================== ] 2098/2483 84% [==================================================== ] 2099/2483 84% [==================================================== ] 2100/2483 84% [==================================================== ] 2101/2483 84% [==================================================== ] 2102/2483 84% [==================================================== ] 2103/2483 84% [==================================================== ] 2104/2483 84% [==================================================== ] 2105/2483 84% [==================================================== ] 2106/2483 84% [==================================================== ] 2107/2483 84% [==================================================== ] 2108/2483 84% [==================================================== ] 2109/2483 84% [==================================================== ] 2110/2483 84% [==================================================== ] 2111/2483 85% [==================================================== ] 2112/2483 85% [==================================================== ] 2113/2483 85% [==================================================== ] 2114/2483 85% [==================================================== ] 2115/2483 85% [==================================================== ] 2116/2483 85% [==================================================== ] 2117/2483 85% [==================================================== ] 2118/2483 85% [==================================================== ] 2119/2483 85% [==================================================== ] 2120/2483 85% [==================================================== ] 2121/2483 85% [==================================================== ] 2122/2483 85% [===================================================== ] 2123/2483 85% [===================================================== ] 2124/2483 85% [===================================================== ] 2125/2483 85% [===================================================== ] 2126/2483 85% [===================================================== ] 2127/2483 85% [===================================================== ] 2128/2483 85% [===================================================== ] 2129/2483 85% [===================================================== ] 2130/2483 85% [===================================================== ] 2131/2483 85% [===================================================== ] 2132/2483 85% [===================================================== ] 2133/2483 85% [===================================================== ] 2134/2483 85% [===================================================== ] 2135/2483 85% [===================================================== ] 2136/2483 86% [===================================================== ] 2137/2483 86% [===================================================== ] 2138/2483 86% [===================================================== ] 2139/2483 86% [===================================================== ] 2140/2483 86% [===================================================== ] 2141/2483 86% [===================================================== ] 2142/2483 86% [===================================================== ] 2143/2483 86% [===================================================== ] 2144/2483 86% [===================================================== ] 2145/2483 86% [===================================================== ] 2146/2483 86% [===================================================== ] 2147/2483 86% [===================================================== ] 2148/2483 86% [===================================================== ] 2149/2483 86% [===================================================== ] 2150/2483 86% [===================================================== ] 2151/2483 86% [===================================================== ] 2152/2483 86% [===================================================== ] 2153/2483 86% [===================================================== ] 2154/2483 86% [===================================================== ] 2155/2483 86% [===================================================== ] 2156/2483 86% [===================================================== ] 2157/2483 86% [===================================================== ] 2158/2483 86% [===================================================== ] 2159/2483 86% [===================================================== ] 2160/2483 86% [===================================================== ] 2161/2483 87% [===================================================== ] 2162/2483 87% [====================================================== ] 2163/2483 87% [====================================================== ] 2164/2483 87% [====================================================== ] 2165/2483 87% [====================================================== ] 2166/2483 87% [====================================================== ] 2167/2483 87% [====================================================== ] 2168/2483 87% [====================================================== ] 2169/2483 87% [====================================================== ] 2170/2483 87% [====================================================== ] 2171/2483 87% [====================================================== ] 2172/2483 87% [====================================================== ] 2173/2483 87% [====================================================== ] 2174/2483 87% [====================================================== ] 2175/2483 87% [====================================================== ] 2176/2483 87% [====================================================== ] 2177/2483 87% [====================================================== ] 2178/2483 87% [====================================================== ] 2179/2483 87% [====================================================== ] 2180/2483 87% [====================================================== ] 2181/2483 87% [====================================================== ] 2182/2483 87% [====================================================== ] 2183/2483 87% [====================================================== ] 2184/2483 87% [====================================================== ] 2185/2483 87% [====================================================== ] 2186/2483 88% [====================================================== ] 2187/2483 88% [====================================================== ] 2188/2483 88% [====================================================== ] 2189/2483 88% [====================================================== ] 2190/2483 88% [====================================================== ] 2191/2483 88% [====================================================== ] 2192/2483 88% [====================================================== ] 2193/2483 88% [====================================================== ] 2194/2483 88% [====================================================== ] 2195/2483 88% [====================================================== ] 2196/2483 88% [====================================================== ] 2197/2483 88% [====================================================== ] 2198/2483 88% [====================================================== ] 2199/2483 88% [====================================================== ] 2200/2483 88% [====================================================== ] 2201/2483 88% [====================================================== ] 2202/2483 88% [======================================================= ] 2203/2483 88% [======================================================= ] 2204/2483 88% [======================================================= ] 2205/2483 88% [======================================================= ] 2206/2483 88% [======================================================= ] 2207/2483 88% [======================================================= ] 2208/2483 88% [======================================================= ] 2209/2483 88% [======================================================= ] 2210/2483 89% [======================================================= ] 2211/2483 89% [======================================================= ] 2212/2483 89% [======================================================= ] 2213/2483 89% [======================================================= ] 2214/2483 89% [======================================================= ] 2215/2483 89% [======================================================= ] 2216/2483 89% [======================================================= ] 2217/2483 89% [======================================================= ] 2218/2483 89% [======================================================= ] 2219/2483 89% [======================================================= ] 2220/2483 89% [======================================================= ] 2221/2483 89% [======================================================= ] 2222/2483 89% [======================================================= ] 2223/2483 89% [======================================================= ] 2224/2483 89% [======================================================= ] 2225/2483 89% [======================================================= ] 2226/2483 89% [======================================================= ] 2227/2483 89% [======================================================= ] 2228/2483 89% [======================================================= ] 2229/2483 89% [======================================================= ] 2230/2483 89% [======================================================= ] 2231/2483 89% [======================================================= ] 2232/2483 89% [======================================================= ] 2233/2483 89% [======================================================= ] 2234/2483 89% [======================================================= ] 2235/2483 90% [======================================================= ] 2236/2483 90% [======================================================= ] 2237/2483 90% [======================================================= ] 2238/2483 90% [======================================================= ] 2239/2483 90% [======================================================= ] 2240/2483 90% [======================================================= ] 2241/2483 90% [======================================================= ] 2242/2483 90% [======================================================== ] 2243/2483 90% [======================================================== ] 2244/2483 90% [======================================================== ] 2245/2483 90% [======================================================== ] 2246/2483 90% [======================================================== ] 2247/2483 90% [======================================================== ] 2248/2483 90% [======================================================== ] 2249/2483 90% [======================================================== ] 2250/2483 90% [======================================================== ] 2251/2483 90% [======================================================== ] 2252/2483 90% [======================================================== ] 2253/2483 90% [======================================================== ] 2254/2483 90% [======================================================== ] 2255/2483 90% [======================================================== ] 2256/2483 90% [======================================================== ] 2257/2483 90% [======================================================== ] 2258/2483 90% [======================================================== ] 2259/2483 90% [======================================================== ] 2260/2483 91% [======================================================== ] 2261/2483 91% [======================================================== ] 2262/2483 91% [======================================================== ] 2263/2483 91% [======================================================== ] 2264/2483 91% [======================================================== ] 2265/2483 91% [======================================================== ] 2266/2483 91% [======================================================== ] 2267/2483 91% [======================================================== ] 2268/2483 91% [======================================================== ] 2269/2483 91% [======================================================== ] 2270/2483 91% [======================================================== ] 2271/2483 91% [======================================================== ] 2272/2483 91% [======================================================== ] 2273/2483 91% [======================================================== ] 2274/2483 91% [======================================================== ] 2275/2483 91% [======================================================== ] 2276/2483 91% [======================================================== ] 2277/2483 91% [======================================================== ] 2278/2483 91% [======================================================== ] 2279/2483 91% [======================================================== ] 2280/2483 91% [======================================================== ] 2281/2483 91% [======================================================== ] 2282/2483 91% [========================================================= ] 2283/2483 91% [========================================================= ] 2284/2483 91% [========================================================= ] 2285/2483 92% [========================================================= ] 2286/2483 92% [========================================================= ] 2287/2483 92% [========================================================= ] 2288/2483 92% [========================================================= ] 2289/2483 92% [========================================================= ] 2290/2483 92% [========================================================= ] 2291/2483 92% [========================================================= ] 2292/2483 92% [========================================================= ] 2293/2483 92% [========================================================= ] 2294/2483 92% [========================================================= ] 2295/2483 92% [========================================================= ] 2296/2483 92% [========================================================= ] 2297/2483 92% [========================================================= ] 2298/2483 92% [========================================================= ] 2299/2483 92% [========================================================= ] 2300/2483 92% [========================================================= ] 2301/2483 92% [========================================================= ] 2302/2483 92% [========================================================= ] 2303/2483 92% [========================================================= ] 2304/2483 92% [========================================================= ] 2305/2483 92% [========================================================= ] 2306/2483 92% [========================================================= ] 2307/2483 92% [========================================================= ] 2308/2483 92% [========================================================= ] 2309/2483 92% [========================================================= ] 2310/2483 93% [========================================================= ] 2311/2483 93% [========================================================= ] 2312/2483 93% [========================================================= ] 2313/2483 93% [========================================================= ] 2314/2483 93% [========================================================= ] 2315/2483 93% [========================================================= ] 2316/2483 93% [========================================================= ] 2317/2483 93% [========================================================= ] 2318/2483 93% [========================================================= ] 2319/2483 93% [========================================================= ] 2320/2483 93% [========================================================= ] 2321/2483 93% [========================================================= ] 2322/2483 93% [========================================================== ] 2323/2483 93% [========================================================== ] 2324/2483 93% [========================================================== ] 2325/2483 93% [========================================================== ] 2326/2483 93% [========================================================== ] 2327/2483 93% [========================================================== ] 2328/2483 93% [========================================================== ] 2329/2483 93% [========================================================== ] 2330/2483 93% [========================================================== ] 2331/2483 93% [========================================================== ] 2332/2483 93% [========================================================== ] 2333/2483 93% [========================================================== ] 2334/2483 93% [========================================================== ] 2335/2483 94% [========================================================== ] 2336/2483 94% [========================================================== ] 2337/2483 94% [========================================================== ] 2338/2483 94% [========================================================== ] 2339/2483 94% [========================================================== ] 2340/2483 94% [========================================================== ] 2341/2483 94% [========================================================== ] 2342/2483 94% [========================================================== ] 2343/2483 94% [========================================================== ] 2344/2483 94% [========================================================== ] 2345/2483 94% [========================================================== ] 2346/2483 94% [========================================================== ] 2347/2483 94% [========================================================== ] 2348/2483 94% [========================================================== ] 2349/2483 94% [========================================================== ] 2350/2483 94% [========================================================== ] 2351/2483 94% [========================================================== ] 2352/2483 94% [========================================================== ] 2353/2483 94% [========================================================== ] 2354/2483 94% [========================================================== ] 2355/2483 94% [========================================================== ] 2356/2483 94% [========================================================== ] 2357/2483 94% [========================================================== ] 2358/2483 94% [========================================================== ] 2359/2483 95% [========================================================== ] 2360/2483 95% [========================================================== ] 2361/2483 95% [========================================================== ] 2362/2483 95% [=========================================================== ] 2363/2483 95% [=========================================================== ] 2364/2483 95% [=========================================================== ] 2365/2483 95% [=========================================================== ] 2366/2483 95% [=========================================================== ] 2367/2483 95% [=========================================================== ] 2368/2483 95% [=========================================================== ] 2369/2483 95% [=========================================================== ] 2370/2483 95% [=========================================================== ] 2371/2483 95% [=========================================================== ] 2372/2483 95% [=========================================================== ] 2373/2483 95% [=========================================================== ] 2374/2483 95% [=========================================================== ] 2375/2483 95% [=========================================================== ] 2376/2483 95% [=========================================================== ] 2377/2483 95% [=========================================================== ] 2378/2483 95% [=========================================================== ] 2379/2483 95% [=========================================================== ] 2380/2483 95% [=========================================================== ] 2381/2483 95% [=========================================================== ] 2382/2483 95% [=========================================================== ] 2383/2483 95% [=========================================================== ] 2384/2483 96% [=========================================================== ] 2385/2483 96% [=========================================================== ] 2386/2483 96% [=========================================================== ] 2387/2483 96% [=========================================================== ] 2388/2483 96% [=========================================================== ] 2389/2483 96% [=========================================================== ] 2390/2483 96% [=========================================================== ] 2391/2483 96% [=========================================================== ] 2392/2483 96% [=========================================================== ] 2393/2483 96% [=========================================================== ] 2394/2483 96% [=========================================================== ] 2395/2483 96% [=========================================================== ] 2396/2483 96% [=========================================================== ] 2397/2483 96% [=========================================================== ] 2398/2483 96% [=========================================================== ] 2399/2483 96% [=========================================================== ] 2400/2483 96% [=========================================================== ] 2401/2483 96% [=========================================================== ] 2402/2483 96% [============================================================ ] 2403/2483 96% [============================================================ ] 2404/2483 96% [============================================================ ] 2405/2483 96% [============================================================ ] 2406/2483 96% [============================================================ ] 2407/2483 96% [============================================================ ] 2408/2483 96% [============================================================ ] 2409/2483 97% [============================================================ ] 2410/2483 97% [============================================================ ] 2411/2483 97% [============================================================ ] 2412/2483 97% [============================================================ ] 2413/2483 97% [============================================================ ] 2414/2483 97% [============================================================ ] 2415/2483 97% [============================================================ ] 2416/2483 97% [============================================================ ] 2417/2483 97% [============================================================ ] 2418/2483 97% [============================================================ ] 2419/2483 97% [============================================================ ] 2420/2483 97% [============================================================ ] 2421/2483 97% [============================================================ ] 2422/2483 97% [============================================================ ] 2423/2483 97% [============================================================ ] 2424/2483 97% [============================================================ ] 2425/2483 97% [============================================================ ] 2426/2483 97% [============================================================ ] 2427/2483 97% [============================================================ ] 2428/2483 97% [============================================================ ] 2429/2483 97% [============================================================ ] 2430/2483 97% [============================================================ ] 2431/2483 97% [============================================================ ] 2432/2483 97% [============================================================ ] 2433/2483 97% [============================================================ ] 2434/2483 98% [============================================================ ] 2435/2483 98% [============================================================ ] 2436/2483 98% [============================================================ ] 2437/2483 98% [============================================================ ] 2438/2483 98% [============================================================ ] 2439/2483 98% [============================================================ ] 2440/2483 98% [============================================================ ] 2441/2483 98% [============================================================ ] 2442/2483 98% [============================================================= ] 2443/2483 98% [============================================================= ] 2444/2483 98% [============================================================= ] 2445/2483 98% [============================================================= ] 2446/2483 98% [============================================================= ] 2447/2483 98% [============================================================= ] 2448/2483 98% [============================================================= ] 2449/2483 98% [============================================================= ] 2450/2483 98% [============================================================= ] 2451/2483 98% [============================================================= ] 2452/2483 98% [============================================================= ] 2453/2483 98% [============================================================= ] 2454/2483 98% [============================================================= ] 2455/2483 98% [============================================================= ] 2456/2483 98% [============================================================= ] 2457/2483 98% [============================================================= ] 2458/2483 98% [============================================================= ] 2459/2483 99% [============================================================= ] 2460/2483 99% [============================================================= ] 2461/2483 99% [============================================================= ] 2462/2483 99% [============================================================= ] 2463/2483 99% [============================================================= ] 2464/2483 99% [============================================================= ] 2465/2483 99% [============================================================= ] 2466/2483 99% [============================================================= ] 2467/2483 99% [============================================================= ] 2468/2483 99% [============================================================= ] 2469/2483 99% [============================================================= ] 2470/2483 99% [============================================================= ] 2471/2483 99% [============================================================= ] 2472/2483 99% [============================================================= ] 2473/2483 99% [============================================================= ] 2474/2483 99% [============================================================= ] 2475/2483 99% [============================================================= ] 2476/2483 99% [============================================================= ] 2477/2483 99% [============================================================= ] 2478/2483 99% [============================================================= ] 2479/2483 99% [============================================================= ] 2480/2483 99% [============================================================= ] 2481/2483 99% [============================================================= ] 2482/2483 99% [==============================================================] 2483/2483 100% operation complete, 2483 objects in 39413 NAND pages. btrfs-progs v5.16.2 See http://btrfs.wiki.kernel.org for more information. NOTE: several default settings have changed in version 5.15, please make sure this does not affect your deployments: - DUP for metadata (-m dup) - enabled no-holes (-O no-holes) - enabled free-space-tree (-R free-space-tree) Making image is completed. Label: UUID: f1907b14-d371-4c9b-99c8-2690819ac88d Node size: 16384 Sector size: 4096 Filesystem size: 245.00MiB Block group profiles: Data: single 112.00MiB Metadata: DUP 32.00MiB System: DUP 8.00MiB SSD detected: no Zoned device: no Incompat features: extref, skinny-metadata, no-holes Runtime features: free-space-tree Checksum: crc32c Number of devices: 1 Devices: ID SIZE PATH 1 245.00MiB /home/buildroot/autobuild/instance-2/output-1/images/rootfs.btrfs make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2022.05-1753-ge381fa9cf2 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-44-g2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.0 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> host-cryptsetup 2.5.0 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> dhrystone 2 Collecting legal info >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fftw-long-double 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> forge 1.3.1 Collecting legal info LICENSE: OK (sha256: f63ff0e4e239244aa79280da2dd4811a0469e5e201caf5cbc0d97c3a1dff8e82) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> hicolor-icon-theme 0.17 Collecting legal info COPYING: OK (sha256: b0a64377d4ee87b7dbcf418ce4fb33ec3b2d7081b6732890e4af06b8118c4526) >>> initscripts Collecting legal info >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jose 11 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libdmtx 0.7.5 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libidn2 2.3.3 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmaxminddb 1.6.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmng 2.0.3 Collecting legal info LICENSE: OK (sha256: ba280734838eb3f22a85b92a7e62de357d4d4c325029dce723b0cb125c417c35) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfs 4.0.0 Collecting legal info COPYING: OK (sha256: edd960c0142b8ada98b43b6396b78f4e557b0bc70ac601a51e397ad04070e2c5) LICENCE-BSD.txt: OK (sha256: d9406ced95457941032aa11d04623b8ab71f2827a3395ebef137aec475be35b1) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENCE-GPL-3.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> librsync 2.3.2 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> librtlsdr ed0317e6a58c098874ac58b769cf2e609c18d9a5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libxml2 2.10.2 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusbgx 0.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> linux-firmware 20220310 Collecting legal info LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.atheros_firmware: OK (sha256: 802b7014b26c606cf6248ae8b0ab1ce6d2d1b0db236d38dd269e676cd70710f2) LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) LICENCE.cypress: OK (sha256: ae0db6cc4db33941148df0f67de53e76a77b1b5a46b3165edb7040aa2750015f) LICENCE.e100: OK (sha256: bef9c828e84f21e7835b4de7daf954a327e1ff777871b58e116039b684c0d604) LICENCE.iwlwifi_firmware: OK (sha256: 16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5) ERROR: No hash found for LICENCE.moxa LICENCE.qla2xxx: OK (sha256: 4071a11d878dbc0ac6d9e71203d03b151638f9d7a8bc47a54c3cb964100d5822) LICENCE.ralink_a_mediatek_company_firmware: OK (sha256: 8568352b57f3574f9d5b2753cdb7c6e5eb2b79e82fbb9c9ba6566947467ef508) LICENCE.rtlwifi_firmware.txt: OK (sha256: a61351665b4f264f6c631364f85b907d8f8f41f8b369533ef4021765f9f3b62e) LICENSE.QualcommAtheros_ar3k: OK (sha256: a064cbf83e10d72579d236a1e36032681adb8e442943ff75b57020a82992a5ed) LICENSE.dib0700: OK (sha256: 630fd46c95d3ac6544590c2265ba7348fbc930fb386261a1c04dcd9f403645b8) WHENCE: OK (sha256: 75afdb5d45a21ff95ff7aa82d67bc42a83830f2def98ea937c01d6e7603d76f9) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.2 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> mxml 3.3 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: ed63aec4c75b9c21a5156b40052138032269bd27fd6f4bc0c51389807cdc7db9) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> semodule-utils 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> uclibc-ng-test 0844445e7358eb10e716155b55b0fb23e88d644a Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> usb_modeswitch 2.6.1 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> zziplib 0.13.72 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm: OK (sha256: 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361) >>> beaglev-ddrinit 8d6318acfe71e790c983b34448c9abfcfcec3ed8 Collecting legal info LICENSE: OK (sha256: 284d26192537710910ec1f112ec5f4c981601ae23702391986d6ce0b8ba90813) >>> host-riscv64-elf-toolchain 2020.12.8 Collecting legal info >>> opensbi 0.9 Collecting legal info COPYING.BSD: OK (sha256: 82d13fb1bf6bb162629deeea9eb9c117e74548d3b707e478967691fe79a68e21) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: riscv64-elf-toolchain-2020.12.8: cannot save license (HOST_RISCV64_ELF_TOOLCHAIN_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'