find /nvmedata/autobuild/instance-6/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /nvmedata/autobuild/instance-6/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-6/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 /nvmedata/autobuild/instance-6/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-27-g8d7be66f70"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-rc1\"" \ ) > /nvmedata/autobuild/instance-6/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-6/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-6/output-1/per-package /nvmedata/autobuild/instance-6/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-6/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n\n' >> /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /usr/bin/fusermount f 4755 0 0 - - - - -\n\n' > /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.squashfs mkdir -p /nvmedata/autobuild/instance-6/output-1/images rm -rf /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs mkdir -p /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-6/output-1/target/ /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/target" >> /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/nvmedata/autobuild/instance-6/output-1/host/bin:/nvmedata/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-6/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/target >> /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot echo "/nvmedata/autobuild/instance-6/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/target" >> /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /nvmedata/autobuild/instance-6/output-1/host/bin/mksquashfs /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/target /nvmedata/autobuild/instance-6/output-1/images/rootfs.squashfs -noappend -processors 1 -b 64K -nopad -comp lz4\n' >> /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/nvmedata/autobuild/instance-6/output-1/host/bin:/nvmedata/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-6/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/target table='/nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 1 processor Creating 4.0 filesystem on /nvmedata/autobuild/instance-6/output-1/images/rootfs.squashfs, block size 65536. [=============================================================/] 3216/3216 100% Exportable Squashfs 4.0 filesystem, lz4 compressed, data block size 65536 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 51016.70 Kbytes (49.82 Mbytes) 53.75% of uncompressed filesystem size (94908.46 Kbytes) Inode table size 43122 bytes (42.11 Kbytes) 44.11% of uncompressed inode table size (97769 bytes) Directory table size 36362 bytes (35.51 Kbytes) 72.30% of uncompressed directory table size (50294 bytes) Number of duplicate files found 389 Number of inodes 2724 Number of files 2027 Number of fragments 217 Number of symbolic links 565 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 132 Number of ids (unique uids + gids) 3 Number of uids 2 root (0) www-data (33) Number of gids 3 root (0) systemd-journal (101) www-data (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /nvmedata/autobuild/instance-6/output-1/images rm -rf /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2 mkdir -p /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-6/output-1/target/ /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-6/output-1/host/bin:/nvmedata/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-6/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target >> /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/nvmedata/autobuild/instance-6/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /nvmedata/autobuild/instance-6/output-1/host/bin/mkyaffs2 --all-root /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target /nvmedata/autobuild/instance-6/output-1/images/rootfs.yaffs2\n' >> /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-6/output-1/host/bin:/nvmedata/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-6/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target table='/nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/nvmedata/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2724 objects. stage 2: creating image '/nvmedata/autobuild/instance-6/output-1/images/rootfs.yaffs2' [ ] 1/2724 0% [ ] 2/2724 0% [ ] 3/2724 0% [ ] 4/2724 0% [ ] 5/2724 0% [ ] 6/2724 0% [ ] 7/2724 0% [ ] 8/2724 0% [ ] 9/2724 0% [ ] 10/2724 0% [ ] 11/2724 0% [ ] 12/2724 0% [ ] 13/2724 0% [ ] 14/2724 0% [ ] 15/2724 0% [ ] 16/2724 0% [ ] 17/2724 0% [ ] 18/2724 0% [ ] 19/2724 0% [ ] 20/2724 0% [ ] 21/2724 0% [ ] 22/2724 0% [ ] 23/2724 0% [ ] 24/2724 0% [ ] 25/2724 0% [ ] 26/2724 0% [ ] 27/2724 0% [ ] 28/2724 1% [ ] 29/2724 1% [ ] 30/2724 1% [ ] 31/2724 1% [ ] 32/2724 1% [ ] 33/2724 1% [ ] 34/2724 1% [ ] 35/2724 1% [ ] 36/2724 1% [ ] 37/2724 1% [ ] 38/2724 1% [ ] 39/2724 1% [ ] 40/2724 1% [ ] 41/2724 1% [ ] 42/2724 1% [ ] 43/2724 1% [= ] 44/2724 1% [= ] 45/2724 1% [= ] 46/2724 1% [= ] 47/2724 1% [= ] 48/2724 1% [= ] 49/2724 1% [= ] 50/2724 1% [= ] 51/2724 1% [= ] 52/2724 1% [= ] 53/2724 1% [= ] 54/2724 1% [= ] 55/2724 2% [= ] 56/2724 2% [= ] 57/2724 2% [= ] 58/2724 2% [= ] 59/2724 2% [= ] 60/2724 2% [= ] 61/2724 2% [= ] 62/2724 2% [= ] 63/2724 2% [= ] 64/2724 2% [= ] 65/2724 2% [= ] 66/2724 2% [= ] 67/2724 2% [= ] 68/2724 2% [= ] 69/2724 2% [= ] 70/2724 2% [= ] 71/2724 2% [= ] 72/2724 2% [= ] 73/2724 2% [= ] 74/2724 2% [= ] 75/2724 2% [= ] 76/2724 2% [= ] 77/2724 2% [= ] 78/2724 2% [= ] 79/2724 2% [= ] 80/2724 2% [= ] 81/2724 2% [= ] 82/2724 3% [= ] 83/2724 3% [= ] 84/2724 3% [= ] 85/2724 3% [= ] 86/2724 3% [= ] 87/2724 3% [== ] 88/2724 3% [== ] 89/2724 3% [== ] 90/2724 3% [== ] 91/2724 3% [== ] 92/2724 3% [== ] 93/2724 3% [== ] 94/2724 3% [== ] 95/2724 3% [== ] 96/2724 3% [== ] 97/2724 3% [== ] 98/2724 3% [== ] 99/2724 3% [== ] 100/2724 3% [== ] 101/2724 3% [== ] 102/2724 3% [== ] 103/2724 3% [== ] 104/2724 3% [== ] 105/2724 3% [== ] 106/2724 3% [== ] 107/2724 3% [== ] 108/2724 3% [== ] 109/2724 4% [== ] 110/2724 4% [== ] 111/2724 4% [== ] 112/2724 4% [== ] 113/2724 4% [== ] 114/2724 4% [== ] 115/2724 4% [== ] 116/2724 4% [== ] 117/2724 4% [== ] 118/2724 4% [== ] 119/2724 4% [== ] 120/2724 4% [== ] 121/2724 4% [== ] 122/2724 4% [== ] 123/2724 4% [== ] 124/2724 4% [== ] 125/2724 4% [== ] 126/2724 4% [== ] 127/2724 4% [== ] 128/2724 4% [== ] 129/2724 4% [== ] 130/2724 4% [== ] 131/2724 4% [=== ] 132/2724 4% [=== ] 133/2724 4% [=== ] 134/2724 4% [=== ] 135/2724 4% [=== ] 136/2724 4% [=== ] 137/2724 5% [=== ] 138/2724 5% [=== ] 139/2724 5% [=== ] 140/2724 5% [=== ] 141/2724 5% [=== ] 142/2724 5% [=== ] 143/2724 5% [=== ] 144/2724 5% [=== ] 145/2724 5% [=== ] 146/2724 5% [=== ] 147/2724 5% [=== ] 148/2724 5% [=== ] 149/2724 5% [=== ] 150/2724 5% [=== ] 151/2724 5% [=== ] 152/2724 5% [=== ] 153/2724 5% [=== ] 154/2724 5% [=== ] 155/2724 5% [=== ] 156/2724 5% [=== ] 157/2724 5% [=== ] 158/2724 5% [=== ] 159/2724 5% [=== ] 160/2724 5% [=== ] 161/2724 5% [=== ] 162/2724 5% [=== ] 163/2724 5% [=== ] 164/2724 6% [=== ] 165/2724 6% [=== ] 166/2724 6% [=== ] 167/2724 6% [=== ] 168/2724 6% [=== ] 169/2724 6% [=== ] 170/2724 6% [=== ] 171/2724 6% [=== ] 172/2724 6% [=== ] 173/2724 6% [=== ] 174/2724 6% [=== ] 175/2724 6% [==== ] 176/2724 6% [==== ] 177/2724 6% [==== ] 178/2724 6% [==== ] 179/2724 6% [==== ] 180/2724 6% [==== ] 181/2724 6% [==== ] 182/2724 6% [==== ] 183/2724 6% [==== ] 184/2724 6% [==== ] 185/2724 6% [==== ] 186/2724 6% [==== ] 187/2724 6% [==== ] 188/2724 6% [==== ] 189/2724 6% [==== ] 190/2724 6% [==== ] 191/2724 7% [==== ] 192/2724 7% [==== ] 193/2724 7% [==== ] 194/2724 7% [==== ] 195/2724 7% [==== ] 196/2724 7% [==== ] 197/2724 7% [==== ] 198/2724 7% [==== ] 199/2724 7% [==== ] 200/2724 7% [==== ] 201/2724 7% [==== ] 202/2724 7% [==== ] 203/2724 7% [==== ] 204/2724 7% [==== ] 205/2724 7% [==== ] 206/2724 7% [==== ] 207/2724 7% [==== ] 208/2724 7% [==== ] 209/2724 7% [==== ] 210/2724 7% [==== ] 211/2724 7% [==== ] 212/2724 7% [==== ] 213/2724 7% [==== ] 214/2724 7% [==== ] 215/2724 7% [==== ] 216/2724 7% [==== ] 217/2724 7% [==== ] 218/2724 8% [==== ] 219/2724 8% [===== ] 220/2724 8% [===== ] 221/2724 8% [===== ] 222/2724 8% [===== ] 223/2724 8% [===== ] 224/2724 8% [===== ] 225/2724 8% [===== ] 226/2724 8% [===== ] 227/2724 8% [===== ] 228/2724 8% [===== ] 229/2724 8% [===== ] 230/2724 8% [===== ] 231/2724 8% [===== ] 232/2724 8% [===== ] 233/2724 8% [===== ] 234/2724 8% [===== ] 235/2724 8% [===== ] 236/2724 8% [===== ] 237/2724 8% [===== ] 238/2724 8% [===== ] 239/2724 8% [===== ] 240/2724 8% [===== ] 241/2724 8% [===== ] 242/2724 8% [===== ] 243/2724 8% [===== ] 244/2724 8% [===== ] 245/2724 8% [===== ] 246/2724 9% [===== ] 247/2724 9% [===== ] 248/2724 9% [===== ] 249/2724 9% [===== ] 250/2724 9% [===== ] 251/2724 9% [===== ] 252/2724 9% [===== ] 253/2724 9% [===== ] 254/2724 9% [===== ] 255/2724 9% [===== ] 256/2724 9% [===== ] 257/2724 9% [===== ] 258/2724 9% [===== ] 259/2724 9% [===== ] 260/2724 9% [===== ] 261/2724 9% [===== ] 262/2724 9% [===== ] 263/2724 9% [====== ] 264/2724 9% [====== ] 265/2724 9% [====== ] 266/2724 9% [====== ] 267/2724 9% [====== ] 268/2724 9% [====== ] 269/2724 9% [====== ] 270/2724 9% [====== ] 271/2724 9% [====== ] 272/2724 9% [====== ] 273/2724 10% [====== ] 274/2724 10% [====== ] 275/2724 10% [====== ] 276/2724 10% [====== ] 277/2724 10% [====== ] 278/2724 10% [====== ] 279/2724 10% [====== ] 280/2724 10% [====== ] 281/2724 10% [====== ] 282/2724 10% [====== ] 283/2724 10% [====== ] 284/2724 10% [====== ] 285/2724 10% [====== ] 286/2724 10% [====== ] 287/2724 10% [====== ] 288/2724 10% [====== ] 289/2724 10% [====== ] 290/2724 10% [====== ] 291/2724 10% [====== ] 292/2724 10% [====== ] 293/2724 10% [====== ] 294/2724 10% [====== ] 295/2724 10% [====== ] 296/2724 10% [====== ] 297/2724 10% [====== ] 298/2724 10% [====== ] 299/2724 10% [====== ] 300/2724 11% [====== ] 301/2724 11% [====== ] 302/2724 11% [====== ] 303/2724 11% [====== ] 304/2724 11% [====== ] 305/2724 11% [====== ] 306/2724 11% [====== ] 307/2724 11% [======= ] 308/2724 11% [======= ] 309/2724 11% [======= ] 310/2724 11% [======= ] 311/2724 11% [======= ] 312/2724 11% [======= ] 313/2724 11% [======= ] 314/2724 11% [======= ] 315/2724 11% [======= ] 316/2724 11% [======= ] 317/2724 11% [======= ] 318/2724 11% [======= ] 319/2724 11% [======= ] 320/2724 11% [======= ] 321/2724 11% [======= ] 322/2724 11% [======= ] 323/2724 11% [======= ] 324/2724 11% [======= ] 325/2724 11% [======= ] 326/2724 11% [======= ] 327/2724 12% [======= ] 328/2724 12% [======= ] 329/2724 12% [======= ] 330/2724 12% [======= ] 331/2724 12% [======= ] 332/2724 12% [======= ] 333/2724 12% [======= ] 334/2724 12% [======= ] 335/2724 12% [======= ] 336/2724 12% [======= ] 337/2724 12% [======= ] 338/2724 12% [======= ] 339/2724 12% [======= ] 340/2724 12% [======= ] 341/2724 12% [======= ] 342/2724 12% [======= ] 343/2724 12% [======= ] 344/2724 12% [======= ] 345/2724 12% [======= ] 346/2724 12% [======= ] 347/2724 12% [======= ] 348/2724 12% [======= ] 349/2724 12% [======= ] 350/2724 12% [======= ] 351/2724 12% [======== ] 352/2724 12% [======== ] 353/2724 12% [======== ] 354/2724 12% [======== ] 355/2724 13% [======== ] 356/2724 13% [======== ] 357/2724 13% [======== ] 358/2724 13% [======== ] 359/2724 13% [======== ] 360/2724 13% [======== ] 361/2724 13% [======== ] 362/2724 13% [======== ] 363/2724 13% [======== ] 364/2724 13% [======== ] 365/2724 13% [======== ] 366/2724 13% [======== ] 367/2724 13% [======== ] 368/2724 13% [======== ] 369/2724 13% [======== ] 370/2724 13% [======== ] 371/2724 13% [======== ] 372/2724 13% [======== ] 373/2724 13% [======== ] 374/2724 13% [======== ] 375/2724 13% [======== ] 376/2724 13% [======== ] 377/2724 13% [======== ] 378/2724 13% [======== ] 379/2724 13% [======== ] 380/2724 13% [======== ] 381/2724 13% [======== ] 382/2724 14% [======== ] 383/2724 14% [======== ] 384/2724 14% [======== ] 385/2724 14% [======== ] 386/2724 14% [======== ] 387/2724 14% [======== ] 388/2724 14% [======== ] 389/2724 14% [======== ] 390/2724 14% [======== ] 391/2724 14% [======== ] 392/2724 14% [======== ] 393/2724 14% [======== ] 394/2724 14% [======== ] 395/2724 14% [========= ] 396/2724 14% [========= ] 397/2724 14% [========= ] 398/2724 14% [========= ] 399/2724 14% [========= ] 400/2724 14% [========= ] 401/2724 14% [========= ] 402/2724 14% [========= ] 403/2724 14% [========= ] 404/2724 14% [========= ] 405/2724 14% [========= ] 406/2724 14% [========= ] 407/2724 14% [========= ] 408/2724 14% [========= ] 409/2724 15% [========= ] 410/2724 15% [========= ] 411/2724 15% [========= ] 412/2724 15% [========= ] 413/2724 15% [========= ] 414/2724 15% [========= ] 415/2724 15% [========= ] 416/2724 15% [========= ] 417/2724 15% [========= ] 418/2724 15% [========= ] 419/2724 15% [========= ] 420/2724 15% [========= ] 421/2724 15% [========= ] 422/2724 15% [========= ] 423/2724 15% [========= ] 424/2724 15% [========= ] 425/2724 15% [========= ] 426/2724 15% [========= ] 427/2724 15% [========= ] 428/2724 15% [========= ] 429/2724 15% [========= ] 430/2724 15% [========= ] 431/2724 15% [========= ] 432/2724 15% [========= ] 433/2724 15% [========= ] 434/2724 15% [========= ] 435/2724 15% [========= ] 436/2724 16% [========= ] 437/2724 16% [========= ] 438/2724 16% [========= ] 439/2724 16% [========== ] 440/2724 16% [========== ] 441/2724 16% [========== ] 442/2724 16% [========== ] 443/2724 16% [========== ] 444/2724 16% [========== ] 445/2724 16% [========== ] 446/2724 16% [========== ] 447/2724 16% [========== ] 448/2724 16% [========== ] 449/2724 16% [========== ] 450/2724 16% [========== ] 451/2724 16% [========== ] 452/2724 16% [========== ] 453/2724 16% [========== ] 454/2724 16% [========== ] 455/2724 16% [========== ] 456/2724 16% [========== ] 457/2724 16% [========== ] 458/2724 16% [========== ] 459/2724 16% [========== ] 460/2724 16% [========== ] 461/2724 16% [========== ] 462/2724 16% [========== ] 463/2724 16% [========== ] 464/2724 17% [========== ] 465/2724 17% [========== ] 466/2724 17% [========== ] 467/2724 17% [========== ] 468/2724 17% [========== ] 469/2724 17% [========== ] 470/2724 17% [========== ] 471/2724 17% [========== ] 472/2724 17% [========== ] 473/2724 17% [========== ] 474/2724 17% [========== ] 475/2724 17% [========== ] 476/2724 17% [========== ] 477/2724 17% [========== ] 478/2724 17% [========== ] 479/2724 17% [========== ] 480/2724 17% [========== ] 481/2724 17% [========== ] 482/2724 17% [========== ] 483/2724 17% [=========== ] 484/2724 17% [=========== ] 485/2724 17% [=========== ] 486/2724 17% [=========== ] 487/2724 17% [=========== ] 488/2724 17% [=========== ] 489/2724 17% [=========== ] 490/2724 17% [=========== ] 491/2724 18% [=========== ] 492/2724 18% [=========== ] 493/2724 18% [=========== ] 494/2724 18% [=========== ] 495/2724 18% [=========== ] 496/2724 18% [=========== ] 497/2724 18% [=========== ] 498/2724 18% [=========== ] 499/2724 18% [=========== ] 500/2724 18% [=========== ] 501/2724 18% [=========== ] 502/2724 18% [=========== ] 503/2724 18% [=========== ] 504/2724 18% [=========== ] 505/2724 18% [=========== ] 506/2724 18% [=========== ] 507/2724 18% [=========== ] 508/2724 18% [=========== ] 509/2724 18% [=========== ] 510/2724 18% [=========== ] 511/2724 18% [=========== ] 512/2724 18% [=========== ] 513/2724 18% [=========== ] 514/2724 18% [=========== ] 515/2724 18% [=========== ] 516/2724 18% [=========== ] 517/2724 18% [=========== ] 518/2724 19% [=========== ] 519/2724 19% [=========== ] 520/2724 19% [=========== ] 521/2724 19% [=========== ] 522/2724 19% [=========== ] 523/2724 19% [=========== ] 524/2724 19% [=========== ] 525/2724 19% [=========== ] 526/2724 19% [=========== ] 527/2724 19% [============ ] 528/2724 19% [============ ] 529/2724 19% [============ ] 530/2724 19% [============ ] 531/2724 19% [============ ] 532/2724 19% [============ ] 533/2724 19% [============ ] 534/2724 19% [============ ] 535/2724 19% [============ ] 536/2724 19% [============ ] 537/2724 19% [============ ] 538/2724 19% [============ ] 539/2724 19% [============ ] 540/2724 19% [============ ] 541/2724 19% [============ ] 542/2724 19% [============ ] 543/2724 19% [============ ] 544/2724 19% [============ ] 545/2724 20% [============ ] 546/2724 20% [============ ] 547/2724 20% [============ ] 548/2724 20% [============ ] 549/2724 20% [============ ] 550/2724 20% [============ ] 551/2724 20% [============ ] 552/2724 20% [============ ] 553/2724 20% [============ ] 554/2724 20% [============ ] 555/2724 20% [============ ] 556/2724 20% [============ ] 557/2724 20% [============ ] 558/2724 20% [============ ] 559/2724 20% [============ ] 560/2724 20% [============ ] 561/2724 20% [============ ] 562/2724 20% [============ ] 563/2724 20% [============ ] 564/2724 20% [============ ] 565/2724 20% [============ ] 566/2724 20% [============ ] 567/2724 20% [============ ] 568/2724 20% [============ ] 569/2724 20% [============ ] 570/2724 20% [============ ] 571/2724 20% [============= ] 572/2724 20% [============= ] 573/2724 21% [============= ] 574/2724 21% [============= ] 575/2724 21% [============= ] 576/2724 21% [============= ] 577/2724 21% [============= ] 578/2724 21% [============= ] 579/2724 21% [============= ] 580/2724 21% [============= ] 581/2724 21% [============= ] 582/2724 21% [============= ] 583/2724 21% [============= ] 584/2724 21% [============= ] 585/2724 21% [============= ] 586/2724 21% [============= ] 587/2724 21% [============= ] 588/2724 21% [============= ] 589/2724 21% [============= ] 590/2724 21% [============= ] 591/2724 21% [============= ] 592/2724 21% [============= ] 593/2724 21% [============= ] 594/2724 21% [============= ] 595/2724 21% [============= ] 596/2724 21% [============= ] 597/2724 21% [============= ] 598/2724 21% [============= ] 599/2724 21% [============= ] 600/2724 22% [============= ] 601/2724 22% [============= ] 602/2724 22% [============= ] 603/2724 22% [============= ] 604/2724 22% [============= ] 605/2724 22% [============= ] 606/2724 22% [============= ] 607/2724 22% [============= ] 608/2724 22% [============= ] 609/2724 22% [============= ] 610/2724 22% [============= ] 611/2724 22% [============= ] 612/2724 22% [============= ] 613/2724 22% [============= ] 614/2724 22% [============= ] 615/2724 22% [============== ] 616/2724 22% [============== ] 617/2724 22% [============== ] 618/2724 22% [============== ] 619/2724 22% [============== ] 620/2724 22% [============== ] 621/2724 22% [============== ] 622/2724 22% [============== ] 623/2724 22% [============== ] 624/2724 22% [============== ] 625/2724 22% [============== ] 626/2724 22% [============== ] 627/2724 23% [============== ] 628/2724 23% [============== ] 629/2724 23% [============== ] 630/2724 23% [============== ] 631/2724 23% [============== ] 632/2724 23% [============== ] 633/2724 23% [============== ] 634/2724 23% [============== ] 635/2724 23% [============== ] 636/2724 23% [============== ] 637/2724 23% [============== ] 638/2724 23% [============== ] 639/2724 23% [============== ] 640/2724 23% [============== ] 641/2724 23% [============== ] 642/2724 23% [============== ] 643/2724 23% [============== ] 644/2724 23% [============== ] 645/2724 23% [============== ] 646/2724 23% [============== ] 647/2724 23% [============== ] 648/2724 23% [============== ] 649/2724 23% [============== ] 650/2724 23% [============== ] 651/2724 23% [============== ] 652/2724 23% [============== ] 653/2724 23% [============== ] 654/2724 24% [============== ] 655/2724 24% [============== ] 656/2724 24% [============== ] 657/2724 24% [============== ] 658/2724 24% [============== ] 659/2724 24% [=============== ] 660/2724 24% [=============== ] 661/2724 24% [=============== ] 662/2724 24% [=============== ] 663/2724 24% [=============== ] 664/2724 24% [=============== ] 665/2724 24% [=============== ] 666/2724 24% [=============== ] 667/2724 24% [=============== ] 668/2724 24% [=============== ] 669/2724 24% [=============== ] 670/2724 24% [=============== ] 671/2724 24% [=============== ] 672/2724 24% [=============== ] 673/2724 24% [=============== ] 674/2724 24% [=============== ] 675/2724 24% [=============== ] 676/2724 24% [=============== ] 677/2724 24% [=============== ] 678/2724 24% [=============== ] 679/2724 24% [=============== ] 680/2724 24% [=============== ] 681/2724 25% [=============== ] 682/2724 25% [=============== ] 683/2724 25% [=============== ] 684/2724 25% [=============== ] 685/2724 25% [=============== ] 686/2724 25% [=============== ] 687/2724 25% [=============== ] 688/2724 25% [=============== ] 689/2724 25% [=============== ] 690/2724 25% [=============== ] 691/2724 25% [=============== ] 692/2724 25% [=============== ] 693/2724 25% [=============== ] 694/2724 25% [=============== ] 695/2724 25% [=============== ] 696/2724 25% [=============== ] 697/2724 25% [=============== ] 698/2724 25% [=============== ] 699/2724 25% [=============== ] 700/2724 25% [=============== ] 701/2724 25% [=============== ] 702/2724 25% [================ ] 703/2724 25% [================ ] 704/2724 25% [================ ] 705/2724 25% [================ ] 706/2724 25% [================ ] 707/2724 25% [================ ] 708/2724 25% [================ ] 709/2724 26% [================ ] 710/2724 26% [================ ] 711/2724 26% [================ ] 712/2724 26% [================ ] 713/2724 26% [================ ] 714/2724 26% [================ ] 715/2724 26% [================ ] 716/2724 26% [================ ] 717/2724 26% [================ ] 718/2724 26% [================ ] 719/2724 26% [================ ] 720/2724 26% [================ ] 721/2724 26% [================ ] 722/2724 26% [================ ] 723/2724 26% [================ ] 724/2724 26% [================ ] 725/2724 26% [================ ] 726/2724 26% [================ ] 727/2724 26% [================ ] 728/2724 26% [================ ] 729/2724 26% [================ ] 730/2724 26% [================ ] 731/2724 26% [================ ] 732/2724 26% [================ ] 733/2724 26% [================ ] 734/2724 26% [================ ] 735/2724 26% [================ ] 736/2724 27% [================ ] 737/2724 27% [================ ] 738/2724 27% [================ ] 739/2724 27% [================ ] 740/2724 27% [================ ] 741/2724 27% [================ ] 742/2724 27% [================ ] 743/2724 27% [================ ] 744/2724 27% [================ ] 745/2724 27% [================ ] 746/2724 27% [================= ] 747/2724 27% [================= ] 748/2724 27% [================= ] 749/2724 27% [================= ] 750/2724 27% [================= ] 751/2724 27% [================= ] 752/2724 27% [================= ] 753/2724 27% [================= ] 754/2724 27% [================= ] 755/2724 27% [================= ] 756/2724 27% [================= ] 757/2724 27% [================= ] 758/2724 27% [================= ] 759/2724 27% [================= ] 760/2724 27% [================= ] 761/2724 27% [================= ] 762/2724 27% [================= ] 763/2724 28% [================= ] 764/2724 28% [================= ] 765/2724 28% [================= ] 766/2724 28% [================= ] 767/2724 28% [================= ] 768/2724 28% [================= ] 769/2724 28% [================= ] 770/2724 28% [================= ] 771/2724 28% [================= ] 772/2724 28% [================= ] 773/2724 28% [================= ] 774/2724 28% [================= ] 775/2724 28% [================= ] 776/2724 28% [================= ] 777/2724 28% [================= ] 778/2724 28% [================= ] 779/2724 28% [================= ] 780/2724 28% [================= ] 781/2724 28% [================= ] 782/2724 28% [================= ] 783/2724 28% [================= ] 784/2724 28% [================= ] 785/2724 28% [================= ] 786/2724 28% [================= ] 787/2724 28% [================= ] 788/2724 28% [================= ] 789/2724 28% [================= ] 790/2724 29% [================== ] 791/2724 29% [================== ] 792/2724 29% [================== ] 793/2724 29% [================== ] 794/2724 29% [================== ] 795/2724 29% [================== ] 796/2724 29% [================== ] 797/2724 29% [================== ] 798/2724 29% [================== ] 799/2724 29% [================== ] 800/2724 29% [================== ] 801/2724 29% [================== ] 802/2724 29% [================== ] 803/2724 29% [================== ] 804/2724 29% [================== ] 805/2724 29% [================== ] 806/2724 29% [================== ] 807/2724 29% [================== ] 808/2724 29% [================== ] 809/2724 29% [================== ] 810/2724 29% [================== ] 811/2724 29% [================== ] 812/2724 29% [================== ] 813/2724 29% [================== ] 814/2724 29% [================== ] 815/2724 29% [================== ] 816/2724 29% [================== ] 817/2724 29% [================== ] 818/2724 30% [================== ] 819/2724 30% [================== ] 820/2724 30% [================== ] 821/2724 30% [================== ] 822/2724 30% [================== ] 823/2724 30% [================== ] 824/2724 30% [================== ] 825/2724 30% [================== ] 826/2724 30% [================== ] 827/2724 30% [================== ] 828/2724 30% [================== ] 829/2724 30% [================== ] 830/2724 30% [================== ] 831/2724 30% [================== ] 832/2724 30% [================== ] 833/2724 30% [================== ] 834/2724 30% [=================== ] 835/2724 30% [=================== ] 836/2724 30% [=================== ] 837/2724 30% [=================== ] 838/2724 30% [=================== ] 839/2724 30% [=================== ] 840/2724 30% [=================== ] 841/2724 30% [=================== ] 842/2724 30% [=================== ] 843/2724 30% [=================== ] 844/2724 30% [=================== ] 845/2724 31% [=================== ] 846/2724 31% [=================== ] 847/2724 31% [=================== ] 848/2724 31% [=================== ] 849/2724 31% [=================== ] 850/2724 31% [=================== ] 851/2724 31% [=================== ] 852/2724 31% [=================== ] 853/2724 31% [=================== ] 854/2724 31% [=================== ] 855/2724 31% [=================== ] 856/2724 31% [=================== ] 857/2724 31% [=================== ] 858/2724 31% [=================== ] 859/2724 31% [=================== ] 860/2724 31% [=================== ] 861/2724 31% [=================== ] 862/2724 31% [=================== ] 863/2724 31% [=================== ] 864/2724 31% [=================== ] 865/2724 31% [=================== ] 866/2724 31% [=================== ] 867/2724 31% [=================== ] 868/2724 31% [=================== ] 869/2724 31% [=================== ] 870/2724 31% [=================== ] 871/2724 31% [=================== ] 872/2724 32% [=================== ] 873/2724 32% [=================== ] 874/2724 32% [=================== ] 875/2724 32% [=================== ] 876/2724 32% [=================== ] 877/2724 32% [=================== ] 878/2724 32% [==================== ] 879/2724 32% [==================== ] 880/2724 32% [==================== ] 881/2724 32% [==================== ] 882/2724 32% [==================== ] 883/2724 32% [==================== ] 884/2724 32% [==================== ] 885/2724 32% [==================== ] 886/2724 32% [==================== ] 887/2724 32% [==================== ] 888/2724 32% [==================== ] 889/2724 32% [==================== ] 890/2724 32% [==================== ] 891/2724 32% [==================== ] 892/2724 32% [==================== ] 893/2724 32% [==================== ] 894/2724 32% [==================== ] 895/2724 32% [==================== ] 896/2724 32% [==================== ] 897/2724 32% [==================== ] 898/2724 32% [==================== ] 899/2724 33% [==================== ] 900/2724 33% [==================== ] 901/2724 33% [==================== ] 902/2724 33% [==================== ] 903/2724 33% [==================== ] 904/2724 33% [==================== ] 905/2724 33% [==================== ] 906/2724 33% [==================== ] 907/2724 33% [==================== ] 908/2724 33% [==================== ] 909/2724 33% [==================== ] 910/2724 33% [==================== ] 911/2724 33% [==================== ] 912/2724 33% [==================== ] 913/2724 33% [==================== ] 914/2724 33% [==================== ] 915/2724 33% [==================== ] 916/2724 33% [==================== ] 917/2724 33% [==================== ] 918/2724 33% [==================== ] 919/2724 33% [==================== ] 920/2724 33% [==================== ] 921/2724 33% [==================== ] 922/2724 33% [===================== ] 923/2724 33% [===================== ] 924/2724 33% [===================== ] 925/2724 33% [===================== ] 926/2724 33% [===================== ] 927/2724 34% [===================== ] 928/2724 34% [===================== ] 929/2724 34% [===================== ] 930/2724 34% [===================== ] 931/2724 34% [===================== ] 932/2724 34% [===================== ] 933/2724 34% [===================== ] 934/2724 34% [===================== ] 935/2724 34% [===================== ] 936/2724 34% [===================== ] 937/2724 34% [===================== ] 938/2724 34% [===================== ] 939/2724 34% [===================== ] 940/2724 34% [===================== ] 941/2724 34% [===================== ] 942/2724 34% [===================== ] 943/2724 34% [===================== ] 944/2724 34% [===================== ] 945/2724 34% [===================== ] 946/2724 34% [===================== ] 947/2724 34% [===================== ] 948/2724 34% [===================== ] 949/2724 34% [===================== ] 950/2724 34% [===================== ] 951/2724 34% [===================== ] 952/2724 34% [===================== ] 953/2724 34% [===================== ] 954/2724 35% [===================== ] 955/2724 35% [===================== ] 956/2724 35% [===================== ] 957/2724 35% [===================== ] 958/2724 35% [===================== ] 959/2724 35% [===================== ] 960/2724 35% [===================== ] 961/2724 35% [===================== ] 962/2724 35% [===================== ] 963/2724 35% [===================== ] 964/2724 35% [===================== ] 965/2724 35% [===================== ] 966/2724 35% [====================== ] 967/2724 35% [====================== ] 968/2724 35% [====================== ] 969/2724 35% [====================== ] 970/2724 35% [====================== ] 971/2724 35% [====================== ] 972/2724 35% [====================== ] 973/2724 35% [====================== ] 974/2724 35% [====================== ] 975/2724 35% [====================== ] 976/2724 35% [====================== ] 977/2724 35% [====================== ] 978/2724 35% [====================== ] 979/2724 35% [====================== ] 980/2724 35% [====================== ] 981/2724 36% [====================== ] 982/2724 36% [====================== ] 983/2724 36% [====================== ] 984/2724 36% [====================== ] 985/2724 36% [====================== ] 986/2724 36% [====================== ] 987/2724 36% [====================== ] 988/2724 36% [====================== ] 989/2724 36% [====================== ] 990/2724 36% [====================== ] 991/2724 36% [====================== ] 992/2724 36% [====================== ] 993/2724 36% [====================== ] 994/2724 36% [====================== ] 995/2724 36% [====================== ] 996/2724 36% [====================== ] 997/2724 36% [====================== ] 998/2724 36% [====================== ] 999/2724 36% [====================== ] 1000/2724 36% [====================== ] 1001/2724 36% [====================== ] 1002/2724 36% [====================== ] 1003/2724 36% [====================== ] 1004/2724 36% [====================== ] 1005/2724 36% [====================== ] 1006/2724 36% [====================== ] 1007/2724 36% [====================== ] 1008/2724 37% [====================== ] 1009/2724 37% [====================== ] 1010/2724 37% [======================= ] 1011/2724 37% [======================= ] 1012/2724 37% [======================= ] 1013/2724 37% [======================= ] 1014/2724 37% [======================= ] 1015/2724 37% [======================= ] 1016/2724 37% [======================= ] 1017/2724 37% [======================= ] 1018/2724 37% [======================= ] 1019/2724 37% [======================= ] 1020/2724 37% [======================= ] 1021/2724 37% [======================= ] 1022/2724 37% [======================= ] 1023/2724 37% [======================= ] 1024/2724 37% [======================= ] 1025/2724 37% [======================= ] 1026/2724 37% [======================= ] 1027/2724 37% [======================= ] 1028/2724 37% [======================= ] 1029/2724 37% [======================= ] 1030/2724 37% [======================= ] 1031/2724 37% [======================= ] 1032/2724 37% [======================= ] 1033/2724 37% [======================= ] 1034/2724 37% [======================= ] 1035/2724 37% [======================= ] 1036/2724 38% [======================= ] 1037/2724 38% [======================= ] 1038/2724 38% [======================= ] 1039/2724 38% [======================= ] 1040/2724 38% [======================= ] 1041/2724 38% [======================= ] 1042/2724 38% [======================= ] 1043/2724 38% [======================= ] 1044/2724 38% [======================= ] 1045/2724 38% [======================= ] 1046/2724 38% [======================= ] 1047/2724 38% [======================= ] 1048/2724 38% [======================= ] 1049/2724 38% [======================= ] 1050/2724 38% [======================= ] 1051/2724 38% [======================= ] 1052/2724 38% [======================= ] 1053/2724 38% [======================= ] 1054/2724 38% [======================== ] 1055/2724 38% [======================== ] 1056/2724 38% [======================== ] 1057/2724 38% [======================== ] 1058/2724 38% [======================== ] 1059/2724 38% [======================== ] 1060/2724 38% [======================== ] 1061/2724 38% [======================== ] 1062/2724 38% [======================== ] 1063/2724 39% [======================== ] 1064/2724 39% [======================== ] 1065/2724 39% [======================== ] 1066/2724 39% [======================== ] 1067/2724 39% [======================== ] 1068/2724 39% [======================== ] 1069/2724 39% [======================== ] 1070/2724 39% [======================== ] 1071/2724 39% [======================== ] 1072/2724 39% [======================== ] 1073/2724 39% [======================== ] 1074/2724 39% [======================== ] 1075/2724 39% [======================== ] 1076/2724 39% [======================== ] 1077/2724 39% [======================== ] 1078/2724 39% [======================== ] 1079/2724 39% [======================== ] 1080/2724 39% [======================== ] 1081/2724 39% [======================== ] 1082/2724 39% [======================== ] 1083/2724 39% [======================== ] 1084/2724 39% [======================== ] 1085/2724 39% [======================== ] 1086/2724 39% [======================== ] 1087/2724 39% [======================== ] 1088/2724 39% [======================== ] 1089/2724 39% [======================== ] 1090/2724 40% [======================== ] 1091/2724 40% [======================== ] 1092/2724 40% [======================== ] 1093/2724 40% [======================== ] 1094/2724 40% [======================== ] 1095/2724 40% [======================== ] 1096/2724 40% [======================== ] 1097/2724 40% [======================== ] 1098/2724 40% [========================= ] 1099/2724 40% [========================= ] 1100/2724 40% [========================= ] 1101/2724 40% [========================= ] 1102/2724 40% [========================= ] 1103/2724 40% [========================= ] 1104/2724 40% [========================= ] 1105/2724 40% [========================= ] 1106/2724 40% [========================= ] 1107/2724 40% [========================= ] 1108/2724 40% [========================= ] 1109/2724 40% [========================= ] 1110/2724 40% [========================= ] 1111/2724 40% [========================= ] 1112/2724 40% [========================= ] 1113/2724 40% [========================= ] 1114/2724 40% [========================= ] 1115/2724 40% [========================= ] 1116/2724 40% [========================= ] 1117/2724 41% [========================= ] 1118/2724 41% [========================= ] 1119/2724 41% [========================= ] 1120/2724 41% [========================= ] 1121/2724 41% [========================= ] 1122/2724 41% [========================= ] 1123/2724 41% [========================= ] 1124/2724 41% [========================= ] 1125/2724 41% [========================= ] 1126/2724 41% [========================= ] 1127/2724 41% [========================= ] 1128/2724 41% [========================= ] 1129/2724 41% [========================= ] 1130/2724 41% [========================= ] 1131/2724 41% [========================= ] 1132/2724 41% [========================= ] 1133/2724 41% [========================= ] 1134/2724 41% [========================= ] 1135/2724 41% [========================= ] 1136/2724 41% [========================= ] 1137/2724 41% [========================= ] 1138/2724 41% [========================= ] 1139/2724 41% [========================= ] 1140/2724 41% [========================= ] 1141/2724 41% [========================= ] 1142/2724 41% [========================== ] 1143/2724 41% [========================== ] 1144/2724 41% [========================== ] 1145/2724 42% [========================== ] 1146/2724 42% [========================== ] 1147/2724 42% [========================== ] 1148/2724 42% [========================== ] 1149/2724 42% [========================== ] 1150/2724 42% [========================== ] 1151/2724 42% [========================== ] 1152/2724 42% [========================== ] 1153/2724 42% [========================== ] 1154/2724 42% [========================== ] 1155/2724 42% [========================== ] 1156/2724 42% [========================== ] 1157/2724 42% [========================== ] 1158/2724 42% [========================== ] 1159/2724 42% [========================== ] 1160/2724 42% [========================== ] 1161/2724 42% [========================== ] 1162/2724 42% [========================== ] 1163/2724 42% [========================== ] 1164/2724 42% [========================== ] 1165/2724 42% [========================== ] 1166/2724 42% [========================== ] 1167/2724 42% [========================== ] 1168/2724 42% [========================== ] 1169/2724 42% [========================== ] 1170/2724 42% [========================== ] 1171/2724 42% [========================== ] 1172/2724 43% [========================== ] 1173/2724 43% [========================== ] 1174/2724 43% [========================== ] 1175/2724 43% [========================== ] 1176/2724 43% [========================== ] 1177/2724 43% [========================== ] 1178/2724 43% [========================== ] 1179/2724 43% [========================== ] 1180/2724 43% [========================== ] 1181/2724 43% [========================== ] 1182/2724 43% [========================== ] 1183/2724 43% [========================== ] 1184/2724 43% [========================== ] 1185/2724 43% [========================== ] 1186/2724 43% [=========================== ] 1187/2724 43% [=========================== ] 1188/2724 43% [=========================== ] 1189/2724 43% [=========================== ] 1190/2724 43% [=========================== ] 1191/2724 43% [=========================== ] 1192/2724 43% [=========================== ] 1193/2724 43% [=========================== ] 1194/2724 43% [=========================== ] 1195/2724 43% [=========================== ] 1196/2724 43% [=========================== ] 1197/2724 43% [=========================== ] 1198/2724 43% [=========================== ] 1199/2724 44% [=========================== ] 1200/2724 44% [=========================== ] 1201/2724 44% [=========================== ] 1202/2724 44% [=========================== ] 1203/2724 44% [=========================== ] 1204/2724 44% [=========================== ] 1205/2724 44% [=========================== ] 1206/2724 44% [=========================== ] 1207/2724 44% [=========================== ] 1208/2724 44% [=========================== ] 1209/2724 44% [=========================== ] 1210/2724 44% [=========================== ] 1211/2724 44% [=========================== ] 1212/2724 44% [=========================== ] 1213/2724 44% [=========================== ] 1214/2724 44% [=========================== ] 1215/2724 44% [=========================== ] 1216/2724 44% [=========================== ] 1217/2724 44% [=========================== ] 1218/2724 44% [=========================== ] 1219/2724 44% [=========================== ] 1220/2724 44% [=========================== ] 1221/2724 44% [=========================== ] 1222/2724 44% [=========================== ] 1223/2724 44% [=========================== ] 1224/2724 44% [=========================== ] 1225/2724 44% [=========================== ] 1226/2724 45% [=========================== ] 1227/2724 45% [=========================== ] 1228/2724 45% [=========================== ] 1229/2724 45% [=========================== ] 1230/2724 45% [============================ ] 1231/2724 45% [============================ ] 1232/2724 45% [============================ ] 1233/2724 45% [============================ ] 1234/2724 45% [============================ ] 1235/2724 45% [============================ ] 1236/2724 45% [============================ ] 1237/2724 45% [============================ ] 1238/2724 45% [============================ ] 1239/2724 45% [============================ ] 1240/2724 45% [============================ ] 1241/2724 45% [============================ ] 1242/2724 45% [============================ ] 1243/2724 45% [============================ ] 1244/2724 45% [============================ ] 1245/2724 45% [============================ ] 1246/2724 45% [============================ ] 1247/2724 45% [============================ ] 1248/2724 45% [============================ ] 1249/2724 45% [============================ ] 1250/2724 45% [============================ ] 1251/2724 45% [============================ ] 1252/2724 45% [============================ ] 1253/2724 45% [============================ ] 1254/2724 46% [============================ ] 1255/2724 46% [============================ ] 1256/2724 46% [============================ ] 1257/2724 46% [============================ ] 1258/2724 46% [============================ ] 1259/2724 46% [============================ ] 1260/2724 46% [============================ ] 1261/2724 46% [============================ ] 1262/2724 46% [============================ ] 1263/2724 46% [============================ ] 1264/2724 46% [============================ ] 1265/2724 46% [============================ ] 1266/2724 46% [============================ ] 1267/2724 46% [============================ ] 1268/2724 46% [============================ ] 1269/2724 46% [============================ ] 1270/2724 46% [============================ ] 1271/2724 46% [============================ ] 1272/2724 46% [============================ ] 1273/2724 46% [============================ ] 1274/2724 46% [============================= ] 1275/2724 46% [============================= ] 1276/2724 46% [============================= ] 1277/2724 46% [============================= ] 1278/2724 46% [============================= ] 1279/2724 46% [============================= ] 1280/2724 46% [============================= ] 1281/2724 47% [============================= ] 1282/2724 47% [============================= ] 1283/2724 47% [============================= ] 1284/2724 47% [============================= ] 1285/2724 47% [============================= ] 1286/2724 47% [============================= ] 1287/2724 47% [============================= ] 1288/2724 47% [============================= ] 1289/2724 47% [============================= ] 1290/2724 47% [============================= ] 1291/2724 47% [============================= ] 1292/2724 47% [============================= ] 1293/2724 47% [============================= ] 1294/2724 47% [============================= ] 1295/2724 47% [============================= ] 1296/2724 47% [============================= ] 1297/2724 47% [============================= ] 1298/2724 47% [============================= ] 1299/2724 47% [============================= ] 1300/2724 47% [============================= ] 1301/2724 47% [============================= ] 1302/2724 47% [============================= ] 1303/2724 47% [============================= ] 1304/2724 47% [============================= ] 1305/2724 47% [============================= ] 1306/2724 47% [============================= ] 1307/2724 47% [============================= ] 1308/2724 48% [============================= ] 1309/2724 48% [============================= ] 1310/2724 48% [============================= ] 1311/2724 48% [============================= ] 1312/2724 48% [============================= ] 1313/2724 48% [============================= ] 1314/2724 48% [============================= ] 1315/2724 48% [============================= ] 1316/2724 48% [============================= ] 1317/2724 48% [============================= ] 1318/2724 48% [============================== ] 1319/2724 48% [============================== ] 1320/2724 48% [============================== ] 1321/2724 48% [============================== ] 1322/2724 48% [============================== ] 1323/2724 48% [============================== ] 1324/2724 48% [============================== ] 1325/2724 48% [============================== ] 1326/2724 48% [============================== ] 1327/2724 48% [============================== ] 1328/2724 48% [============================== ] 1329/2724 48% [============================== ] 1330/2724 48% [============================== ] 1331/2724 48% [============================== ] 1332/2724 48% [============================== ] 1333/2724 48% [============================== ] 1334/2724 48% [============================== ] 1335/2724 49% [============================== ] 1336/2724 49% [============================== ] 1337/2724 49% [============================== ] 1338/2724 49% [============================== ] 1339/2724 49% [============================== ] 1340/2724 49% [============================== ] 1341/2724 49% [============================== ] 1342/2724 49% [============================== ] 1343/2724 49% [============================== ] 1344/2724 49% [============================== ] 1345/2724 49% [============================== ] 1346/2724 49% [============================== ] 1347/2724 49% [============================== ] 1348/2724 49% [============================== ] 1349/2724 49% [============================== ] 1350/2724 49% [============================== ] 1351/2724 49% [============================== ] 1352/2724 49% [============================== ] 1353/2724 49% [============================== ] 1354/2724 49% [============================== ] 1355/2724 49% [============================== ] 1356/2724 49% [============================== ] 1357/2724 49% [============================== ] 1358/2724 49% [============================== ] 1359/2724 49% [============================== ] 1360/2724 49% [============================== ] 1361/2724 49% [=============================== ] 1362/2724 50% [=============================== ] 1363/2724 50% [=============================== ] 1364/2724 50% [=============================== ] 1365/2724 50% [=============================== ] 1366/2724 50% [=============================== ] 1367/2724 50% [=============================== ] 1368/2724 50% [=============================== ] 1369/2724 50% [=============================== ] 1370/2724 50% [=============================== ] 1371/2724 50% [=============================== ] 1372/2724 50% [=============================== ] 1373/2724 50% [=============================== ] 1374/2724 50% [=============================== ] 1375/2724 50% [=============================== ] 1376/2724 50% [=============================== ] 1377/2724 50% [=============================== ] 1378/2724 50% [=============================== ] 1379/2724 50% [=============================== ] 1380/2724 50% [=============================== ] 1381/2724 50% [=============================== ] 1382/2724 50% [=============================== ] 1383/2724 50% [=============================== ] 1384/2724 50% [=============================== ] 1385/2724 50% [=============================== ] 1386/2724 50% [=============================== ] 1387/2724 50% [=============================== ] 1388/2724 50% [=============================== ] 1389/2724 50% [=============================== ] 1390/2724 51% [=============================== ] 1391/2724 51% [=============================== ] 1392/2724 51% [=============================== ] 1393/2724 51% [=============================== ] 1394/2724 51% [=============================== ] 1395/2724 51% [=============================== ] 1396/2724 51% [=============================== ] 1397/2724 51% [=============================== ] 1398/2724 51% [=============================== ] 1399/2724 51% [=============================== ] 1400/2724 51% [=============================== ] 1401/2724 51% [=============================== ] 1402/2724 51% [=============================== ] 1403/2724 51% [=============================== ] 1404/2724 51% [=============================== ] 1405/2724 51% [================================ ] 1406/2724 51% [================================ ] 1407/2724 51% [================================ ] 1408/2724 51% [================================ ] 1409/2724 51% [================================ ] 1410/2724 51% [================================ ] 1411/2724 51% [================================ ] 1412/2724 51% [================================ ] 1413/2724 51% [================================ ] 1414/2724 51% [================================ ] 1415/2724 51% [================================ ] 1416/2724 51% [================================ ] 1417/2724 52% [================================ ] 1418/2724 52% [================================ ] 1419/2724 52% [================================ ] 1420/2724 52% [================================ ] 1421/2724 52% [================================ ] 1422/2724 52% [================================ ] 1423/2724 52% [================================ ] 1424/2724 52% [================================ ] 1425/2724 52% [================================ ] 1426/2724 52% [================================ ] 1427/2724 52% [================================ ] 1428/2724 52% [================================ ] 1429/2724 52% [================================ ] 1430/2724 52% [================================ ] 1431/2724 52% [================================ ] 1432/2724 52% [================================ ] 1433/2724 52% [================================ ] 1434/2724 52% [================================ ] 1435/2724 52% [================================ ] 1436/2724 52% [================================ ] 1437/2724 52% [================================ ] 1438/2724 52% [================================ ] 1439/2724 52% [================================ ] 1440/2724 52% [================================ ] 1441/2724 52% [================================ ] 1442/2724 52% [================================ ] 1443/2724 52% [================================ ] 1444/2724 53% [================================ ] 1445/2724 53% [================================ ] 1446/2724 53% [================================ ] 1447/2724 53% [================================ ] 1448/2724 53% [================================ ] 1449/2724 53% [================================= ] 1450/2724 53% [================================= ] 1451/2724 53% [================================= ] 1452/2724 53% [================================= ] 1453/2724 53% [================================= ] 1454/2724 53% [================================= ] 1455/2724 53% [================================= ] 1456/2724 53% [================================= ] 1457/2724 53% [================================= ] 1458/2724 53% [================================= ] 1459/2724 53% [================================= ] 1460/2724 53% [================================= ] 1461/2724 53% [================================= ] 1462/2724 53% [================================= ] 1463/2724 53% [================================= ] 1464/2724 53% [================================= ] 1465/2724 53% [================================= ] 1466/2724 53% [================================= ] 1467/2724 53% [================================= ] 1468/2724 53% [================================= ] 1469/2724 53% [================================= ] 1470/2724 53% [================================= ] 1471/2724 54% [================================= ] 1472/2724 54% [================================= ] 1473/2724 54% [================================= ] 1474/2724 54% [================================= ] 1475/2724 54% [================================= ] 1476/2724 54% [================================= ] 1477/2724 54% [================================= ] 1478/2724 54% [================================= ] 1479/2724 54% [================================= ] 1480/2724 54% [================================= ] 1481/2724 54% [================================= ] 1482/2724 54% [================================= ] 1483/2724 54% [================================= ] 1484/2724 54% [================================= ] 1485/2724 54% [================================= ] 1486/2724 54% [================================= ] 1487/2724 54% [================================= ] 1488/2724 54% [================================= ] 1489/2724 54% [================================= ] 1490/2724 54% [================================= ] 1491/2724 54% [================================= ] 1492/2724 54% [================================= ] 1493/2724 54% [================================== ] 1494/2724 54% [================================== ] 1495/2724 54% [================================== ] 1496/2724 54% [================================== ] 1497/2724 54% [================================== ] 1498/2724 54% [================================== ] 1499/2724 55% [================================== ] 1500/2724 55% [================================== ] 1501/2724 55% [================================== ] 1502/2724 55% [================================== ] 1503/2724 55% [================================== ] 1504/2724 55% [================================== ] 1505/2724 55% [================================== ] 1506/2724 55% [================================== ] 1507/2724 55% [================================== ] 1508/2724 55% [================================== ] 1509/2724 55% [================================== ] 1510/2724 55% [================================== ] 1511/2724 55% [================================== ] 1512/2724 55% [================================== ] 1513/2724 55% [================================== ] 1514/2724 55% [================================== ] 1515/2724 55% [================================== ] 1516/2724 55% [================================== ] 1517/2724 55% [================================== ] 1518/2724 55% [================================== ] 1519/2724 55% [================================== ] 1520/2724 55% [================================== ] 1521/2724 55% [================================== ] 1522/2724 55% [================================== ] 1523/2724 55% [================================== ] 1524/2724 55% [================================== ] 1525/2724 55% [================================== ] 1526/2724 56% [================================== ] 1527/2724 56% [================================== ] 1528/2724 56% [================================== ] 1529/2724 56% [================================== ] 1530/2724 56% [================================== ] 1531/2724 56% [================================== ] 1532/2724 56% [================================== ] 1533/2724 56% [================================== ] 1534/2724 56% [================================== ] 1535/2724 56% [================================== ] 1536/2724 56% [================================== ] 1537/2724 56% [=================================== ] 1538/2724 56% [=================================== ] 1539/2724 56% [=================================== ] 1540/2724 56% [=================================== ] 1541/2724 56% [=================================== ] 1542/2724 56% [=================================== ] 1543/2724 56% [=================================== ] 1544/2724 56% [=================================== ] 1545/2724 56% [=================================== ] 1546/2724 56% [=================================== ] 1547/2724 56% [=================================== ] 1548/2724 56% [=================================== ] 1549/2724 56% [=================================== ] 1550/2724 56% [=================================== ] 1551/2724 56% [=================================== ] 1552/2724 56% [=================================== ] 1553/2724 57% [=================================== ] 1554/2724 57% [=================================== ] 1555/2724 57% [=================================== ] 1556/2724 57% [=================================== ] 1557/2724 57% [=================================== ] 1558/2724 57% [=================================== ] 1559/2724 57% [=================================== ] 1560/2724 57% [=================================== ] 1561/2724 57% [=================================== ] 1562/2724 57% [=================================== ] 1563/2724 57% [=================================== ] 1564/2724 57% [=================================== ] 1565/2724 57% [=================================== ] 1566/2724 57% [=================================== ] 1567/2724 57% [=================================== ] 1568/2724 57% [=================================== ] 1569/2724 57% [=================================== ] 1570/2724 57% [=================================== ] 1571/2724 57% [=================================== ] 1572/2724 57% [=================================== ] 1573/2724 57% [=================================== ] 1574/2724 57% [=================================== ] 1575/2724 57% [=================================== ] 1576/2724 57% [=================================== ] 1577/2724 57% [=================================== ] 1578/2724 57% [=================================== ] 1579/2724 57% [=================================== ] 1580/2724 58% [=================================== ] 1581/2724 58% [==================================== ] 1582/2724 58% [==================================== ] 1583/2724 58% [==================================== ] 1584/2724 58% [==================================== ] 1585/2724 58% [==================================== ] 1586/2724 58% [==================================== ] 1587/2724 58% [==================================== ] 1588/2724 58% [==================================== ] 1589/2724 58% [==================================== ] 1590/2724 58% [==================================== ] 1591/2724 58% [==================================== ] 1592/2724 58% [==================================== ] 1593/2724 58% [==================================== ] 1594/2724 58% [==================================== ] 1595/2724 58% [==================================== ] 1596/2724 58% [==================================== ] 1597/2724 58% [==================================== ] 1598/2724 58% [==================================== ] 1599/2724 58% [==================================== ] 1600/2724 58% [==================================== ] 1601/2724 58% [==================================== ] 1602/2724 58% [==================================== ] 1603/2724 58% [==================================== ] 1604/2724 58% [==================================== ] 1605/2724 58% [==================================== ] 1606/2724 58% [==================================== ] 1607/2724 58% [==================================== ] 1608/2724 59% [==================================== ] 1609/2724 59% [==================================== ] 1610/2724 59% [==================================== ] 1611/2724 59% [==================================== ] 1612/2724 59% [==================================== ] 1613/2724 59% [==================================== ] 1614/2724 59% [==================================== ] 1615/2724 59% [==================================== ] 1616/2724 59% [==================================== ] 1617/2724 59% [==================================== ] 1618/2724 59% [==================================== ] 1619/2724 59% [==================================== ] 1620/2724 59% [==================================== ] 1621/2724 59% [==================================== ] 1622/2724 59% [==================================== ] 1623/2724 59% [==================================== ] 1624/2724 59% [==================================== ] 1625/2724 59% [===================================== ] 1626/2724 59% [===================================== ] 1627/2724 59% [===================================== ] 1628/2724 59% [===================================== ] 1629/2724 59% [===================================== ] 1630/2724 59% [===================================== ] 1631/2724 59% [===================================== ] 1632/2724 59% [===================================== ] 1633/2724 59% [===================================== ] 1634/2724 59% [===================================== ] 1635/2724 60% [===================================== ] 1636/2724 60% [===================================== ] 1637/2724 60% [===================================== ] 1638/2724 60% [===================================== ] 1639/2724 60% [===================================== ] 1640/2724 60% [===================================== ] 1641/2724 60% [===================================== ] 1642/2724 60% [===================================== ] 1643/2724 60% [===================================== ] 1644/2724 60% [===================================== ] 1645/2724 60% [===================================== ] 1646/2724 60% [===================================== ] 1647/2724 60% [===================================== ] 1648/2724 60% [===================================== ] 1649/2724 60% [===================================== ] 1650/2724 60% [===================================== ] 1651/2724 60% [===================================== ] 1652/2724 60% [===================================== ] 1653/2724 60% [===================================== ] 1654/2724 60% [===================================== ] 1655/2724 60% [===================================== ] 1656/2724 60% [===================================== ] 1657/2724 60% [===================================== ] 1658/2724 60% [===================================== ] 1659/2724 60% [===================================== ] 1660/2724 60% [===================================== ] 1661/2724 60% [===================================== ] 1662/2724 61% [===================================== ] 1663/2724 61% [===================================== ] 1664/2724 61% [===================================== ] 1665/2724 61% [===================================== ] 1666/2724 61% [===================================== ] 1667/2724 61% [===================================== ] 1668/2724 61% [===================================== ] 1669/2724 61% [====================================== ] 1670/2724 61% [====================================== ] 1671/2724 61% [====================================== ] 1672/2724 61% [====================================== ] 1673/2724 61% [====================================== ] 1674/2724 61% [====================================== ] 1675/2724 61% [====================================== ] 1676/2724 61% [====================================== ] 1677/2724 61% [====================================== ] 1678/2724 61% [====================================== ] 1679/2724 61% [====================================== ] 1680/2724 61% [====================================== ] 1681/2724 61% [====================================== ] 1682/2724 61% [====================================== ] 1683/2724 61% [====================================== ] 1684/2724 61% [====================================== ] 1685/2724 61% [====================================== ] 1686/2724 61% [====================================== ] 1687/2724 61% [====================================== ] 1688/2724 61% [====================================== ] 1689/2724 62% [====================================== ] 1690/2724 62% [====================================== ] 1691/2724 62% [====================================== ] 1692/2724 62% [====================================== ] 1693/2724 62% [====================================== ] 1694/2724 62% [====================================== ] 1695/2724 62% [====================================== ] 1696/2724 62% [====================================== ] 1697/2724 62% [====================================== ] 1698/2724 62% [====================================== ] 1699/2724 62% [====================================== ] 1700/2724 62% [====================================== ] 1701/2724 62% [====================================== ] 1702/2724 62% [====================================== ] 1703/2724 62% [====================================== ] 1704/2724 62% [====================================== ] 1705/2724 62% [====================================== ] 1706/2724 62% [====================================== ] 1707/2724 62% [====================================== ] 1708/2724 62% [====================================== ] 1709/2724 62% [====================================== ] 1710/2724 62% [====================================== ] 1711/2724 62% [====================================== ] 1712/2724 62% [====================================== ] 1713/2724 62% [======================================= ] 1714/2724 62% [======================================= ] 1715/2724 62% [======================================= ] 1716/2724 62% [======================================= ] 1717/2724 63% [======================================= ] 1718/2724 63% [======================================= ] 1719/2724 63% [======================================= ] 1720/2724 63% [======================================= ] 1721/2724 63% [======================================= ] 1722/2724 63% [======================================= ] 1723/2724 63% [======================================= ] 1724/2724 63% [======================================= ] 1725/2724 63% [======================================= ] 1726/2724 63% [======================================= ] 1727/2724 63% [======================================= ] 1728/2724 63% [======================================= ] 1729/2724 63% [======================================= ] 1730/2724 63% [======================================= ] 1731/2724 63% [======================================= ] 1732/2724 63% [======================================= ] 1733/2724 63% [======================================= ] 1734/2724 63% [======================================= ] 1735/2724 63% [======================================= ] 1736/2724 63% [======================================= ] 1737/2724 63% [======================================= ] 1738/2724 63% [======================================= ] 1739/2724 63% [======================================= ] 1740/2724 63% [======================================= ] 1741/2724 63% [======================================= ] 1742/2724 63% [======================================= ] 1743/2724 63% [======================================= ] 1744/2724 64% [======================================= ] 1745/2724 64% [======================================= ] 1746/2724 64% [======================================= ] 1747/2724 64% [======================================= ] 1748/2724 64% [======================================= ] 1749/2724 64% [======================================= ] 1750/2724 64% [======================================= ] 1751/2724 64% [======================================= ] 1752/2724 64% [======================================= ] 1753/2724 64% [======================================= ] 1754/2724 64% [======================================= ] 1755/2724 64% [======================================= ] 1756/2724 64% [======================================= ] 1757/2724 64% [======================================== ] 1758/2724 64% [======================================== ] 1759/2724 64% [======================================== ] 1760/2724 64% [======================================== ] 1761/2724 64% [======================================== ] 1762/2724 64% [======================================== ] 1763/2724 64% [======================================== ] 1764/2724 64% [======================================== ] 1765/2724 64% [======================================== ] 1766/2724 64% [======================================== ] 1767/2724 64% [======================================== ] 1768/2724 64% [======================================== ] 1769/2724 64% [======================================== ] 1770/2724 64% [======================================== ] 1771/2724 65% [======================================== ] 1772/2724 65% [======================================== ] 1773/2724 65% [======================================== ] 1774/2724 65% [======================================== ] 1775/2724 65% [======================================== ] 1776/2724 65% [======================================== ] 1777/2724 65% [======================================== ] 1778/2724 65% [======================================== ] 1779/2724 65% [======================================== ] 1780/2724 65% [======================================== ] 1781/2724 65% [======================================== ] 1782/2724 65% [======================================== ] 1783/2724 65% [======================================== ] 1784/2724 65% [======================================== ] 1785/2724 65% [======================================== ] 1786/2724 65% [======================================== ] 1787/2724 65% [======================================== ] 1788/2724 65% [======================================== ] 1789/2724 65% [======================================== ] 1790/2724 65% [======================================== ] 1791/2724 65% [======================================== ] 1792/2724 65% [======================================== ] 1793/2724 65% [======================================== ] 1794/2724 65% [======================================== ] 1795/2724 65% [======================================== ] 1796/2724 65% [======================================== ] 1797/2724 65% [======================================== ] 1798/2724 66% [======================================== ] 1799/2724 66% [======================================== ] 1800/2724 66% [======================================== ] 1801/2724 66% [========================================= ] 1802/2724 66% [========================================= ] 1803/2724 66% [========================================= ] 1804/2724 66% [========================================= ] 1805/2724 66% [========================================= ] 1806/2724 66% [========================================= ] 1807/2724 66% [========================================= ] 1808/2724 66% [========================================= ] 1809/2724 66% [========================================= ] 1810/2724 66% [========================================= ] 1811/2724 66% [========================================= ] 1812/2724 66% [========================================= ] 1813/2724 66% [========================================= ] 1814/2724 66% [========================================= ] 1815/2724 66% [========================================= ] 1816/2724 66% [========================================= ] 1817/2724 66% [========================================= ] 1818/2724 66% [========================================= ] 1819/2724 66% [========================================= ] 1820/2724 66% [========================================= ] 1821/2724 66% [========================================= ] 1822/2724 66% [========================================= ] 1823/2724 66% [========================================= ] 1824/2724 66% [========================================= ] 1825/2724 66% [========================================= ] 1826/2724 67% [========================================= ] 1827/2724 67% [========================================= ] 1828/2724 67% [========================================= ] 1829/2724 67% [========================================= ] 1830/2724 67% [========================================= ] 1831/2724 67% [========================================= ] 1832/2724 67% [========================================= ] 1833/2724 67% [========================================= ] 1834/2724 67% [========================================= ] 1835/2724 67% [========================================= ] 1836/2724 67% [========================================= ] 1837/2724 67% [========================================= ] 1838/2724 67% [========================================= ] 1839/2724 67% [========================================= ] 1840/2724 67% [========================================= ] 1841/2724 67% [========================================= ] 1842/2724 67% [========================================= ] 1843/2724 67% [========================================= ] 1844/2724 67% [========================================= ] 1845/2724 67% [========================================== ] 1846/2724 67% [========================================== ] 1847/2724 67% [========================================== ] 1848/2724 67% [========================================== ] 1849/2724 67% [========================================== ] 1850/2724 67% [========================================== ] 1851/2724 67% [========================================== ] 1852/2724 67% [========================================== ] 1853/2724 68% [========================================== ] 1854/2724 68% [========================================== ] 1855/2724 68% [========================================== ] 1856/2724 68% [========================================== ] 1857/2724 68% [========================================== ] 1858/2724 68% [========================================== ] 1859/2724 68% [========================================== ] 1860/2724 68% [========================================== ] 1861/2724 68% [========================================== ] 1862/2724 68% [========================================== ] 1863/2724 68% [========================================== ] 1864/2724 68% [========================================== ] 1865/2724 68% [========================================== ] 1866/2724 68% [========================================== ] 1867/2724 68% [========================================== ] 1868/2724 68% [========================================== ] 1869/2724 68% [========================================== ] 1870/2724 68% [========================================== ] 1871/2724 68% [========================================== ] 1872/2724 68% [========================================== ] 1873/2724 68% [========================================== ] 1874/2724 68% [========================================== ] 1875/2724 68% [========================================== ] 1876/2724 68% [========================================== ] 1877/2724 68% [========================================== ] 1878/2724 68% [========================================== ] 1879/2724 68% [========================================== ] 1880/2724 69% [========================================== ] 1881/2724 69% [========================================== ] 1882/2724 69% [========================================== ] 1883/2724 69% [========================================== ] 1884/2724 69% [========================================== ] 1885/2724 69% [========================================== ] 1886/2724 69% [========================================== ] 1887/2724 69% [========================================== ] 1888/2724 69% [========================================== ] 1889/2724 69% [=========================================== ] 1890/2724 69% [=========================================== ] 1891/2724 69% [=========================================== ] 1892/2724 69% [=========================================== ] 1893/2724 69% [=========================================== ] 1894/2724 69% [=========================================== ] 1895/2724 69% [=========================================== ] 1896/2724 69% [=========================================== ] 1897/2724 69% [=========================================== ] 1898/2724 69% [=========================================== ] 1899/2724 69% [=========================================== ] 1900/2724 69% [=========================================== ] 1901/2724 69% [=========================================== ] 1902/2724 69% [=========================================== ] 1903/2724 69% [=========================================== ] 1904/2724 69% [=========================================== ] 1905/2724 69% [=========================================== ] 1906/2724 69% [=========================================== ] 1907/2724 70% [=========================================== ] 1908/2724 70% [=========================================== ] 1909/2724 70% [=========================================== ] 1910/2724 70% [=========================================== ] 1911/2724 70% [=========================================== ] 1912/2724 70% [=========================================== ] 1913/2724 70% [=========================================== ] 1914/2724 70% [=========================================== ] 1915/2724 70% [=========================================== ] 1916/2724 70% [=========================================== ] 1917/2724 70% [=========================================== ] 1918/2724 70% [=========================================== ] 1919/2724 70% [=========================================== ] 1920/2724 70% [=========================================== ] 1921/2724 70% [=========================================== ] 1922/2724 70% [=========================================== ] 1923/2724 70% [=========================================== ] 1924/2724 70% [=========================================== ] 1925/2724 70% [=========================================== ] 1926/2724 70% [=========================================== ] 1927/2724 70% [=========================================== ] 1928/2724 70% [=========================================== ] 1929/2724 70% [=========================================== ] 1930/2724 70% [=========================================== ] 1931/2724 70% [=========================================== ] 1932/2724 70% [=========================================== ] 1933/2724 70% [============================================ ] 1934/2724 70% [============================================ ] 1935/2724 71% [============================================ ] 1936/2724 71% [============================================ ] 1937/2724 71% [============================================ ] 1938/2724 71% [============================================ ] 1939/2724 71% [============================================ ] 1940/2724 71% [============================================ ] 1941/2724 71% [============================================ ] 1942/2724 71% [============================================ ] 1943/2724 71% [============================================ ] 1944/2724 71% [============================================ ] 1945/2724 71% [============================================ ] 1946/2724 71% [============================================ ] 1947/2724 71% [============================================ ] 1948/2724 71% [============================================ ] 1949/2724 71% [============================================ ] 1950/2724 71% [============================================ ] 1951/2724 71% [============================================ ] 1952/2724 71% [============================================ ] 1953/2724 71% [============================================ ] 1954/2724 71% [============================================ ] 1955/2724 71% [============================================ ] 1956/2724 71% [============================================ ] 1957/2724 71% [============================================ ] 1958/2724 71% [============================================ ] 1959/2724 71% [============================================ ] 1960/2724 71% [============================================ ] 1961/2724 71% [============================================ ] 1962/2724 72% [============================================ ] 1963/2724 72% [============================================ ] 1964/2724 72% [============================================ ] 1965/2724 72% [============================================ ] 1966/2724 72% [============================================ ] 1967/2724 72% [============================================ ] 1968/2724 72% [============================================ ] 1969/2724 72% [============================================ ] 1970/2724 72% [============================================ ] 1971/2724 72% [============================================ ] 1972/2724 72% [============================================ ] 1973/2724 72% [============================================ ] 1974/2724 72% [============================================ ] 1975/2724 72% [============================================ ] 1976/2724 72% [============================================ ] 1977/2724 72% [============================================= ] 1978/2724 72% [============================================= ] 1979/2724 72% [============================================= ] 1980/2724 72% [============================================= ] 1981/2724 72% [============================================= ] 1982/2724 72% [============================================= ] 1983/2724 72% [============================================= ] 1984/2724 72% [============================================= ] 1985/2724 72% [============================================= ] 1986/2724 72% [============================================= ] 1987/2724 72% [============================================= ] 1988/2724 72% [============================================= ] 1989/2724 73% [============================================= ] 1990/2724 73% [============================================= ] 1991/2724 73% [============================================= ] 1992/2724 73% [============================================= ] 1993/2724 73% [============================================= ] 1994/2724 73% [============================================= ] 1995/2724 73% [============================================= ] 1996/2724 73% [============================================= ] 1997/2724 73% [============================================= ] 1998/2724 73% [============================================= ] 1999/2724 73% [============================================= ] 2000/2724 73% [============================================= ] 2001/2724 73% [============================================= ] 2002/2724 73% [============================================= ] 2003/2724 73% [============================================= ] 2004/2724 73% [============================================= ] 2005/2724 73% [============================================= ] 2006/2724 73% [============================================= ] 2007/2724 73% [============================================= ] 2008/2724 73% [============================================= ] 2009/2724 73% [============================================= ] 2010/2724 73% [============================================= ] 2011/2724 73% [============================================= ] 2012/2724 73% [============================================= ] 2013/2724 73% [============================================= ] 2014/2724 73% [============================================= ] 2015/2724 73% [============================================= ] 2016/2724 74% [============================================= ] 2017/2724 74% [============================================= ] 2018/2724 74% [============================================= ] 2019/2724 74% [============================================= ] 2020/2724 74% [============================================= ] 2021/2724 74% [============================================== ] 2022/2724 74% [============================================== ] 2023/2724 74% [============================================== ] 2024/2724 74% [============================================== ] 2025/2724 74% [============================================== ] 2026/2724 74% [============================================== ] 2027/2724 74% [============================================== ] 2028/2724 74% [============================================== ] 2029/2724 74% [============================================== ] 2030/2724 74% [============================================== ] 2031/2724 74% [============================================== ] 2032/2724 74% [============================================== ] 2033/2724 74% [============================================== ] 2034/2724 74% [============================================== ] 2035/2724 74% [============================================== ] 2036/2724 74% [============================================== ] 2037/2724 74% [============================================== ] 2038/2724 74% [============================================== ] 2039/2724 74% [============================================== ] 2040/2724 74% [============================================== ] 2041/2724 74% [============================================== ] 2042/2724 74% [============================================== ] 2043/2724 75% [============================================== ] 2044/2724 75% [============================================== ] 2045/2724 75% [============================================== ] 2046/2724 75% [============================================== ] 2047/2724 75% [============================================== ] 2048/2724 75% [============================================== ] 2049/2724 75% [============================================== ] 2050/2724 75% [============================================== ] 2051/2724 75% [============================================== ] 2052/2724 75% [============================================== ] 2053/2724 75% [============================================== ] 2054/2724 75% [============================================== ] 2055/2724 75% [============================================== ] 2056/2724 75% [============================================== ] 2057/2724 75% [============================================== ] 2058/2724 75% [============================================== ] 2059/2724 75% [============================================== ] 2060/2724 75% [============================================== ] 2061/2724 75% [============================================== ] 2062/2724 75% [============================================== ] 2063/2724 75% [============================================== ] 2064/2724 75% [=============================================== ] 2065/2724 75% [=============================================== ] 2066/2724 75% [=============================================== ] 2067/2724 75% [=============================================== ] 2068/2724 75% [=============================================== ] 2069/2724 75% [=============================================== ] 2070/2724 75% [=============================================== ] 2071/2724 76% [=============================================== ] 2072/2724 76% [=============================================== ] 2073/2724 76% [=============================================== ] 2074/2724 76% [=============================================== ] 2075/2724 76% [=============================================== ] 2076/2724 76% [=============================================== ] 2077/2724 76% [=============================================== ] 2078/2724 76% [=============================================== ] 2079/2724 76% [=============================================== ] 2080/2724 76% [=============================================== ] 2081/2724 76% [=============================================== ] 2082/2724 76% [=============================================== ] 2083/2724 76% [=============================================== ] 2084/2724 76% [=============================================== ] 2085/2724 76% [=============================================== ] 2086/2724 76% [=============================================== ] 2087/2724 76% [=============================================== ] 2088/2724 76% [=============================================== ] 2089/2724 76% [=============================================== ] 2090/2724 76% [=============================================== ] 2091/2724 76% [=============================================== ] 2092/2724 76% [=============================================== ] 2093/2724 76% [=============================================== ] 2094/2724 76% [=============================================== ] 2095/2724 76% [=============================================== ] 2096/2724 76% [=============================================== ] 2097/2724 76% [=============================================== ] 2098/2724 77% [=============================================== ] 2099/2724 77% [=============================================== ] 2100/2724 77% [=============================================== ] 2101/2724 77% [=============================================== ] 2102/2724 77% [=============================================== ] 2103/2724 77% [=============================================== ] 2104/2724 77% [=============================================== ] 2105/2724 77% [=============================================== ] 2106/2724 77% [=============================================== ] 2107/2724 77% [=============================================== ] 2108/2724 77% [================================================ ] 2109/2724 77% [================================================ ] 2110/2724 77% [================================================ ] 2111/2724 77% [================================================ ] 2112/2724 77% [================================================ ] 2113/2724 77% [================================================ ] 2114/2724 77% [================================================ ] 2115/2724 77% [================================================ ] 2116/2724 77% [================================================ ] 2117/2724 77% [================================================ ] 2118/2724 77% [================================================ ] 2119/2724 77% [================================================ ] 2120/2724 77% [================================================ ] 2121/2724 77% [================================================ ] 2122/2724 77% [================================================ ] 2123/2724 77% [================================================ ] 2124/2724 77% [================================================ ] 2125/2724 78% [================================================ ] 2126/2724 78% [================================================ ] 2127/2724 78% [================================================ ] 2128/2724 78% [================================================ ] 2129/2724 78% [================================================ ] 2130/2724 78% [================================================ ] 2131/2724 78% [================================================ ] 2132/2724 78% [================================================ ] 2133/2724 78% [================================================ ] 2134/2724 78% [================================================ ] 2135/2724 78% [================================================ ] 2136/2724 78% [================================================ ] 2137/2724 78% [================================================ ] 2138/2724 78% [================================================ ] 2139/2724 78% [================================================ ] 2140/2724 78% [================================================ ] 2141/2724 78% [================================================ ] 2142/2724 78% [================================================ ] 2143/2724 78% [================================================ ] 2144/2724 78% [================================================ ] 2145/2724 78% [================================================ ] 2146/2724 78% [================================================ ] 2147/2724 78% [================================================ ] 2148/2724 78% [================================================ ] 2149/2724 78% [================================================ ] 2150/2724 78% [================================================ ] 2151/2724 78% [================================================ ] 2152/2724 79% [================================================= ] 2153/2724 79% [================================================= ] 2154/2724 79% [================================================= ] 2155/2724 79% [================================================= ] 2156/2724 79% [================================================= ] 2157/2724 79% [================================================= ] 2158/2724 79% [================================================= ] 2159/2724 79% [================================================= ] 2160/2724 79% [================================================= ] 2161/2724 79% [================================================= ] 2162/2724 79% [================================================= ] 2163/2724 79% [================================================= ] 2164/2724 79% [================================================= ] 2165/2724 79% [================================================= ] 2166/2724 79% [================================================= ] 2167/2724 79% [================================================= ] 2168/2724 79% [================================================= ] 2169/2724 79% [================================================= ] 2170/2724 79% [================================================= ] 2171/2724 79% [================================================= ] 2172/2724 79% [================================================= ] 2173/2724 79% [================================================= ] 2174/2724 79% [================================================= ] 2175/2724 79% [================================================= ] 2176/2724 79% [================================================= ] 2177/2724 79% [================================================= ] 2178/2724 79% [================================================= ] 2179/2724 79% [================================================= ] 2180/2724 80% [================================================= ] 2181/2724 80% [================================================= ] 2182/2724 80% [================================================= ] 2183/2724 80% [================================================= ] 2184/2724 80% [================================================= ] 2185/2724 80% [================================================= ] 2186/2724 80% [================================================= ] 2187/2724 80% [================================================= ] 2188/2724 80% [================================================= ] 2189/2724 80% [================================================= ] 2190/2724 80% [================================================= ] 2191/2724 80% [================================================= ] 2192/2724 80% [================================================= ] 2193/2724 80% [================================================= ] 2194/2724 80% [================================================= ] 2195/2724 80% [================================================= ] 2196/2724 80% [================================================== ] 2197/2724 80% [================================================== ] 2198/2724 80% [================================================== ] 2199/2724 80% [================================================== ] 2200/2724 80% [================================================== ] 2201/2724 80% [================================================== ] 2202/2724 80% [================================================== ] 2203/2724 80% [================================================== ] 2204/2724 80% [================================================== ] 2205/2724 80% [================================================== ] 2206/2724 80% [================================================== ] 2207/2724 81% [================================================== ] 2208/2724 81% [================================================== ] 2209/2724 81% [================================================== ] 2210/2724 81% [================================================== ] 2211/2724 81% [================================================== ] 2212/2724 81% [================================================== ] 2213/2724 81% [================================================== ] 2214/2724 81% [================================================== ] 2215/2724 81% [================================================== ] 2216/2724 81% [================================================== ] 2217/2724 81% [================================================== ] 2218/2724 81% [================================================== ] 2219/2724 81% [================================================== ] 2220/2724 81% [================================================== ] 2221/2724 81% [================================================== ] 2222/2724 81% [================================================== ] 2223/2724 81% [================================================== ] 2224/2724 81% [================================================== ] 2225/2724 81% [================================================== ] 2226/2724 81% [================================================== ] 2227/2724 81% [================================================== ] 2228/2724 81% [================================================== ] 2229/2724 81% [================================================== ] 2230/2724 81% [================================================== ] 2231/2724 81% [================================================== ] 2232/2724 81% [================================================== ] 2233/2724 81% [================================================== ] 2234/2724 82% [================================================== ] 2235/2724 82% [================================================== ] 2236/2724 82% [================================================== ] 2237/2724 82% [================================================== ] 2238/2724 82% [================================================== ] 2239/2724 82% [================================================== ] 2240/2724 82% [=================================================== ] 2241/2724 82% [=================================================== ] 2242/2724 82% [=================================================== ] 2243/2724 82% [=================================================== ] 2244/2724 82% [=================================================== ] 2245/2724 82% [=================================================== ] 2246/2724 82% [=================================================== ] 2247/2724 82% [=================================================== ] 2248/2724 82% [=================================================== ] 2249/2724 82% [=================================================== ] 2250/2724 82% [=================================================== ] 2251/2724 82% [=================================================== ] 2252/2724 82% [=================================================== ] 2253/2724 82% [=================================================== ] 2254/2724 82% [=================================================== ] 2255/2724 82% [=================================================== ] 2256/2724 82% [=================================================== ] 2257/2724 82% [=================================================== ] 2258/2724 82% [=================================================== ] 2259/2724 82% [=================================================== ] 2260/2724 82% [=================================================== ] 2261/2724 83% [=================================================== ] 2262/2724 83% [=================================================== ] 2263/2724 83% [=================================================== ] 2264/2724 83% [=================================================== ] 2265/2724 83% [=================================================== ] 2266/2724 83% [=================================================== ] 2267/2724 83% [=================================================== ] 2268/2724 83% [=================================================== ] 2269/2724 83% [=================================================== ] 2270/2724 83% [=================================================== ] 2271/2724 83% [=================================================== ] 2272/2724 83% [=================================================== ] 2273/2724 83% [=================================================== ] 2274/2724 83% [=================================================== ] 2275/2724 83% [=================================================== ] 2276/2724 83% [=================================================== ] 2277/2724 83% [=================================================== ] 2278/2724 83% [=================================================== ] 2279/2724 83% [=================================================== ] 2280/2724 83% [=================================================== ] 2281/2724 83% [=================================================== ] 2282/2724 83% [=================================================== ] 2283/2724 83% [=================================================== ] 2284/2724 83% [==================================================== ] 2285/2724 83% [==================================================== ] 2286/2724 83% [==================================================== ] 2287/2724 83% [==================================================== ] 2288/2724 83% [==================================================== ] 2289/2724 84% [==================================================== ] 2290/2724 84% [==================================================== ] 2291/2724 84% [==================================================== ] 2292/2724 84% [==================================================== ] 2293/2724 84% [==================================================== ] 2294/2724 84% [==================================================== ] 2295/2724 84% [==================================================== ] 2296/2724 84% [==================================================== ] 2297/2724 84% [==================================================== ] 2298/2724 84% [==================================================== ] 2299/2724 84% [==================================================== ] 2300/2724 84% [==================================================== ] 2301/2724 84% [==================================================== ] 2302/2724 84% [==================================================== ] 2303/2724 84% [==================================================== ] 2304/2724 84% [==================================================== ] 2305/2724 84% [==================================================== ] 2306/2724 84% [==================================================== ] 2307/2724 84% [==================================================== ] 2308/2724 84% [==================================================== ] 2309/2724 84% [==================================================== ] 2310/2724 84% [==================================================== ] 2311/2724 84% [==================================================== ] 2312/2724 84% [==================================================== ] 2313/2724 84% [==================================================== ] 2314/2724 84% [==================================================== ] 2315/2724 84% [==================================================== ] 2316/2724 85% [==================================================== ] 2317/2724 85% [==================================================== ] 2318/2724 85% [==================================================== ] 2319/2724 85% [==================================================== ] 2320/2724 85% [==================================================== ] 2321/2724 85% [==================================================== ] 2322/2724 85% [==================================================== ] 2323/2724 85% [==================================================== ] 2324/2724 85% [==================================================== ] 2325/2724 85% [==================================================== ] 2326/2724 85% [==================================================== ] 2327/2724 85% [==================================================== ] 2328/2724 85% [===================================================== ] 2329/2724 85% [===================================================== ] 2330/2724 85% [===================================================== ] 2331/2724 85% [===================================================== ] 2332/2724 85% [===================================================== ] 2333/2724 85% [===================================================== ] 2334/2724 85% [===================================================== ] 2335/2724 85% [===================================================== ] 2336/2724 85% [===================================================== ] 2337/2724 85% [===================================================== ] 2338/2724 85% [===================================================== ] 2339/2724 85% [===================================================== ] 2340/2724 85% [===================================================== ] 2341/2724 85% [===================================================== ] 2342/2724 85% [===================================================== ] 2343/2724 86% [===================================================== ] 2344/2724 86% [===================================================== ] 2345/2724 86% [===================================================== ] 2346/2724 86% [===================================================== ] 2347/2724 86% [===================================================== ] 2348/2724 86% [===================================================== ] 2349/2724 86% [===================================================== ] 2350/2724 86% [===================================================== ] 2351/2724 86% [===================================================== ] 2352/2724 86% [===================================================== ] 2353/2724 86% [===================================================== ] 2354/2724 86% [===================================================== ] 2355/2724 86% [===================================================== ] 2356/2724 86% [===================================================== ] 2357/2724 86% [===================================================== ] 2358/2724 86% [===================================================== ] 2359/2724 86% [===================================================== ] 2360/2724 86% [===================================================== ] 2361/2724 86% [===================================================== ] 2362/2724 86% [===================================================== ] 2363/2724 86% [===================================================== ] 2364/2724 86% [===================================================== ] 2365/2724 86% [===================================================== ] 2366/2724 86% [===================================================== ] 2367/2724 86% [===================================================== ] 2368/2724 86% [===================================================== ] 2369/2724 86% [===================================================== ] 2370/2724 87% [===================================================== ] 2371/2724 87% [===================================================== ] 2372/2724 87% [====================================================== ] 2373/2724 87% [====================================================== ] 2374/2724 87% [====================================================== ] 2375/2724 87% [====================================================== ] 2376/2724 87% [====================================================== ] 2377/2724 87% [====================================================== ] 2378/2724 87% [====================================================== ] 2379/2724 87% [====================================================== ] 2380/2724 87% [====================================================== ] 2381/2724 87% [====================================================== ] 2382/2724 87% [====================================================== ] 2383/2724 87% [====================================================== ] 2384/2724 87% [====================================================== ] 2385/2724 87% [====================================================== ] 2386/2724 87% [====================================================== ] 2387/2724 87% [====================================================== ] 2388/2724 87% [====================================================== ] 2389/2724 87% [====================================================== ] 2390/2724 87% [====================================================== ] 2391/2724 87% [====================================================== ] 2392/2724 87% [====================================================== ] 2393/2724 87% [====================================================== ] 2394/2724 87% [====================================================== ] 2395/2724 87% [====================================================== ] 2396/2724 87% [====================================================== ] 2397/2724 87% [====================================================== ] 2398/2724 88% [====================================================== ] 2399/2724 88% [====================================================== ] 2400/2724 88% [====================================================== ] 2401/2724 88% [====================================================== ] 2402/2724 88% [====================================================== ] 2403/2724 88% [====================================================== ] 2404/2724 88% [====================================================== ] 2405/2724 88% [====================================================== ] 2406/2724 88% [====================================================== ] 2407/2724 88% [====================================================== ] 2408/2724 88% [====================================================== ] 2409/2724 88% [====================================================== ] 2410/2724 88% [====================================================== ] 2411/2724 88% [====================================================== ] 2412/2724 88% [====================================================== ] 2413/2724 88% [====================================================== ] 2414/2724 88% [====================================================== ] 2415/2724 88% [====================================================== ] 2416/2724 88% [======================================================= ] 2417/2724 88% [======================================================= ] 2418/2724 88% [======================================================= ] 2419/2724 88% [======================================================= ] 2420/2724 88% [======================================================= ] 2421/2724 88% [======================================================= ] 2422/2724 88% [======================================================= ] 2423/2724 88% [======================================================= ] 2424/2724 88% [======================================================= ] 2425/2724 89% [======================================================= ] 2426/2724 89% [======================================================= ] 2427/2724 89% [======================================================= ] 2428/2724 89% [======================================================= ] 2429/2724 89% [======================================================= ] 2430/2724 89% [======================================================= ] 2431/2724 89% [======================================================= ] 2432/2724 89% [======================================================= ] 2433/2724 89% [======================================================= ] 2434/2724 89% [======================================================= ] 2435/2724 89% [======================================================= ] 2436/2724 89% [======================================================= ] 2437/2724 89% [======================================================= ] 2438/2724 89% [======================================================= ] 2439/2724 89% [======================================================= ] 2440/2724 89% [======================================================= ] 2441/2724 89% [======================================================= ] 2442/2724 89% [======================================================= ] 2443/2724 89% [======================================================= ] 2444/2724 89% [======================================================= ] 2445/2724 89% [======================================================= ] 2446/2724 89% [======================================================= ] 2447/2724 89% [======================================================= ] 2448/2724 89% [======================================================= ] 2449/2724 89% [======================================================= ] 2450/2724 89% [======================================================= ] 2451/2724 89% [======================================================= ] 2452/2724 90% [======================================================= ] 2453/2724 90% [======================================================= ] 2454/2724 90% [======================================================= ] 2455/2724 90% [======================================================= ] 2456/2724 90% [======================================================= ] 2457/2724 90% [======================================================= ] 2458/2724 90% [======================================================= ] 2459/2724 90% [======================================================= ] 2460/2724 90% [======================================================== ] 2461/2724 90% [======================================================== ] 2462/2724 90% [======================================================== ] 2463/2724 90% [======================================================== ] 2464/2724 90% [======================================================== ] 2465/2724 90% [======================================================== ] 2466/2724 90% [======================================================== ] 2467/2724 90% [======================================================== ] 2468/2724 90% [======================================================== ] 2469/2724 90% [======================================================== ] 2470/2724 90% [======================================================== ] 2471/2724 90% [======================================================== ] 2472/2724 90% [======================================================== ] 2473/2724 90% [======================================================== ] 2474/2724 90% [======================================================== ] 2475/2724 90% [======================================================== ] 2476/2724 90% [======================================================== ] 2477/2724 90% [======================================================== ] 2478/2724 90% [======================================================== ] 2479/2724 91% [======================================================== ] 2480/2724 91% [======================================================== ] 2481/2724 91% [======================================================== ] 2482/2724 91% [======================================================== ] 2483/2724 91% [======================================================== ] 2484/2724 91% [======================================================== ] 2485/2724 91% [======================================================== ] 2486/2724 91% [======================================================== ] 2487/2724 91% [======================================================== ] 2488/2724 91% [======================================================== ] 2489/2724 91% [======================================================== ] 2490/2724 91% [======================================================== ] 2491/2724 91% [======================================================== ] 2492/2724 91% [======================================================== ] 2493/2724 91% [======================================================== ] 2494/2724 91% [======================================================== ] 2495/2724 91% [======================================================== ] 2496/2724 91% [======================================================== ] 2497/2724 91% [======================================================== ] 2498/2724 91% [======================================================== ] 2499/2724 91% [======================================================== ] 2500/2724 91% [======================================================== ] 2501/2724 91% [======================================================== ] 2502/2724 91% [======================================================== ] 2503/2724 91% [======================================================== ] 2504/2724 91% [========================================================= ] 2505/2724 91% [========================================================= ] 2506/2724 91% [========================================================= ] 2507/2724 92% [========================================================= ] 2508/2724 92% [========================================================= ] 2509/2724 92% [========================================================= ] 2510/2724 92% [========================================================= ] 2511/2724 92% [========================================================= ] 2512/2724 92% [========================================================= ] 2513/2724 92% [========================================================= ] 2514/2724 92% [========================================================= ] 2515/2724 92% [========================================================= ] 2516/2724 92% [========================================================= ] 2517/2724 92% [========================================================= ] 2518/2724 92% [========================================================= ] 2519/2724 92% [========================================================= ] 2520/2724 92% [========================================================= ] 2521/2724 92% [========================================================= ] 2522/2724 92% [========================================================= ] 2523/2724 92% [========================================================= ] 2524/2724 92% [========================================================= ] 2525/2724 92% [========================================================= ] 2526/2724 92% [========================================================= ] 2527/2724 92% [========================================================= ] 2528/2724 92% [========================================================= ] 2529/2724 92% [========================================================= ] 2530/2724 92% [========================================================= ] 2531/2724 92% [========================================================= ] 2532/2724 92% [========================================================= ] 2533/2724 92% [========================================================= ] 2534/2724 93% [========================================================= ] 2535/2724 93% [========================================================= ] 2536/2724 93% [========================================================= ] 2537/2724 93% [========================================================= ] 2538/2724 93% [========================================================= ] 2539/2724 93% [========================================================= ] 2540/2724 93% [========================================================= ] 2541/2724 93% [========================================================= ] 2542/2724 93% [========================================================= ] 2543/2724 93% [========================================================= ] 2544/2724 93% [========================================================= ] 2545/2724 93% [========================================================= ] 2546/2724 93% [========================================================= ] 2547/2724 93% [========================================================= ] 2548/2724 93% [========================================================== ] 2549/2724 93% [========================================================== ] 2550/2724 93% [========================================================== ] 2551/2724 93% [========================================================== ] 2552/2724 93% [========================================================== ] 2553/2724 93% [========================================================== ] 2554/2724 93% [========================================================== ] 2555/2724 93% [========================================================== ] 2556/2724 93% [========================================================== ] 2557/2724 93% [========================================================== ] 2558/2724 93% [========================================================== ] 2559/2724 93% [========================================================== ] 2560/2724 93% [========================================================== ] 2561/2724 94% [========================================================== ] 2562/2724 94% [========================================================== ] 2563/2724 94% [========================================================== ] 2564/2724 94% [========================================================== ] 2565/2724 94% [========================================================== ] 2566/2724 94% [========================================================== ] 2567/2724 94% [========================================================== ] 2568/2724 94% [========================================================== ] 2569/2724 94% [========================================================== ] 2570/2724 94% [========================================================== ] 2571/2724 94% [========================================================== ] 2572/2724 94% [========================================================== ] 2573/2724 94% [========================================================== ] 2574/2724 94% [========================================================== ] 2575/2724 94% [========================================================== ] 2576/2724 94% [========================================================== ] 2577/2724 94% [========================================================== ] 2578/2724 94% [========================================================== ] 2579/2724 94% [========================================================== ] 2580/2724 94% [========================================================== ] 2581/2724 94% [========================================================== ] 2582/2724 94% [========================================================== ] 2583/2724 94% [========================================================== ] 2584/2724 94% [========================================================== ] 2585/2724 94% [========================================================== ] 2586/2724 94% [========================================================== ] 2587/2724 94% [========================================================== ] 2588/2724 95% [========================================================== ] 2589/2724 95% [========================================================== ] 2590/2724 95% [========================================================== ] 2591/2724 95% [========================================================== ] 2592/2724 95% [=========================================================== ] 2593/2724 95% [=========================================================== ] 2594/2724 95% [=========================================================== ] 2595/2724 95% [=========================================================== ] 2596/2724 95% [=========================================================== ] 2597/2724 95% [=========================================================== ] 2598/2724 95% [=========================================================== ] 2599/2724 95% [=========================================================== ] 2600/2724 95% [=========================================================== ] 2601/2724 95% [=========================================================== ] 2602/2724 95% [=========================================================== ] 2603/2724 95% [=========================================================== ] 2604/2724 95% [=========================================================== ] 2605/2724 95% [=========================================================== ] 2606/2724 95% [=========================================================== ] 2607/2724 95% [=========================================================== ] 2608/2724 95% [=========================================================== ] 2609/2724 95% [=========================================================== ] 2610/2724 95% [=========================================================== ] 2611/2724 95% [=========================================================== ] 2612/2724 95% [=========================================================== ] 2613/2724 95% [=========================================================== ] 2614/2724 95% [=========================================================== ] 2615/2724 95% [=========================================================== ] 2616/2724 96% [=========================================================== ] 2617/2724 96% [=========================================================== ] 2618/2724 96% [=========================================================== ] 2619/2724 96% [=========================================================== ] 2620/2724 96% [=========================================================== ] 2621/2724 96% [=========================================================== ] 2622/2724 96% [=========================================================== ] 2623/2724 96% [=========================================================== ] 2624/2724 96% [=========================================================== ] 2625/2724 96% [=========================================================== ] 2626/2724 96% [=========================================================== ] 2627/2724 96% [=========================================================== ] 2628/2724 96% [=========================================================== ] 2629/2724 96% [=========================================================== ] 2630/2724 96% [=========================================================== ] 2631/2724 96% [=========================================================== ] 2632/2724 96% [=========================================================== ] 2633/2724 96% [=========================================================== ] 2634/2724 96% [=========================================================== ] 2635/2724 96% [=========================================================== ] 2636/2724 96% [============================================================ ] 2637/2724 96% [============================================================ ] 2638/2724 96% [============================================================ ] 2639/2724 96% [============================================================ ] 2640/2724 96% [============================================================ ] 2641/2724 96% [============================================================ ] 2642/2724 96% [============================================================ ] 2643/2724 97% [============================================================ ] 2644/2724 97% [============================================================ ] 2645/2724 97% [============================================================ ] 2646/2724 97% [============================================================ ] 2647/2724 97% [============================================================ ] 2648/2724 97% [============================================================ ] 2649/2724 97% [============================================================ ] 2650/2724 97% [============================================================ ] 2651/2724 97% [============================================================ ] 2652/2724 97% [============================================================ ] 2653/2724 97% [============================================================ ] 2654/2724 97% [============================================================ ] 2655/2724 97% [============================================================ ] 2656/2724 97% [============================================================ ] 2657/2724 97% [============================================================ ] 2658/2724 97% [============================================================ ] 2659/2724 97% [============================================================ ] 2660/2724 97% [============================================================ ] 2661/2724 97% [============================================================ ] 2662/2724 97% [============================================================ ] 2663/2724 97% [============================================================ ] 2664/2724 97% [============================================================ ] 2665/2724 97% [============================================================ ] 2666/2724 97% [============================================================ ] 2667/2724 97% [============================================================ ] 2668/2724 97% [============================================================ ] 2669/2724 97% [============================================================ ] 2670/2724 98% [============================================================ ] 2671/2724 98% [============================================================ ] 2672/2724 98% [============================================================ ] 2673/2724 98% [============================================================ ] 2674/2724 98% [============================================================ ] 2675/2724 98% [============================================================ ] 2676/2724 98% [============================================================ ] 2677/2724 98% [============================================================ ] 2678/2724 98% [============================================================ ] 2679/2724 98% [============================================================ ] 2680/2724 98% [============================================================= ] 2681/2724 98% [============================================================= ] 2682/2724 98% [============================================================= ] 2683/2724 98% [============================================================= ] 2684/2724 98% [============================================================= ] 2685/2724 98% [============================================================= ] 2686/2724 98% [============================================================= ] 2687/2724 98% [============================================================= ] 2688/2724 98% [============================================================= ] 2689/2724 98% [============================================================= ] 2690/2724 98% [============================================================= ] 2691/2724 98% [============================================================= ] 2692/2724 98% [============================================================= ] 2693/2724 98% [============================================================= ] 2694/2724 98% [============================================================= ] 2695/2724 98% [============================================================= ] 2696/2724 98% [============================================================= ] 2697/2724 99% [============================================================= ] 2698/2724 99% [============================================================= ] 2699/2724 99% [============================================================= ] 2700/2724 99% [============================================================= ] 2701/2724 99% [============================================================= ] 2702/2724 99% [============================================================= ] 2703/2724 99% [============================================================= ] 2704/2724 99% [============================================================= ] 2705/2724 99% [============================================================= ] 2706/2724 99% [============================================================= ] 2707/2724 99% [============================================================= ] 2708/2724 99% [============================================================= ] 2709/2724 99% [============================================================= ] 2710/2724 99% [============================================================= ] 2711/2724 99% [============================================================= ] 2712/2724 99% [============================================================= ] 2713/2724 99% [============================================================= ] 2714/2724 99% [============================================================= ] 2715/2724 99% [============================================================= ] 2716/2724 99% [============================================================= ] 2717/2724 99% [============================================================= ] 2718/2724 99% [============================================================= ] 2719/2724 99% [============================================================= ] 2720/2724 99% [============================================================= ] 2721/2724 99% [============================================================= ] 2722/2724 99% [============================================================= ] 2723/2724 99% [==============================================================] 2724/2724 100% operation complete, 2724 objects in 51434 NAND pages. ln -snf /nvmedata/autobuild/instance-6/output-1/host/mips64-buildroot-linux-uclibc/sysroot /nvmedata/autobuild/instance-6/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-6/buildroot' make: Entering directory '/nvmedata/autobuild/instance-6/buildroot' >>> Buildroot 2022.08-rc1-27-g8d7be66f70 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> alsa-lib 1.2.7.2 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> openssl Collecting legal info >>> libressl 3.5.3 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> unixodbc 2.3.11 Collecting legal info COPYING: OK (sha256: a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8) exe/COPYING: OK (sha256: 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4) >>> at 3.2.5 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> atest 895b0183a89c15f5e2305a6795bb1667753cd3f0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> aubio 0.4.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> bdwgc 8.0.6 Collecting legal info README.QUICK: OK (sha256: 0aab7a56a92ed878c4a5464cf282d65f38bcdee64fe9cf213e26254bddb3f340) >>> libatomic_ops 7.6.12 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtirpc 1.3.2 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> whois 5.5.13 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> 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) >>> cifs-utils 6.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> cryptsetup 2.5.0 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dht 0.27 Collecting legal info LICENCE: OK (sha256: 06ce07293caf8c8ddfaf47797ad1fb18d1c040a8375231d8f8a6105cef51a8e6) >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-fwup 1.9.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.6.1 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript 9.56.1 Collecting legal info LICENSE: OK (sha256: 8ce064f423b7c24a011b6ebf9431b8bf9861a5255e47c84bfb23fc526d030a8b) >>> host-lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnupg2 2.3.7 Collecting legal info COPYING: OK (sha256: bc2d6664f6276fa0a72d57633b3ae68dc7dcb677b71018bf08c8e93e509f1357) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libksba 1.6.0 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> iftop 1.0pre4 Collecting legal info COPYING: OK (sha256: c00d1408e080e7f14615c7c2e0fbd079f1b2c19e93fc6eab819bdee8d5fdfbc4) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> initscripts Collecting legal info >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> jquery 3.5.1 Collecting legal info >>> kexec 2.0.24 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> libcoap 4.3.0 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: c5625e704d52deade1c9b2d7931ac8593be147ba63af62b53b8c7e309b7eaeb9) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libgpgme 1.17.1 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libiio 0.23 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libiscsi 1.19.0 Collecting legal info COPYING: OK (sha256: 88e3eccc48722b2a0eaff456dda94b8e8e123848d01f631969bec8e3c6c6eb85) LICENCE-GPL-2.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libkcapi 1.1.5 Collecting legal info COPYING: OK (sha256: c6b8402a68999b0f84560ab43cdf60f9ff33c4a9a8ced6a40db9d3b787ba5b4a) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnatpmp 20150609 Collecting legal info LICENSE: OK (sha256: e8d8277e1a101fcfedb0cd5a1cc76646522c0da69f3490dd5a4055fc87ea96a2) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libsigsegv 2.14 Collecting legal info COPYING: OK (sha256: 8f2983e9a940367f48999881c14775db725ee643bce1e2f1ba195eb629a33cde) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libtasn1 4.18.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> liburcu 0.13.1 Collecting legal info lgpl-2.1.txt: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) lgpl-relicensing.txt: OK (sha256: 8ef8121eddd2fc0779d94331a1d0f1ead9c796343d845e564cd8c8c4ae3d6f6e) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: e8c070cb093be4b2eaf938a5f1c11621163b2d9cfa2790460cf925d81e442fa7) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> libzip 1.8.0 Collecting legal info LICENSE: OK (sha256: deae392de70503672793ee784d603bfa8069dcd5974a325dfbf91160f3a147d6) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> luksmeta 9 Collecting legal info COPYING: OK (sha256: 4b72eb6b5a336cd3ec837cc2d6347c23bf7574168db6b4802267700b93021abf) >>> mdadm 4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> minizip-zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> nettle 3.8 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.3.2 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> rabbitmq-c 0.11.0 Collecting legal info LICENSE-MIT: OK (sha256: 94a12c906acb31a66c2c8a6c1b6e46cab52bc5694c5ada2a06d86b05d3d3f422) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> shellinabox 2.20 Collecting legal info COPYING: OK (sha256: 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362) GPL-2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tz Collecting legal info >>> host-tzdata 2021e Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2021e Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> uacme 1.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uqmi 0a19b5b77140465c29e2afa7d611fe93abc9672f Collecting legal info main.c: OK (sha256: a69bf44dbff15d727578d2069a654d60e9034c5e2cc3e199a012e72afef6c259) >>> urandom-scripts Collecting legal info >>> 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-mkpasswd 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: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-6/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-6/buildroot'