find /home/autobuild/autobuild/instance-4/output-1/target/lib/ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-4/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-4/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/man /home/autobuild/autobuild/instance-4/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/info /home/autobuild/autobuild/instance-4/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/doc /home/autobuild/autobuild/instance-4/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-4/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-4/output-1/target/lib/debug /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-4/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-4/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-4/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-4/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-4/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-155-g628f3dc54c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-rc1\"" \ ) > /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-4/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-4/output-1/per-package /home/autobuild/autobuild/instance-4/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-4/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /var/lib/nginx d 755 33 33 - - - - -\n\n' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.squashfs mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/mksquashfs /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target /home/autobuild/autobuild/instance-4/output-1/images/rootfs.squashfs -noappend -processors 1 -b 64K -nopad -comp xz\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 1 processor Creating 4.0 filesystem on /home/autobuild/autobuild/instance-4/output-1/images/rootfs.squashfs, block size 65536. [=================\ ] 800/2730 29% [=============================================================|] 2730/2730 100% Exportable Squashfs 4.0 filesystem, xz compressed, data block size 65536 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 24121.68 Kbytes (23.56 Mbytes) 33.10% of uncompressed filesystem size (72878.42 Kbytes) Inode table size 22370 bytes (21.85 Kbytes) 25.25% of uncompressed inode table size (88591 bytes) Directory table size 22362 bytes (21.84 Kbytes) 44.87% of uncompressed directory table size (49834 bytes) Number of duplicate files found 38 Number of inodes 2581 Number of files 1793 Number of fragments 152 Number of symbolic links 459 Number of device nodes 203 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 126 Number of ids (unique uids + gids) 3 Number of uids 2 root (0) http (33) Number of gids 3 root (0) tty (5) http (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 2722 objects. stage 2: creating image '/home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2' [ ] 1/2722 0% [ ] 2/2722 0% [ ] 3/2722 0% [ ] 4/2722 0% [ ] 5/2722 0% [ ] 6/2722 0% [ ] 7/2722 0% [ ] 8/2722 0% [ ] 9/2722 0% [ ] 10/2722 0% [ ] 11/2722 0% [ ] 12/2722 0% [ ] 13/2722 0% [ ] 14/2722 0% [ ] 15/2722 0% [ ] 16/2722 0% [ ] 17/2722 0% [ ] 18/2722 0% [ ] 19/2722 0% [ ] 20/2722 0% [ ] 21/2722 0% [ ] 22/2722 0% [ ] 23/2722 0% [ ] 24/2722 0% [ ] 25/2722 0% [ ] 26/2722 0% [ ] 27/2722 0% [ ] 28/2722 1% [ ] 29/2722 1% [ ] 30/2722 1% [ ] 31/2722 1% [ ] 32/2722 1% [ ] 33/2722 1% [ ] 34/2722 1% [ ] 35/2722 1% [ ] 36/2722 1% [ ] 37/2722 1% [ ] 38/2722 1% [ ] 39/2722 1% [ ] 40/2722 1% [ ] 41/2722 1% [ ] 42/2722 1% [ ] 43/2722 1% [= ] 44/2722 1% [= ] 45/2722 1% [= ] 46/2722 1% [= ] 47/2722 1% [= ] 48/2722 1% [= ] 49/2722 1% [= ] 50/2722 1% [= ] 51/2722 1% [= ] 52/2722 1% [= ] 53/2722 1% [= ] 54/2722 1% [= ] 55/2722 2% [= ] 56/2722 2% [= ] 57/2722 2% [= ] 58/2722 2% [= ] 59/2722 2% [= ] 60/2722 2% [= ] 61/2722 2% [= ] 62/2722 2% [= ] 63/2722 2% [= ] 64/2722 2% [= ] 65/2722 2% [= ] 66/2722 2% [= ] 67/2722 2% [= ] 68/2722 2% [= ] 69/2722 2% [= ] 70/2722 2% [= ] 71/2722 2% [= ] 72/2722 2% [= ] 73/2722 2% [= ] 74/2722 2% [= ] 75/2722 2% [= ] 76/2722 2% [= ] 77/2722 2% [= ] 78/2722 2% [= ] 79/2722 2% [= ] 80/2722 2% [= ] 81/2722 2% [= ] 82/2722 3% [= ] 83/2722 3% [= ] 84/2722 3% [= ] 85/2722 3% [= ] 86/2722 3% [= ] 87/2722 3% [== ] 88/2722 3% [== ] 89/2722 3% [== ] 90/2722 3% [== ] 91/2722 3% [== ] 92/2722 3% [== ] 93/2722 3% [== ] 94/2722 3% [== ] 95/2722 3% [== ] 96/2722 3% [== ] 97/2722 3% [== ] 98/2722 3% [== ] 99/2722 3% [== ] 100/2722 3% [== ] 101/2722 3% [== ] 102/2722 3% [== ] 103/2722 3% [== ] 104/2722 3% [== ] 105/2722 3% [== ] 106/2722 3% [== ] 107/2722 3% [== ] 108/2722 3% [== ] 109/2722 4% [== ] 110/2722 4% [== ] 111/2722 4% [== ] 112/2722 4% [== ] 113/2722 4% [== ] 114/2722 4% [== ] 115/2722 4% [== ] 116/2722 4% [== ] 117/2722 4% [== ] 118/2722 4% [== ] 119/2722 4% [== ] 120/2722 4% [== ] 121/2722 4% [== ] 122/2722 4% [== ] 123/2722 4% [== ] 124/2722 4% [== ] 125/2722 4% [== ] 126/2722 4% [== ] 127/2722 4% [== ] 128/2722 4% [== ] 129/2722 4% [== ] 130/2722 4% [== ] 131/2722 4% [=== ] 132/2722 4% [=== ] 133/2722 4% [=== ] 134/2722 4% [=== ] 135/2722 4% [=== ] 136/2722 4% [=== ] 137/2722 5% [=== ] 138/2722 5% [=== ] 139/2722 5% [=== ] 140/2722 5% [=== ] 141/2722 5% [=== ] 142/2722 5% [=== ] 143/2722 5% [=== ] 144/2722 5% [=== ] 145/2722 5% [=== ] 146/2722 5% [=== ] 147/2722 5% [=== ] 148/2722 5% [=== ] 149/2722 5% [=== ] 150/2722 5% [=== ] 151/2722 5% [=== ] 152/2722 5% [=== ] 153/2722 5% [=== ] 154/2722 5% [=== ] 155/2722 5% [=== ] 156/2722 5% [=== ] 157/2722 5% [=== ] 158/2722 5% [=== ] 159/2722 5% [=== ] 160/2722 5% [=== ] 161/2722 5% [=== ] 162/2722 5% [=== ] 163/2722 5% [=== ] 164/2722 6% [=== ] 165/2722 6% [=== ] 166/2722 6% [=== ] 167/2722 6% [=== ] 168/2722 6% [=== ] 169/2722 6% [=== ] 170/2722 6% [=== ] 171/2722 6% [=== ] 172/2722 6% [=== ] 173/2722 6% [=== ] 174/2722 6% [=== ] 175/2722 6% [==== ] 176/2722 6% [==== ] 177/2722 6% [==== ] 178/2722 6% [==== ] 179/2722 6% [==== ] 180/2722 6% [==== ] 181/2722 6% [==== ] 182/2722 6% [==== ] 183/2722 6% [==== ] 184/2722 6% [==== ] 185/2722 6% [==== ] 186/2722 6% [==== ] 187/2722 6% [==== ] 188/2722 6% [==== ] 189/2722 6% [==== ] 190/2722 6% [==== ] 191/2722 7% [==== ] 192/2722 7% [==== ] 193/2722 7% [==== ] 194/2722 7% [==== ] 195/2722 7% [==== ] 196/2722 7% [==== ] 197/2722 7% [==== ] 198/2722 7% [==== ] 199/2722 7% [==== ] 200/2722 7% [==== ] 201/2722 7% [==== ] 202/2722 7% [==== ] 203/2722 7% [==== ] 204/2722 7% [==== ] 205/2722 7% [==== ] 206/2722 7% [==== ] 207/2722 7% [==== ] 208/2722 7% [==== ] 209/2722 7% [==== ] 210/2722 7% [==== ] 211/2722 7% [==== ] 212/2722 7% [==== ] 213/2722 7% [==== ] 214/2722 7% [==== ] 215/2722 7% [==== ] 216/2722 7% [==== ] 217/2722 7% [==== ] 218/2722 8% [==== ] 219/2722 8% [===== ] 220/2722 8% [===== ] 221/2722 8% [===== ] 222/2722 8% [===== ] 223/2722 8% [===== ] 224/2722 8% [===== ] 225/2722 8% [===== ] 226/2722 8% [===== ] 227/2722 8% [===== ] 228/2722 8% [===== ] 229/2722 8% [===== ] 230/2722 8% [===== ] 231/2722 8% [===== ] 232/2722 8% [===== ] 233/2722 8% [===== ] 234/2722 8% [===== ] 235/2722 8% [===== ] 236/2722 8% [===== ] 237/2722 8% [===== ] 238/2722 8% [===== ] 239/2722 8% [===== ] 240/2722 8% [===== ] 241/2722 8% [===== ] 242/2722 8% [===== ] 243/2722 8% [===== ] 244/2722 8% [===== ] 245/2722 9% [===== ] 246/2722 9% [===== ] 247/2722 9% [===== ] 248/2722 9% [===== ] 249/2722 9% [===== ] 250/2722 9% [===== ] 251/2722 9% [===== ] 252/2722 9% [===== ] 253/2722 9% [===== ] 254/2722 9% [===== ] 255/2722 9% [===== ] 256/2722 9% [===== ] 257/2722 9% [===== ] 258/2722 9% [===== ] 259/2722 9% [===== ] 260/2722 9% [===== ] 261/2722 9% [===== ] 262/2722 9% [===== ] 263/2722 9% [====== ] 264/2722 9% [====== ] 265/2722 9% [====== ] 266/2722 9% [====== ] 267/2722 9% [====== ] 268/2722 9% [====== ] 269/2722 9% [====== ] 270/2722 9% [====== ] 271/2722 9% [====== ] 272/2722 9% [====== ] 273/2722 10% [====== ] 274/2722 10% [====== ] 275/2722 10% [====== ] 276/2722 10% [====== ] 277/2722 10% [====== ] 278/2722 10% [====== ] 279/2722 10% [====== ] 280/2722 10% [====== ] 281/2722 10% [====== ] 282/2722 10% [====== ] 283/2722 10% [====== ] 284/2722 10% [====== ] 285/2722 10% [====== ] 286/2722 10% [====== ] 287/2722 10% [====== ] 288/2722 10% [====== ] 289/2722 10% [====== ] 290/2722 10% [====== ] 291/2722 10% [====== ] 292/2722 10% [====== ] 293/2722 10% [====== ] 294/2722 10% [====== ] 295/2722 10% [====== ] 296/2722 10% [====== ] 297/2722 10% [====== ] 298/2722 10% [====== ] 299/2722 10% [====== ] 300/2722 11% [====== ] 301/2722 11% [====== ] 302/2722 11% [====== ] 303/2722 11% [====== ] 304/2722 11% [====== ] 305/2722 11% [====== ] 306/2722 11% [====== ] 307/2722 11% [======= ] 308/2722 11% [======= ] 309/2722 11% [======= ] 310/2722 11% [======= ] 311/2722 11% [======= ] 312/2722 11% [======= ] 313/2722 11% [======= ] 314/2722 11% [======= ] 315/2722 11% [======= ] 316/2722 11% [======= ] 317/2722 11% [======= ] 318/2722 11% [======= ] 319/2722 11% [======= ] 320/2722 11% [======= ] 321/2722 11% [======= ] 322/2722 11% [======= ] 323/2722 11% [======= ] 324/2722 11% [======= ] 325/2722 11% [======= ] 326/2722 11% [======= ] 327/2722 12% [======= ] 328/2722 12% [======= ] 329/2722 12% [======= ] 330/2722 12% [======= ] 331/2722 12% [======= ] 332/2722 12% [======= ] 333/2722 12% [======= ] 334/2722 12% [======= ] 335/2722 12% [======= ] 336/2722 12% [======= ] 337/2722 12% [======= ] 338/2722 12% [======= ] 339/2722 12% [======= ] 340/2722 12% [======= ] 341/2722 12% [======= ] 342/2722 12% [======= ] 343/2722 12% [======= ] 344/2722 12% [======= ] 345/2722 12% [======= ] 346/2722 12% [======= ] 347/2722 12% [======= ] 348/2722 12% [======= ] 349/2722 12% [======= ] 350/2722 12% [======= ] 351/2722 12% [======== ] 352/2722 12% [======== ] 353/2722 12% [======== ] 354/2722 13% [======== ] 355/2722 13% [======== ] 356/2722 13% [======== ] 357/2722 13% [======== ] 358/2722 13% [======== ] 359/2722 13% [======== ] 360/2722 13% [======== ] 361/2722 13% [======== ] 362/2722 13% [======== ] 363/2722 13% [======== ] 364/2722 13% [======== ] 365/2722 13% [======== ] 366/2722 13% [======== ] 367/2722 13% [======== ] 368/2722 13% [======== ] 369/2722 13% [======== ] 370/2722 13% [======== ] 371/2722 13% [======== ] 372/2722 13% [======== ] 373/2722 13% [======== ] 374/2722 13% [======== ] 375/2722 13% [======== ] 376/2722 13% [======== ] 377/2722 13% [======== ] 378/2722 13% [======== ] 379/2722 13% [======== ] 380/2722 13% [======== ] 381/2722 13% [======== ] 382/2722 14% [======== ] 383/2722 14% [======== ] 384/2722 14% [======== ] 385/2722 14% [======== ] 386/2722 14% [======== ] 387/2722 14% [======== ] 388/2722 14% [======== ] 389/2722 14% [======== ] 390/2722 14% [======== ] 391/2722 14% [======== ] 392/2722 14% [======== ] 393/2722 14% [======== ] 394/2722 14% [======== ] 395/2722 14% [========= ] 396/2722 14% [========= ] 397/2722 14% [========= ] 398/2722 14% [========= ] 399/2722 14% [========= ] 400/2722 14% [========= ] 401/2722 14% [========= ] 402/2722 14% [========= ] 403/2722 14% [========= ] 404/2722 14% [========= ] 405/2722 14% [========= ] 406/2722 14% [========= ] 407/2722 14% [========= ] 408/2722 14% [========= ] 409/2722 15% [========= ] 410/2722 15% [========= ] 411/2722 15% [========= ] 412/2722 15% [========= ] 413/2722 15% [========= ] 414/2722 15% [========= ] 415/2722 15% [========= ] 416/2722 15% [========= ] 417/2722 15% [========= ] 418/2722 15% [========= ] 419/2722 15% [========= ] 420/2722 15% [========= ] 421/2722 15% [========= ] 422/2722 15% [========= ] 423/2722 15% [========= ] 424/2722 15% [========= ] 425/2722 15% [========= ] 426/2722 15% [========= ] 427/2722 15% [========= ] 428/2722 15% [========= ] 429/2722 15% [========= ] 430/2722 15% [========= ] 431/2722 15% [========= ] 432/2722 15% [========= ] 433/2722 15% [========= ] 434/2722 15% [========= ] 435/2722 15% [========= ] 436/2722 16% [========= ] 437/2722 16% [========= ] 438/2722 16% [========= ] 439/2722 16% [========== ] 440/2722 16% [========== ] 441/2722 16% [========== ] 442/2722 16% [========== ] 443/2722 16% [========== ] 444/2722 16% [========== ] 445/2722 16% [========== ] 446/2722 16% [========== ] 447/2722 16% [========== ] 448/2722 16% [========== ] 449/2722 16% [========== ] 450/2722 16% [========== ] 451/2722 16% [========== ] 452/2722 16% [========== ] 453/2722 16% [========== ] 454/2722 16% [========== ] 455/2722 16% [========== ] 456/2722 16% [========== ] 457/2722 16% [========== ] 458/2722 16% [========== ] 459/2722 16% [========== ] 460/2722 16% [========== ] 461/2722 16% [========== ] 462/2722 16% [========== ] 463/2722 17% [========== ] 464/2722 17% [========== ] 465/2722 17% [========== ] 466/2722 17% [========== ] 467/2722 17% [========== ] 468/2722 17% [========== ] 469/2722 17% [========== ] 470/2722 17% [========== ] 471/2722 17% [========== ] 472/2722 17% [========== ] 473/2722 17% [========== ] 474/2722 17% [========== ] 475/2722 17% [========== ] 476/2722 17% [========== ] 477/2722 17% [========== ] 478/2722 17% [========== ] 479/2722 17% [========== ] 480/2722 17% [========== ] 481/2722 17% [========== ] 482/2722 17% [=========== ] 483/2722 17% [=========== ] 484/2722 17% [=========== ] 485/2722 17% [=========== ] 486/2722 17% [=========== ] 487/2722 17% [=========== ] 488/2722 17% [=========== ] 489/2722 17% [=========== ] 490/2722 18% [=========== ] 491/2722 18% [=========== ] 492/2722 18% [=========== ] 493/2722 18% [=========== ] 494/2722 18% [=========== ] 495/2722 18% [=========== ] 496/2722 18% [=========== ] 497/2722 18% [=========== ] 498/2722 18% [=========== ] 499/2722 18% [=========== ] 500/2722 18% [=========== ] 501/2722 18% [=========== ] 502/2722 18% [=========== ] 503/2722 18% [=========== ] 504/2722 18% [=========== ] 505/2722 18% [=========== ] 506/2722 18% [=========== ] 507/2722 18% [=========== ] 508/2722 18% [=========== ] 509/2722 18% [=========== ] 510/2722 18% [=========== ] 511/2722 18% [=========== ] 512/2722 18% [=========== ] 513/2722 18% [=========== ] 514/2722 18% [=========== ] 515/2722 18% [=========== ] 516/2722 18% [=========== ] 517/2722 18% [=========== ] 518/2722 19% [=========== ] 519/2722 19% [=========== ] 520/2722 19% [=========== ] 521/2722 19% [=========== ] 522/2722 19% [=========== ] 523/2722 19% [=========== ] 524/2722 19% [=========== ] 525/2722 19% [=========== ] 526/2722 19% [============ ] 527/2722 19% [============ ] 528/2722 19% [============ ] 529/2722 19% [============ ] 530/2722 19% [============ ] 531/2722 19% [============ ] 532/2722 19% [============ ] 533/2722 19% [============ ] 534/2722 19% [============ ] 535/2722 19% [============ ] 536/2722 19% [============ ] 537/2722 19% [============ ] 538/2722 19% [============ ] 539/2722 19% [============ ] 540/2722 19% [============ ] 541/2722 19% [============ ] 542/2722 19% [============ ] 543/2722 19% [============ ] 544/2722 19% [============ ] 545/2722 20% [============ ] 546/2722 20% [============ ] 547/2722 20% [============ ] 548/2722 20% [============ ] 549/2722 20% [============ ] 550/2722 20% [============ ] 551/2722 20% [============ ] 552/2722 20% [============ ] 553/2722 20% [============ ] 554/2722 20% [============ ] 555/2722 20% [============ ] 556/2722 20% [============ ] 557/2722 20% [============ ] 558/2722 20% [============ ] 559/2722 20% [============ ] 560/2722 20% [============ ] 561/2722 20% [============ ] 562/2722 20% [============ ] 563/2722 20% [============ ] 564/2722 20% [============ ] 565/2722 20% [============ ] 566/2722 20% [============ ] 567/2722 20% [============ ] 568/2722 20% [============ ] 569/2722 20% [============ ] 570/2722 20% [============= ] 571/2722 20% [============= ] 572/2722 21% [============= ] 573/2722 21% [============= ] 574/2722 21% [============= ] 575/2722 21% [============= ] 576/2722 21% [============= ] 577/2722 21% [============= ] 578/2722 21% [============= ] 579/2722 21% [============= ] 580/2722 21% [============= ] 581/2722 21% [============= ] 582/2722 21% [============= ] 583/2722 21% [============= ] 584/2722 21% [============= ] 585/2722 21% [============= ] 586/2722 21% [============= ] 587/2722 21% [============= ] 588/2722 21% [============= ] 589/2722 21% [============= ] 590/2722 21% [============= ] 591/2722 21% [============= ] 592/2722 21% [============= ] 593/2722 21% [============= ] 594/2722 21% [============= ] 595/2722 21% [============= ] 596/2722 21% [============= ] 597/2722 21% [============= ] 598/2722 21% [============= ] 599/2722 22% [============= ] 600/2722 22% [============= ] 601/2722 22% [============= ] 602/2722 22% [============= ] 603/2722 22% [============= ] 604/2722 22% [============= ] 605/2722 22% [============= ] 606/2722 22% [============= ] 607/2722 22% [============= ] 608/2722 22% [============= ] 609/2722 22% [============= ] 610/2722 22% [============= ] 611/2722 22% [============= ] 612/2722 22% [============= ] 613/2722 22% [============= ] 614/2722 22% [============== ] 615/2722 22% [============== ] 616/2722 22% [============== ] 617/2722 22% [============== ] 618/2722 22% [============== ] 619/2722 22% [============== ] 620/2722 22% [============== ] 621/2722 22% [============== ] 622/2722 22% [============== ] 623/2722 22% [============== ] 624/2722 22% [============== ] 625/2722 22% [============== ] 626/2722 22% [============== ] 627/2722 23% [============== ] 628/2722 23% [============== ] 629/2722 23% [============== ] 630/2722 23% [============== ] 631/2722 23% [============== ] 632/2722 23% [============== ] 633/2722 23% [============== ] 634/2722 23% [============== ] 635/2722 23% [============== ] 636/2722 23% [============== ] 637/2722 23% [============== ] 638/2722 23% [============== ] 639/2722 23% [============== ] 640/2722 23% [============== ] 641/2722 23% [============== ] 642/2722 23% [============== ] 643/2722 23% [============== ] 644/2722 23% [============== ] 645/2722 23% [============== ] 646/2722 23% [============== ] 647/2722 23% [============== ] 648/2722 23% [============== ] 649/2722 23% [============== ] 650/2722 23% [============== ] 651/2722 23% [============== ] 652/2722 23% [============== ] 653/2722 23% [============== ] 654/2722 24% [============== ] 655/2722 24% [============== ] 656/2722 24% [============== ] 657/2722 24% [============== ] 658/2722 24% [=============== ] 659/2722 24% [=============== ] 660/2722 24% [=============== ] 661/2722 24% [=============== ] 662/2722 24% [=============== ] 663/2722 24% [=============== ] 664/2722 24% [=============== ] 665/2722 24% [=============== ] 666/2722 24% [=============== ] 667/2722 24% [=============== ] 668/2722 24% [=============== ] 669/2722 24% [=============== ] 670/2722 24% [=============== ] 671/2722 24% [=============== ] 672/2722 24% [=============== ] 673/2722 24% [=============== ] 674/2722 24% [=============== ] 675/2722 24% [=============== ] 676/2722 24% [=============== ] 677/2722 24% [=============== ] 678/2722 24% [=============== ] 679/2722 24% [=============== ] 680/2722 24% [=============== ] 681/2722 25% [=============== ] 682/2722 25% [=============== ] 683/2722 25% [=============== ] 684/2722 25% [=============== ] 685/2722 25% [=============== ] 686/2722 25% [=============== ] 687/2722 25% [=============== ] 688/2722 25% [=============== ] 689/2722 25% [=============== ] 690/2722 25% [=============== ] 691/2722 25% [=============== ] 692/2722 25% [=============== ] 693/2722 25% [=============== ] 694/2722 25% [=============== ] 695/2722 25% [=============== ] 696/2722 25% [=============== ] 697/2722 25% [=============== ] 698/2722 25% [=============== ] 699/2722 25% [=============== ] 700/2722 25% [=============== ] 701/2722 25% [=============== ] 702/2722 25% [================ ] 703/2722 25% [================ ] 704/2722 25% [================ ] 705/2722 25% [================ ] 706/2722 25% [================ ] 707/2722 25% [================ ] 708/2722 26% [================ ] 709/2722 26% [================ ] 710/2722 26% [================ ] 711/2722 26% [================ ] 712/2722 26% [================ ] 713/2722 26% [================ ] 714/2722 26% [================ ] 715/2722 26% [================ ] 716/2722 26% [================ ] 717/2722 26% [================ ] 718/2722 26% [================ ] 719/2722 26% [================ ] 720/2722 26% [================ ] 721/2722 26% [================ ] 722/2722 26% [================ ] 723/2722 26% [================ ] 724/2722 26% [================ ] 725/2722 26% [================ ] 726/2722 26% [================ ] 727/2722 26% [================ ] 728/2722 26% [================ ] 729/2722 26% [================ ] 730/2722 26% [================ ] 731/2722 26% [================ ] 732/2722 26% [================ ] 733/2722 26% [================ ] 734/2722 26% [================ ] 735/2722 27% [================ ] 736/2722 27% [================ ] 737/2722 27% [================ ] 738/2722 27% [================ ] 739/2722 27% [================ ] 740/2722 27% [================ ] 741/2722 27% [================ ] 742/2722 27% [================ ] 743/2722 27% [================ ] 744/2722 27% [================ ] 745/2722 27% [================ ] 746/2722 27% [================= ] 747/2722 27% [================= ] 748/2722 27% [================= ] 749/2722 27% [================= ] 750/2722 27% [================= ] 751/2722 27% [================= ] 752/2722 27% [================= ] 753/2722 27% [================= ] 754/2722 27% [================= ] 755/2722 27% [================= ] 756/2722 27% [================= ] 757/2722 27% [================= ] 758/2722 27% [================= ] 759/2722 27% [================= ] 760/2722 27% [================= ] 761/2722 27% [================= ] 762/2722 27% [================= ] 763/2722 28% [================= ] 764/2722 28% [================= ] 765/2722 28% [================= ] 766/2722 28% [================= ] 767/2722 28% [================= ] 768/2722 28% [================= ] 769/2722 28% [================= ] 770/2722 28% [================= ] 771/2722 28% [================= ] 772/2722 28% [================= ] 773/2722 28% [================= ] 774/2722 28% [================= ] 775/2722 28% [================= ] 776/2722 28% [================= ] 777/2722 28% [================= ] 778/2722 28% [================= ] 779/2722 28% [================= ] 780/2722 28% [================= ] 781/2722 28% [================= ] 782/2722 28% [================= ] 783/2722 28% [================= ] 784/2722 28% [================= ] 785/2722 28% [================= ] 786/2722 28% [================= ] 787/2722 28% [================= ] 788/2722 28% [================= ] 789/2722 28% [================= ] 790/2722 29% [================== ] 791/2722 29% [================== ] 792/2722 29% [================== ] 793/2722 29% [================== ] 794/2722 29% [================== ] 795/2722 29% [================== ] 796/2722 29% [================== ] 797/2722 29% [================== ] 798/2722 29% [================== ] 799/2722 29% [================== ] 800/2722 29% [================== ] 801/2722 29% [================== ] 802/2722 29% [================== ] 803/2722 29% [================== ] 804/2722 29% [================== ] 805/2722 29% [================== ] 806/2722 29% [================== ] 807/2722 29% [================== ] 808/2722 29% [================== ] 809/2722 29% [================== ] 810/2722 29% [================== ] 811/2722 29% [================== ] 812/2722 29% [================== ] 813/2722 29% [================== ] 814/2722 29% [================== ] 815/2722 29% [================== ] 816/2722 29% [================== ] 817/2722 30% [================== ] 818/2722 30% [================== ] 819/2722 30% [================== ] 820/2722 30% [================== ] 821/2722 30% [================== ] 822/2722 30% [================== ] 823/2722 30% [================== ] 824/2722 30% [================== ] 825/2722 30% [================== ] 826/2722 30% [================== ] 827/2722 30% [================== ] 828/2722 30% [================== ] 829/2722 30% [================== ] 830/2722 30% [================== ] 831/2722 30% [================== ] 832/2722 30% [================== ] 833/2722 30% [================== ] 834/2722 30% [=================== ] 835/2722 30% [=================== ] 836/2722 30% [=================== ] 837/2722 30% [=================== ] 838/2722 30% [=================== ] 839/2722 30% [=================== ] 840/2722 30% [=================== ] 841/2722 30% [=================== ] 842/2722 30% [=================== ] 843/2722 30% [=================== ] 844/2722 31% [=================== ] 845/2722 31% [=================== ] 846/2722 31% [=================== ] 847/2722 31% [=================== ] 848/2722 31% [=================== ] 849/2722 31% [=================== ] 850/2722 31% [=================== ] 851/2722 31% [=================== ] 852/2722 31% [=================== ] 853/2722 31% [=================== ] 854/2722 31% [=================== ] 855/2722 31% [=================== ] 856/2722 31% [=================== ] 857/2722 31% [=================== ] 858/2722 31% [=================== ] 859/2722 31% [=================== ] 860/2722 31% [=================== ] 861/2722 31% [=================== ] 862/2722 31% [=================== ] 863/2722 31% [=================== ] 864/2722 31% [=================== ] 865/2722 31% [=================== ] 866/2722 31% [=================== ] 867/2722 31% [=================== ] 868/2722 31% [=================== ] 869/2722 31% [=================== ] 870/2722 31% [=================== ] 871/2722 31% [=================== ] 872/2722 32% [=================== ] 873/2722 32% [=================== ] 874/2722 32% [=================== ] 875/2722 32% [=================== ] 876/2722 32% [=================== ] 877/2722 32% [=================== ] 878/2722 32% [==================== ] 879/2722 32% [==================== ] 880/2722 32% [==================== ] 881/2722 32% [==================== ] 882/2722 32% [==================== ] 883/2722 32% [==================== ] 884/2722 32% [==================== ] 885/2722 32% [==================== ] 886/2722 32% [==================== ] 887/2722 32% [==================== ] 888/2722 32% [==================== ] 889/2722 32% [==================== ] 890/2722 32% [==================== ] 891/2722 32% [==================== ] 892/2722 32% [==================== ] 893/2722 32% [==================== ] 894/2722 32% [==================== ] 895/2722 32% [==================== ] 896/2722 32% [==================== ] 897/2722 32% [==================== ] 898/2722 32% [==================== ] 899/2722 33% [==================== ] 900/2722 33% [==================== ] 901/2722 33% [==================== ] 902/2722 33% [==================== ] 903/2722 33% [==================== ] 904/2722 33% [==================== ] 905/2722 33% [==================== ] 906/2722 33% [==================== ] 907/2722 33% [==================== ] 908/2722 33% [==================== ] 909/2722 33% [==================== ] 910/2722 33% [==================== ] 911/2722 33% [==================== ] 912/2722 33% [==================== ] 913/2722 33% [==================== ] 914/2722 33% [==================== ] 915/2722 33% [==================== ] 916/2722 33% [==================== ] 917/2722 33% [==================== ] 918/2722 33% [==================== ] 919/2722 33% [==================== ] 920/2722 33% [==================== ] 921/2722 33% [===================== ] 922/2722 33% [===================== ] 923/2722 33% [===================== ] 924/2722 33% [===================== ] 925/2722 33% [===================== ] 926/2722 34% [===================== ] 927/2722 34% [===================== ] 928/2722 34% [===================== ] 929/2722 34% [===================== ] 930/2722 34% [===================== ] 931/2722 34% [===================== ] 932/2722 34% [===================== ] 933/2722 34% [===================== ] 934/2722 34% [===================== ] 935/2722 34% [===================== ] 936/2722 34% [===================== ] 937/2722 34% [===================== ] 938/2722 34% [===================== ] 939/2722 34% [===================== ] 940/2722 34% [===================== ] 941/2722 34% [===================== ] 942/2722 34% [===================== ] 943/2722 34% [===================== ] 944/2722 34% [===================== ] 945/2722 34% [===================== ] 946/2722 34% [===================== ] 947/2722 34% [===================== ] 948/2722 34% [===================== ] 949/2722 34% [===================== ] 950/2722 34% [===================== ] 951/2722 34% [===================== ] 952/2722 34% [===================== ] 953/2722 35% [===================== ] 954/2722 35% [===================== ] 955/2722 35% [===================== ] 956/2722 35% [===================== ] 957/2722 35% [===================== ] 958/2722 35% [===================== ] 959/2722 35% [===================== ] 960/2722 35% [===================== ] 961/2722 35% [===================== ] 962/2722 35% [===================== ] 963/2722 35% [===================== ] 964/2722 35% [===================== ] 965/2722 35% [====================== ] 966/2722 35% [====================== ] 967/2722 35% [====================== ] 968/2722 35% [====================== ] 969/2722 35% [====================== ] 970/2722 35% [====================== ] 971/2722 35% [====================== ] 972/2722 35% [====================== ] 973/2722 35% [====================== ] 974/2722 35% [====================== ] 975/2722 35% [====================== ] 976/2722 35% [====================== ] 977/2722 35% [====================== ] 978/2722 35% [====================== ] 979/2722 35% [====================== ] 980/2722 36% [====================== ] 981/2722 36% [====================== ] 982/2722 36% [====================== ] 983/2722 36% [====================== ] 984/2722 36% [====================== ] 985/2722 36% [====================== ] 986/2722 36% [====================== ] 987/2722 36% [====================== ] 988/2722 36% [====================== ] 989/2722 36% [====================== ] 990/2722 36% [====================== ] 991/2722 36% [====================== ] 992/2722 36% [====================== ] 993/2722 36% [====================== ] 994/2722 36% [====================== ] 995/2722 36% [====================== ] 996/2722 36% [====================== ] 997/2722 36% [====================== ] 998/2722 36% [====================== ] 999/2722 36% [====================== ] 1000/2722 36% [====================== ] 1001/2722 36% [====================== ] 1002/2722 36% [====================== ] 1003/2722 36% [====================== ] 1004/2722 36% [====================== ] 1005/2722 36% [====================== ] 1006/2722 36% [====================== ] 1007/2722 36% [====================== ] 1008/2722 37% [====================== ] 1009/2722 37% [======================= ] 1010/2722 37% [======================= ] 1011/2722 37% [======================= ] 1012/2722 37% [======================= ] 1013/2722 37% [======================= ] 1014/2722 37% [======================= ] 1015/2722 37% [======================= ] 1016/2722 37% [======================= ] 1017/2722 37% [======================= ] 1018/2722 37% [======================= ] 1019/2722 37% [======================= ] 1020/2722 37% [======================= ] 1021/2722 37% [======================= ] 1022/2722 37% [======================= ] 1023/2722 37% [======================= ] 1024/2722 37% [======================= ] 1025/2722 37% [======================= ] 1026/2722 37% [======================= ] 1027/2722 37% [======================= ] 1028/2722 37% [======================= ] 1029/2722 37% [======================= ] 1030/2722 37% [======================= ] 1031/2722 37% [======================= ] 1032/2722 37% [======================= ] 1033/2722 37% [======================= ] 1034/2722 37% [======================= ] 1035/2722 38% [======================= ] 1036/2722 38% [======================= ] 1037/2722 38% [======================= ] 1038/2722 38% [======================= ] 1039/2722 38% [======================= ] 1040/2722 38% [======================= ] 1041/2722 38% [======================= ] 1042/2722 38% [======================= ] 1043/2722 38% [======================= ] 1044/2722 38% [======================= ] 1045/2722 38% [======================= ] 1046/2722 38% [======================= ] 1047/2722 38% [======================= ] 1048/2722 38% [======================= ] 1049/2722 38% [======================= ] 1050/2722 38% [======================= ] 1051/2722 38% [======================= ] 1052/2722 38% [======================= ] 1053/2722 38% [======================== ] 1054/2722 38% [======================== ] 1055/2722 38% [======================== ] 1056/2722 38% [======================== ] 1057/2722 38% [======================== ] 1058/2722 38% [======================== ] 1059/2722 38% [======================== ] 1060/2722 38% [======================== ] 1061/2722 38% [======================== ] 1062/2722 39% [======================== ] 1063/2722 39% [======================== ] 1064/2722 39% [======================== ] 1065/2722 39% [======================== ] 1066/2722 39% [======================== ] 1067/2722 39% [======================== ] 1068/2722 39% [======================== ] 1069/2722 39% [======================== ] 1070/2722 39% [======================== ] 1071/2722 39% [======================== ] 1072/2722 39% [======================== ] 1073/2722 39% [======================== ] 1074/2722 39% [======================== ] 1075/2722 39% [======================== ] 1076/2722 39% [======================== ] 1077/2722 39% [======================== ] 1078/2722 39% [======================== ] 1079/2722 39% [======================== ] 1080/2722 39% [======================== ] 1081/2722 39% [======================== ] 1082/2722 39% [======================== ] 1083/2722 39% [======================== ] 1084/2722 39% [======================== ] 1085/2722 39% [======================== ] 1086/2722 39% [======================== ] 1087/2722 39% [======================== ] 1088/2722 39% [======================== ] 1089/2722 40% [======================== ] 1090/2722 40% [======================== ] 1091/2722 40% [======================== ] 1092/2722 40% [======================== ] 1093/2722 40% [======================== ] 1094/2722 40% [======================== ] 1095/2722 40% [======================== ] 1096/2722 40% [======================== ] 1097/2722 40% [========================= ] 1098/2722 40% [========================= ] 1099/2722 40% [========================= ] 1100/2722 40% [========================= ] 1101/2722 40% [========================= ] 1102/2722 40% [========================= ] 1103/2722 40% [========================= ] 1104/2722 40% [========================= ] 1105/2722 40% [========================= ] 1106/2722 40% [========================= ] 1107/2722 40% [========================= ] 1108/2722 40% [========================= ] 1109/2722 40% [========================= ] 1110/2722 40% [========================= ] 1111/2722 40% [========================= ] 1112/2722 40% [========================= ] 1113/2722 40% [========================= ] 1114/2722 40% [========================= ] 1115/2722 40% [========================= ] 1116/2722 40% [========================= ] 1117/2722 41% [========================= ] 1118/2722 41% [========================= ] 1119/2722 41% [========================= ] 1120/2722 41% [========================= ] 1121/2722 41% [========================= ] 1122/2722 41% [========================= ] 1123/2722 41% [========================= ] 1124/2722 41% [========================= ] 1125/2722 41% [========================= ] 1126/2722 41% [========================= ] 1127/2722 41% [========================= ] 1128/2722 41% [========================= ] 1129/2722 41% [========================= ] 1130/2722 41% [========================= ] 1131/2722 41% [========================= ] 1132/2722 41% [========================= ] 1133/2722 41% [========================= ] 1134/2722 41% [========================= ] 1135/2722 41% [========================= ] 1136/2722 41% [========================= ] 1137/2722 41% [========================= ] 1138/2722 41% [========================= ] 1139/2722 41% [========================= ] 1140/2722 41% [========================= ] 1141/2722 41% [========================== ] 1142/2722 41% [========================== ] 1143/2722 41% [========================== ] 1144/2722 42% [========================== ] 1145/2722 42% [========================== ] 1146/2722 42% [========================== ] 1147/2722 42% [========================== ] 1148/2722 42% [========================== ] 1149/2722 42% [========================== ] 1150/2722 42% [========================== ] 1151/2722 42% [========================== ] 1152/2722 42% [========================== ] 1153/2722 42% [========================== ] 1154/2722 42% [========================== ] 1155/2722 42% [========================== ] 1156/2722 42% [========================== ] 1157/2722 42% [========================== ] 1158/2722 42% [========================== ] 1159/2722 42% [========================== ] 1160/2722 42% [========================== ] 1161/2722 42% [========================== ] 1162/2722 42% [========================== ] 1163/2722 42% [========================== ] 1164/2722 42% [========================== ] 1165/2722 42% [========================== ] 1166/2722 42% [========================== ] 1167/2722 42% [========================== ] 1168/2722 42% [========================== ] 1169/2722 42% [========================== ] 1170/2722 42% [========================== ] 1171/2722 43% [========================== ] 1172/2722 43% [========================== ] 1173/2722 43% [========================== ] 1174/2722 43% [========================== ] 1175/2722 43% [========================== ] 1176/2722 43% [========================== ] 1177/2722 43% [========================== ] 1178/2722 43% [========================== ] 1179/2722 43% [========================== ] 1180/2722 43% [========================== ] 1181/2722 43% [========================== ] 1182/2722 43% [========================== ] 1183/2722 43% [========================== ] 1184/2722 43% [========================== ] 1185/2722 43% [=========================== ] 1186/2722 43% [=========================== ] 1187/2722 43% [=========================== ] 1188/2722 43% [=========================== ] 1189/2722 43% [=========================== ] 1190/2722 43% [=========================== ] 1191/2722 43% [=========================== ] 1192/2722 43% [=========================== ] 1193/2722 43% [=========================== ] 1194/2722 43% [=========================== ] 1195/2722 43% [=========================== ] 1196/2722 43% [=========================== ] 1197/2722 43% [=========================== ] 1198/2722 44% [=========================== ] 1199/2722 44% [=========================== ] 1200/2722 44% [=========================== ] 1201/2722 44% [=========================== ] 1202/2722 44% [=========================== ] 1203/2722 44% [=========================== ] 1204/2722 44% [=========================== ] 1205/2722 44% [=========================== ] 1206/2722 44% [=========================== ] 1207/2722 44% [=========================== ] 1208/2722 44% [=========================== ] 1209/2722 44% [=========================== ] 1210/2722 44% [=========================== ] 1211/2722 44% [=========================== ] 1212/2722 44% [=========================== ] 1213/2722 44% [=========================== ] 1214/2722 44% [=========================== ] 1215/2722 44% [=========================== ] 1216/2722 44% [=========================== ] 1217/2722 44% [=========================== ] 1218/2722 44% [=========================== ] 1219/2722 44% [=========================== ] 1220/2722 44% [=========================== ] 1221/2722 44% [=========================== ] 1222/2722 44% [=========================== ] 1223/2722 44% [=========================== ] 1224/2722 44% [=========================== ] 1225/2722 45% [=========================== ] 1226/2722 45% [=========================== ] 1227/2722 45% [=========================== ] 1228/2722 45% [=========================== ] 1229/2722 45% [============================ ] 1230/2722 45% [============================ ] 1231/2722 45% [============================ ] 1232/2722 45% [============================ ] 1233/2722 45% [============================ ] 1234/2722 45% [============================ ] 1235/2722 45% [============================ ] 1236/2722 45% [============================ ] 1237/2722 45% [============================ ] 1238/2722 45% [============================ ] 1239/2722 45% [============================ ] 1240/2722 45% [============================ ] 1241/2722 45% [============================ ] 1242/2722 45% [============================ ] 1243/2722 45% [============================ ] 1244/2722 45% [============================ ] 1245/2722 45% [============================ ] 1246/2722 45% [============================ ] 1247/2722 45% [============================ ] 1248/2722 45% [============================ ] 1249/2722 45% [============================ ] 1250/2722 45% [============================ ] 1251/2722 45% [============================ ] 1252/2722 45% [============================ ] 1253/2722 46% [============================ ] 1254/2722 46% [============================ ] 1255/2722 46% [============================ ] 1256/2722 46% [============================ ] 1257/2722 46% [============================ ] 1258/2722 46% [============================ ] 1259/2722 46% [============================ ] 1260/2722 46% [============================ ] 1261/2722 46% [============================ ] 1262/2722 46% [============================ ] 1263/2722 46% [============================ ] 1264/2722 46% [============================ ] 1265/2722 46% [============================ ] 1266/2722 46% [============================ ] 1267/2722 46% [============================ ] 1268/2722 46% [============================ ] 1269/2722 46% [============================ ] 1270/2722 46% [============================ ] 1271/2722 46% [============================ ] 1272/2722 46% [============================ ] 1273/2722 46% [============================= ] 1274/2722 46% [============================= ] 1275/2722 46% [============================= ] 1276/2722 46% [============================= ] 1277/2722 46% [============================= ] 1278/2722 46% [============================= ] 1279/2722 46% [============================= ] 1280/2722 47% [============================= ] 1281/2722 47% [============================= ] 1282/2722 47% [============================= ] 1283/2722 47% [============================= ] 1284/2722 47% [============================= ] 1285/2722 47% [============================= ] 1286/2722 47% [============================= ] 1287/2722 47% [============================= ] 1288/2722 47% [============================= ] 1289/2722 47% [============================= ] 1290/2722 47% [============================= ] 1291/2722 47% [============================= ] 1292/2722 47% [============================= ] 1293/2722 47% [============================= ] 1294/2722 47% [============================= ] 1295/2722 47% [============================= ] 1296/2722 47% [============================= ] 1297/2722 47% [============================= ] 1298/2722 47% [============================= ] 1299/2722 47% [============================= ] 1300/2722 47% [============================= ] 1301/2722 47% [============================= ] 1302/2722 47% [============================= ] 1303/2722 47% [============================= ] 1304/2722 47% [============================= ] 1305/2722 47% [============================= ] 1306/2722 47% [============================= ] 1307/2722 48% [============================= ] 1308/2722 48% [============================= ] 1309/2722 48% [============================= ] 1310/2722 48% [============================= ] 1311/2722 48% [============================= ] 1312/2722 48% [============================= ] 1313/2722 48% [============================= ] 1314/2722 48% [============================= ] 1315/2722 48% [============================= ] 1316/2722 48% [============================= ] 1317/2722 48% [============================== ] 1318/2722 48% [============================== ] 1319/2722 48% [============================== ] 1320/2722 48% [============================== ] 1321/2722 48% [============================== ] 1322/2722 48% [============================== ] 1323/2722 48% [============================== ] 1324/2722 48% [============================== ] 1325/2722 48% [============================== ] 1326/2722 48% [============================== ] 1327/2722 48% [============================== ] 1328/2722 48% [============================== ] 1329/2722 48% [============================== ] 1330/2722 48% [============================== ] 1331/2722 48% [============================== ] 1332/2722 48% [============================== ] 1333/2722 48% [============================== ] 1334/2722 49% [============================== ] 1335/2722 49% [============================== ] 1336/2722 49% [============================== ] 1337/2722 49% [============================== ] 1338/2722 49% [============================== ] 1339/2722 49% [============================== ] 1340/2722 49% [============================== ] 1341/2722 49% [============================== ] 1342/2722 49% [============================== ] 1343/2722 49% [============================== ] 1344/2722 49% [============================== ] 1345/2722 49% [============================== ] 1346/2722 49% [============================== ] 1347/2722 49% [============================== ] 1348/2722 49% [============================== ] 1349/2722 49% [============================== ] 1350/2722 49% [============================== ] 1351/2722 49% [============================== ] 1352/2722 49% [============================== ] 1353/2722 49% [============================== ] 1354/2722 49% [============================== ] 1355/2722 49% [============================== ] 1356/2722 49% [============================== ] 1357/2722 49% [============================== ] 1358/2722 49% [============================== ] 1359/2722 49% [============================== ] 1360/2722 49% [=============================== ] 1361/2722 50% [=============================== ] 1362/2722 50% [=============================== ] 1363/2722 50% [=============================== ] 1364/2722 50% [=============================== ] 1365/2722 50% [=============================== ] 1366/2722 50% [=============================== ] 1367/2722 50% [=============================== ] 1368/2722 50% [=============================== ] 1369/2722 50% [=============================== ] 1370/2722 50% [=============================== ] 1371/2722 50% [=============================== ] 1372/2722 50% [=============================== ] 1373/2722 50% [=============================== ] 1374/2722 50% [=============================== ] 1375/2722 50% [=============================== ] 1376/2722 50% [=============================== ] 1377/2722 50% [=============================== ] 1378/2722 50% [=============================== ] 1379/2722 50% [=============================== ] 1380/2722 50% [=============================== ] 1381/2722 50% [=============================== ] 1382/2722 50% [=============================== ] 1383/2722 50% [=============================== ] 1384/2722 50% [=============================== ] 1385/2722 50% [=============================== ] 1386/2722 50% [=============================== ] 1387/2722 50% [=============================== ] 1388/2722 50% [=============================== ] 1389/2722 51% [=============================== ] 1390/2722 51% [=============================== ] 1391/2722 51% [=============================== ] 1392/2722 51% [=============================== ] 1393/2722 51% [=============================== ] 1394/2722 51% [=============================== ] 1395/2722 51% [=============================== ] 1396/2722 51% [=============================== ] 1397/2722 51% [=============================== ] 1398/2722 51% [=============================== ] 1399/2722 51% [=============================== ] 1400/2722 51% [=============================== ] 1401/2722 51% [=============================== ] 1402/2722 51% [=============================== ] 1403/2722 51% [=============================== ] 1404/2722 51% [================================ ] 1405/2722 51% [================================ ] 1406/2722 51% [================================ ] 1407/2722 51% [================================ ] 1408/2722 51% [================================ ] 1409/2722 51% [================================ ] 1410/2722 51% [================================ ] 1411/2722 51% [================================ ] 1412/2722 51% [================================ ] 1413/2722 51% [================================ ] 1414/2722 51% [================================ ] 1415/2722 51% [================================ ] 1416/2722 52% [================================ ] 1417/2722 52% [================================ ] 1418/2722 52% [================================ ] 1419/2722 52% [================================ ] 1420/2722 52% [================================ ] 1421/2722 52% [================================ ] 1422/2722 52% [================================ ] 1423/2722 52% [================================ ] 1424/2722 52% [================================ ] 1425/2722 52% [================================ ] 1426/2722 52% [================================ ] 1427/2722 52% [================================ ] 1428/2722 52% [================================ ] 1429/2722 52% [================================ ] 1430/2722 52% [================================ ] 1431/2722 52% [================================ ] 1432/2722 52% [================================ ] 1433/2722 52% [================================ ] 1434/2722 52% [================================ ] 1435/2722 52% [================================ ] 1436/2722 52% [================================ ] 1437/2722 52% [================================ ] 1438/2722 52% [================================ ] 1439/2722 52% [================================ ] 1440/2722 52% [================================ ] 1441/2722 52% [================================ ] 1442/2722 52% [================================ ] 1443/2722 53% [================================ ] 1444/2722 53% [================================ ] 1445/2722 53% [================================ ] 1446/2722 53% [================================ ] 1447/2722 53% [================================ ] 1448/2722 53% [================================= ] 1449/2722 53% [================================= ] 1450/2722 53% [================================= ] 1451/2722 53% [================================= ] 1452/2722 53% [================================= ] 1453/2722 53% [================================= ] 1454/2722 53% [================================= ] 1455/2722 53% [================================= ] 1456/2722 53% [================================= ] 1457/2722 53% [================================= ] 1458/2722 53% [================================= ] 1459/2722 53% [================================= ] 1460/2722 53% [================================= ] 1461/2722 53% [================================= ] 1462/2722 53% [================================= ] 1463/2722 53% [================================= ] 1464/2722 53% [================================= ] 1465/2722 53% [================================= ] 1466/2722 53% [================================= ] 1467/2722 53% [================================= ] 1468/2722 53% [================================= ] 1469/2722 53% [================================= ] 1470/2722 54% [================================= ] 1471/2722 54% [================================= ] 1472/2722 54% [================================= ] 1473/2722 54% [================================= ] 1474/2722 54% [================================= ] 1475/2722 54% [================================= ] 1476/2722 54% [================================= ] 1477/2722 54% [================================= ] 1478/2722 54% [================================= ] 1479/2722 54% [================================= ] 1480/2722 54% [================================= ] 1481/2722 54% [================================= ] 1482/2722 54% [================================= ] 1483/2722 54% [================================= ] 1484/2722 54% [================================= ] 1485/2722 54% [================================= ] 1486/2722 54% [================================= ] 1487/2722 54% [================================= ] 1488/2722 54% [================================= ] 1489/2722 54% [================================= ] 1490/2722 54% [================================= ] 1491/2722 54% [================================= ] 1492/2722 54% [================================== ] 1493/2722 54% [================================== ] 1494/2722 54% [================================== ] 1495/2722 54% [================================== ] 1496/2722 54% [================================== ] 1497/2722 54% [================================== ] 1498/2722 55% [================================== ] 1499/2722 55% [================================== ] 1500/2722 55% [================================== ] 1501/2722 55% [================================== ] 1502/2722 55% [================================== ] 1503/2722 55% [================================== ] 1504/2722 55% [================================== ] 1505/2722 55% [================================== ] 1506/2722 55% [================================== ] 1507/2722 55% [================================== ] 1508/2722 55% [================================== ] 1509/2722 55% [================================== ] 1510/2722 55% [================================== ] 1511/2722 55% [================================== ] 1512/2722 55% [================================== ] 1513/2722 55% [================================== ] 1514/2722 55% [================================== ] 1515/2722 55% [================================== ] 1516/2722 55% [================================== ] 1517/2722 55% [================================== ] 1518/2722 55% [================================== ] 1519/2722 55% [================================== ] 1520/2722 55% [================================== ] 1521/2722 55% [================================== ] 1522/2722 55% [================================== ] 1523/2722 55% [================================== ] 1524/2722 55% [================================== ] 1525/2722 56% [================================== ] 1526/2722 56% [================================== ] 1527/2722 56% [================================== ] 1528/2722 56% [================================== ] 1529/2722 56% [================================== ] 1530/2722 56% [================================== ] 1531/2722 56% [================================== ] 1532/2722 56% [================================== ] 1533/2722 56% [================================== ] 1534/2722 56% [================================== ] 1535/2722 56% [================================== ] 1536/2722 56% [=================================== ] 1537/2722 56% [=================================== ] 1538/2722 56% [=================================== ] 1539/2722 56% [=================================== ] 1540/2722 56% [=================================== ] 1541/2722 56% [=================================== ] 1542/2722 56% [=================================== ] 1543/2722 56% [=================================== ] 1544/2722 56% [=================================== ] 1545/2722 56% [=================================== ] 1546/2722 56% [=================================== ] 1547/2722 56% [=================================== ] 1548/2722 56% [=================================== ] 1549/2722 56% [=================================== ] 1550/2722 56% [=================================== ] 1551/2722 56% [=================================== ] 1552/2722 57% [=================================== ] 1553/2722 57% [=================================== ] 1554/2722 57% [=================================== ] 1555/2722 57% [=================================== ] 1556/2722 57% [=================================== ] 1557/2722 57% [=================================== ] 1558/2722 57% [=================================== ] 1559/2722 57% [=================================== ] 1560/2722 57% [=================================== ] 1561/2722 57% [=================================== ] 1562/2722 57% [=================================== ] 1563/2722 57% [=================================== ] 1564/2722 57% [=================================== ] 1565/2722 57% [=================================== ] 1566/2722 57% [=================================== ] 1567/2722 57% [=================================== ] 1568/2722 57% [=================================== ] 1569/2722 57% [=================================== ] 1570/2722 57% [=================================== ] 1571/2722 57% [=================================== ] 1572/2722 57% [=================================== ] 1573/2722 57% [=================================== ] 1574/2722 57% [=================================== ] 1575/2722 57% [=================================== ] 1576/2722 57% [=================================== ] 1577/2722 57% [=================================== ] 1578/2722 57% [=================================== ] 1579/2722 58% [=================================== ] 1580/2722 58% [==================================== ] 1581/2722 58% [==================================== ] 1582/2722 58% [==================================== ] 1583/2722 58% [==================================== ] 1584/2722 58% [==================================== ] 1585/2722 58% [==================================== ] 1586/2722 58% [==================================== ] 1587/2722 58% [==================================== ] 1588/2722 58% [==================================== ] 1589/2722 58% [==================================== ] 1590/2722 58% [==================================== ] 1591/2722 58% [==================================== ] 1592/2722 58% [==================================== ] 1593/2722 58% [==================================== ] 1594/2722 58% [==================================== ] 1595/2722 58% [==================================== ] 1596/2722 58% [==================================== ] 1597/2722 58% [==================================== ] 1598/2722 58% [==================================== ] 1599/2722 58% [==================================== ] 1600/2722 58% [==================================== ] 1601/2722 58% [==================================== ] 1602/2722 58% [==================================== ] 1603/2722 58% [==================================== ] 1604/2722 58% [==================================== ] 1605/2722 58% [==================================== ] 1606/2722 59% [==================================== ] 1607/2722 59% [==================================== ] 1608/2722 59% [==================================== ] 1609/2722 59% [==================================== ] 1610/2722 59% [==================================== ] 1611/2722 59% [==================================== ] 1612/2722 59% [==================================== ] 1613/2722 59% [==================================== ] 1614/2722 59% [==================================== ] 1615/2722 59% [==================================== ] 1616/2722 59% [==================================== ] 1617/2722 59% [==================================== ] 1618/2722 59% [==================================== ] 1619/2722 59% [==================================== ] 1620/2722 59% [==================================== ] 1621/2722 59% [==================================== ] 1622/2722 59% [==================================== ] 1623/2722 59% [==================================== ] 1624/2722 59% [===================================== ] 1625/2722 59% [===================================== ] 1626/2722 59% [===================================== ] 1627/2722 59% [===================================== ] 1628/2722 59% [===================================== ] 1629/2722 59% [===================================== ] 1630/2722 59% [===================================== ] 1631/2722 59% [===================================== ] 1632/2722 59% [===================================== ] 1633/2722 59% [===================================== ] 1634/2722 60% [===================================== ] 1635/2722 60% [===================================== ] 1636/2722 60% [===================================== ] 1637/2722 60% [===================================== ] 1638/2722 60% [===================================== ] 1639/2722 60% [===================================== ] 1640/2722 60% [===================================== ] 1641/2722 60% [===================================== ] 1642/2722 60% [===================================== ] 1643/2722 60% [===================================== ] 1644/2722 60% [===================================== ] 1645/2722 60% [===================================== ] 1646/2722 60% [===================================== ] 1647/2722 60% [===================================== ] 1648/2722 60% [===================================== ] 1649/2722 60% [===================================== ] 1650/2722 60% [===================================== ] 1651/2722 60% [===================================== ] 1652/2722 60% [===================================== ] 1653/2722 60% [===================================== ] 1654/2722 60% [===================================== ] 1655/2722 60% [===================================== ] 1656/2722 60% [===================================== ] 1657/2722 60% [===================================== ] 1658/2722 60% [===================================== ] 1659/2722 60% [===================================== ] 1660/2722 60% [===================================== ] 1661/2722 61% [===================================== ] 1662/2722 61% [===================================== ] 1663/2722 61% [===================================== ] 1664/2722 61% [===================================== ] 1665/2722 61% [===================================== ] 1666/2722 61% [===================================== ] 1667/2722 61% [===================================== ] 1668/2722 61% [====================================== ] 1669/2722 61% [====================================== ] 1670/2722 61% [====================================== ] 1671/2722 61% [====================================== ] 1672/2722 61% [====================================== ] 1673/2722 61% [====================================== ] 1674/2722 61% [====================================== ] 1675/2722 61% [====================================== ] 1676/2722 61% [====================================== ] 1677/2722 61% [====================================== ] 1678/2722 61% [====================================== ] 1679/2722 61% [====================================== ] 1680/2722 61% [====================================== ] 1681/2722 61% [====================================== ] 1682/2722 61% [====================================== ] 1683/2722 61% [====================================== ] 1684/2722 61% [====================================== ] 1685/2722 61% [====================================== ] 1686/2722 61% [====================================== ] 1687/2722 61% [====================================== ] 1688/2722 62% [====================================== ] 1689/2722 62% [====================================== ] 1690/2722 62% [====================================== ] 1691/2722 62% [====================================== ] 1692/2722 62% [====================================== ] 1693/2722 62% [====================================== ] 1694/2722 62% [====================================== ] 1695/2722 62% [====================================== ] 1696/2722 62% [====================================== ] 1697/2722 62% [====================================== ] 1698/2722 62% [====================================== ] 1699/2722 62% [====================================== ] 1700/2722 62% [====================================== ] 1701/2722 62% [====================================== ] 1702/2722 62% [====================================== ] 1703/2722 62% [====================================== ] 1704/2722 62% [====================================== ] 1705/2722 62% [====================================== ] 1706/2722 62% [====================================== ] 1707/2722 62% [====================================== ] 1708/2722 62% [====================================== ] 1709/2722 62% [====================================== ] 1710/2722 62% [====================================== ] 1711/2722 62% [====================================== ] 1712/2722 62% [======================================= ] 1713/2722 62% [======================================= ] 1714/2722 62% [======================================= ] 1715/2722 63% [======================================= ] 1716/2722 63% [======================================= ] 1717/2722 63% [======================================= ] 1718/2722 63% [======================================= ] 1719/2722 63% [======================================= ] 1720/2722 63% [======================================= ] 1721/2722 63% [======================================= ] 1722/2722 63% [======================================= ] 1723/2722 63% [======================================= ] 1724/2722 63% [======================================= ] 1725/2722 63% [======================================= ] 1726/2722 63% [======================================= ] 1727/2722 63% [======================================= ] 1728/2722 63% [======================================= ] 1729/2722 63% [======================================= ] 1730/2722 63% [======================================= ] 1731/2722 63% [======================================= ] 1732/2722 63% [======================================= ] 1733/2722 63% [======================================= ] 1734/2722 63% [======================================= ] 1735/2722 63% [======================================= ] 1736/2722 63% [======================================= ] 1737/2722 63% [======================================= ] 1738/2722 63% [======================================= ] 1739/2722 63% [======================================= ] 1740/2722 63% [======================================= ] 1741/2722 63% [======================================= ] 1742/2722 63% [======================================= ] 1743/2722 64% [======================================= ] 1744/2722 64% [======================================= ] 1745/2722 64% [======================================= ] 1746/2722 64% [======================================= ] 1747/2722 64% [======================================= ] 1748/2722 64% [======================================= ] 1749/2722 64% [======================================= ] 1750/2722 64% [======================================= ] 1751/2722 64% [======================================= ] 1752/2722 64% [======================================= ] 1753/2722 64% [======================================= ] 1754/2722 64% [======================================= ] 1755/2722 64% [======================================= ] 1756/2722 64% [======================================== ] 1757/2722 64% [======================================== ] 1758/2722 64% [======================================== ] 1759/2722 64% [======================================== ] 1760/2722 64% [======================================== ] 1761/2722 64% [======================================== ] 1762/2722 64% [======================================== ] 1763/2722 64% [======================================== ] 1764/2722 64% [======================================== ] 1765/2722 64% [======================================== ] 1766/2722 64% [======================================== ] 1767/2722 64% [======================================== ] 1768/2722 64% [======================================== ] 1769/2722 64% [======================================== ] 1770/2722 65% [======================================== ] 1771/2722 65% [======================================== ] 1772/2722 65% [======================================== ] 1773/2722 65% [======================================== ] 1774/2722 65% [======================================== ] 1775/2722 65% [======================================== ] 1776/2722 65% [======================================== ] 1777/2722 65% [======================================== ] 1778/2722 65% [======================================== ] 1779/2722 65% [======================================== ] 1780/2722 65% [======================================== ] 1781/2722 65% [======================================== ] 1782/2722 65% [======================================== ] 1783/2722 65% [======================================== ] 1784/2722 65% [======================================== ] 1785/2722 65% [======================================== ] 1786/2722 65% [======================================== ] 1787/2722 65% [======================================== ] 1788/2722 65% [======================================== ] 1789/2722 65% [======================================== ] 1790/2722 65% [======================================== ] 1791/2722 65% [======================================== ] 1792/2722 65% [======================================== ] 1793/2722 65% [======================================== ] 1794/2722 65% [======================================== ] 1795/2722 65% [======================================== ] 1796/2722 65% [======================================== ] 1797/2722 66% [======================================== ] 1798/2722 66% [======================================== ] 1799/2722 66% [======================================== ] 1800/2722 66% [========================================= ] 1801/2722 66% [========================================= ] 1802/2722 66% [========================================= ] 1803/2722 66% [========================================= ] 1804/2722 66% [========================================= ] 1805/2722 66% [========================================= ] 1806/2722 66% [========================================= ] 1807/2722 66% [========================================= ] 1808/2722 66% [========================================= ] 1809/2722 66% [========================================= ] 1810/2722 66% [========================================= ] 1811/2722 66% [========================================= ] 1812/2722 66% [========================================= ] 1813/2722 66% [========================================= ] 1814/2722 66% [========================================= ] 1815/2722 66% [========================================= ] 1816/2722 66% [========================================= ] 1817/2722 66% [========================================= ] 1818/2722 66% [========================================= ] 1819/2722 66% [========================================= ] 1820/2722 66% [========================================= ] 1821/2722 66% [========================================= ] 1822/2722 66% [========================================= ] 1823/2722 66% [========================================= ] 1824/2722 67% [========================================= ] 1825/2722 67% [========================================= ] 1826/2722 67% [========================================= ] 1827/2722 67% [========================================= ] 1828/2722 67% [========================================= ] 1829/2722 67% [========================================= ] 1830/2722 67% [========================================= ] 1831/2722 67% [========================================= ] 1832/2722 67% [========================================= ] 1833/2722 67% [========================================= ] 1834/2722 67% [========================================= ] 1835/2722 67% [========================================= ] 1836/2722 67% [========================================= ] 1837/2722 67% [========================================= ] 1838/2722 67% [========================================= ] 1839/2722 67% [========================================= ] 1840/2722 67% [========================================= ] 1841/2722 67% [========================================= ] 1842/2722 67% [========================================= ] 1843/2722 67% [========================================== ] 1844/2722 67% [========================================== ] 1845/2722 67% [========================================== ] 1846/2722 67% [========================================== ] 1847/2722 67% [========================================== ] 1848/2722 67% [========================================== ] 1849/2722 67% [========================================== ] 1850/2722 67% [========================================== ] 1851/2722 68% [========================================== ] 1852/2722 68% [========================================== ] 1853/2722 68% [========================================== ] 1854/2722 68% [========================================== ] 1855/2722 68% [========================================== ] 1856/2722 68% [========================================== ] 1857/2722 68% [========================================== ] 1858/2722 68% [========================================== ] 1859/2722 68% [========================================== ] 1860/2722 68% [========================================== ] 1861/2722 68% [========================================== ] 1862/2722 68% [========================================== ] 1863/2722 68% [========================================== ] 1864/2722 68% [========================================== ] 1865/2722 68% [========================================== ] 1866/2722 68% [========================================== ] 1867/2722 68% [========================================== ] 1868/2722 68% [========================================== ] 1869/2722 68% [========================================== ] 1870/2722 68% [========================================== ] 1871/2722 68% [========================================== ] 1872/2722 68% [========================================== ] 1873/2722 68% [========================================== ] 1874/2722 68% [========================================== ] 1875/2722 68% [========================================== ] 1876/2722 68% [========================================== ] 1877/2722 68% [========================================== ] 1878/2722 68% [========================================== ] 1879/2722 69% [========================================== ] 1880/2722 69% [========================================== ] 1881/2722 69% [========================================== ] 1882/2722 69% [========================================== ] 1883/2722 69% [========================================== ] 1884/2722 69% [========================================== ] 1885/2722 69% [========================================== ] 1886/2722 69% [========================================== ] 1887/2722 69% [=========================================== ] 1888/2722 69% [=========================================== ] 1889/2722 69% [=========================================== ] 1890/2722 69% [=========================================== ] 1891/2722 69% [=========================================== ] 1892/2722 69% [=========================================== ] 1893/2722 69% [=========================================== ] 1894/2722 69% [=========================================== ] 1895/2722 69% [=========================================== ] 1896/2722 69% [=========================================== ] 1897/2722 69% [=========================================== ] 1898/2722 69% [=========================================== ] 1899/2722 69% [=========================================== ] 1900/2722 69% [=========================================== ] 1901/2722 69% [=========================================== ] 1902/2722 69% [=========================================== ] 1903/2722 69% [=========================================== ] 1904/2722 69% [=========================================== ] 1905/2722 69% [=========================================== ] 1906/2722 70% [=========================================== ] 1907/2722 70% [=========================================== ] 1908/2722 70% [=========================================== ] 1909/2722 70% [=========================================== ] 1910/2722 70% [=========================================== ] 1911/2722 70% [=========================================== ] 1912/2722 70% [=========================================== ] 1913/2722 70% [=========================================== ] 1914/2722 70% [=========================================== ] 1915/2722 70% [=========================================== ] 1916/2722 70% [=========================================== ] 1917/2722 70% [=========================================== ] 1918/2722 70% [=========================================== ] 1919/2722 70% [=========================================== ] 1920/2722 70% [=========================================== ] 1921/2722 70% [=========================================== ] 1922/2722 70% [=========================================== ] 1923/2722 70% [=========================================== ] 1924/2722 70% [=========================================== ] 1925/2722 70% [=========================================== ] 1926/2722 70% [=========================================== ] 1927/2722 70% [=========================================== ] 1928/2722 70% [=========================================== ] 1929/2722 70% [=========================================== ] 1930/2722 70% [=========================================== ] 1931/2722 70% [============================================ ] 1932/2722 70% [============================================ ] 1933/2722 71% [============================================ ] 1934/2722 71% [============================================ ] 1935/2722 71% [============================================ ] 1936/2722 71% [============================================ ] 1937/2722 71% [============================================ ] 1938/2722 71% [============================================ ] 1939/2722 71% [============================================ ] 1940/2722 71% [============================================ ] 1941/2722 71% [============================================ ] 1942/2722 71% [============================================ ] 1943/2722 71% [============================================ ] 1944/2722 71% [============================================ ] 1945/2722 71% [============================================ ] 1946/2722 71% [============================================ ] 1947/2722 71% [============================================ ] 1948/2722 71% [============================================ ] 1949/2722 71% [============================================ ] 1950/2722 71% [============================================ ] 1951/2722 71% [============================================ ] 1952/2722 71% [============================================ ] 1953/2722 71% [============================================ ] 1954/2722 71% [============================================ ] 1955/2722 71% [============================================ ] 1956/2722 71% [============================================ ] 1957/2722 71% [============================================ ] 1958/2722 71% [============================================ ] 1959/2722 71% [============================================ ] 1960/2722 72% [============================================ ] 1961/2722 72% [============================================ ] 1962/2722 72% [============================================ ] 1963/2722 72% [============================================ ] 1964/2722 72% [============================================ ] 1965/2722 72% [============================================ ] 1966/2722 72% [============================================ ] 1967/2722 72% [============================================ ] 1968/2722 72% [============================================ ] 1969/2722 72% [============================================ ] 1970/2722 72% [============================================ ] 1971/2722 72% [============================================ ] 1972/2722 72% [============================================ ] 1973/2722 72% [============================================ ] 1974/2722 72% [============================================ ] 1975/2722 72% [============================================= ] 1976/2722 72% [============================================= ] 1977/2722 72% [============================================= ] 1978/2722 72% [============================================= ] 1979/2722 72% [============================================= ] 1980/2722 72% [============================================= ] 1981/2722 72% [============================================= ] 1982/2722 72% [============================================= ] 1983/2722 72% [============================================= ] 1984/2722 72% [============================================= ] 1985/2722 72% [============================================= ] 1986/2722 72% [============================================= ] 1987/2722 72% [============================================= ] 1988/2722 73% [============================================= ] 1989/2722 73% [============================================= ] 1990/2722 73% [============================================= ] 1991/2722 73% [============================================= ] 1992/2722 73% [============================================= ] 1993/2722 73% [============================================= ] 1994/2722 73% [============================================= ] 1995/2722 73% [============================================= ] 1996/2722 73% [============================================= ] 1997/2722 73% [============================================= ] 1998/2722 73% [============================================= ] 1999/2722 73% [============================================= ] 2000/2722 73% [============================================= ] 2001/2722 73% [============================================= ] 2002/2722 73% [============================================= ] 2003/2722 73% [============================================= ] 2004/2722 73% [============================================= ] 2005/2722 73% [============================================= ] 2006/2722 73% [============================================= ] 2007/2722 73% [============================================= ] 2008/2722 73% [============================================= ] 2009/2722 73% [============================================= ] 2010/2722 73% [============================================= ] 2011/2722 73% [============================================= ] 2012/2722 73% [============================================= ] 2013/2722 73% [============================================= ] 2014/2722 73% [============================================= ] 2015/2722 74% [============================================= ] 2016/2722 74% [============================================= ] 2017/2722 74% [============================================= ] 2018/2722 74% [============================================= ] 2019/2722 74% [============================================== ] 2020/2722 74% [============================================== ] 2021/2722 74% [============================================== ] 2022/2722 74% [============================================== ] 2023/2722 74% [============================================== ] 2024/2722 74% [============================================== ] 2025/2722 74% [============================================== ] 2026/2722 74% [============================================== ] 2027/2722 74% [============================================== ] 2028/2722 74% [============================================== ] 2029/2722 74% [============================================== ] 2030/2722 74% [============================================== ] 2031/2722 74% [============================================== ] 2032/2722 74% [============================================== ] 2033/2722 74% [============================================== ] 2034/2722 74% [============================================== ] 2035/2722 74% [============================================== ] 2036/2722 74% [============================================== ] 2037/2722 74% [============================================== ] 2038/2722 74% [============================================== ] 2039/2722 74% [============================================== ] 2040/2722 74% [============================================== ] 2041/2722 74% [============================================== ] 2042/2722 75% [============================================== ] 2043/2722 75% [============================================== ] 2044/2722 75% [============================================== ] 2045/2722 75% [============================================== ] 2046/2722 75% [============================================== ] 2047/2722 75% [============================================== ] 2048/2722 75% [============================================== ] 2049/2722 75% [============================================== ] 2050/2722 75% [============================================== ] 2051/2722 75% [============================================== ] 2052/2722 75% [============================================== ] 2053/2722 75% [============================================== ] 2054/2722 75% [============================================== ] 2055/2722 75% [============================================== ] 2056/2722 75% [============================================== ] 2057/2722 75% [============================================== ] 2058/2722 75% [============================================== ] 2059/2722 75% [============================================== ] 2060/2722 75% [============================================== ] 2061/2722 75% [============================================== ] 2062/2722 75% [============================================== ] 2063/2722 75% [=============================================== ] 2064/2722 75% [=============================================== ] 2065/2722 75% [=============================================== ] 2066/2722 75% [=============================================== ] 2067/2722 75% [=============================================== ] 2068/2722 75% [=============================================== ] 2069/2722 76% [=============================================== ] 2070/2722 76% [=============================================== ] 2071/2722 76% [=============================================== ] 2072/2722 76% [=============================================== ] 2073/2722 76% [=============================================== ] 2074/2722 76% [=============================================== ] 2075/2722 76% [=============================================== ] 2076/2722 76% [=============================================== ] 2077/2722 76% [=============================================== ] 2078/2722 76% [=============================================== ] 2079/2722 76% [=============================================== ] 2080/2722 76% [=============================================== ] 2081/2722 76% [=============================================== ] 2082/2722 76% [=============================================== ] 2083/2722 76% [=============================================== ] 2084/2722 76% [=============================================== ] 2085/2722 76% [=============================================== ] 2086/2722 76% [=============================================== ] 2087/2722 76% [=============================================== ] 2088/2722 76% [=============================================== ] 2089/2722 76% [=============================================== ] 2090/2722 76% [=============================================== ] 2091/2722 76% [=============================================== ] 2092/2722 76% [=============================================== ] 2093/2722 76% [=============================================== ] 2094/2722 76% [=============================================== ] 2095/2722 76% [=============================================== ] 2096/2722 77% [=============================================== ] 2097/2722 77% [=============================================== ] 2098/2722 77% [=============================================== ] 2099/2722 77% [=============================================== ] 2100/2722 77% [=============================================== ] 2101/2722 77% [=============================================== ] 2102/2722 77% [=============================================== ] 2103/2722 77% [=============================================== ] 2104/2722 77% [=============================================== ] 2105/2722 77% [=============================================== ] 2106/2722 77% [=============================================== ] 2107/2722 77% [================================================ ] 2108/2722 77% [================================================ ] 2109/2722 77% [================================================ ] 2110/2722 77% [================================================ ] 2111/2722 77% [================================================ ] 2112/2722 77% [================================================ ] 2113/2722 77% [================================================ ] 2114/2722 77% [================================================ ] 2115/2722 77% [================================================ ] 2116/2722 77% [================================================ ] 2117/2722 77% [================================================ ] 2118/2722 77% [================================================ ] 2119/2722 77% [================================================ ] 2120/2722 77% [================================================ ] 2121/2722 77% [================================================ ] 2122/2722 77% [================================================ ] 2123/2722 77% [================================================ ] 2124/2722 78% [================================================ ] 2125/2722 78% [================================================ ] 2126/2722 78% [================================================ ] 2127/2722 78% [================================================ ] 2128/2722 78% [================================================ ] 2129/2722 78% [================================================ ] 2130/2722 78% [================================================ ] 2131/2722 78% [================================================ ] 2132/2722 78% [================================================ ] 2133/2722 78% [================================================ ] 2134/2722 78% [================================================ ] 2135/2722 78% [================================================ ] 2136/2722 78% [================================================ ] 2137/2722 78% [================================================ ] 2138/2722 78% [================================================ ] 2139/2722 78% [================================================ ] 2140/2722 78% [================================================ ] 2141/2722 78% [================================================ ] 2142/2722 78% [================================================ ] 2143/2722 78% [================================================ ] 2144/2722 78% [================================================ ] 2145/2722 78% [================================================ ] 2146/2722 78% [================================================ ] 2147/2722 78% [================================================ ] 2148/2722 78% [================================================ ] 2149/2722 78% [================================================ ] 2150/2722 78% [================================================ ] 2151/2722 79% [================================================= ] 2152/2722 79% [================================================= ] 2153/2722 79% [================================================= ] 2154/2722 79% [================================================= ] 2155/2722 79% [================================================= ] 2156/2722 79% [================================================= ] 2157/2722 79% [================================================= ] 2158/2722 79% [================================================= ] 2159/2722 79% [================================================= ] 2160/2722 79% [================================================= ] 2161/2722 79% [================================================= ] 2162/2722 79% [================================================= ] 2163/2722 79% [================================================= ] 2164/2722 79% [================================================= ] 2165/2722 79% [================================================= ] 2166/2722 79% [================================================= ] 2167/2722 79% [================================================= ] 2168/2722 79% [================================================= ] 2169/2722 79% [================================================= ] 2170/2722 79% [================================================= ] 2171/2722 79% [================================================= ] 2172/2722 79% [================================================= ] 2173/2722 79% [================================================= ] 2174/2722 79% [================================================= ] 2175/2722 79% [================================================= ] 2176/2722 79% [================================================= ] 2177/2722 79% [================================================= ] 2178/2722 80% [================================================= ] 2179/2722 80% [================================================= ] 2180/2722 80% [================================================= ] 2181/2722 80% [================================================= ] 2182/2722 80% [================================================= ] 2183/2722 80% [================================================= ] 2184/2722 80% [================================================= ] 2185/2722 80% [================================================= ] 2186/2722 80% [================================================= ] 2187/2722 80% [================================================= ] 2188/2722 80% [================================================= ] 2189/2722 80% [================================================= ] 2190/2722 80% [================================================= ] 2191/2722 80% [================================================= ] 2192/2722 80% [================================================= ] 2193/2722 80% [================================================= ] 2194/2722 80% [================================================= ] 2195/2722 80% [================================================== ] 2196/2722 80% [================================================== ] 2197/2722 80% [================================================== ] 2198/2722 80% [================================================== ] 2199/2722 80% [================================================== ] 2200/2722 80% [================================================== ] 2201/2722 80% [================================================== ] 2202/2722 80% [================================================== ] 2203/2722 80% [================================================== ] 2204/2722 80% [================================================== ] 2205/2722 81% [================================================== ] 2206/2722 81% [================================================== ] 2207/2722 81% [================================================== ] 2208/2722 81% [================================================== ] 2209/2722 81% [================================================== ] 2210/2722 81% [================================================== ] 2211/2722 81% [================================================== ] 2212/2722 81% [================================================== ] 2213/2722 81% [================================================== ] 2214/2722 81% [================================================== ] 2215/2722 81% [================================================== ] 2216/2722 81% [================================================== ] 2217/2722 81% [================================================== ] 2218/2722 81% [================================================== ] 2219/2722 81% [================================================== ] 2220/2722 81% [================================================== ] 2221/2722 81% [================================================== ] 2222/2722 81% [================================================== ] 2223/2722 81% [================================================== ] 2224/2722 81% [================================================== ] 2225/2722 81% [================================================== ] 2226/2722 81% [================================================== ] 2227/2722 81% [================================================== ] 2228/2722 81% [================================================== ] 2229/2722 81% [================================================== ] 2230/2722 81% [================================================== ] 2231/2722 81% [================================================== ] 2232/2722 81% [================================================== ] 2233/2722 82% [================================================== ] 2234/2722 82% [================================================== ] 2235/2722 82% [================================================== ] 2236/2722 82% [================================================== ] 2237/2722 82% [================================================== ] 2238/2722 82% [================================================== ] 2239/2722 82% [=================================================== ] 2240/2722 82% [=================================================== ] 2241/2722 82% [=================================================== ] 2242/2722 82% [=================================================== ] 2243/2722 82% [=================================================== ] 2244/2722 82% [=================================================== ] 2245/2722 82% [=================================================== ] 2246/2722 82% [=================================================== ] 2247/2722 82% [=================================================== ] 2248/2722 82% [=================================================== ] 2249/2722 82% [=================================================== ] 2250/2722 82% [=================================================== ] 2251/2722 82% [=================================================== ] 2252/2722 82% [=================================================== ] 2253/2722 82% [=================================================== ] 2254/2722 82% [=================================================== ] 2255/2722 82% [=================================================== ] 2256/2722 82% [=================================================== ] 2257/2722 82% [=================================================== ] 2258/2722 82% [=================================================== ] 2259/2722 82% [=================================================== ] 2260/2722 83% [=================================================== ] 2261/2722 83% [=================================================== ] 2262/2722 83% [=================================================== ] 2263/2722 83% [=================================================== ] 2264/2722 83% [=================================================== ] 2265/2722 83% [=================================================== ] 2266/2722 83% [=================================================== ] 2267/2722 83% [=================================================== ] 2268/2722 83% [=================================================== ] 2269/2722 83% [=================================================== ] 2270/2722 83% [=================================================== ] 2271/2722 83% [=================================================== ] 2272/2722 83% [=================================================== ] 2273/2722 83% [=================================================== ] 2274/2722 83% [=================================================== ] 2275/2722 83% [=================================================== ] 2276/2722 83% [=================================================== ] 2277/2722 83% [=================================================== ] 2278/2722 83% [=================================================== ] 2279/2722 83% [=================================================== ] 2280/2722 83% [=================================================== ] 2281/2722 83% [=================================================== ] 2282/2722 83% [==================================================== ] 2283/2722 83% [==================================================== ] 2284/2722 83% [==================================================== ] 2285/2722 83% [==================================================== ] 2286/2722 83% [==================================================== ] 2287/2722 84% [==================================================== ] 2288/2722 84% [==================================================== ] 2289/2722 84% [==================================================== ] 2290/2722 84% [==================================================== ] 2291/2722 84% [==================================================== ] 2292/2722 84% [==================================================== ] 2293/2722 84% [==================================================== ] 2294/2722 84% [==================================================== ] 2295/2722 84% [==================================================== ] 2296/2722 84% [==================================================== ] 2297/2722 84% [==================================================== ] 2298/2722 84% [==================================================== ] 2299/2722 84% [==================================================== ] 2300/2722 84% [==================================================== ] 2301/2722 84% [==================================================== ] 2302/2722 84% [==================================================== ] 2303/2722 84% [==================================================== ] 2304/2722 84% [==================================================== ] 2305/2722 84% [==================================================== ] 2306/2722 84% [==================================================== ] 2307/2722 84% [==================================================== ] 2308/2722 84% [==================================================== ] 2309/2722 84% [==================================================== ] 2310/2722 84% [==================================================== ] 2311/2722 84% [==================================================== ] 2312/2722 84% [==================================================== ] 2313/2722 84% [==================================================== ] 2314/2722 85% [==================================================== ] 2315/2722 85% [==================================================== ] 2316/2722 85% [==================================================== ] 2317/2722 85% [==================================================== ] 2318/2722 85% [==================================================== ] 2319/2722 85% [==================================================== ] 2320/2722 85% [==================================================== ] 2321/2722 85% [==================================================== ] 2322/2722 85% [==================================================== ] 2323/2722 85% [==================================================== ] 2324/2722 85% [==================================================== ] 2325/2722 85% [==================================================== ] 2326/2722 85% [===================================================== ] 2327/2722 85% [===================================================== ] 2328/2722 85% [===================================================== ] 2329/2722 85% [===================================================== ] 2330/2722 85% [===================================================== ] 2331/2722 85% [===================================================== ] 2332/2722 85% [===================================================== ] 2333/2722 85% [===================================================== ] 2334/2722 85% [===================================================== ] 2335/2722 85% [===================================================== ] 2336/2722 85% [===================================================== ] 2337/2722 85% [===================================================== ] 2338/2722 85% [===================================================== ] 2339/2722 85% [===================================================== ] 2340/2722 85% [===================================================== ] 2341/2722 86% [===================================================== ] 2342/2722 86% [===================================================== ] 2343/2722 86% [===================================================== ] 2344/2722 86% [===================================================== ] 2345/2722 86% [===================================================== ] 2346/2722 86% [===================================================== ] 2347/2722 86% [===================================================== ] 2348/2722 86% [===================================================== ] 2349/2722 86% [===================================================== ] 2350/2722 86% [===================================================== ] 2351/2722 86% [===================================================== ] 2352/2722 86% [===================================================== ] 2353/2722 86% [===================================================== ] 2354/2722 86% [===================================================== ] 2355/2722 86% [===================================================== ] 2356/2722 86% [===================================================== ] 2357/2722 86% [===================================================== ] 2358/2722 86% [===================================================== ] 2359/2722 86% [===================================================== ] 2360/2722 86% [===================================================== ] 2361/2722 86% [===================================================== ] 2362/2722 86% [===================================================== ] 2363/2722 86% [===================================================== ] 2364/2722 86% [===================================================== ] 2365/2722 86% [===================================================== ] 2366/2722 86% [===================================================== ] 2367/2722 86% [===================================================== ] 2368/2722 86% [===================================================== ] 2369/2722 87% [===================================================== ] 2370/2722 87% [====================================================== ] 2371/2722 87% [====================================================== ] 2372/2722 87% [====================================================== ] 2373/2722 87% [====================================================== ] 2374/2722 87% [====================================================== ] 2375/2722 87% [====================================================== ] 2376/2722 87% [====================================================== ] 2377/2722 87% [====================================================== ] 2378/2722 87% [====================================================== ] 2379/2722 87% [====================================================== ] 2380/2722 87% [====================================================== ] 2381/2722 87% [====================================================== ] 2382/2722 87% [====================================================== ] 2383/2722 87% [====================================================== ] 2384/2722 87% [====================================================== ] 2385/2722 87% [====================================================== ] 2386/2722 87% [====================================================== ] 2387/2722 87% [====================================================== ] 2388/2722 87% [====================================================== ] 2389/2722 87% [====================================================== ] 2390/2722 87% [====================================================== ] 2391/2722 87% [====================================================== ] 2392/2722 87% [====================================================== ] 2393/2722 87% [====================================================== ] 2394/2722 87% [====================================================== ] 2395/2722 87% [====================================================== ] 2396/2722 88% [====================================================== ] 2397/2722 88% [====================================================== ] 2398/2722 88% [====================================================== ] 2399/2722 88% [====================================================== ] 2400/2722 88% [====================================================== ] 2401/2722 88% [====================================================== ] 2402/2722 88% [====================================================== ] 2403/2722 88% [====================================================== ] 2404/2722 88% [====================================================== ] 2405/2722 88% [====================================================== ] 2406/2722 88% [====================================================== ] 2407/2722 88% [====================================================== ] 2408/2722 88% [====================================================== ] 2409/2722 88% [====================================================== ] 2410/2722 88% [====================================================== ] 2411/2722 88% [====================================================== ] 2412/2722 88% [====================================================== ] 2413/2722 88% [====================================================== ] 2414/2722 88% [======================================================= ] 2415/2722 88% [======================================================= ] 2416/2722 88% [======================================================= ] 2417/2722 88% [======================================================= ] 2418/2722 88% [======================================================= ] 2419/2722 88% [======================================================= ] 2420/2722 88% [======================================================= ] 2421/2722 88% [======================================================= ] 2422/2722 88% [======================================================= ] 2423/2722 89% [======================================================= ] 2424/2722 89% [======================================================= ] 2425/2722 89% [======================================================= ] 2426/2722 89% [======================================================= ] 2427/2722 89% [======================================================= ] 2428/2722 89% [======================================================= ] 2429/2722 89% [======================================================= ] 2430/2722 89% [======================================================= ] 2431/2722 89% [======================================================= ] 2432/2722 89% [======================================================= ] 2433/2722 89% [======================================================= ] 2434/2722 89% [======================================================= ] 2435/2722 89% [======================================================= ] 2436/2722 89% [======================================================= ] 2437/2722 89% [======================================================= ] 2438/2722 89% [======================================================= ] 2439/2722 89% [======================================================= ] 2440/2722 89% [======================================================= ] 2441/2722 89% [======================================================= ] 2442/2722 89% [======================================================= ] 2443/2722 89% [======================================================= ] 2444/2722 89% [======================================================= ] 2445/2722 89% [======================================================= ] 2446/2722 89% [======================================================= ] 2447/2722 89% [======================================================= ] 2448/2722 89% [======================================================= ] 2449/2722 89% [======================================================= ] 2450/2722 90% [======================================================= ] 2451/2722 90% [======================================================= ] 2452/2722 90% [======================================================= ] 2453/2722 90% [======================================================= ] 2454/2722 90% [======================================================= ] 2455/2722 90% [======================================================= ] 2456/2722 90% [======================================================= ] 2457/2722 90% [======================================================= ] 2458/2722 90% [======================================================== ] 2459/2722 90% [======================================================== ] 2460/2722 90% [======================================================== ] 2461/2722 90% [======================================================== ] 2462/2722 90% [======================================================== ] 2463/2722 90% [======================================================== ] 2464/2722 90% [======================================================== ] 2465/2722 90% [======================================================== ] 2466/2722 90% [======================================================== ] 2467/2722 90% [======================================================== ] 2468/2722 90% [======================================================== ] 2469/2722 90% [======================================================== ] 2470/2722 90% [======================================================== ] 2471/2722 90% [======================================================== ] 2472/2722 90% [======================================================== ] 2473/2722 90% [======================================================== ] 2474/2722 90% [======================================================== ] 2475/2722 90% [======================================================== ] 2476/2722 90% [======================================================== ] 2477/2722 90% [======================================================== ] 2478/2722 91% [======================================================== ] 2479/2722 91% [======================================================== ] 2480/2722 91% [======================================================== ] 2481/2722 91% [======================================================== ] 2482/2722 91% [======================================================== ] 2483/2722 91% [======================================================== ] 2484/2722 91% [======================================================== ] 2485/2722 91% [======================================================== ] 2486/2722 91% [======================================================== ] 2487/2722 91% [======================================================== ] 2488/2722 91% [======================================================== ] 2489/2722 91% [======================================================== ] 2490/2722 91% [======================================================== ] 2491/2722 91% [======================================================== ] 2492/2722 91% [======================================================== ] 2493/2722 91% [======================================================== ] 2494/2722 91% [======================================================== ] 2495/2722 91% [======================================================== ] 2496/2722 91% [======================================================== ] 2497/2722 91% [======================================================== ] 2498/2722 91% [======================================================== ] 2499/2722 91% [======================================================== ] 2500/2722 91% [======================================================== ] 2501/2722 91% [======================================================== ] 2502/2722 91% [========================================================= ] 2503/2722 91% [========================================================= ] 2504/2722 91% [========================================================= ] 2505/2722 92% [========================================================= ] 2506/2722 92% [========================================================= ] 2507/2722 92% [========================================================= ] 2508/2722 92% [========================================================= ] 2509/2722 92% [========================================================= ] 2510/2722 92% [========================================================= ] 2511/2722 92% [========================================================= ] 2512/2722 92% [========================================================= ] 2513/2722 92% [========================================================= ] 2514/2722 92% [========================================================= ] 2515/2722 92% [========================================================= ] 2516/2722 92% [========================================================= ] 2517/2722 92% [========================================================= ] 2518/2722 92% [========================================================= ] 2519/2722 92% [========================================================= ] 2520/2722 92% [========================================================= ] 2521/2722 92% [========================================================= ] 2522/2722 92% [========================================================= ] 2523/2722 92% [========================================================= ] 2524/2722 92% [========================================================= ] 2525/2722 92% [========================================================= ] 2526/2722 92% [========================================================= ] 2527/2722 92% [========================================================= ] 2528/2722 92% [========================================================= ] 2529/2722 92% [========================================================= ] 2530/2722 92% [========================================================= ] 2531/2722 92% [========================================================= ] 2532/2722 93% [========================================================= ] 2533/2722 93% [========================================================= ] 2534/2722 93% [========================================================= ] 2535/2722 93% [========================================================= ] 2536/2722 93% [========================================================= ] 2537/2722 93% [========================================================= ] 2538/2722 93% [========================================================= ] 2539/2722 93% [========================================================= ] 2540/2722 93% [========================================================= ] 2541/2722 93% [========================================================= ] 2542/2722 93% [========================================================= ] 2543/2722 93% [========================================================= ] 2544/2722 93% [========================================================= ] 2545/2722 93% [========================================================= ] 2546/2722 93% [========================================================== ] 2547/2722 93% [========================================================== ] 2548/2722 93% [========================================================== ] 2549/2722 93% [========================================================== ] 2550/2722 93% [========================================================== ] 2551/2722 93% [========================================================== ] 2552/2722 93% [========================================================== ] 2553/2722 93% [========================================================== ] 2554/2722 93% [========================================================== ] 2555/2722 93% [========================================================== ] 2556/2722 93% [========================================================== ] 2557/2722 93% [========================================================== ] 2558/2722 93% [========================================================== ] 2559/2722 94% [========================================================== ] 2560/2722 94% [========================================================== ] 2561/2722 94% [========================================================== ] 2562/2722 94% [========================================================== ] 2563/2722 94% [========================================================== ] 2564/2722 94% [========================================================== ] 2565/2722 94% [========================================================== ] 2566/2722 94% [========================================================== ] 2567/2722 94% [========================================================== ] 2568/2722 94% [========================================================== ] 2569/2722 94% [========================================================== ] 2570/2722 94% [========================================================== ] 2571/2722 94% [========================================================== ] 2572/2722 94% [========================================================== ] 2573/2722 94% [========================================================== ] 2574/2722 94% [========================================================== ] 2575/2722 94% [========================================================== ] 2576/2722 94% [========================================================== ] 2577/2722 94% [========================================================== ] 2578/2722 94% [========================================================== ] 2579/2722 94% [========================================================== ] 2580/2722 94% [========================================================== ] 2581/2722 94% [========================================================== ] 2582/2722 94% [========================================================== ] 2583/2722 94% [========================================================== ] 2584/2722 94% [========================================================== ] 2585/2722 94% [========================================================== ] 2586/2722 95% [========================================================== ] 2587/2722 95% [========================================================== ] 2588/2722 95% [========================================================== ] 2589/2722 95% [========================================================== ] 2590/2722 95% [=========================================================== ] 2591/2722 95% [=========================================================== ] 2592/2722 95% [=========================================================== ] 2593/2722 95% [=========================================================== ] 2594/2722 95% [=========================================================== ] 2595/2722 95% [=========================================================== ] 2596/2722 95% [=========================================================== ] 2597/2722 95% [=========================================================== ] 2598/2722 95% [=========================================================== ] 2599/2722 95% [=========================================================== ] 2600/2722 95% [=========================================================== ] 2601/2722 95% [=========================================================== ] 2602/2722 95% [=========================================================== ] 2603/2722 95% [=========================================================== ] 2604/2722 95% [=========================================================== ] 2605/2722 95% [=========================================================== ] 2606/2722 95% [=========================================================== ] 2607/2722 95% [=========================================================== ] 2608/2722 95% [=========================================================== ] 2609/2722 95% [=========================================================== ] 2610/2722 95% [=========================================================== ] 2611/2722 95% [=========================================================== ] 2612/2722 95% [=========================================================== ] 2613/2722 95% [=========================================================== ] 2614/2722 96% [=========================================================== ] 2615/2722 96% [=========================================================== ] 2616/2722 96% [=========================================================== ] 2617/2722 96% [=========================================================== ] 2618/2722 96% [=========================================================== ] 2619/2722 96% [=========================================================== ] 2620/2722 96% [=========================================================== ] 2621/2722 96% [=========================================================== ] 2622/2722 96% [=========================================================== ] 2623/2722 96% [=========================================================== ] 2624/2722 96% [=========================================================== ] 2625/2722 96% [=========================================================== ] 2626/2722 96% [=========================================================== ] 2627/2722 96% [=========================================================== ] 2628/2722 96% [=========================================================== ] 2629/2722 96% [=========================================================== ] 2630/2722 96% [=========================================================== ] 2631/2722 96% [=========================================================== ] 2632/2722 96% [=========================================================== ] 2633/2722 96% [=========================================================== ] 2634/2722 96% [============================================================ ] 2635/2722 96% [============================================================ ] 2636/2722 96% [============================================================ ] 2637/2722 96% [============================================================ ] 2638/2722 96% [============================================================ ] 2639/2722 96% [============================================================ ] 2640/2722 96% [============================================================ ] 2641/2722 97% [============================================================ ] 2642/2722 97% [============================================================ ] 2643/2722 97% [============================================================ ] 2644/2722 97% [============================================================ ] 2645/2722 97% [============================================================ ] 2646/2722 97% [============================================================ ] 2647/2722 97% [============================================================ ] 2648/2722 97% [============================================================ ] 2649/2722 97% [============================================================ ] 2650/2722 97% [============================================================ ] 2651/2722 97% [============================================================ ] 2652/2722 97% [============================================================ ] 2653/2722 97% [============================================================ ] 2654/2722 97% [============================================================ ] 2655/2722 97% [============================================================ ] 2656/2722 97% [============================================================ ] 2657/2722 97% [============================================================ ] 2658/2722 97% [============================================================ ] 2659/2722 97% [============================================================ ] 2660/2722 97% [============================================================ ] 2661/2722 97% [============================================================ ] 2662/2722 97% [============================================================ ] 2663/2722 97% [============================================================ ] 2664/2722 97% [============================================================ ] 2665/2722 97% [============================================================ ] 2666/2722 97% [============================================================ ] 2667/2722 97% [============================================================ ] 2668/2722 98% [============================================================ ] 2669/2722 98% [============================================================ ] 2670/2722 98% [============================================================ ] 2671/2722 98% [============================================================ ] 2672/2722 98% [============================================================ ] 2673/2722 98% [============================================================ ] 2674/2722 98% [============================================================ ] 2675/2722 98% [============================================================ ] 2676/2722 98% [============================================================ ] 2677/2722 98% [============================================================ ] 2678/2722 98% [============================================================= ] 2679/2722 98% [============================================================= ] 2680/2722 98% [============================================================= ] 2681/2722 98% [============================================================= ] 2682/2722 98% [============================================================= ] 2683/2722 98% [============================================================= ] 2684/2722 98% [============================================================= ] 2685/2722 98% [============================================================= ] 2686/2722 98% [============================================================= ] 2687/2722 98% [============================================================= ] 2688/2722 98% [============================================================= ] 2689/2722 98% [============================================================= ] 2690/2722 98% [============================================================= ] 2691/2722 98% [============================================================= ] 2692/2722 98% [============================================================= ] 2693/2722 98% [============================================================= ] 2694/2722 98% [============================================================= ] 2695/2722 99% [============================================================= ] 2696/2722 99% [============================================================= ] 2697/2722 99% [============================================================= ] 2698/2722 99% [============================================================= ] 2699/2722 99% [============================================================= ] 2700/2722 99% [============================================================= ] 2701/2722 99% [============================================================= ] 2702/2722 99% [============================================================= ] 2703/2722 99% [============================================================= ] 2704/2722 99% [============================================================= ] 2705/2722 99% [============================================================= ] 2706/2722 99% [============================================================= ] 2707/2722 99% [============================================================= ] 2708/2722 99% [============================================================= ] 2709/2722 99% [============================================================= ] 2710/2722 99% [============================================================= ] 2711/2722 99% [============================================================= ] 2712/2722 99% [============================================================= ] 2713/2722 99% [============================================================= ] 2714/2722 99% [============================================================= ] 2715/2722 99% [============================================================= ] 2716/2722 99% [============================================================= ] 2717/2722 99% [============================================================= ] 2718/2722 99% [============================================================= ] 2719/2722 99% [============================================================= ] 2720/2722 99% [============================================================= ] 2721/2722 99% [==============================================================] 2722/2722 100% operation complete, 2722 objects in 40070 NAND pages. ln -snf /home/autobuild/autobuild/instance-4/output-1/host/mips-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-4/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-4/buildroot' >>> Buildroot 2022.08-rc1-155-g628f3dc54c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> 4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.36.1 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-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.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.15.53 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) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> arptables 0.0.5 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> ntp 4.2.8p15 Collecting legal info COPYRIGHT: OK (sha256: 957e6a13445cc61ab1ca3dc80d8c269cf9b0a6d9eaec20f9f39639b0b3e66ee8) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> check 0.15.2 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-checksec 2.5.0 Collecting legal info LICENSE.txt: OK (sha256: 7888fee828bf56d547fc1f634e40638984148b4fc41373b7626eb465060640de) >>> host-cryptsetup 2.5.0 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-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.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> 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) >>> dhcpdump 1.8 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> dhrystone 2 Collecting legal info >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> genpart 1.0.2 Collecting legal info >>> git 2.31.2 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libidn2 2.3.2 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> gnuplot 5.4.4 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> initscripts Collecting legal info >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.3 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libebur128 1.2.6 Collecting legal info COPYING: OK (sha256: d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libsigsegv 2.14 Collecting legal info COPYING: OK (sha256: 8f2983e9a940367f48999881c14775db725ee643bce1e2f1ba195eb629a33cde) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lighttpd 1.4.65 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mrouted 4.4 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> nginx 1.20.1 Collecting legal info LICENSE: OK (sha256: b57270c1f73eb6624b38b2d0a1affcec56b21fab39efbf8c837428f05cef1d73) >>> obsidian-cursors 1.0 Collecting legal info >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> rhash 1.4.2 Collecting legal info COPYING: OK (sha256: 953e55838353335148c90b5a38a4894292680b1d4c37228ffddddbf18ce54bf5) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> serd 0.30.10 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sord 0.16.8 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> w_scan 20170107 Collecting legal info COPYING: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> wilc-firmware wilc_linux_15_7 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> xkeyboard-config 2.36 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.5 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8.1 Collecting legal info COPYING: OK (sha256: 2daec087a88e7c9b8082557cdeebad5bbb8155a4137472f0b22e269cd99d0c1e) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-xcb-proto 1.15.2 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.9 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2022.1 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: 3bd8e0c41497bfe6ab8d11c3c90c5e79edd0b2437f2bf81161575f54bae53f21) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> host-xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> host-xlib_libXdmcp 1.1.3 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.4.0 Collecting legal info COPYING: OK (sha256: a9c96c832e00774266b492d4d41556f12a64f039ba3ef645c4b8c6010fcb8f2a) >>> host-xlib_libxkbfile 1.1.0 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> xl2tp 1.3.17 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.15.53: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-4/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot'