rm -rf /home/buildroot/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/man /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/info /home/buildroot/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/doc /home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-1/output-1/target/lib/debug /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-1/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-1/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-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-8882-g83b2e53dcde"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-1/output-1/per-package /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /usr/bin/fusermount f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.btrfs mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -f -f /home/buildroot/autobuild/instance-1/output-1/images/rootfs.btrfs\n /home/buildroot/autobuild/instance-1/output-1/host/bin/mkfs.btrfs -f -r '\''/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target'\'' -L '\'''\'' --byte-count '\''100m'\'' --nodesize '\''16384'\'' --sectorsize '\''4096'\'' /home/buildroot/autobuild/instance-1/output-1/images/rootfs.btrfs\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' ERROR: zoned: unable to stat /home/buildroot/autobuild/instance-1/output-1/images/rootfs.btrfs 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: f7a420e4-17ef-487e-a76b-fd86ba6d219a Node size: 16384 Sector size: 4096 Filesystem size: 365.00MiB Block group profiles: Data: single 284.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 365.00MiB /home/buildroot/autobuild/instance-1/output-1/images/rootfs.btrfs >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1696 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/1696 0% [ ] 2/1696 0% [ ] 3/1696 0% [ ] 4/1696 0% [ ] 5/1696 0% [ ] 6/1696 0% [ ] 7/1696 0% [ ] 8/1696 0% [ ] 9/1696 0% [ ] 10/1696 0% [ ] 11/1696 0% [ ] 12/1696 0% [ ] 13/1696 0% [ ] 14/1696 0% [ ] 15/1696 0% [ ] 16/1696 0% [ ] 17/1696 1% [ ] 18/1696 1% [ ] 19/1696 1% [ ] 20/1696 1% [ ] 21/1696 1% [ ] 22/1696 1% [ ] 23/1696 1% [ ] 24/1696 1% [ ] 25/1696 1% [ ] 26/1696 1% [ ] 27/1696 1% [= ] 28/1696 1% [= ] 29/1696 1% [= ] 30/1696 1% [= ] 31/1696 1% [= ] 32/1696 1% [= ] 33/1696 1% [= ] 34/1696 2% [= ] 35/1696 2% [= ] 36/1696 2% [= ] 37/1696 2% [= ] 38/1696 2% [= ] 39/1696 2% [= ] 40/1696 2% [= ] 41/1696 2% [= ] 42/1696 2% [= ] 43/1696 2% [= ] 44/1696 2% [= ] 45/1696 2% [= ] 46/1696 2% [= ] 47/1696 2% [= ] 48/1696 2% [= ] 49/1696 2% [= ] 50/1696 2% [= ] 51/1696 3% [= ] 52/1696 3% [= ] 53/1696 3% [= ] 54/1696 3% [== ] 55/1696 3% [== ] 56/1696 3% [== ] 57/1696 3% [== ] 58/1696 3% [== ] 59/1696 3% [== ] 60/1696 3% [== ] 61/1696 3% [== ] 62/1696 3% [== ] 63/1696 3% [== ] 64/1696 3% [== ] 65/1696 3% [== ] 66/1696 3% [== ] 67/1696 3% [== ] 68/1696 4% [== ] 69/1696 4% [== ] 70/1696 4% [== ] 71/1696 4% [== ] 72/1696 4% [== ] 73/1696 4% [== ] 74/1696 4% [== ] 75/1696 4% [== ] 76/1696 4% [== ] 77/1696 4% [== ] 78/1696 4% [== ] 79/1696 4% [== ] 80/1696 4% [== ] 81/1696 4% [== ] 82/1696 4% [=== ] 83/1696 4% [=== ] 84/1696 4% [=== ] 85/1696 5% [=== ] 86/1696 5% [=== ] 87/1696 5% [=== ] 88/1696 5% [=== ] 89/1696 5% [=== ] 90/1696 5% [=== ] 91/1696 5% [=== ] 92/1696 5% [=== ] 93/1696 5% [=== ] 94/1696 5% [=== ] 95/1696 5% [=== ] 96/1696 5% [=== ] 97/1696 5% [=== ] 98/1696 5% [=== ] 99/1696 5% [=== ] 100/1696 5% [=== ] 101/1696 5% [=== ] 102/1696 6% [=== ] 103/1696 6% [=== ] 104/1696 6% [=== ] 105/1696 6% [=== ] 106/1696 6% [=== ] 107/1696 6% [=== ] 108/1696 6% [=== ] 109/1696 6% [==== ] 110/1696 6% [==== ] 111/1696 6% [==== ] 112/1696 6% [==== ] 113/1696 6% [==== ] 114/1696 6% [==== ] 115/1696 6% [==== ] 116/1696 6% [==== ] 117/1696 6% [==== ] 118/1696 6% [==== ] 119/1696 7% [==== ] 120/1696 7% [==== ] 121/1696 7% [==== ] 122/1696 7% [==== ] 123/1696 7% [==== ] 124/1696 7% [==== ] 125/1696 7% [==== ] 126/1696 7% [==== ] 127/1696 7% [==== ] 128/1696 7% [==== ] 129/1696 7% [==== ] 130/1696 7% [==== ] 131/1696 7% [==== ] 132/1696 7% [==== ] 133/1696 7% [==== ] 134/1696 7% [==== ] 135/1696 7% [==== ] 136/1696 8% [===== ] 137/1696 8% [===== ] 138/1696 8% [===== ] 139/1696 8% [===== ] 140/1696 8% [===== ] 141/1696 8% [===== ] 142/1696 8% [===== ] 143/1696 8% [===== ] 144/1696 8% [===== ] 145/1696 8% [===== ] 146/1696 8% [===== ] 147/1696 8% [===== ] 148/1696 8% [===== ] 149/1696 8% [===== ] 150/1696 8% [===== ] 151/1696 8% [===== ] 152/1696 8% [===== ] 153/1696 9% [===== ] 154/1696 9% [===== ] 155/1696 9% [===== ] 156/1696 9% [===== ] 157/1696 9% [===== ] 158/1696 9% [===== ] 159/1696 9% [===== ] 160/1696 9% [===== ] 161/1696 9% [===== ] 162/1696 9% [===== ] 163/1696 9% [===== ] 164/1696 9% [====== ] 165/1696 9% [====== ] 166/1696 9% [====== ] 167/1696 9% [====== ] 168/1696 9% [====== ] 169/1696 9% [====== ] 170/1696 10% [====== ] 171/1696 10% [====== ] 172/1696 10% [====== ] 173/1696 10% [====== ] 174/1696 10% [====== ] 175/1696 10% [====== ] 176/1696 10% [====== ] 177/1696 10% [====== ] 178/1696 10% [====== ] 179/1696 10% [====== ] 180/1696 10% [====== ] 181/1696 10% [====== ] 182/1696 10% [====== ] 183/1696 10% [====== ] 184/1696 10% [====== ] 185/1696 10% [====== ] 186/1696 10% [====== ] 187/1696 11% [====== ] 188/1696 11% [====== ] 189/1696 11% [====== ] 190/1696 11% [====== ] 191/1696 11% [======= ] 192/1696 11% [======= ] 193/1696 11% [======= ] 194/1696 11% [======= ] 195/1696 11% [======= ] 196/1696 11% [======= ] 197/1696 11% [======= ] 198/1696 11% [======= ] 199/1696 11% [======= ] 200/1696 11% [======= ] 201/1696 11% [======= ] 202/1696 11% [======= ] 203/1696 11% [======= ] 204/1696 12% [======= ] 205/1696 12% [======= ] 206/1696 12% [======= ] 207/1696 12% [======= ] 208/1696 12% [======= ] 209/1696 12% [======= ] 210/1696 12% [======= ] 211/1696 12% [======= ] 212/1696 12% [======= ] 213/1696 12% [======= ] 214/1696 12% [======= ] 215/1696 12% [======= ] 216/1696 12% [======= ] 217/1696 12% [======= ] 218/1696 12% [======== ] 219/1696 12% [======== ] 220/1696 12% [======== ] 221/1696 13% [======== ] 222/1696 13% [======== ] 223/1696 13% [======== ] 224/1696 13% [======== ] 225/1696 13% [======== ] 226/1696 13% [======== ] 227/1696 13% [======== ] 228/1696 13% [======== ] 229/1696 13% [======== ] 230/1696 13% [======== ] 231/1696 13% [======== ] 232/1696 13% [======== ] 233/1696 13% [======== ] 234/1696 13% [======== ] 235/1696 13% [======== ] 236/1696 13% [======== ] 237/1696 13% [======== ] 238/1696 14% [======== ] 239/1696 14% [======== ] 240/1696 14% [======== ] 241/1696 14% [======== ] 242/1696 14% [======== ] 243/1696 14% [======== ] 244/1696 14% [======== ] 245/1696 14% [======== ] 246/1696 14% [========= ] 247/1696 14% [========= ] 248/1696 14% [========= ] 249/1696 14% [========= ] 250/1696 14% [========= ] 251/1696 14% [========= ] 252/1696 14% [========= ] 253/1696 14% [========= ] 254/1696 14% [========= ] 255/1696 15% [========= ] 256/1696 15% [========= ] 257/1696 15% [========= ] 258/1696 15% [========= ] 259/1696 15% [========= ] 260/1696 15% [========= ] 261/1696 15% [========= ] 262/1696 15% [========= ] 263/1696 15% [========= ] 264/1696 15% [========= ] 265/1696 15% [========= ] 266/1696 15% [========= ] 267/1696 15% [========= ] 268/1696 15% [========= ] 269/1696 15% [========= ] 270/1696 15% [========= ] 271/1696 15% [========= ] 272/1696 16% [========= ] 273/1696 16% [========== ] 274/1696 16% [========== ] 275/1696 16% [========== ] 276/1696 16% [========== ] 277/1696 16% [========== ] 278/1696 16% [========== ] 279/1696 16% [========== ] 280/1696 16% [========== ] 281/1696 16% [========== ] 282/1696 16% [========== ] 283/1696 16% [========== ] 284/1696 16% [========== ] 285/1696 16% [========== ] 286/1696 16% [========== ] 287/1696 16% [========== ] 288/1696 16% [========== ] 289/1696 17% [========== ] 290/1696 17% [========== ] 291/1696 17% [========== ] 292/1696 17% [========== ] 293/1696 17% [========== ] 294/1696 17% [========== ] 295/1696 17% [========== ] 296/1696 17% [========== ] 297/1696 17% [========== ] 298/1696 17% [========== ] 299/1696 17% [========== ] 300/1696 17% [=========== ] 301/1696 17% [=========== ] 302/1696 17% [=========== ] 303/1696 17% [=========== ] 304/1696 17% [=========== ] 305/1696 17% [=========== ] 306/1696 18% [=========== ] 307/1696 18% [=========== ] 308/1696 18% [=========== ] 309/1696 18% [=========== ] 310/1696 18% [=========== ] 311/1696 18% [=========== ] 312/1696 18% [=========== ] 313/1696 18% [=========== ] 314/1696 18% [=========== ] 315/1696 18% [=========== ] 316/1696 18% [=========== ] 317/1696 18% [=========== ] 318/1696 18% [=========== ] 319/1696 18% [=========== ] 320/1696 18% [=========== ] 321/1696 18% [=========== ] 322/1696 18% [=========== ] 323/1696 19% [=========== ] 324/1696 19% [=========== ] 325/1696 19% [=========== ] 326/1696 19% [=========== ] 327/1696 19% [=========== ] 328/1696 19% [============ ] 329/1696 19% [============ ] 330/1696 19% [============ ] 331/1696 19% [============ ] 332/1696 19% [============ ] 333/1696 19% [============ ] 334/1696 19% [============ ] 335/1696 19% [============ ] 336/1696 19% [============ ] 337/1696 19% [============ ] 338/1696 19% [============ ] 339/1696 19% [============ ] 340/1696 20% [============ ] 341/1696 20% [============ ] 342/1696 20% [============ ] 343/1696 20% [============ ] 344/1696 20% [============ ] 345/1696 20% [============ ] 346/1696 20% [============ ] 347/1696 20% [============ ] 348/1696 20% [============ ] 349/1696 20% [============ ] 350/1696 20% [============ ] 351/1696 20% [============ ] 352/1696 20% [============ ] 353/1696 20% [============ ] 354/1696 20% [============ ] 355/1696 20% [============= ] 356/1696 20% [============= ] 357/1696 21% [============= ] 358/1696 21% [============= ] 359/1696 21% [============= ] 360/1696 21% [============= ] 361/1696 21% [============= ] 362/1696 21% [============= ] 363/1696 21% [============= ] 364/1696 21% [============= ] 365/1696 21% [============= ] 366/1696 21% [============= ] 367/1696 21% [============= ] 368/1696 21% [============= ] 369/1696 21% [============= ] 370/1696 21% [============= ] 371/1696 21% [============= ] 372/1696 21% [============= ] 373/1696 21% [============= ] 374/1696 22% [============= ] 375/1696 22% [============= ] 376/1696 22% [============= ] 377/1696 22% [============= ] 378/1696 22% [============= ] 379/1696 22% [============= ] 380/1696 22% [============= ] 381/1696 22% [============= ] 382/1696 22% [============== ] 383/1696 22% [============== ] 384/1696 22% [============== ] 385/1696 22% [============== ] 386/1696 22% [============== ] 387/1696 22% [============== ] 388/1696 22% [============== ] 389/1696 22% [============== ] 390/1696 22% [============== ] 391/1696 23% [============== ] 392/1696 23% [============== ] 393/1696 23% [============== ] 394/1696 23% [============== ] 395/1696 23% [============== ] 396/1696 23% [============== ] 397/1696 23% [============== ] 398/1696 23% [============== ] 399/1696 23% [============== ] 400/1696 23% [============== ] 401/1696 23% [============== ] 402/1696 23% [============== ] 403/1696 23% [============== ] 404/1696 23% [============== ] 405/1696 23% [============== ] 406/1696 23% [============== ] 407/1696 23% [============== ] 408/1696 24% [============== ] 409/1696 24% [============== ] 410/1696 24% [=============== ] 411/1696 24% [=============== ] 412/1696 24% [=============== ] 413/1696 24% [=============== ] 414/1696 24% [=============== ] 415/1696 24% [=============== ] 416/1696 24% [=============== ] 417/1696 24% [=============== ] 418/1696 24% [=============== ] 419/1696 24% [=============== ] 420/1696 24% [=============== ] 421/1696 24% [=============== ] 422/1696 24% [=============== ] 423/1696 24% [=============== ] 424/1696 25% [=============== ] 425/1696 25% [=============== ] 426/1696 25% [=============== ] 427/1696 25% [=============== ] 428/1696 25% [=============== ] 429/1696 25% [=============== ] 430/1696 25% [=============== ] 431/1696 25% [=============== ] 432/1696 25% [=============== ] 433/1696 25% [=============== ] 434/1696 25% [=============== ] 435/1696 25% [=============== ] 436/1696 25% [=============== ] 437/1696 25% [================ ] 438/1696 25% [================ ] 439/1696 25% [================ ] 440/1696 25% [================ ] 441/1696 26% [================ ] 442/1696 26% [================ ] 443/1696 26% [================ ] 444/1696 26% [================ ] 445/1696 26% [================ ] 446/1696 26% [================ ] 447/1696 26% [================ ] 448/1696 26% [================ ] 449/1696 26% [================ ] 450/1696 26% [================ ] 451/1696 26% [================ ] 452/1696 26% [================ ] 453/1696 26% [================ ] 454/1696 26% [================ ] 455/1696 26% [================ ] 456/1696 26% [================ ] 457/1696 26% [================ ] 458/1696 27% [================ ] 459/1696 27% [================ ] 460/1696 27% [================ ] 461/1696 27% [================ ] 462/1696 27% [================ ] 463/1696 27% [================ ] 464/1696 27% [================ ] 465/1696 27% [================= ] 466/1696 27% [================= ] 467/1696 27% [================= ] 468/1696 27% [================= ] 469/1696 27% [================= ] 470/1696 27% [================= ] 471/1696 27% [================= ] 472/1696 27% [================= ] 473/1696 27% [================= ] 474/1696 27% [================= ] 475/1696 28% [================= ] 476/1696 28% [================= ] 477/1696 28% [================= ] 478/1696 28% [================= ] 479/1696 28% [================= ] 480/1696 28% [================= ] 481/1696 28% [================= ] 482/1696 28% [================= ] 483/1696 28% [================= ] 484/1696 28% [================= ] 485/1696 28% [================= ] 486/1696 28% [================= ] 487/1696 28% [================= ] 488/1696 28% [================= ] 489/1696 28% [================= ] 490/1696 28% [================= ] 491/1696 28% [================= ] 492/1696 29% [================== ] 493/1696 29% [================== ] 494/1696 29% [================== ] 495/1696 29% [================== ] 496/1696 29% [================== ] 497/1696 29% [================== ] 498/1696 29% [================== ] 499/1696 29% [================== ] 500/1696 29% [================== ] 501/1696 29% [================== ] 502/1696 29% [================== ] 503/1696 29% [================== ] 504/1696 29% [================== ] 505/1696 29% [================== ] 506/1696 29% [================== ] 507/1696 29% [================== ] 508/1696 29% [================== ] 509/1696 30% [================== ] 510/1696 30% [================== ] 511/1696 30% [================== ] 512/1696 30% [================== ] 513/1696 30% [================== ] 514/1696 30% [================== ] 515/1696 30% [================== ] 516/1696 30% [================== ] 517/1696 30% [================== ] 518/1696 30% [================== ] 519/1696 30% [=================== ] 520/1696 30% [=================== ] 521/1696 30% [=================== ] 522/1696 30% [=================== ] 523/1696 30% [=================== ] 524/1696 30% [=================== ] 525/1696 30% [=================== ] 526/1696 31% [=================== ] 527/1696 31% [=================== ] 528/1696 31% [=================== ] 529/1696 31% [=================== ] 530/1696 31% [=================== ] 531/1696 31% [=================== ] 532/1696 31% [=================== ] 533/1696 31% [=================== ] 534/1696 31% [=================== ] 535/1696 31% [=================== ] 536/1696 31% [=================== ] 537/1696 31% [=================== ] 538/1696 31% [=================== ] 539/1696 31% [=================== ] 540/1696 31% [=================== ] 541/1696 31% [=================== ] 542/1696 31% [=================== ] 543/1696 32% [=================== ] 544/1696 32% [=================== ] 545/1696 32% [=================== ] 546/1696 32% [=================== ] 547/1696 32% [==================== ] 548/1696 32% [==================== ] 549/1696 32% [==================== ] 550/1696 32% [==================== ] 551/1696 32% [==================== ] 552/1696 32% [==================== ] 553/1696 32% [==================== ] 554/1696 32% [==================== ] 555/1696 32% [==================== ] 556/1696 32% [==================== ] 557/1696 32% [==================== ] 558/1696 32% [==================== ] 559/1696 32% [==================== ] 560/1696 33% [==================== ] 561/1696 33% [==================== ] 562/1696 33% [==================== ] 563/1696 33% [==================== ] 564/1696 33% [==================== ] 565/1696 33% [==================== ] 566/1696 33% [==================== ] 567/1696 33% [==================== ] 568/1696 33% [==================== ] 569/1696 33% [==================== ] 570/1696 33% [==================== ] 571/1696 33% [==================== ] 572/1696 33% [==================== ] 573/1696 33% [==================== ] 574/1696 33% [===================== ] 575/1696 33% [===================== ] 576/1696 33% [===================== ] 577/1696 34% [===================== ] 578/1696 34% [===================== ] 579/1696 34% [===================== ] 580/1696 34% [===================== ] 581/1696 34% [===================== ] 582/1696 34% [===================== ] 583/1696 34% [===================== ] 584/1696 34% [===================== ] 585/1696 34% [===================== ] 586/1696 34% [===================== ] 587/1696 34% [===================== ] 588/1696 34% [===================== ] 589/1696 34% [===================== ] 590/1696 34% [===================== ] 591/1696 34% [===================== ] 592/1696 34% [===================== ] 593/1696 34% [===================== ] 594/1696 35% [===================== ] 595/1696 35% [===================== ] 596/1696 35% [===================== ] 597/1696 35% [===================== ] 598/1696 35% [===================== ] 599/1696 35% [===================== ] 600/1696 35% [===================== ] 601/1696 35% [====================== ] 602/1696 35% [====================== ] 603/1696 35% [====================== ] 604/1696 35% [====================== ] 605/1696 35% [====================== ] 606/1696 35% [====================== ] 607/1696 35% [====================== ] 608/1696 35% [====================== ] 609/1696 35% [====================== ] 610/1696 35% [====================== ] 611/1696 36% [====================== ] 612/1696 36% [====================== ] 613/1696 36% [====================== ] 614/1696 36% [====================== ] 615/1696 36% [====================== ] 616/1696 36% [====================== ] 617/1696 36% [====================== ] 618/1696 36% [====================== ] 619/1696 36% [====================== ] 620/1696 36% [====================== ] 621/1696 36% [====================== ] 622/1696 36% [====================== ] 623/1696 36% [====================== ] 624/1696 36% [====================== ] 625/1696 36% [====================== ] 626/1696 36% [====================== ] 627/1696 36% [====================== ] 628/1696 37% [====================== ] 629/1696 37% [======================= ] 630/1696 37% [======================= ] 631/1696 37% [======================= ] 632/1696 37% [======================= ] 633/1696 37% [======================= ] 634/1696 37% [======================= ] 635/1696 37% [======================= ] 636/1696 37% [======================= ] 637/1696 37% [======================= ] 638/1696 37% [======================= ] 639/1696 37% [======================= ] 640/1696 37% [======================= ] 641/1696 37% [======================= ] 642/1696 37% [======================= ] 643/1696 37% [======================= ] 644/1696 37% [======================= ] 645/1696 38% [======================= ] 646/1696 38% [======================= ] 647/1696 38% [======================= ] 648/1696 38% [======================= ] 649/1696 38% [======================= ] 650/1696 38% [======================= ] 651/1696 38% [======================= ] 652/1696 38% [======================= ] 653/1696 38% [======================= ] 654/1696 38% [======================= ] 655/1696 38% [======================= ] 656/1696 38% [======================== ] 657/1696 38% [======================== ] 658/1696 38% [======================== ] 659/1696 38% [======================== ] 660/1696 38% [======================== ] 661/1696 38% [======================== ] 662/1696 39% [======================== ] 663/1696 39% [======================== ] 664/1696 39% [======================== ] 665/1696 39% [======================== ] 666/1696 39% [======================== ] 667/1696 39% [======================== ] 668/1696 39% [======================== ] 669/1696 39% [======================== ] 670/1696 39% [======================== ] 671/1696 39% [======================== ] 672/1696 39% [======================== ] 673/1696 39% [======================== ] 674/1696 39% [======================== ] 675/1696 39% [======================== ] 676/1696 39% [======================== ] 677/1696 39% [======================== ] 678/1696 39% [======================== ] 679/1696 40% [======================== ] 680/1696 40% [======================== ] 681/1696 40% [======================== ] 682/1696 40% [======================== ] 683/1696 40% [========================= ] 684/1696 40% [========================= ] 685/1696 40% [========================= ] 686/1696 40% [========================= ] 687/1696 40% [========================= ] 688/1696 40% [========================= ] 689/1696 40% [========================= ] 690/1696 40% [========================= ] 691/1696 40% [========================= ] 692/1696 40% [========================= ] 693/1696 40% [========================= ] 694/1696 40% [========================= ] 695/1696 40% [========================= ] 696/1696 41% [========================= ] 697/1696 41% [========================= ] 698/1696 41% [========================= ] 699/1696 41% [========================= ] 700/1696 41% [========================= ] 701/1696 41% [========================= ] 702/1696 41% [========================= ] 703/1696 41% [========================= ] 704/1696 41% [========================= ] 705/1696 41% [========================= ] 706/1696 41% [========================= ] 707/1696 41% [========================= ] 708/1696 41% [========================= ] 709/1696 41% [========================= ] 710/1696 41% [========================= ] 711/1696 41% [========================== ] 712/1696 41% [========================== ] 713/1696 42% [========================== ] 714/1696 42% [========================== ] 715/1696 42% [========================== ] 716/1696 42% [========================== ] 717/1696 42% [========================== ] 718/1696 42% [========================== ] 719/1696 42% [========================== ] 720/1696 42% [========================== ] 721/1696 42% [========================== ] 722/1696 42% [========================== ] 723/1696 42% [========================== ] 724/1696 42% [========================== ] 725/1696 42% [========================== ] 726/1696 42% [========================== ] 727/1696 42% [========================== ] 728/1696 42% [========================== ] 729/1696 42% [========================== ] 730/1696 43% [========================== ] 731/1696 43% [========================== ] 732/1696 43% [========================== ] 733/1696 43% [========================== ] 734/1696 43% [========================== ] 735/1696 43% [========================== ] 736/1696 43% [========================== ] 737/1696 43% [========================== ] 738/1696 43% [=========================== ] 739/1696 43% [=========================== ] 740/1696 43% [=========================== ] 741/1696 43% [=========================== ] 742/1696 43% [=========================== ] 743/1696 43% [=========================== ] 744/1696 43% [=========================== ] 745/1696 43% [=========================== ] 746/1696 43% [=========================== ] 747/1696 44% [=========================== ] 748/1696 44% [=========================== ] 749/1696 44% [=========================== ] 750/1696 44% [=========================== ] 751/1696 44% [=========================== ] 752/1696 44% [=========================== ] 753/1696 44% [=========================== ] 754/1696 44% [=========================== ] 755/1696 44% [=========================== ] 756/1696 44% [=========================== ] 757/1696 44% [=========================== ] 758/1696 44% [=========================== ] 759/1696 44% [=========================== ] 760/1696 44% [=========================== ] 761/1696 44% [=========================== ] 762/1696 44% [=========================== ] 763/1696 44% [=========================== ] 764/1696 45% [=========================== ] 765/1696 45% [============================ ] 766/1696 45% [============================ ] 767/1696 45% [============================ ] 768/1696 45% [============================ ] 769/1696 45% [============================ ] 770/1696 45% [============================ ] 771/1696 45% [============================ ] 772/1696 45% [============================ ] 773/1696 45% [============================ ] 774/1696 45% [============================ ] 775/1696 45% [============================ ] 776/1696 45% [============================ ] 777/1696 45% [============================ ] 778/1696 45% [============================ ] 779/1696 45% [============================ ] 780/1696 45% [============================ ] 781/1696 46% [============================ ] 782/1696 46% [============================ ] 783/1696 46% [============================ ] 784/1696 46% [============================ ] 785/1696 46% [============================ ] 786/1696 46% [============================ ] 787/1696 46% [============================ ] 788/1696 46% [============================ ] 789/1696 46% [============================ ] 790/1696 46% [============================ ] 791/1696 46% [============================ ] 792/1696 46% [============================ ] 793/1696 46% [============================= ] 794/1696 46% [============================= ] 795/1696 46% [============================= ] 796/1696 46% [============================= ] 797/1696 46% [============================= ] 798/1696 47% [============================= ] 799/1696 47% [============================= ] 800/1696 47% [============================= ] 801/1696 47% [============================= ] 802/1696 47% [============================= ] 803/1696 47% [============================= ] 804/1696 47% [============================= ] 805/1696 47% [============================= ] 806/1696 47% [============================= ] 807/1696 47% [============================= ] 808/1696 47% [============================= ] 809/1696 47% [============================= ] 810/1696 47% [============================= ] 811/1696 47% [============================= ] 812/1696 47% [============================= ] 813/1696 47% [============================= ] 814/1696 47% [============================= ] 815/1696 48% [============================= ] 816/1696 48% [============================= ] 817/1696 48% [============================= ] 818/1696 48% [============================= ] 819/1696 48% [============================= ] 820/1696 48% [============================== ] 821/1696 48% [============================== ] 822/1696 48% [============================== ] 823/1696 48% [============================== ] 824/1696 48% [============================== ] 825/1696 48% [============================== ] 826/1696 48% [============================== ] 827/1696 48% [============================== ] 828/1696 48% [============================== ] 829/1696 48% [============================== ] 830/1696 48% [============================== ] 831/1696 48% [============================== ] 832/1696 49% [============================== ] 833/1696 49% [============================== ] 834/1696 49% [============================== ] 835/1696 49% [============================== ] 836/1696 49% [============================== ] 837/1696 49% [============================== ] 838/1696 49% [============================== ] 839/1696 49% [============================== ] 840/1696 49% [============================== ] 841/1696 49% [============================== ] 842/1696 49% [============================== ] 843/1696 49% [============================== ] 844/1696 49% [============================== ] 845/1696 49% [============================== ] 846/1696 49% [============================== ] 847/1696 49% [=============================== ] 848/1696 50% [=============================== ] 849/1696 50% [=============================== ] 850/1696 50% [=============================== ] 851/1696 50% [=============================== ] 852/1696 50% [=============================== ] 853/1696 50% [=============================== ] 854/1696 50% [=============================== ] 855/1696 50% [=============================== ] 856/1696 50% [=============================== ] 857/1696 50% [=============================== ] 858/1696 50% [=============================== ] 859/1696 50% [=============================== ] 860/1696 50% [=============================== ] 861/1696 50% [=============================== ] 862/1696 50% [=============================== ] 863/1696 50% [=============================== ] 864/1696 50% [=============================== ] 865/1696 51% [=============================== ] 866/1696 51% [=============================== ] 867/1696 51% [=============================== ] 868/1696 51% [=============================== ] 869/1696 51% [=============================== ] 870/1696 51% [=============================== ] 871/1696 51% [=============================== ] 872/1696 51% [=============================== ] 873/1696 51% [=============================== ] 874/1696 51% [=============================== ] 875/1696 51% [================================ ] 876/1696 51% [================================ ] 877/1696 51% [================================ ] 878/1696 51% [================================ ] 879/1696 51% [================================ ] 880/1696 51% [================================ ] 881/1696 51% [================================ ] 882/1696 52% [================================ ] 883/1696 52% [================================ ] 884/1696 52% [================================ ] 885/1696 52% [================================ ] 886/1696 52% [================================ ] 887/1696 52% [================================ ] 888/1696 52% [================================ ] 889/1696 52% [================================ ] 890/1696 52% [================================ ] 891/1696 52% [================================ ] 892/1696 52% [================================ ] 893/1696 52% [================================ ] 894/1696 52% [================================ ] 895/1696 52% [================================ ] 896/1696 52% [================================ ] 897/1696 52% [================================ ] 898/1696 52% [================================ ] 899/1696 53% [================================ ] 900/1696 53% [================================ ] 901/1696 53% [================================ ] 902/1696 53% [================================= ] 903/1696 53% [================================= ] 904/1696 53% [================================= ] 905/1696 53% [================================= ] 906/1696 53% [================================= ] 907/1696 53% [================================= ] 908/1696 53% [================================= ] 909/1696 53% [================================= ] 910/1696 53% [================================= ] 911/1696 53% [================================= ] 912/1696 53% [================================= ] 913/1696 53% [================================= ] 914/1696 53% [================================= ] 915/1696 53% [================================= ] 916/1696 54% [================================= ] 917/1696 54% [================================= ] 918/1696 54% [================================= ] 919/1696 54% [================================= ] 920/1696 54% [================================= ] 921/1696 54% [================================= ] 922/1696 54% [================================= ] 923/1696 54% [================================= ] 924/1696 54% [================================= ] 925/1696 54% [================================= ] 926/1696 54% [================================= ] 927/1696 54% [================================= ] 928/1696 54% [================================= ] 929/1696 54% [================================= ] 930/1696 54% [================================== ] 931/1696 54% [================================== ] 932/1696 54% [================================== ] 933/1696 55% [================================== ] 934/1696 55% [================================== ] 935/1696 55% [================================== ] 936/1696 55% [================================== ] 937/1696 55% [================================== ] 938/1696 55% [================================== ] 939/1696 55% [================================== ] 940/1696 55% [================================== ] 941/1696 55% [================================== ] 942/1696 55% [================================== ] 943/1696 55% [================================== ] 944/1696 55% [================================== ] 945/1696 55% [================================== ] 946/1696 55% [================================== ] 947/1696 55% [================================== ] 948/1696 55% [================================== ] 949/1696 55% [================================== ] 950/1696 56% [================================== ] 951/1696 56% [================================== ] 952/1696 56% [================================== ] 953/1696 56% [================================== ] 954/1696 56% [================================== ] 955/1696 56% [================================== ] 956/1696 56% [================================== ] 957/1696 56% [=================================== ] 958/1696 56% [=================================== ] 959/1696 56% [=================================== ] 960/1696 56% [=================================== ] 961/1696 56% [=================================== ] 962/1696 56% [=================================== ] 963/1696 56% [=================================== ] 964/1696 56% [=================================== ] 965/1696 56% [=================================== ] 966/1696 56% [=================================== ] 967/1696 57% [=================================== ] 968/1696 57% [=================================== ] 969/1696 57% [=================================== ] 970/1696 57% [=================================== ] 971/1696 57% [=================================== ] 972/1696 57% [=================================== ] 973/1696 57% [=================================== ] 974/1696 57% [=================================== ] 975/1696 57% [=================================== ] 976/1696 57% [=================================== ] 977/1696 57% [=================================== ] 978/1696 57% [=================================== ] 979/1696 57% [=================================== ] 980/1696 57% [=================================== ] 981/1696 57% [=================================== ] 982/1696 57% [=================================== ] 983/1696 57% [=================================== ] 984/1696 58% [==================================== ] 985/1696 58% [==================================== ] 986/1696 58% [==================================== ] 987/1696 58% [==================================== ] 988/1696 58% [==================================== ] 989/1696 58% [==================================== ] 990/1696 58% [==================================== ] 991/1696 58% [==================================== ] 992/1696 58% [==================================== ] 993/1696 58% [==================================== ] 994/1696 58% [==================================== ] 995/1696 58% [==================================== ] 996/1696 58% [==================================== ] 997/1696 58% [==================================== ] 998/1696 58% [==================================== ] 999/1696 58% [==================================== ] 1000/1696 58% [==================================== ] 1001/1696 59% [==================================== ] 1002/1696 59% [==================================== ] 1003/1696 59% [==================================== ] 1004/1696 59% [==================================== ] 1005/1696 59% [==================================== ] 1006/1696 59% [==================================== ] 1007/1696 59% [==================================== ] 1008/1696 59% [==================================== ] 1009/1696 59% [==================================== ] 1010/1696 59% [==================================== ] 1011/1696 59% [==================================== ] 1012/1696 59% [===================================== ] 1013/1696 59% [===================================== ] 1014/1696 59% [===================================== ] 1015/1696 59% [===================================== ] 1016/1696 59% [===================================== ] 1017/1696 59% [===================================== ] 1018/1696 60% [===================================== ] 1019/1696 60% [===================================== ] 1020/1696 60% [===================================== ] 1021/1696 60% [===================================== ] 1022/1696 60% [===================================== ] 1023/1696 60% [===================================== ] 1024/1696 60% [===================================== ] 1025/1696 60% [===================================== ] 1026/1696 60% [===================================== ] 1027/1696 60% [===================================== ] 1028/1696 60% [===================================== ] 1029/1696 60% [===================================== ] 1030/1696 60% [===================================== ] 1031/1696 60% [===================================== ] 1032/1696 60% [===================================== ] 1033/1696 60% [===================================== ] 1034/1696 60% [===================================== ] 1035/1696 61% [===================================== ] 1036/1696 61% [===================================== ] 1037/1696 61% [===================================== ] 1038/1696 61% [===================================== ] 1039/1696 61% [====================================== ] 1040/1696 61% [====================================== ] 1041/1696 61% [====================================== ] 1042/1696 61% [====================================== ] 1043/1696 61% [====================================== ] 1044/1696 61% [====================================== ] 1045/1696 61% [====================================== ] 1046/1696 61% [====================================== ] 1047/1696 61% [====================================== ] 1048/1696 61% [====================================== ] 1049/1696 61% [====================================== ] 1050/1696 61% [====================================== ] 1051/1696 61% [====================================== ] 1052/1696 62% [====================================== ] 1053/1696 62% [====================================== ] 1054/1696 62% [====================================== ] 1055/1696 62% [====================================== ] 1056/1696 62% [====================================== ] 1057/1696 62% [====================================== ] 1058/1696 62% [====================================== ] 1059/1696 62% [====================================== ] 1060/1696 62% [====================================== ] 1061/1696 62% [====================================== ] 1062/1696 62% [====================================== ] 1063/1696 62% [====================================== ] 1064/1696 62% [====================================== ] 1065/1696 62% [====================================== ] 1066/1696 62% [======================================= ] 1067/1696 62% [======================================= ] 1068/1696 62% [======================================= ] 1069/1696 63% [======================================= ] 1070/1696 63% [======================================= ] 1071/1696 63% [======================================= ] 1072/1696 63% [======================================= ] 1073/1696 63% [======================================= ] 1074/1696 63% [======================================= ] 1075/1696 63% [======================================= ] 1076/1696 63% [======================================= ] 1077/1696 63% [======================================= ] 1078/1696 63% [======================================= ] 1079/1696 63% [======================================= ] 1080/1696 63% [======================================= ] 1081/1696 63% [======================================= ] 1082/1696 63% [======================================= ] 1083/1696 63% [======================================= ] 1084/1696 63% [======================================= ] 1085/1696 63% [======================================= ] 1086/1696 64% [======================================= ] 1087/1696 64% [======================================= ] 1088/1696 64% [======================================= ] 1089/1696 64% [======================================= ] 1090/1696 64% [======================================= ] 1091/1696 64% [======================================= ] 1092/1696 64% [======================================= ] 1093/1696 64% [======================================= ] 1094/1696 64% [======================================== ] 1095/1696 64% [======================================== ] 1096/1696 64% [======================================== ] 1097/1696 64% [======================================== ] 1098/1696 64% [======================================== ] 1099/1696 64% [======================================== ] 1100/1696 64% [======================================== ] 1101/1696 64% [======================================== ] 1102/1696 64% [======================================== ] 1103/1696 65% [======================================== ] 1104/1696 65% [======================================== ] 1105/1696 65% [======================================== ] 1106/1696 65% [======================================== ] 1107/1696 65% [======================================== ] 1108/1696 65% [======================================== ] 1109/1696 65% [======================================== ] 1110/1696 65% [======================================== ] 1111/1696 65% [======================================== ] 1112/1696 65% [======================================== ] 1113/1696 65% [======================================== ] 1114/1696 65% [======================================== ] 1115/1696 65% [======================================== ] 1116/1696 65% [======================================== ] 1117/1696 65% [======================================== ] 1118/1696 65% [======================================== ] 1119/1696 65% [======================================== ] 1120/1696 66% [======================================== ] 1121/1696 66% [========================================= ] 1122/1696 66% [========================================= ] 1123/1696 66% [========================================= ] 1124/1696 66% [========================================= ] 1125/1696 66% [========================================= ] 1126/1696 66% [========================================= ] 1127/1696 66% [========================================= ] 1128/1696 66% [========================================= ] 1129/1696 66% [========================================= ] 1130/1696 66% [========================================= ] 1131/1696 66% [========================================= ] 1132/1696 66% [========================================= ] 1133/1696 66% [========================================= ] 1134/1696 66% [========================================= ] 1135/1696 66% [========================================= ] 1136/1696 66% [========================================= ] 1137/1696 67% [========================================= ] 1138/1696 67% [========================================= ] 1139/1696 67% [========================================= ] 1140/1696 67% [========================================= ] 1141/1696 67% [========================================= ] 1142/1696 67% [========================================= ] 1143/1696 67% [========================================= ] 1144/1696 67% [========================================= ] 1145/1696 67% [========================================= ] 1146/1696 67% [========================================= ] 1147/1696 67% [========================================= ] 1148/1696 67% [========================================== ] 1149/1696 67% [========================================== ] 1150/1696 67% [========================================== ] 1151/1696 67% [========================================== ] 1152/1696 67% [========================================== ] 1153/1696 67% [========================================== ] 1154/1696 68% [========================================== ] 1155/1696 68% [========================================== ] 1156/1696 68% [========================================== ] 1157/1696 68% [========================================== ] 1158/1696 68% [========================================== ] 1159/1696 68% [========================================== ] 1160/1696 68% [========================================== ] 1161/1696 68% [========================================== ] 1162/1696 68% [========================================== ] 1163/1696 68% [========================================== ] 1164/1696 68% [========================================== ] 1165/1696 68% [========================================== ] 1166/1696 68% [========================================== ] 1167/1696 68% [========================================== ] 1168/1696 68% [========================================== ] 1169/1696 68% [========================================== ] 1170/1696 68% [========================================== ] 1171/1696 69% [========================================== ] 1172/1696 69% [========================================== ] 1173/1696 69% [========================================== ] 1174/1696 69% [========================================== ] 1175/1696 69% [========================================== ] 1176/1696 69% [=========================================== ] 1177/1696 69% [=========================================== ] 1178/1696 69% [=========================================== ] 1179/1696 69% [=========================================== ] 1180/1696 69% [=========================================== ] 1181/1696 69% [=========================================== ] 1182/1696 69% [=========================================== ] 1183/1696 69% [=========================================== ] 1184/1696 69% [=========================================== ] 1185/1696 69% [=========================================== ] 1186/1696 69% [=========================================== ] 1187/1696 69% [=========================================== ] 1188/1696 70% [=========================================== ] 1189/1696 70% [=========================================== ] 1190/1696 70% [=========================================== ] 1191/1696 70% [=========================================== ] 1192/1696 70% [=========================================== ] 1193/1696 70% [=========================================== ] 1194/1696 70% [=========================================== ] 1195/1696 70% [=========================================== ] 1196/1696 70% [=========================================== ] 1197/1696 70% [=========================================== ] 1198/1696 70% [=========================================== ] 1199/1696 70% [=========================================== ] 1200/1696 70% [=========================================== ] 1201/1696 70% [=========================================== ] 1202/1696 70% [=========================================== ] 1203/1696 70% [============================================ ] 1204/1696 70% [============================================ ] 1205/1696 71% [============================================ ] 1206/1696 71% [============================================ ] 1207/1696 71% [============================================ ] 1208/1696 71% [============================================ ] 1209/1696 71% [============================================ ] 1210/1696 71% [============================================ ] 1211/1696 71% [============================================ ] 1212/1696 71% [============================================ ] 1213/1696 71% [============================================ ] 1214/1696 71% [============================================ ] 1215/1696 71% [============================================ ] 1216/1696 71% [============================================ ] 1217/1696 71% [============================================ ] 1218/1696 71% [============================================ ] 1219/1696 71% [============================================ ] 1220/1696 71% [============================================ ] 1221/1696 71% [============================================ ] 1222/1696 72% [============================================ ] 1223/1696 72% [============================================ ] 1224/1696 72% [============================================ ] 1225/1696 72% [============================================ ] 1226/1696 72% [============================================ ] 1227/1696 72% [============================================ ] 1228/1696 72% [============================================ ] 1229/1696 72% [============================================ ] 1230/1696 72% [============================================= ] 1231/1696 72% [============================================= ] 1232/1696 72% [============================================= ] 1233/1696 72% [============================================= ] 1234/1696 72% [============================================= ] 1235/1696 72% [============================================= ] 1236/1696 72% [============================================= ] 1237/1696 72% [============================================= ] 1238/1696 72% [============================================= ] 1239/1696 73% [============================================= ] 1240/1696 73% [============================================= ] 1241/1696 73% [============================================= ] 1242/1696 73% [============================================= ] 1243/1696 73% [============================================= ] 1244/1696 73% [============================================= ] 1245/1696 73% [============================================= ] 1246/1696 73% [============================================= ] 1247/1696 73% [============================================= ] 1248/1696 73% [============================================= ] 1249/1696 73% [============================================= ] 1250/1696 73% [============================================= ] 1251/1696 73% [============================================= ] 1252/1696 73% [============================================= ] 1253/1696 73% [============================================= ] 1254/1696 73% [============================================= ] 1255/1696 73% [============================================= ] 1256/1696 74% [============================================= ] 1257/1696 74% [============================================= ] 1258/1696 74% [============================================== ] 1259/1696 74% [============================================== ] 1260/1696 74% [============================================== ] 1261/1696 74% [============================================== ] 1262/1696 74% [============================================== ] 1263/1696 74% [============================================== ] 1264/1696 74% [============================================== ] 1265/1696 74% [============================================== ] 1266/1696 74% [============================================== ] 1267/1696 74% [============================================== ] 1268/1696 74% [============================================== ] 1269/1696 74% [============================================== ] 1270/1696 74% [============================================== ] 1271/1696 74% [============================================== ] 1272/1696 75% [============================================== ] 1273/1696 75% [============================================== ] 1274/1696 75% [============================================== ] 1275/1696 75% [============================================== ] 1276/1696 75% [============================================== ] 1277/1696 75% [============================================== ] 1278/1696 75% [============================================== ] 1279/1696 75% [============================================== ] 1280/1696 75% [============================================== ] 1281/1696 75% [============================================== ] 1282/1696 75% [============================================== ] 1283/1696 75% [============================================== ] 1284/1696 75% [============================================== ] 1285/1696 75% [=============================================== ] 1286/1696 75% [=============================================== ] 1287/1696 75% [=============================================== ] 1288/1696 75% [=============================================== ] 1289/1696 76% [=============================================== ] 1290/1696 76% [=============================================== ] 1291/1696 76% [=============================================== ] 1292/1696 76% [=============================================== ] 1293/1696 76% [=============================================== ] 1294/1696 76% [=============================================== ] 1295/1696 76% [=============================================== ] 1296/1696 76% [=============================================== ] 1297/1696 76% [=============================================== ] 1298/1696 76% [=============================================== ] 1299/1696 76% [=============================================== ] 1300/1696 76% [=============================================== ] 1301/1696 76% [=============================================== ] 1302/1696 76% [=============================================== ] 1303/1696 76% [=============================================== ] 1304/1696 76% [=============================================== ] 1305/1696 76% [=============================================== ] 1306/1696 77% [=============================================== ] 1307/1696 77% [=============================================== ] 1308/1696 77% [=============================================== ] 1309/1696 77% [=============================================== ] 1310/1696 77% [=============================================== ] 1311/1696 77% [=============================================== ] 1312/1696 77% [=============================================== ] 1313/1696 77% [================================================ ] 1314/1696 77% [================================================ ] 1315/1696 77% [================================================ ] 1316/1696 77% [================================================ ] 1317/1696 77% [================================================ ] 1318/1696 77% [================================================ ] 1319/1696 77% [================================================ ] 1320/1696 77% [================================================ ] 1321/1696 77% [================================================ ] 1322/1696 77% [================================================ ] 1323/1696 78% [================================================ ] 1324/1696 78% [================================================ ] 1325/1696 78% [================================================ ] 1326/1696 78% [================================================ ] 1327/1696 78% [================================================ ] 1328/1696 78% [================================================ ] 1329/1696 78% [================================================ ] 1330/1696 78% [================================================ ] 1331/1696 78% [================================================ ] 1332/1696 78% [================================================ ] 1333/1696 78% [================================================ ] 1334/1696 78% [================================================ ] 1335/1696 78% [================================================ ] 1336/1696 78% [================================================ ] 1337/1696 78% [================================================ ] 1338/1696 78% [================================================ ] 1339/1696 78% [================================================ ] 1340/1696 79% [================================================= ] 1341/1696 79% [================================================= ] 1342/1696 79% [================================================= ] 1343/1696 79% [================================================= ] 1344/1696 79% [================================================= ] 1345/1696 79% [================================================= ] 1346/1696 79% [================================================= ] 1347/1696 79% [================================================= ] 1348/1696 79% [================================================= ] 1349/1696 79% [================================================= ] 1350/1696 79% [================================================= ] 1351/1696 79% [================================================= ] 1352/1696 79% [================================================= ] 1353/1696 79% [================================================= ] 1354/1696 79% [================================================= ] 1355/1696 79% [================================================= ] 1356/1696 79% [================================================= ] 1357/1696 80% [================================================= ] 1358/1696 80% [================================================= ] 1359/1696 80% [================================================= ] 1360/1696 80% [================================================= ] 1361/1696 80% [================================================= ] 1362/1696 80% [================================================= ] 1363/1696 80% [================================================= ] 1364/1696 80% [================================================= ] 1365/1696 80% [================================================= ] 1366/1696 80% [================================================= ] 1367/1696 80% [================================================== ] 1368/1696 80% [================================================== ] 1369/1696 80% [================================================== ] 1370/1696 80% [================================================== ] 1371/1696 80% [================================================== ] 1372/1696 80% [================================================== ] 1373/1696 80% [================================================== ] 1374/1696 81% [================================================== ] 1375/1696 81% [================================================== ] 1376/1696 81% [================================================== ] 1377/1696 81% [================================================== ] 1378/1696 81% [================================================== ] 1379/1696 81% [================================================== ] 1380/1696 81% [================================================== ] 1381/1696 81% [================================================== ] 1382/1696 81% [================================================== ] 1383/1696 81% [================================================== ] 1384/1696 81% [================================================== ] 1385/1696 81% [================================================== ] 1386/1696 81% [================================================== ] 1387/1696 81% [================================================== ] 1388/1696 81% [================================================== ] 1389/1696 81% [================================================== ] 1390/1696 81% [================================================== ] 1391/1696 82% [================================================== ] 1392/1696 82% [================================================== ] 1393/1696 82% [================================================== ] 1394/1696 82% [================================================== ] 1395/1696 82% [=================================================== ] 1396/1696 82% [=================================================== ] 1397/1696 82% [=================================================== ] 1398/1696 82% [=================================================== ] 1399/1696 82% [=================================================== ] 1400/1696 82% [=================================================== ] 1401/1696 82% [=================================================== ] 1402/1696 82% [=================================================== ] 1403/1696 82% [=================================================== ] 1404/1696 82% [=================================================== ] 1405/1696 82% [=================================================== ] 1406/1696 82% [=================================================== ] 1407/1696 82% [=================================================== ] 1408/1696 83% [=================================================== ] 1409/1696 83% [=================================================== ] 1410/1696 83% [=================================================== ] 1411/1696 83% [=================================================== ] 1412/1696 83% [=================================================== ] 1413/1696 83% [=================================================== ] 1414/1696 83% [=================================================== ] 1415/1696 83% [=================================================== ] 1416/1696 83% [=================================================== ] 1417/1696 83% [=================================================== ] 1418/1696 83% [=================================================== ] 1419/1696 83% [=================================================== ] 1420/1696 83% [=================================================== ] 1421/1696 83% [=================================================== ] 1422/1696 83% [==================================================== ] 1423/1696 83% [==================================================== ] 1424/1696 83% [==================================================== ] 1425/1696 84% [==================================================== ] 1426/1696 84% [==================================================== ] 1427/1696 84% [==================================================== ] 1428/1696 84% [==================================================== ] 1429/1696 84% [==================================================== ] 1430/1696 84% [==================================================== ] 1431/1696 84% [==================================================== ] 1432/1696 84% [==================================================== ] 1433/1696 84% [==================================================== ] 1434/1696 84% [==================================================== ] 1435/1696 84% [==================================================== ] 1436/1696 84% [==================================================== ] 1437/1696 84% [==================================================== ] 1438/1696 84% [==================================================== ] 1439/1696 84% [==================================================== ] 1440/1696 84% [==================================================== ] 1441/1696 84% [==================================================== ] 1442/1696 85% [==================================================== ] 1443/1696 85% [==================================================== ] 1444/1696 85% [==================================================== ] 1445/1696 85% [==================================================== ] 1446/1696 85% [==================================================== ] 1447/1696 85% [==================================================== ] 1448/1696 85% [==================================================== ] 1449/1696 85% [===================================================== ] 1450/1696 85% [===================================================== ] 1451/1696 85% [===================================================== ] 1452/1696 85% [===================================================== ] 1453/1696 85% [===================================================== ] 1454/1696 85% [===================================================== ] 1455/1696 85% [===================================================== ] 1456/1696 85% [===================================================== ] 1457/1696 85% [===================================================== ] 1458/1696 85% [===================================================== ] 1459/1696 86% [===================================================== ] 1460/1696 86% [===================================================== ] 1461/1696 86% [===================================================== ] 1462/1696 86% [===================================================== ] 1463/1696 86% [===================================================== ] 1464/1696 86% [===================================================== ] 1465/1696 86% [===================================================== ] 1466/1696 86% [===================================================== ] 1467/1696 86% [===================================================== ] 1468/1696 86% [===================================================== ] 1469/1696 86% [===================================================== ] 1470/1696 86% [===================================================== ] 1471/1696 86% [===================================================== ] 1472/1696 86% [===================================================== ] 1473/1696 86% [===================================================== ] 1474/1696 86% [===================================================== ] 1475/1696 86% [===================================================== ] 1476/1696 87% [===================================================== ] 1477/1696 87% [====================================================== ] 1478/1696 87% [====================================================== ] 1479/1696 87% [====================================================== ] 1480/1696 87% [====================================================== ] 1481/1696 87% [====================================================== ] 1482/1696 87% [====================================================== ] 1483/1696 87% [====================================================== ] 1484/1696 87% [====================================================== ] 1485/1696 87% [====================================================== ] 1486/1696 87% [====================================================== ] 1487/1696 87% [====================================================== ] 1488/1696 87% [====================================================== ] 1489/1696 87% [====================================================== ] 1490/1696 87% [====================================================== ] 1491/1696 87% [====================================================== ] 1492/1696 87% [====================================================== ] 1493/1696 88% [====================================================== ] 1494/1696 88% [====================================================== ] 1495/1696 88% [====================================================== ] 1496/1696 88% [====================================================== ] 1497/1696 88% [====================================================== ] 1498/1696 88% [====================================================== ] 1499/1696 88% [====================================================== ] 1500/1696 88% [====================================================== ] 1501/1696 88% [====================================================== ] 1502/1696 88% [====================================================== ] 1503/1696 88% [====================================================== ] 1504/1696 88% [======================================================= ] 1505/1696 88% [======================================================= ] 1506/1696 88% [======================================================= ] 1507/1696 88% [======================================================= ] 1508/1696 88% [======================================================= ] 1509/1696 88% [======================================================= ] 1510/1696 89% [======================================================= ] 1511/1696 89% [======================================================= ] 1512/1696 89% [======================================================= ] 1513/1696 89% [======================================================= ] 1514/1696 89% [======================================================= ] 1515/1696 89% [======================================================= ] 1516/1696 89% [======================================================= ] 1517/1696 89% [======================================================= ] 1518/1696 89% [======================================================= ] 1519/1696 89% [======================================================= ] 1520/1696 89% [======================================================= ] 1521/1696 89% [======================================================= ] 1522/1696 89% [======================================================= ] 1523/1696 89% [======================================================= ] 1524/1696 89% [======================================================= ] 1525/1696 89% [======================================================= ] 1526/1696 89% [======================================================= ] 1527/1696 90% [======================================================= ] 1528/1696 90% [======================================================= ] 1529/1696 90% [======================================================= ] 1530/1696 90% [======================================================= ] 1531/1696 90% [======================================================== ] 1532/1696 90% [======================================================== ] 1533/1696 90% [======================================================== ] 1534/1696 90% [======================================================== ] 1535/1696 90% [======================================================== ] 1536/1696 90% [======================================================== ] 1537/1696 90% [======================================================== ] 1538/1696 90% [======================================================== ] 1539/1696 90% [======================================================== ] 1540/1696 90% [======================================================== ] 1541/1696 90% [======================================================== ] 1542/1696 90% [======================================================== ] 1543/1696 90% [======================================================== ] 1544/1696 91% [======================================================== ] 1545/1696 91% [======================================================== ] 1546/1696 91% [======================================================== ] 1547/1696 91% [======================================================== ] 1548/1696 91% [======================================================== ] 1549/1696 91% [======================================================== ] 1550/1696 91% [======================================================== ] 1551/1696 91% [======================================================== ] 1552/1696 91% [======================================================== ] 1553/1696 91% [======================================================== ] 1554/1696 91% [======================================================== ] 1555/1696 91% [======================================================== ] 1556/1696 91% [======================================================== ] 1557/1696 91% [======================================================== ] 1558/1696 91% [======================================================== ] 1559/1696 91% [========================================================= ] 1560/1696 91% [========================================================= ] 1561/1696 92% [========================================================= ] 1562/1696 92% [========================================================= ] 1563/1696 92% [========================================================= ] 1564/1696 92% [========================================================= ] 1565/1696 92% [========================================================= ] 1566/1696 92% [========================================================= ] 1567/1696 92% [========================================================= ] 1568/1696 92% [========================================================= ] 1569/1696 92% [========================================================= ] 1570/1696 92% [========================================================= ] 1571/1696 92% [========================================================= ] 1572/1696 92% [========================================================= ] 1573/1696 92% [========================================================= ] 1574/1696 92% [========================================================= ] 1575/1696 92% [========================================================= ] 1576/1696 92% [========================================================= ] 1577/1696 92% [========================================================= ] 1578/1696 93% [========================================================= ] 1579/1696 93% [========================================================= ] 1580/1696 93% [========================================================= ] 1581/1696 93% [========================================================= ] 1582/1696 93% [========================================================= ] 1583/1696 93% [========================================================= ] 1584/1696 93% [========================================================= ] 1585/1696 93% [========================================================= ] 1586/1696 93% [========================================================== ] 1587/1696 93% [========================================================== ] 1588/1696 93% [========================================================== ] 1589/1696 93% [========================================================== ] 1590/1696 93% [========================================================== ] 1591/1696 93% [========================================================== ] 1592/1696 93% [========================================================== ] 1593/1696 93% [========================================================== ] 1594/1696 93% [========================================================== ] 1595/1696 94% [========================================================== ] 1596/1696 94% [========================================================== ] 1597/1696 94% [========================================================== ] 1598/1696 94% [========================================================== ] 1599/1696 94% [========================================================== ] 1600/1696 94% [========================================================== ] 1601/1696 94% [========================================================== ] 1602/1696 94% [========================================================== ] 1603/1696 94% [========================================================== ] 1604/1696 94% [========================================================== ] 1605/1696 94% [========================================================== ] 1606/1696 94% [========================================================== ] 1607/1696 94% [========================================================== ] 1608/1696 94% [========================================================== ] 1609/1696 94% [========================================================== ] 1610/1696 94% [========================================================== ] 1611/1696 94% [========================================================== ] 1612/1696 95% [========================================================== ] 1613/1696 95% [=========================================================== ] 1614/1696 95% [=========================================================== ] 1615/1696 95% [=========================================================== ] 1616/1696 95% [=========================================================== ] 1617/1696 95% [=========================================================== ] 1618/1696 95% [=========================================================== ] 1619/1696 95% [=========================================================== ] 1620/1696 95% [=========================================================== ] 1621/1696 95% [=========================================================== ] 1622/1696 95% [=========================================================== ] 1623/1696 95% [=========================================================== ] 1624/1696 95% [=========================================================== ] 1625/1696 95% [=========================================================== ] 1626/1696 95% [=========================================================== ] 1627/1696 95% [=========================================================== ] 1628/1696 95% [=========================================================== ] 1629/1696 96% [=========================================================== ] 1630/1696 96% [=========================================================== ] 1631/1696 96% [=========================================================== ] 1632/1696 96% [=========================================================== ] 1633/1696 96% [=========================================================== ] 1634/1696 96% [=========================================================== ] 1635/1696 96% [=========================================================== ] 1636/1696 96% [=========================================================== ] 1637/1696 96% [=========================================================== ] 1638/1696 96% [=========================================================== ] 1639/1696 96% [=========================================================== ] 1640/1696 96% [=========================================================== ] 1641/1696 96% [============================================================ ] 1642/1696 96% [============================================================ ] 1643/1696 96% [============================================================ ] 1644/1696 96% [============================================================ ] 1645/1696 96% [============================================================ ] 1646/1696 97% [============================================================ ] 1647/1696 97% [============================================================ ] 1648/1696 97% [============================================================ ] 1649/1696 97% [============================================================ ] 1650/1696 97% [============================================================ ] 1651/1696 97% [============================================================ ] 1652/1696 97% [============================================================ ] 1653/1696 97% [============================================================ ] 1654/1696 97% [============================================================ ] 1655/1696 97% [============================================================ ] 1656/1696 97% [============================================================ ] 1657/1696 97% [============================================================ ] 1658/1696 97% [============================================================ ] 1659/1696 97% [============================================================ ] 1660/1696 97% [============================================================ ] 1661/1696 97% [============================================================ ] 1662/1696 97% [============================================================ ] 1663/1696 98% [============================================================ ] 1664/1696 98% [============================================================ ] 1665/1696 98% [============================================================ ] 1666/1696 98% [============================================================ ] 1667/1696 98% [============================================================ ] 1668/1696 98% [============================================================= ] 1669/1696 98% [============================================================= ] 1670/1696 98% [============================================================= ] 1671/1696 98% [============================================================= ] 1672/1696 98% [============================================================= ] 1673/1696 98% [============================================================= ] 1674/1696 98% [============================================================= ] 1675/1696 98% [============================================================= ] 1676/1696 98% [============================================================= ] 1677/1696 98% [============================================================= ] 1678/1696 98% [============================================================= ] 1679/1696 98% [============================================================= ] 1680/1696 99% [============================================================= ] 1681/1696 99% [============================================================= ] 1682/1696 99% [============================================================= ] 1683/1696 99% [============================================================= ] 1684/1696 99% [============================================================= ] 1685/1696 99% [============================================================= ] 1686/1696 99% [============================================================= ] 1687/1696 99% [============================================================= ] 1688/1696 99% [============================================================= ] 1689/1696 99% [============================================================= ] 1690/1696 99% [============================================================= ] 1691/1696 99% [============================================================= ] 1692/1696 99% [============================================================= ] 1693/1696 99% [============================================================= ] 1694/1696 99% [============================================================= ] 1695/1696 99% [==============================================================] 1696/1696 100% operation complete, 1696 objects in 101909 NAND pages. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/sparc-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2021.05-8882-g83b2e53dcde Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.4.0 Collecting legal info >>> linux-headers 6.1.1 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-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-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) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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.3 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> openssl Collecting legal info >>> libressl 3.6.1 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> sqlite 3.40.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> atftp 0.8.0 Collecting legal info LICENSE: OK (sha256: 86dc744860e6dfacfeba2f33fea908db03fe67c7e37a878285b7aae8e4596735) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> 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-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) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> chocolate-doom 3.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> sdl2 2.24.2 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> sdl2_mixer 2.0.4 Collecting legal info COPYING.txt: OK (sha256: 113727180e7956cb9718b03b41da85b63ea54743a33047071a623bf672895a10) >>> sdl2_net 2.0.1 Collecting legal info COPYING.txt: OK (sha256: f09845a238245402a8b8388db6634d8a5b2c3e1dc098f16f9d8c74a276ef4594) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cryptsetup 2.6.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) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> dcron 1ba33c3325df48de46263276a43ed76cf9d81518 Collecting legal info COPYING: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 0.64.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> freeipmi 1.6.10 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.bmc-watchdog: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiconsole: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmi-dcmi: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmidetect: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmi-fru: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmimonitoring: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiping: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmipower: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiseld: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.pstdout: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.sunbmc: OK (sha256: 48f44386b3f359e70d7e4a5d7f1d529d8591a7c64c47df3f4abdf2ad45a6d537) COPYING.ZRESEARCH: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> frotz 2.54 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> openipmi 2.0.32 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.BSD: OK (sha256: 185323a62589e7ee80f86bf2ea29caad9a09fdda0ea3f1c00db8b778c7edf60e) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> hwdata 0.358 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libatomic_ops 7.6.14 Collecting legal info doc/LICENSING.txt: OK (sha256: 636c2bf07975765ab9aff17f7c9b6beb9540378f45b5a1b21691d14ea804f0ff) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libcurl 7.87.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> pcsc-lite 1.9.9 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> liblo 0.31 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmaxminddb 1.7.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmodbus 3.1.8 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpwquality 1.4.4 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libssh 0.10.4 Collecting legal info COPYING: OK (sha256: 1656186e951db1c010a8485481fa94587f7e53a26d24976bef97945ad0c4df5a) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> libzip 1.9.2 Collecting legal info LICENSE: OK (sha256: 01c022eca6d566e2e8792fd0f091a28653b2a608319922bcd4de91c49d1438e1) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lldpd 1.0.15 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mbuffer 20220418 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mtr 0.95 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mxml 3.3.1 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: 7dedb0043b0bbed7880bcc9724b3a3dae4d5ab2dce98a7904703109572b626e3) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> qoriq-cadence-dp-firmware lsdk2012 Collecting legal info COPYING: OK (sha256: 9c16421e7c702f56756650b8ac954d34556327e598a8666e6e8f4eb3a1aa95f1) EULA: OK (sha256: 72edc2072c86d93aa1993d15d4d19d96270af3749b0108995ad50c81d1461f52) EULA.txt: OK (sha256: 53e3eb0b2bd81c171fa04c17514e20b39b7bb1fe1224c593f7717f615fb9d52b) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> ser2net 4.3.8 Collecting legal info COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> sound-theme-freedesktop 0.7 Collecting legal info >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> stress 1.0.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tcl 8.6.12 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> tiff 4.5.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> triggerhappy 0.5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> tslib 1.22 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> tz Collecting legal info >>> host-tzdata 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> uacme 1.7.3 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> udpxy 1.0.23-9-prod Collecting legal info README: OK (sha256: 60ead3913246c7cd930fe653c0053aba1af2cd9f82b266befdbbd6e0b8ecb750) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> vde2 2.3.2 Collecting legal info COPYING: OK (sha256: fb295d0c24b8ef4b39017ac68e772e8e6e839612ce10da12b9f48d1e8e512e2e) COPYING.libvdeplug: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) COPYING.slirpvde: OK (sha256: d5ac74315b2d2f9c53f5839e311484f4646a9401b68d02d36f3dab386352e74d) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> whois 5.5.14 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> 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.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd 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-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'