find /home/autobuild/autobuild/instance-13/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-13/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-13/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-13/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-13/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-455-g4f00b909b9"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /home/autobuild/autobuild/instance-13/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-13/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-13/output-1/per-package /home/autobuild/autobuild/instance-13/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-13/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs printf ' sshd -1 sshd -1 * /var/empty - - SSH drop priv user\n\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_users_table.txt printf ' /var/empty d 755 root root - - - - -\n\n' > /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.squashfs mkdir -p /home/autobuild/autobuild/instance-13/output-1/images rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs mkdir -p /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-13/output-1/target/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-13/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs/target >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/autobuild/autobuild/instance-13/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/autobuild/autobuild/instance-13/output-1/host/bin/mksquashfs /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs/target /home/autobuild/autobuild/instance-13/output-1/images/rootfs.squashfs -noappend -processors 1 -b 64K -nopad -comp gzip\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-13/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/squashfs/target table='/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 1 processor Creating 4.0 filesystem on /home/autobuild/autobuild/instance-13/output-1/images/rootfs.squashfs, block size 65536. [=============================================================-] 2157/2157 100% Exportable Squashfs 4.0 filesystem, gzip compressed, data block size 65536 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 16548.43 Kbytes (16.16 Mbytes) 41.26% of uncompressed filesystem size (40110.41 Kbytes) Inode table size 23771 bytes (23.21 Kbytes) 29.87% of uncompressed inode table size (79586 bytes) Directory table size 26377 bytes (25.76 Kbytes) 51.98% of uncompressed directory table size (50747 bytes) Number of duplicate files found 25 Number of inodes 2176 Number of files 1742 Number of fragments 189 Number of symbolic links 261 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 173 Number of ids (unique uids + gids) 2 Number of uids 2 root (0) http (33) Number of gids 2 root (0) http (33) >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-13/output-1/images rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-13/output-1/target/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-13/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-13/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-13/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x lzo -o /home/autobuild/autobuild/instance-13/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-13/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" xz -9 -C crc32 -c -T 1 /home/autobuild/autobuild/instance-13/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-13/output-1/images/rootfs.ubifs.xz >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-13/output-1/images rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-13/output-1/target/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-13/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-13/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-13/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-13/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-13/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 2654 objects. stage 2: creating image '/home/autobuild/autobuild/instance-13/output-1/images/rootfs.yaffs2' [ ] 1/2654 0% [ ] 2/2654 0% [ ] 3/2654 0% [ ] 4/2654 0% [ ] 5/2654 0% [ ] 6/2654 0% [ ] 7/2654 0% [ ] 8/2654 0% [ ] 9/2654 0% [ ] 10/2654 0% [ ] 11/2654 0% [ ] 12/2654 0% [ ] 13/2654 0% [ ] 14/2654 0% [ ] 15/2654 0% [ ] 16/2654 0% [ ] 17/2654 0% [ ] 18/2654 0% [ ] 19/2654 0% [ ] 20/2654 0% [ ] 21/2654 0% [ ] 22/2654 0% [ ] 23/2654 0% [ ] 24/2654 0% [ ] 25/2654 0% [ ] 26/2654 0% [ ] 27/2654 1% [ ] 28/2654 1% [ ] 29/2654 1% [ ] 30/2654 1% [ ] 31/2654 1% [ ] 32/2654 1% [ ] 33/2654 1% [ ] 34/2654 1% [ ] 35/2654 1% [ ] 36/2654 1% [ ] 37/2654 1% [ ] 38/2654 1% [ ] 39/2654 1% [ ] 40/2654 1% [ ] 41/2654 1% [ ] 42/2654 1% [= ] 43/2654 1% [= ] 44/2654 1% [= ] 45/2654 1% [= ] 46/2654 1% [= ] 47/2654 1% [= ] 48/2654 1% [= ] 49/2654 1% [= ] 50/2654 1% [= ] 51/2654 1% [= ] 52/2654 1% [= ] 53/2654 1% [= ] 54/2654 2% [= ] 55/2654 2% [= ] 56/2654 2% [= ] 57/2654 2% [= ] 58/2654 2% [= ] 59/2654 2% [= ] 60/2654 2% [= ] 61/2654 2% [= ] 62/2654 2% [= ] 63/2654 2% [= ] 64/2654 2% [= ] 65/2654 2% [= ] 66/2654 2% [= ] 67/2654 2% [= ] 68/2654 2% [= ] 69/2654 2% [= ] 70/2654 2% [= ] 71/2654 2% [= ] 72/2654 2% [= ] 73/2654 2% [= ] 74/2654 2% [= ] 75/2654 2% [= ] 76/2654 2% [= ] 77/2654 2% [= ] 78/2654 2% [= ] 79/2654 2% [= ] 80/2654 3% [= ] 81/2654 3% [= ] 82/2654 3% [= ] 83/2654 3% [= ] 84/2654 3% [= ] 85/2654 3% [== ] 86/2654 3% [== ] 87/2654 3% [== ] 88/2654 3% [== ] 89/2654 3% [== ] 90/2654 3% [== ] 91/2654 3% [== ] 92/2654 3% [== ] 93/2654 3% [== ] 94/2654 3% [== ] 95/2654 3% [== ] 96/2654 3% [== ] 97/2654 3% [== ] 98/2654 3% [== ] 99/2654 3% [== ] 100/2654 3% [== ] 101/2654 3% [== ] 102/2654 3% [== ] 103/2654 3% [== ] 104/2654 3% [== ] 105/2654 3% [== ] 106/2654 3% [== ] 107/2654 4% [== ] 108/2654 4% [== ] 109/2654 4% [== ] 110/2654 4% [== ] 111/2654 4% [== ] 112/2654 4% [== ] 113/2654 4% [== ] 114/2654 4% [== ] 115/2654 4% [== ] 116/2654 4% [== ] 117/2654 4% [== ] 118/2654 4% [== ] 119/2654 4% [== ] 120/2654 4% [== ] 121/2654 4% [== ] 122/2654 4% [== ] 123/2654 4% [== ] 124/2654 4% [== ] 125/2654 4% [== ] 126/2654 4% [== ] 127/2654 4% [== ] 128/2654 4% [=== ] 129/2654 4% [=== ] 130/2654 4% [=== ] 131/2654 4% [=== ] 132/2654 4% [=== ] 133/2654 5% [=== ] 134/2654 5% [=== ] 135/2654 5% [=== ] 136/2654 5% [=== ] 137/2654 5% [=== ] 138/2654 5% [=== ] 139/2654 5% [=== ] 140/2654 5% [=== ] 141/2654 5% [=== ] 142/2654 5% [=== ] 143/2654 5% [=== ] 144/2654 5% [=== ] 145/2654 5% [=== ] 146/2654 5% [=== ] 147/2654 5% [=== ] 148/2654 5% [=== ] 149/2654 5% [=== ] 150/2654 5% [=== ] 151/2654 5% [=== ] 152/2654 5% [=== ] 153/2654 5% [=== ] 154/2654 5% [=== ] 155/2654 5% [=== ] 156/2654 5% [=== ] 157/2654 5% [=== ] 158/2654 5% [=== ] 159/2654 5% [=== ] 160/2654 6% [=== ] 161/2654 6% [=== ] 162/2654 6% [=== ] 163/2654 6% [=== ] 164/2654 6% [=== ] 165/2654 6% [=== ] 166/2654 6% [=== ] 167/2654 6% [=== ] 168/2654 6% [=== ] 169/2654 6% [=== ] 170/2654 6% [=== ] 171/2654 6% [==== ] 172/2654 6% [==== ] 173/2654 6% [==== ] 174/2654 6% [==== ] 175/2654 6% [==== ] 176/2654 6% [==== ] 177/2654 6% [==== ] 178/2654 6% [==== ] 179/2654 6% [==== ] 180/2654 6% [==== ] 181/2654 6% [==== ] 182/2654 6% [==== ] 183/2654 6% [==== ] 184/2654 6% [==== ] 185/2654 6% [==== ] 186/2654 7% [==== ] 187/2654 7% [==== ] 188/2654 7% [==== ] 189/2654 7% [==== ] 190/2654 7% [==== ] 191/2654 7% [==== ] 192/2654 7% [==== ] 193/2654 7% [==== ] 194/2654 7% [==== ] 195/2654 7% [==== ] 196/2654 7% [==== ] 197/2654 7% [==== ] 198/2654 7% [==== ] 199/2654 7% [==== ] 200/2654 7% [==== ] 201/2654 7% [==== ] 202/2654 7% [==== ] 203/2654 7% [==== ] 204/2654 7% [==== ] 205/2654 7% [==== ] 206/2654 7% [==== ] 207/2654 7% [==== ] 208/2654 7% [==== ] 209/2654 7% [==== ] 210/2654 7% [==== ] 211/2654 7% [==== ] 212/2654 7% [==== ] 213/2654 8% [==== ] 214/2654 8% [===== ] 215/2654 8% [===== ] 216/2654 8% [===== ] 217/2654 8% [===== ] 218/2654 8% [===== ] 219/2654 8% [===== ] 220/2654 8% [===== ] 221/2654 8% [===== ] 222/2654 8% [===== ] 223/2654 8% [===== ] 224/2654 8% [===== ] 225/2654 8% [===== ] 226/2654 8% [===== ] 227/2654 8% [===== ] 228/2654 8% [===== ] 229/2654 8% [===== ] 230/2654 8% [===== ] 231/2654 8% [===== ] 232/2654 8% [===== ] 233/2654 8% [===== ] 234/2654 8% [===== ] 235/2654 8% [===== ] 236/2654 8% [===== ] 237/2654 8% [===== ] 238/2654 8% [===== ] 239/2654 9% [===== ] 240/2654 9% [===== ] 241/2654 9% [===== ] 242/2654 9% [===== ] 243/2654 9% [===== ] 244/2654 9% [===== ] 245/2654 9% [===== ] 246/2654 9% [===== ] 247/2654 9% [===== ] 248/2654 9% [===== ] 249/2654 9% [===== ] 250/2654 9% [===== ] 251/2654 9% [===== ] 252/2654 9% [===== ] 253/2654 9% [===== ] 254/2654 9% [===== ] 255/2654 9% [===== ] 256/2654 9% [====== ] 257/2654 9% [====== ] 258/2654 9% [====== ] 259/2654 9% [====== ] 260/2654 9% [====== ] 261/2654 9% [====== ] 262/2654 9% [====== ] 263/2654 9% [====== ] 264/2654 9% [====== ] 265/2654 9% [====== ] 266/2654 10% [====== ] 267/2654 10% [====== ] 268/2654 10% [====== ] 269/2654 10% [====== ] 270/2654 10% [====== ] 271/2654 10% [====== ] 272/2654 10% [====== ] 273/2654 10% [====== ] 274/2654 10% [====== ] 275/2654 10% [====== ] 276/2654 10% [====== ] 277/2654 10% [====== ] 278/2654 10% [====== ] 279/2654 10% [====== ] 280/2654 10% [====== ] 281/2654 10% [====== ] 282/2654 10% [====== ] 283/2654 10% [====== ] 284/2654 10% [====== ] 285/2654 10% [====== ] 286/2654 10% [====== ] 287/2654 10% [====== ] 288/2654 10% [====== ] 289/2654 10% [====== ] 290/2654 10% [====== ] 291/2654 10% [====== ] 292/2654 11% [====== ] 293/2654 11% [====== ] 294/2654 11% [====== ] 295/2654 11% [====== ] 296/2654 11% [====== ] 297/2654 11% [====== ] 298/2654 11% [====== ] 299/2654 11% [======= ] 300/2654 11% [======= ] 301/2654 11% [======= ] 302/2654 11% [======= ] 303/2654 11% [======= ] 304/2654 11% [======= ] 305/2654 11% [======= ] 306/2654 11% [======= ] 307/2654 11% [======= ] 308/2654 11% [======= ] 309/2654 11% [======= ] 310/2654 11% [======= ] 311/2654 11% [======= ] 312/2654 11% [======= ] 313/2654 11% [======= ] 314/2654 11% [======= ] 315/2654 11% [======= ] 316/2654 11% [======= ] 317/2654 11% [======= ] 318/2654 11% [======= ] 319/2654 12% [======= ] 320/2654 12% [======= ] 321/2654 12% [======= ] 322/2654 12% [======= ] 323/2654 12% [======= ] 324/2654 12% [======= ] 325/2654 12% [======= ] 326/2654 12% [======= ] 327/2654 12% [======= ] 328/2654 12% [======= ] 329/2654 12% [======= ] 330/2654 12% [======= ] 331/2654 12% [======= ] 332/2654 12% [======= ] 333/2654 12% [======= ] 334/2654 12% [======= ] 335/2654 12% [======= ] 336/2654 12% [======= ] 337/2654 12% [======= ] 338/2654 12% [======= ] 339/2654 12% [======= ] 340/2654 12% [======= ] 341/2654 12% [======= ] 342/2654 12% [======== ] 343/2654 12% [======== ] 344/2654 12% [======== ] 345/2654 12% [======== ] 346/2654 13% [======== ] 347/2654 13% [======== ] 348/2654 13% [======== ] 349/2654 13% [======== ] 350/2654 13% [======== ] 351/2654 13% [======== ] 352/2654 13% [======== ] 353/2654 13% [======== ] 354/2654 13% [======== ] 355/2654 13% [======== ] 356/2654 13% [======== ] 357/2654 13% [======== ] 358/2654 13% [======== ] 359/2654 13% [======== ] 360/2654 13% [======== ] 361/2654 13% [======== ] 362/2654 13% [======== ] 363/2654 13% [======== ] 364/2654 13% [======== ] 365/2654 13% [======== ] 366/2654 13% [======== ] 367/2654 13% [======== ] 368/2654 13% [======== ] 369/2654 13% [======== ] 370/2654 13% [======== ] 371/2654 13% [======== ] 372/2654 14% [======== ] 373/2654 14% [======== ] 374/2654 14% [======== ] 375/2654 14% [======== ] 376/2654 14% [======== ] 377/2654 14% [======== ] 378/2654 14% [======== ] 379/2654 14% [======== ] 380/2654 14% [======== ] 381/2654 14% [======== ] 382/2654 14% [======== ] 383/2654 14% [======== ] 384/2654 14% [======== ] 385/2654 14% [========= ] 386/2654 14% [========= ] 387/2654 14% [========= ] 388/2654 14% [========= ] 389/2654 14% [========= ] 390/2654 14% [========= ] 391/2654 14% [========= ] 392/2654 14% [========= ] 393/2654 14% [========= ] 394/2654 14% [========= ] 395/2654 14% [========= ] 396/2654 14% [========= ] 397/2654 14% [========= ] 398/2654 14% [========= ] 399/2654 15% [========= ] 400/2654 15% [========= ] 401/2654 15% [========= ] 402/2654 15% [========= ] 403/2654 15% [========= ] 404/2654 15% [========= ] 405/2654 15% [========= ] 406/2654 15% [========= ] 407/2654 15% [========= ] 408/2654 15% [========= ] 409/2654 15% [========= ] 410/2654 15% [========= ] 411/2654 15% [========= ] 412/2654 15% [========= ] 413/2654 15% [========= ] 414/2654 15% [========= ] 415/2654 15% [========= ] 416/2654 15% [========= ] 417/2654 15% [========= ] 418/2654 15% [========= ] 419/2654 15% [========= ] 420/2654 15% [========= ] 421/2654 15% [========= ] 422/2654 15% [========= ] 423/2654 15% [========= ] 424/2654 15% [========= ] 425/2654 16% [========= ] 426/2654 16% [========= ] 427/2654 16% [========= ] 428/2654 16% [========== ] 429/2654 16% [========== ] 430/2654 16% [========== ] 431/2654 16% [========== ] 432/2654 16% [========== ] 433/2654 16% [========== ] 434/2654 16% [========== ] 435/2654 16% [========== ] 436/2654 16% [========== ] 437/2654 16% [========== ] 438/2654 16% [========== ] 439/2654 16% [========== ] 440/2654 16% [========== ] 441/2654 16% [========== ] 442/2654 16% [========== ] 443/2654 16% [========== ] 444/2654 16% [========== ] 445/2654 16% [========== ] 446/2654 16% [========== ] 447/2654 16% [========== ] 448/2654 16% [========== ] 449/2654 16% [========== ] 450/2654 16% [========== ] 451/2654 16% [========== ] 452/2654 17% [========== ] 453/2654 17% [========== ] 454/2654 17% [========== ] 455/2654 17% [========== ] 456/2654 17% [========== ] 457/2654 17% [========== ] 458/2654 17% [========== ] 459/2654 17% [========== ] 460/2654 17% [========== ] 461/2654 17% [========== ] 462/2654 17% [========== ] 463/2654 17% [========== ] 464/2654 17% [========== ] 465/2654 17% [========== ] 466/2654 17% [========== ] 467/2654 17% [========== ] 468/2654 17% [========== ] 469/2654 17% [========== ] 470/2654 17% [=========== ] 471/2654 17% [=========== ] 472/2654 17% [=========== ] 473/2654 17% [=========== ] 474/2654 17% [=========== ] 475/2654 17% [=========== ] 476/2654 17% [=========== ] 477/2654 17% [=========== ] 478/2654 18% [=========== ] 479/2654 18% [=========== ] 480/2654 18% [=========== ] 481/2654 18% [=========== ] 482/2654 18% [=========== ] 483/2654 18% [=========== ] 484/2654 18% [=========== ] 485/2654 18% [=========== ] 486/2654 18% [=========== ] 487/2654 18% [=========== ] 488/2654 18% [=========== ] 489/2654 18% [=========== ] 490/2654 18% [=========== ] 491/2654 18% [=========== ] 492/2654 18% [=========== ] 493/2654 18% [=========== ] 494/2654 18% [=========== ] 495/2654 18% [=========== ] 496/2654 18% [=========== ] 497/2654 18% [=========== ] 498/2654 18% [=========== ] 499/2654 18% [=========== ] 500/2654 18% [=========== ] 501/2654 18% [=========== ] 502/2654 18% [=========== ] 503/2654 18% [=========== ] 504/2654 18% [=========== ] 505/2654 19% [=========== ] 506/2654 19% [=========== ] 507/2654 19% [=========== ] 508/2654 19% [=========== ] 509/2654 19% [=========== ] 510/2654 19% [=========== ] 511/2654 19% [=========== ] 512/2654 19% [=========== ] 513/2654 19% [============ ] 514/2654 19% [============ ] 515/2654 19% [============ ] 516/2654 19% [============ ] 517/2654 19% [============ ] 518/2654 19% [============ ] 519/2654 19% [============ ] 520/2654 19% [============ ] 521/2654 19% [============ ] 522/2654 19% [============ ] 523/2654 19% [============ ] 524/2654 19% [============ ] 525/2654 19% [============ ] 526/2654 19% [============ ] 527/2654 19% [============ ] 528/2654 19% [============ ] 529/2654 19% [============ ] 530/2654 19% [============ ] 531/2654 20% [============ ] 532/2654 20% [============ ] 533/2654 20% [============ ] 534/2654 20% [============ ] 535/2654 20% [============ ] 536/2654 20% [============ ] 537/2654 20% [============ ] 538/2654 20% [============ ] 539/2654 20% [============ ] 540/2654 20% [============ ] 541/2654 20% [============ ] 542/2654 20% [============ ] 543/2654 20% [============ ] 544/2654 20% [============ ] 545/2654 20% [============ ] 546/2654 20% [============ ] 547/2654 20% [============ ] 548/2654 20% [============ ] 549/2654 20% [============ ] 550/2654 20% [============ ] 551/2654 20% [============ ] 552/2654 20% [============ ] 553/2654 20% [============ ] 554/2654 20% [============ ] 555/2654 20% [============ ] 556/2654 20% [============= ] 557/2654 20% [============= ] 558/2654 21% [============= ] 559/2654 21% [============= ] 560/2654 21% [============= ] 561/2654 21% [============= ] 562/2654 21% [============= ] 563/2654 21% [============= ] 564/2654 21% [============= ] 565/2654 21% [============= ] 566/2654 21% [============= ] 567/2654 21% [============= ] 568/2654 21% [============= ] 569/2654 21% [============= ] 570/2654 21% [============= ] 571/2654 21% [============= ] 572/2654 21% [============= ] 573/2654 21% [============= ] 574/2654 21% [============= ] 575/2654 21% [============= ] 576/2654 21% [============= ] 577/2654 21% [============= ] 578/2654 21% [============= ] 579/2654 21% [============= ] 580/2654 21% [============= ] 581/2654 21% [============= ] 582/2654 21% [============= ] 583/2654 21% [============= ] 584/2654 22% [============= ] 585/2654 22% [============= ] 586/2654 22% [============= ] 587/2654 22% [============= ] 588/2654 22% [============= ] 589/2654 22% [============= ] 590/2654 22% [============= ] 591/2654 22% [============= ] 592/2654 22% [============= ] 593/2654 22% [============= ] 594/2654 22% [============= ] 595/2654 22% [============= ] 596/2654 22% [============= ] 597/2654 22% [============= ] 598/2654 22% [============= ] 599/2654 22% [============== ] 600/2654 22% [============== ] 601/2654 22% [============== ] 602/2654 22% [============== ] 603/2654 22% [============== ] 604/2654 22% [============== ] 605/2654 22% [============== ] 606/2654 22% [============== ] 607/2654 22% [============== ] 608/2654 22% [============== ] 609/2654 22% [============== ] 610/2654 22% [============== ] 611/2654 23% [============== ] 612/2654 23% [============== ] 613/2654 23% [============== ] 614/2654 23% [============== ] 615/2654 23% [============== ] 616/2654 23% [============== ] 617/2654 23% [============== ] 618/2654 23% [============== ] 619/2654 23% [============== ] 620/2654 23% [============== ] 621/2654 23% [============== ] 622/2654 23% [============== ] 623/2654 23% [============== ] 624/2654 23% [============== ] 625/2654 23% [============== ] 626/2654 23% [============== ] 627/2654 23% [============== ] 628/2654 23% [============== ] 629/2654 23% [============== ] 630/2654 23% [============== ] 631/2654 23% [============== ] 632/2654 23% [============== ] 633/2654 23% [============== ] 634/2654 23% [============== ] 635/2654 23% [============== ] 636/2654 23% [============== ] 637/2654 24% [============== ] 638/2654 24% [============== ] 639/2654 24% [============== ] 640/2654 24% [============== ] 641/2654 24% [============== ] 642/2654 24% [=============== ] 643/2654 24% [=============== ] 644/2654 24% [=============== ] 645/2654 24% [=============== ] 646/2654 24% [=============== ] 647/2654 24% [=============== ] 648/2654 24% [=============== ] 649/2654 24% [=============== ] 650/2654 24% [=============== ] 651/2654 24% [=============== ] 652/2654 24% [=============== ] 653/2654 24% [=============== ] 654/2654 24% [=============== ] 655/2654 24% [=============== ] 656/2654 24% [=============== ] 657/2654 24% [=============== ] 658/2654 24% [=============== ] 659/2654 24% [=============== ] 660/2654 24% [=============== ] 661/2654 24% [=============== ] 662/2654 24% [=============== ] 663/2654 24% [=============== ] 664/2654 25% [=============== ] 665/2654 25% [=============== ] 666/2654 25% [=============== ] 667/2654 25% [=============== ] 668/2654 25% [=============== ] 669/2654 25% [=============== ] 670/2654 25% [=============== ] 671/2654 25% [=============== ] 672/2654 25% [=============== ] 673/2654 25% [=============== ] 674/2654 25% [=============== ] 675/2654 25% [=============== ] 676/2654 25% [=============== ] 677/2654 25% [=============== ] 678/2654 25% [=============== ] 679/2654 25% [=============== ] 680/2654 25% [=============== ] 681/2654 25% [=============== ] 682/2654 25% [=============== ] 683/2654 25% [=============== ] 684/2654 25% [================ ] 685/2654 25% [================ ] 686/2654 25% [================ ] 687/2654 25% [================ ] 688/2654 25% [================ ] 689/2654 25% [================ ] 690/2654 25% [================ ] 691/2654 26% [================ ] 692/2654 26% [================ ] 693/2654 26% [================ ] 694/2654 26% [================ ] 695/2654 26% [================ ] 696/2654 26% [================ ] 697/2654 26% [================ ] 698/2654 26% [================ ] 699/2654 26% [================ ] 700/2654 26% [================ ] 701/2654 26% [================ ] 702/2654 26% [================ ] 703/2654 26% [================ ] 704/2654 26% [================ ] 705/2654 26% [================ ] 706/2654 26% [================ ] 707/2654 26% [================ ] 708/2654 26% [================ ] 709/2654 26% [================ ] 710/2654 26% [================ ] 711/2654 26% [================ ] 712/2654 26% [================ ] 713/2654 26% [================ ] 714/2654 26% [================ ] 715/2654 26% [================ ] 716/2654 26% [================ ] 717/2654 27% [================ ] 718/2654 27% [================ ] 719/2654 27% [================ ] 720/2654 27% [================ ] 721/2654 27% [================ ] 722/2654 27% [================ ] 723/2654 27% [================ ] 724/2654 27% [================ ] 725/2654 27% [================ ] 726/2654 27% [================ ] 727/2654 27% [================= ] 728/2654 27% [================= ] 729/2654 27% [================= ] 730/2654 27% [================= ] 731/2654 27% [================= ] 732/2654 27% [================= ] 733/2654 27% [================= ] 734/2654 27% [================= ] 735/2654 27% [================= ] 736/2654 27% [================= ] 737/2654 27% [================= ] 738/2654 27% [================= ] 739/2654 27% [================= ] 740/2654 27% [================= ] 741/2654 27% [================= ] 742/2654 27% [================= ] 743/2654 27% [================= ] 744/2654 28% [================= ] 745/2654 28% [================= ] 746/2654 28% [================= ] 747/2654 28% [================= ] 748/2654 28% [================= ] 749/2654 28% [================= ] 750/2654 28% [================= ] 751/2654 28% [================= ] 752/2654 28% [================= ] 753/2654 28% [================= ] 754/2654 28% [================= ] 755/2654 28% [================= ] 756/2654 28% [================= ] 757/2654 28% [================= ] 758/2654 28% [================= ] 759/2654 28% [================= ] 760/2654 28% [================= ] 761/2654 28% [================= ] 762/2654 28% [================= ] 763/2654 28% [================= ] 764/2654 28% [================= ] 765/2654 28% [================= ] 766/2654 28% [================= ] 767/2654 28% [================= ] 768/2654 28% [================= ] 769/2654 28% [================= ] 770/2654 29% [================== ] 771/2654 29% [================== ] 772/2654 29% [================== ] 773/2654 29% [================== ] 774/2654 29% [================== ] 775/2654 29% [================== ] 776/2654 29% [================== ] 777/2654 29% [================== ] 778/2654 29% [================== ] 779/2654 29% [================== ] 780/2654 29% [================== ] 781/2654 29% [================== ] 782/2654 29% [================== ] 783/2654 29% [================== ] 784/2654 29% [================== ] 785/2654 29% [================== ] 786/2654 29% [================== ] 787/2654 29% [================== ] 788/2654 29% [================== ] 789/2654 29% [================== ] 790/2654 29% [================== ] 791/2654 29% [================== ] 792/2654 29% [================== ] 793/2654 29% [================== ] 794/2654 29% [================== ] 795/2654 29% [================== ] 796/2654 29% [================== ] 797/2654 30% [================== ] 798/2654 30% [================== ] 799/2654 30% [================== ] 800/2654 30% [================== ] 801/2654 30% [================== ] 802/2654 30% [================== ] 803/2654 30% [================== ] 804/2654 30% [================== ] 805/2654 30% [================== ] 806/2654 30% [================== ] 807/2654 30% [================== ] 808/2654 30% [================== ] 809/2654 30% [================== ] 810/2654 30% [================== ] 811/2654 30% [================== ] 812/2654 30% [================== ] 813/2654 30% [=================== ] 814/2654 30% [=================== ] 815/2654 30% [=================== ] 816/2654 30% [=================== ] 817/2654 30% [=================== ] 818/2654 30% [=================== ] 819/2654 30% [=================== ] 820/2654 30% [=================== ] 821/2654 30% [=================== ] 822/2654 30% [=================== ] 823/2654 31% [=================== ] 824/2654 31% [=================== ] 825/2654 31% [=================== ] 826/2654 31% [=================== ] 827/2654 31% [=================== ] 828/2654 31% [=================== ] 829/2654 31% [=================== ] 830/2654 31% [=================== ] 831/2654 31% [=================== ] 832/2654 31% [=================== ] 833/2654 31% [=================== ] 834/2654 31% [=================== ] 835/2654 31% [=================== ] 836/2654 31% [=================== ] 837/2654 31% [=================== ] 838/2654 31% [=================== ] 839/2654 31% [=================== ] 840/2654 31% [=================== ] 841/2654 31% [=================== ] 842/2654 31% [=================== ] 843/2654 31% [=================== ] 844/2654 31% [=================== ] 845/2654 31% [=================== ] 846/2654 31% [=================== ] 847/2654 31% [=================== ] 848/2654 31% [=================== ] 849/2654 31% [=================== ] 850/2654 32% [=================== ] 851/2654 32% [=================== ] 852/2654 32% [=================== ] 853/2654 32% [=================== ] 854/2654 32% [=================== ] 855/2654 32% [=================== ] 856/2654 32% [==================== ] 857/2654 32% [==================== ] 858/2654 32% [==================== ] 859/2654 32% [==================== ] 860/2654 32% [==================== ] 861/2654 32% [==================== ] 862/2654 32% [==================== ] 863/2654 32% [==================== ] 864/2654 32% [==================== ] 865/2654 32% [==================== ] 866/2654 32% [==================== ] 867/2654 32% [==================== ] 868/2654 32% [==================== ] 869/2654 32% [==================== ] 870/2654 32% [==================== ] 871/2654 32% [==================== ] 872/2654 32% [==================== ] 873/2654 32% [==================== ] 874/2654 32% [==================== ] 875/2654 32% [==================== ] 876/2654 33% [==================== ] 877/2654 33% [==================== ] 878/2654 33% [==================== ] 879/2654 33% [==================== ] 880/2654 33% [==================== ] 881/2654 33% [==================== ] 882/2654 33% [==================== ] 883/2654 33% [==================== ] 884/2654 33% [==================== ] 885/2654 33% [==================== ] 886/2654 33% [==================== ] 887/2654 33% [==================== ] 888/2654 33% [==================== ] 889/2654 33% [==================== ] 890/2654 33% [==================== ] 891/2654 33% [==================== ] 892/2654 33% [==================== ] 893/2654 33% [==================== ] 894/2654 33% [==================== ] 895/2654 33% [==================== ] 896/2654 33% [==================== ] 897/2654 33% [==================== ] 898/2654 33% [===================== ] 899/2654 33% [===================== ] 900/2654 33% [===================== ] 901/2654 33% [===================== ] 902/2654 33% [===================== ] 903/2654 34% [===================== ] 904/2654 34% [===================== ] 905/2654 34% [===================== ] 906/2654 34% [===================== ] 907/2654 34% [===================== ] 908/2654 34% [===================== ] 909/2654 34% [===================== ] 910/2654 34% [===================== ] 911/2654 34% [===================== ] 912/2654 34% [===================== ] 913/2654 34% [===================== ] 914/2654 34% [===================== ] 915/2654 34% [===================== ] 916/2654 34% [===================== ] 917/2654 34% [===================== ] 918/2654 34% [===================== ] 919/2654 34% [===================== ] 920/2654 34% [===================== ] 921/2654 34% [===================== ] 922/2654 34% [===================== ] 923/2654 34% [===================== ] 924/2654 34% [===================== ] 925/2654 34% [===================== ] 926/2654 34% [===================== ] 927/2654 34% [===================== ] 928/2654 34% [===================== ] 929/2654 35% [===================== ] 930/2654 35% [===================== ] 931/2654 35% [===================== ] 932/2654 35% [===================== ] 933/2654 35% [===================== ] 934/2654 35% [===================== ] 935/2654 35% [===================== ] 936/2654 35% [===================== ] 937/2654 35% [===================== ] 938/2654 35% [===================== ] 939/2654 35% [===================== ] 940/2654 35% [===================== ] 941/2654 35% [====================== ] 942/2654 35% [====================== ] 943/2654 35% [====================== ] 944/2654 35% [====================== ] 945/2654 35% [====================== ] 946/2654 35% [====================== ] 947/2654 35% [====================== ] 948/2654 35% [====================== ] 949/2654 35% [====================== ] 950/2654 35% [====================== ] 951/2654 35% [====================== ] 952/2654 35% [====================== ] 953/2654 35% [====================== ] 954/2654 35% [====================== ] 955/2654 35% [====================== ] 956/2654 36% [====================== ] 957/2654 36% [====================== ] 958/2654 36% [====================== ] 959/2654 36% [====================== ] 960/2654 36% [====================== ] 961/2654 36% [====================== ] 962/2654 36% [====================== ] 963/2654 36% [====================== ] 964/2654 36% [====================== ] 965/2654 36% [====================== ] 966/2654 36% [====================== ] 967/2654 36% [====================== ] 968/2654 36% [====================== ] 969/2654 36% [====================== ] 970/2654 36% [====================== ] 971/2654 36% [====================== ] 972/2654 36% [====================== ] 973/2654 36% [====================== ] 974/2654 36% [====================== ] 975/2654 36% [====================== ] 976/2654 36% [====================== ] 977/2654 36% [====================== ] 978/2654 36% [====================== ] 979/2654 36% [====================== ] 980/2654 36% [====================== ] 981/2654 36% [====================== ] 982/2654 37% [====================== ] 983/2654 37% [====================== ] 984/2654 37% [======================= ] 985/2654 37% [======================= ] 986/2654 37% [======================= ] 987/2654 37% [======================= ] 988/2654 37% [======================= ] 989/2654 37% [======================= ] 990/2654 37% [======================= ] 991/2654 37% [======================= ] 992/2654 37% [======================= ] 993/2654 37% [======================= ] 994/2654 37% [======================= ] 995/2654 37% [======================= ] 996/2654 37% [======================= ] 997/2654 37% [======================= ] 998/2654 37% [======================= ] 999/2654 37% [======================= ] 1000/2654 37% [======================= ] 1001/2654 37% [======================= ] 1002/2654 37% [======================= ] 1003/2654 37% [======================= ] 1004/2654 37% [======================= ] 1005/2654 37% [======================= ] 1006/2654 37% [======================= ] 1007/2654 37% [======================= ] 1008/2654 37% [======================= ] 1009/2654 38% [======================= ] 1010/2654 38% [======================= ] 1011/2654 38% [======================= ] 1012/2654 38% [======================= ] 1013/2654 38% [======================= ] 1014/2654 38% [======================= ] 1015/2654 38% [======================= ] 1016/2654 38% [======================= ] 1017/2654 38% [======================= ] 1018/2654 38% [======================= ] 1019/2654 38% [======================= ] 1020/2654 38% [======================= ] 1021/2654 38% [======================= ] 1022/2654 38% [======================= ] 1023/2654 38% [======================= ] 1024/2654 38% [======================= ] 1025/2654 38% [======================= ] 1026/2654 38% [======================= ] 1027/2654 38% [======================== ] 1028/2654 38% [======================== ] 1029/2654 38% [======================== ] 1030/2654 38% [======================== ] 1031/2654 38% [======================== ] 1032/2654 38% [======================== ] 1033/2654 38% [======================== ] 1034/2654 38% [======================== ] 1035/2654 38% [======================== ] 1036/2654 39% [======================== ] 1037/2654 39% [======================== ] 1038/2654 39% [======================== ] 1039/2654 39% [======================== ] 1040/2654 39% [======================== ] 1041/2654 39% [======================== ] 1042/2654 39% [======================== ] 1043/2654 39% [======================== ] 1044/2654 39% [======================== ] 1045/2654 39% [======================== ] 1046/2654 39% [======================== ] 1047/2654 39% [======================== ] 1048/2654 39% [======================== ] 1049/2654 39% [======================== ] 1050/2654 39% [======================== ] 1051/2654 39% [======================== ] 1052/2654 39% [======================== ] 1053/2654 39% [======================== ] 1054/2654 39% [======================== ] 1055/2654 39% [======================== ] 1056/2654 39% [======================== ] 1057/2654 39% [======================== ] 1058/2654 39% [======================== ] 1059/2654 39% [======================== ] 1060/2654 39% [======================== ] 1061/2654 39% [======================== ] 1062/2654 40% [======================== ] 1063/2654 40% [======================== ] 1064/2654 40% [======================== ] 1065/2654 40% [======================== ] 1066/2654 40% [======================== ] 1067/2654 40% [======================== ] 1068/2654 40% [======================== ] 1069/2654 40% [======================== ] 1070/2654 40% [========================= ] 1071/2654 40% [========================= ] 1072/2654 40% [========================= ] 1073/2654 40% [========================= ] 1074/2654 40% [========================= ] 1075/2654 40% [========================= ] 1076/2654 40% [========================= ] 1077/2654 40% [========================= ] 1078/2654 40% [========================= ] 1079/2654 40% [========================= ] 1080/2654 40% [========================= ] 1081/2654 40% [========================= ] 1082/2654 40% [========================= ] 1083/2654 40% [========================= ] 1084/2654 40% [========================= ] 1085/2654 40% [========================= ] 1086/2654 40% [========================= ] 1087/2654 40% [========================= ] 1088/2654 40% [========================= ] 1089/2654 41% [========================= ] 1090/2654 41% [========================= ] 1091/2654 41% [========================= ] 1092/2654 41% [========================= ] 1093/2654 41% [========================= ] 1094/2654 41% [========================= ] 1095/2654 41% [========================= ] 1096/2654 41% [========================= ] 1097/2654 41% [========================= ] 1098/2654 41% [========================= ] 1099/2654 41% [========================= ] 1100/2654 41% [========================= ] 1101/2654 41% [========================= ] 1102/2654 41% [========================= ] 1103/2654 41% [========================= ] 1104/2654 41% [========================= ] 1105/2654 41% [========================= ] 1106/2654 41% [========================= ] 1107/2654 41% [========================= ] 1108/2654 41% [========================= ] 1109/2654 41% [========================= ] 1110/2654 41% [========================= ] 1111/2654 41% [========================= ] 1112/2654 41% [========================== ] 1113/2654 41% [========================== ] 1114/2654 41% [========================== ] 1115/2654 42% [========================== ] 1116/2654 42% [========================== ] 1117/2654 42% [========================== ] 1118/2654 42% [========================== ] 1119/2654 42% [========================== ] 1120/2654 42% [========================== ] 1121/2654 42% [========================== ] 1122/2654 42% [========================== ] 1123/2654 42% [========================== ] 1124/2654 42% [========================== ] 1125/2654 42% [========================== ] 1126/2654 42% [========================== ] 1127/2654 42% [========================== ] 1128/2654 42% [========================== ] 1129/2654 42% [========================== ] 1130/2654 42% [========================== ] 1131/2654 42% [========================== ] 1132/2654 42% [========================== ] 1133/2654 42% [========================== ] 1134/2654 42% [========================== ] 1135/2654 42% [========================== ] 1136/2654 42% [========================== ] 1137/2654 42% [========================== ] 1138/2654 42% [========================== ] 1139/2654 42% [========================== ] 1140/2654 42% [========================== ] 1141/2654 42% [========================== ] 1142/2654 43% [========================== ] 1143/2654 43% [========================== ] 1144/2654 43% [========================== ] 1145/2654 43% [========================== ] 1146/2654 43% [========================== ] 1147/2654 43% [========================== ] 1148/2654 43% [========================== ] 1149/2654 43% [========================== ] 1150/2654 43% [========================== ] 1151/2654 43% [========================== ] 1152/2654 43% [========================== ] 1153/2654 43% [========================== ] 1154/2654 43% [========================== ] 1155/2654 43% [=========================== ] 1156/2654 43% [=========================== ] 1157/2654 43% [=========================== ] 1158/2654 43% [=========================== ] 1159/2654 43% [=========================== ] 1160/2654 43% [=========================== ] 1161/2654 43% [=========================== ] 1162/2654 43% [=========================== ] 1163/2654 43% [=========================== ] 1164/2654 43% [=========================== ] 1165/2654 43% [=========================== ] 1166/2654 43% [=========================== ] 1167/2654 43% [=========================== ] 1168/2654 44% [=========================== ] 1169/2654 44% [=========================== ] 1170/2654 44% [=========================== ] 1171/2654 44% [=========================== ] 1172/2654 44% [=========================== ] 1173/2654 44% [=========================== ] 1174/2654 44% [=========================== ] 1175/2654 44% [=========================== ] 1176/2654 44% [=========================== ] 1177/2654 44% [=========================== ] 1178/2654 44% [=========================== ] 1179/2654 44% [=========================== ] 1180/2654 44% [=========================== ] 1181/2654 44% [=========================== ] 1182/2654 44% [=========================== ] 1183/2654 44% [=========================== ] 1184/2654 44% [=========================== ] 1185/2654 44% [=========================== ] 1186/2654 44% [=========================== ] 1187/2654 44% [=========================== ] 1188/2654 44% [=========================== ] 1189/2654 44% [=========================== ] 1190/2654 44% [=========================== ] 1191/2654 44% [=========================== ] 1192/2654 44% [=========================== ] 1193/2654 44% [=========================== ] 1194/2654 44% [=========================== ] 1195/2654 45% [=========================== ] 1196/2654 45% [=========================== ] 1197/2654 45% [=========================== ] 1198/2654 45% [============================ ] 1199/2654 45% [============================ ] 1200/2654 45% [============================ ] 1201/2654 45% [============================ ] 1202/2654 45% [============================ ] 1203/2654 45% [============================ ] 1204/2654 45% [============================ ] 1205/2654 45% [============================ ] 1206/2654 45% [============================ ] 1207/2654 45% [============================ ] 1208/2654 45% [============================ ] 1209/2654 45% [============================ ] 1210/2654 45% [============================ ] 1211/2654 45% [============================ ] 1212/2654 45% [============================ ] 1213/2654 45% [============================ ] 1214/2654 45% [============================ ] 1215/2654 45% [============================ ] 1216/2654 45% [============================ ] 1217/2654 45% [============================ ] 1218/2654 45% [============================ ] 1219/2654 45% [============================ ] 1220/2654 45% [============================ ] 1221/2654 46% [============================ ] 1222/2654 46% [============================ ] 1223/2654 46% [============================ ] 1224/2654 46% [============================ ] 1225/2654 46% [============================ ] 1226/2654 46% [============================ ] 1227/2654 46% [============================ ] 1228/2654 46% [============================ ] 1229/2654 46% [============================ ] 1230/2654 46% [============================ ] 1231/2654 46% [============================ ] 1232/2654 46% [============================ ] 1233/2654 46% [============================ ] 1234/2654 46% [============================ ] 1235/2654 46% [============================ ] 1236/2654 46% [============================ ] 1237/2654 46% [============================ ] 1238/2654 46% [============================ ] 1239/2654 46% [============================ ] 1240/2654 46% [============================ ] 1241/2654 46% [============================= ] 1242/2654 46% [============================= ] 1243/2654 46% [============================= ] 1244/2654 46% [============================= ] 1245/2654 46% [============================= ] 1246/2654 46% [============================= ] 1247/2654 46% [============================= ] 1248/2654 47% [============================= ] 1249/2654 47% [============================= ] 1250/2654 47% [============================= ] 1251/2654 47% [============================= ] 1252/2654 47% [============================= ] 1253/2654 47% [============================= ] 1254/2654 47% [============================= ] 1255/2654 47% [============================= ] 1256/2654 47% [============================= ] 1257/2654 47% [============================= ] 1258/2654 47% [============================= ] 1259/2654 47% [============================= ] 1260/2654 47% [============================= ] 1261/2654 47% [============================= ] 1262/2654 47% [============================= ] 1263/2654 47% [============================= ] 1264/2654 47% [============================= ] 1265/2654 47% [============================= ] 1266/2654 47% [============================= ] 1267/2654 47% [============================= ] 1268/2654 47% [============================= ] 1269/2654 47% [============================= ] 1270/2654 47% [============================= ] 1271/2654 47% [============================= ] 1272/2654 47% [============================= ] 1273/2654 47% [============================= ] 1274/2654 48% [============================= ] 1275/2654 48% [============================= ] 1276/2654 48% [============================= ] 1277/2654 48% [============================= ] 1278/2654 48% [============================= ] 1279/2654 48% [============================= ] 1280/2654 48% [============================= ] 1281/2654 48% [============================= ] 1282/2654 48% [============================= ] 1283/2654 48% [============================= ] 1284/2654 48% [============================== ] 1285/2654 48% [============================== ] 1286/2654 48% [============================== ] 1287/2654 48% [============================== ] 1288/2654 48% [============================== ] 1289/2654 48% [============================== ] 1290/2654 48% [============================== ] 1291/2654 48% [============================== ] 1292/2654 48% [============================== ] 1293/2654 48% [============================== ] 1294/2654 48% [============================== ] 1295/2654 48% [============================== ] 1296/2654 48% [============================== ] 1297/2654 48% [============================== ] 1298/2654 48% [============================== ] 1299/2654 48% [============================== ] 1300/2654 48% [============================== ] 1301/2654 49% [============================== ] 1302/2654 49% [============================== ] 1303/2654 49% [============================== ] 1304/2654 49% [============================== ] 1305/2654 49% [============================== ] 1306/2654 49% [============================== ] 1307/2654 49% [============================== ] 1308/2654 49% [============================== ] 1309/2654 49% [============================== ] 1310/2654 49% [============================== ] 1311/2654 49% [============================== ] 1312/2654 49% [============================== ] 1313/2654 49% [============================== ] 1314/2654 49% [============================== ] 1315/2654 49% [============================== ] 1316/2654 49% [============================== ] 1317/2654 49% [============================== ] 1318/2654 49% [============================== ] 1319/2654 49% [============================== ] 1320/2654 49% [============================== ] 1321/2654 49% [============================== ] 1322/2654 49% [============================== ] 1323/2654 49% [============================== ] 1324/2654 49% [============================== ] 1325/2654 49% [============================== ] 1326/2654 49% [=============================== ] 1327/2654 50% [=============================== ] 1328/2654 50% [=============================== ] 1329/2654 50% [=============================== ] 1330/2654 50% [=============================== ] 1331/2654 50% [=============================== ] 1332/2654 50% [=============================== ] 1333/2654 50% [=============================== ] 1334/2654 50% [=============================== ] 1335/2654 50% [=============================== ] 1336/2654 50% [=============================== ] 1337/2654 50% [=============================== ] 1338/2654 50% [=============================== ] 1339/2654 50% [=============================== ] 1340/2654 50% [=============================== ] 1341/2654 50% [=============================== ] 1342/2654 50% [=============================== ] 1343/2654 50% [=============================== ] 1344/2654 50% [=============================== ] 1345/2654 50% [=============================== ] 1346/2654 50% [=============================== ] 1347/2654 50% [=============================== ] 1348/2654 50% [=============================== ] 1349/2654 50% [=============================== ] 1350/2654 50% [=============================== ] 1351/2654 50% [=============================== ] 1352/2654 50% [=============================== ] 1353/2654 50% [=============================== ] 1354/2654 51% [=============================== ] 1355/2654 51% [=============================== ] 1356/2654 51% [=============================== ] 1357/2654 51% [=============================== ] 1358/2654 51% [=============================== ] 1359/2654 51% [=============================== ] 1360/2654 51% [=============================== ] 1361/2654 51% [=============================== ] 1362/2654 51% [=============================== ] 1363/2654 51% [=============================== ] 1364/2654 51% [=============================== ] 1365/2654 51% [=============================== ] 1366/2654 51% [=============================== ] 1367/2654 51% [=============================== ] 1368/2654 51% [=============================== ] 1369/2654 51% [================================ ] 1370/2654 51% [================================ ] 1371/2654 51% [================================ ] 1372/2654 51% [================================ ] 1373/2654 51% [================================ ] 1374/2654 51% [================================ ] 1375/2654 51% [================================ ] 1376/2654 51% [================================ ] 1377/2654 51% [================================ ] 1378/2654 51% [================================ ] 1379/2654 51% [================================ ] 1380/2654 51% [================================ ] 1381/2654 52% [================================ ] 1382/2654 52% [================================ ] 1383/2654 52% [================================ ] 1384/2654 52% [================================ ] 1385/2654 52% [================================ ] 1386/2654 52% [================================ ] 1387/2654 52% [================================ ] 1388/2654 52% [================================ ] 1389/2654 52% [================================ ] 1390/2654 52% [================================ ] 1391/2654 52% [================================ ] 1392/2654 52% [================================ ] 1393/2654 52% [================================ ] 1394/2654 52% [================================ ] 1395/2654 52% [================================ ] 1396/2654 52% [================================ ] 1397/2654 52% [================================ ] 1398/2654 52% [================================ ] 1399/2654 52% [================================ ] 1400/2654 52% [================================ ] 1401/2654 52% [================================ ] 1402/2654 52% [================================ ] 1403/2654 52% [================================ ] 1404/2654 52% [================================ ] 1405/2654 52% [================================ ] 1406/2654 52% [================================ ] 1407/2654 53% [================================ ] 1408/2654 53% [================================ ] 1409/2654 53% [================================ ] 1410/2654 53% [================================ ] 1411/2654 53% [================================ ] 1412/2654 53% [================================= ] 1413/2654 53% [================================= ] 1414/2654 53% [================================= ] 1415/2654 53% [================================= ] 1416/2654 53% [================================= ] 1417/2654 53% [================================= ] 1418/2654 53% [================================= ] 1419/2654 53% [================================= ] 1420/2654 53% [================================= ] 1421/2654 53% [================================= ] 1422/2654 53% [================================= ] 1423/2654 53% [================================= ] 1424/2654 53% [================================= ] 1425/2654 53% [================================= ] 1426/2654 53% [================================= ] 1427/2654 53% [================================= ] 1428/2654 53% [================================= ] 1429/2654 53% [================================= ] 1430/2654 53% [================================= ] 1431/2654 53% [================================= ] 1432/2654 53% [================================= ] 1433/2654 53% [================================= ] 1434/2654 54% [================================= ] 1435/2654 54% [================================= ] 1436/2654 54% [================================= ] 1437/2654 54% [================================= ] 1438/2654 54% [================================= ] 1439/2654 54% [================================= ] 1440/2654 54% [================================= ] 1441/2654 54% [================================= ] 1442/2654 54% [================================= ] 1443/2654 54% [================================= ] 1444/2654 54% [================================= ] 1445/2654 54% [================================= ] 1446/2654 54% [================================= ] 1447/2654 54% [================================= ] 1448/2654 54% [================================= ] 1449/2654 54% [================================= ] 1450/2654 54% [================================= ] 1451/2654 54% [================================= ] 1452/2654 54% [================================= ] 1453/2654 54% [================================= ] 1454/2654 54% [================================= ] 1455/2654 54% [================================== ] 1456/2654 54% [================================== ] 1457/2654 54% [================================== ] 1458/2654 54% [================================== ] 1459/2654 54% [================================== ] 1460/2654 55% [================================== ] 1461/2654 55% [================================== ] 1462/2654 55% [================================== ] 1463/2654 55% [================================== ] 1464/2654 55% [================================== ] 1465/2654 55% [================================== ] 1466/2654 55% [================================== ] 1467/2654 55% [================================== ] 1468/2654 55% [================================== ] 1469/2654 55% [================================== ] 1470/2654 55% [================================== ] 1471/2654 55% [================================== ] 1472/2654 55% [================================== ] 1473/2654 55% [================================== ] 1474/2654 55% [================================== ] 1475/2654 55% [================================== ] 1476/2654 55% [================================== ] 1477/2654 55% [================================== ] 1478/2654 55% [================================== ] 1479/2654 55% [================================== ] 1480/2654 55% [================================== ] 1481/2654 55% [================================== ] 1482/2654 55% [================================== ] 1483/2654 55% [================================== ] 1484/2654 55% [================================== ] 1485/2654 55% [================================== ] 1486/2654 55% [================================== ] 1487/2654 56% [================================== ] 1488/2654 56% [================================== ] 1489/2654 56% [================================== ] 1490/2654 56% [================================== ] 1491/2654 56% [================================== ] 1492/2654 56% [================================== ] 1493/2654 56% [================================== ] 1494/2654 56% [================================== ] 1495/2654 56% [================================== ] 1496/2654 56% [================================== ] 1497/2654 56% [================================== ] 1498/2654 56% [=================================== ] 1499/2654 56% [=================================== ] 1500/2654 56% [=================================== ] 1501/2654 56% [=================================== ] 1502/2654 56% [=================================== ] 1503/2654 56% [=================================== ] 1504/2654 56% [=================================== ] 1505/2654 56% [=================================== ] 1506/2654 56% [=================================== ] 1507/2654 56% [=================================== ] 1508/2654 56% [=================================== ] 1509/2654 56% [=================================== ] 1510/2654 56% [=================================== ] 1511/2654 56% [=================================== ] 1512/2654 56% [=================================== ] 1513/2654 57% [=================================== ] 1514/2654 57% [=================================== ] 1515/2654 57% [=================================== ] 1516/2654 57% [=================================== ] 1517/2654 57% [=================================== ] 1518/2654 57% [=================================== ] 1519/2654 57% [=================================== ] 1520/2654 57% [=================================== ] 1521/2654 57% [=================================== ] 1522/2654 57% [=================================== ] 1523/2654 57% [=================================== ] 1524/2654 57% [=================================== ] 1525/2654 57% [=================================== ] 1526/2654 57% [=================================== ] 1527/2654 57% [=================================== ] 1528/2654 57% [=================================== ] 1529/2654 57% [=================================== ] 1530/2654 57% [=================================== ] 1531/2654 57% [=================================== ] 1532/2654 57% [=================================== ] 1533/2654 57% [=================================== ] 1534/2654 57% [=================================== ] 1535/2654 57% [=================================== ] 1536/2654 57% [=================================== ] 1537/2654 57% [=================================== ] 1538/2654 57% [=================================== ] 1539/2654 57% [=================================== ] 1540/2654 58% [=================================== ] 1541/2654 58% [==================================== ] 1542/2654 58% [==================================== ] 1543/2654 58% [==================================== ] 1544/2654 58% [==================================== ] 1545/2654 58% [==================================== ] 1546/2654 58% [==================================== ] 1547/2654 58% [==================================== ] 1548/2654 58% [==================================== ] 1549/2654 58% [==================================== ] 1550/2654 58% [==================================== ] 1551/2654 58% [==================================== ] 1552/2654 58% [==================================== ] 1553/2654 58% [==================================== ] 1554/2654 58% [==================================== ] 1555/2654 58% [==================================== ] 1556/2654 58% [==================================== ] 1557/2654 58% [==================================== ] 1558/2654 58% [==================================== ] 1559/2654 58% [==================================== ] 1560/2654 58% [==================================== ] 1561/2654 58% [==================================== ] 1562/2654 58% [==================================== ] 1563/2654 58% [==================================== ] 1564/2654 58% [==================================== ] 1565/2654 58% [==================================== ] 1566/2654 59% [==================================== ] 1567/2654 59% [==================================== ] 1568/2654 59% [==================================== ] 1569/2654 59% [==================================== ] 1570/2654 59% [==================================== ] 1571/2654 59% [==================================== ] 1572/2654 59% [==================================== ] 1573/2654 59% [==================================== ] 1574/2654 59% [==================================== ] 1575/2654 59% [==================================== ] 1576/2654 59% [==================================== ] 1577/2654 59% [==================================== ] 1578/2654 59% [==================================== ] 1579/2654 59% [==================================== ] 1580/2654 59% [==================================== ] 1581/2654 59% [==================================== ] 1582/2654 59% [==================================== ] 1583/2654 59% [===================================== ] 1584/2654 59% [===================================== ] 1585/2654 59% [===================================== ] 1586/2654 59% [===================================== ] 1587/2654 59% [===================================== ] 1588/2654 59% [===================================== ] 1589/2654 59% [===================================== ] 1590/2654 59% [===================================== ] 1591/2654 59% [===================================== ] 1592/2654 59% [===================================== ] 1593/2654 60% [===================================== ] 1594/2654 60% [===================================== ] 1595/2654 60% [===================================== ] 1596/2654 60% [===================================== ] 1597/2654 60% [===================================== ] 1598/2654 60% [===================================== ] 1599/2654 60% [===================================== ] 1600/2654 60% [===================================== ] 1601/2654 60% [===================================== ] 1602/2654 60% [===================================== ] 1603/2654 60% [===================================== ] 1604/2654 60% [===================================== ] 1605/2654 60% [===================================== ] 1606/2654 60% [===================================== ] 1607/2654 60% [===================================== ] 1608/2654 60% [===================================== ] 1609/2654 60% [===================================== ] 1610/2654 60% [===================================== ] 1611/2654 60% [===================================== ] 1612/2654 60% [===================================== ] 1613/2654 60% [===================================== ] 1614/2654 60% [===================================== ] 1615/2654 60% [===================================== ] 1616/2654 60% [===================================== ] 1617/2654 60% [===================================== ] 1618/2654 60% [===================================== ] 1619/2654 61% [===================================== ] 1620/2654 61% [===================================== ] 1621/2654 61% [===================================== ] 1622/2654 61% [===================================== ] 1623/2654 61% [===================================== ] 1624/2654 61% [===================================== ] 1625/2654 61% [===================================== ] 1626/2654 61% [====================================== ] 1627/2654 61% [====================================== ] 1628/2654 61% [====================================== ] 1629/2654 61% [====================================== ] 1630/2654 61% [====================================== ] 1631/2654 61% [====================================== ] 1632/2654 61% [====================================== ] 1633/2654 61% [====================================== ] 1634/2654 61% [====================================== ] 1635/2654 61% [====================================== ] 1636/2654 61% [====================================== ] 1637/2654 61% [====================================== ] 1638/2654 61% [====================================== ] 1639/2654 61% [====================================== ] 1640/2654 61% [====================================== ] 1641/2654 61% [====================================== ] 1642/2654 61% [====================================== ] 1643/2654 61% [====================================== ] 1644/2654 61% [====================================== ] 1645/2654 61% [====================================== ] 1646/2654 62% [====================================== ] 1647/2654 62% [====================================== ] 1648/2654 62% [====================================== ] 1649/2654 62% [====================================== ] 1650/2654 62% [====================================== ] 1651/2654 62% [====================================== ] 1652/2654 62% [====================================== ] 1653/2654 62% [====================================== ] 1654/2654 62% [====================================== ] 1655/2654 62% [====================================== ] 1656/2654 62% [====================================== ] 1657/2654 62% [====================================== ] 1658/2654 62% [====================================== ] 1659/2654 62% [====================================== ] 1660/2654 62% [====================================== ] 1661/2654 62% [====================================== ] 1662/2654 62% [====================================== ] 1663/2654 62% [====================================== ] 1664/2654 62% [====================================== ] 1665/2654 62% [====================================== ] 1666/2654 62% [====================================== ] 1667/2654 62% [====================================== ] 1668/2654 62% [====================================== ] 1669/2654 62% [======================================= ] 1670/2654 62% [======================================= ] 1671/2654 62% [======================================= ] 1672/2654 62% [======================================= ] 1673/2654 63% [======================================= ] 1674/2654 63% [======================================= ] 1675/2654 63% [======================================= ] 1676/2654 63% [======================================= ] 1677/2654 63% [======================================= ] 1678/2654 63% [======================================= ] 1679/2654 63% [======================================= ] 1680/2654 63% [======================================= ] 1681/2654 63% [======================================= ] 1682/2654 63% [======================================= ] 1683/2654 63% [======================================= ] 1684/2654 63% [======================================= ] 1685/2654 63% [======================================= ] 1686/2654 63% [======================================= ] 1687/2654 63% [======================================= ] 1688/2654 63% [======================================= ] 1689/2654 63% [======================================= ] 1690/2654 63% [======================================= ] 1691/2654 63% [======================================= ] 1692/2654 63% [======================================= ] 1693/2654 63% [======================================= ] 1694/2654 63% [======================================= ] 1695/2654 63% [======================================= ] 1696/2654 63% [======================================= ] 1697/2654 63% [======================================= ] 1698/2654 63% [======================================= ] 1699/2654 64% [======================================= ] 1700/2654 64% [======================================= ] 1701/2654 64% [======================================= ] 1702/2654 64% [======================================= ] 1703/2654 64% [======================================= ] 1704/2654 64% [======================================= ] 1705/2654 64% [======================================= ] 1706/2654 64% [======================================= ] 1707/2654 64% [======================================= ] 1708/2654 64% [======================================= ] 1709/2654 64% [======================================= ] 1710/2654 64% [======================================= ] 1711/2654 64% [======================================= ] 1712/2654 64% [======================================== ] 1713/2654 64% [======================================== ] 1714/2654 64% [======================================== ] 1715/2654 64% [======================================== ] 1716/2654 64% [======================================== ] 1717/2654 64% [======================================== ] 1718/2654 64% [======================================== ] 1719/2654 64% [======================================== ] 1720/2654 64% [======================================== ] 1721/2654 64% [======================================== ] 1722/2654 64% [======================================== ] 1723/2654 64% [======================================== ] 1724/2654 64% [======================================== ] 1725/2654 64% [======================================== ] 1726/2654 65% [======================================== ] 1727/2654 65% [======================================== ] 1728/2654 65% [======================================== ] 1729/2654 65% [======================================== ] 1730/2654 65% [======================================== ] 1731/2654 65% [======================================== ] 1732/2654 65% [======================================== ] 1733/2654 65% [======================================== ] 1734/2654 65% [======================================== ] 1735/2654 65% [======================================== ] 1736/2654 65% [======================================== ] 1737/2654 65% [======================================== ] 1738/2654 65% [======================================== ] 1739/2654 65% [======================================== ] 1740/2654 65% [======================================== ] 1741/2654 65% [======================================== ] 1742/2654 65% [======================================== ] 1743/2654 65% [======================================== ] 1744/2654 65% [======================================== ] 1745/2654 65% [======================================== ] 1746/2654 65% [======================================== ] 1747/2654 65% [======================================== ] 1748/2654 65% [======================================== ] 1749/2654 65% [======================================== ] 1750/2654 65% [======================================== ] 1751/2654 65% [======================================== ] 1752/2654 66% [======================================== ] 1753/2654 66% [======================================== ] 1754/2654 66% [======================================== ] 1755/2654 66% [========================================= ] 1756/2654 66% [========================================= ] 1757/2654 66% [========================================= ] 1758/2654 66% [========================================= ] 1759/2654 66% [========================================= ] 1760/2654 66% [========================================= ] 1761/2654 66% [========================================= ] 1762/2654 66% [========================================= ] 1763/2654 66% [========================================= ] 1764/2654 66% [========================================= ] 1765/2654 66% [========================================= ] 1766/2654 66% [========================================= ] 1767/2654 66% [========================================= ] 1768/2654 66% [========================================= ] 1769/2654 66% [========================================= ] 1770/2654 66% [========================================= ] 1771/2654 66% [========================================= ] 1772/2654 66% [========================================= ] 1773/2654 66% [========================================= ] 1774/2654 66% [========================================= ] 1775/2654 66% [========================================= ] 1776/2654 66% [========================================= ] 1777/2654 66% [========================================= ] 1778/2654 66% [========================================= ] 1779/2654 67% [========================================= ] 1780/2654 67% [========================================= ] 1781/2654 67% [========================================= ] 1782/2654 67% [========================================= ] 1783/2654 67% [========================================= ] 1784/2654 67% [========================================= ] 1785/2654 67% [========================================= ] 1786/2654 67% [========================================= ] 1787/2654 67% [========================================= ] 1788/2654 67% [========================================= ] 1789/2654 67% [========================================= ] 1790/2654 67% [========================================= ] 1791/2654 67% [========================================= ] 1792/2654 67% [========================================= ] 1793/2654 67% [========================================= ] 1794/2654 67% [========================================= ] 1795/2654 67% [========================================= ] 1796/2654 67% [========================================= ] 1797/2654 67% [========================================== ] 1798/2654 67% [========================================== ] 1799/2654 67% [========================================== ] 1800/2654 67% [========================================== ] 1801/2654 67% [========================================== ] 1802/2654 67% [========================================== ] 1803/2654 67% [========================================== ] 1804/2654 67% [========================================== ] 1805/2654 68% [========================================== ] 1806/2654 68% [========================================== ] 1807/2654 68% [========================================== ] 1808/2654 68% [========================================== ] 1809/2654 68% [========================================== ] 1810/2654 68% [========================================== ] 1811/2654 68% [========================================== ] 1812/2654 68% [========================================== ] 1813/2654 68% [========================================== ] 1814/2654 68% [========================================== ] 1815/2654 68% [========================================== ] 1816/2654 68% [========================================== ] 1817/2654 68% [========================================== ] 1818/2654 68% [========================================== ] 1819/2654 68% [========================================== ] 1820/2654 68% [========================================== ] 1821/2654 68% [========================================== ] 1822/2654 68% [========================================== ] 1823/2654 68% [========================================== ] 1824/2654 68% [========================================== ] 1825/2654 68% [========================================== ] 1826/2654 68% [========================================== ] 1827/2654 68% [========================================== ] 1828/2654 68% [========================================== ] 1829/2654 68% [========================================== ] 1830/2654 68% [========================================== ] 1831/2654 68% [========================================== ] 1832/2654 69% [========================================== ] 1833/2654 69% [========================================== ] 1834/2654 69% [========================================== ] 1835/2654 69% [========================================== ] 1836/2654 69% [========================================== ] 1837/2654 69% [========================================== ] 1838/2654 69% [========================================== ] 1839/2654 69% [========================================== ] 1840/2654 69% [=========================================== ] 1841/2654 69% [=========================================== ] 1842/2654 69% [=========================================== ] 1843/2654 69% [=========================================== ] 1844/2654 69% [=========================================== ] 1845/2654 69% [=========================================== ] 1846/2654 69% [=========================================== ] 1847/2654 69% [=========================================== ] 1848/2654 69% [=========================================== ] 1849/2654 69% [=========================================== ] 1850/2654 69% [=========================================== ] 1851/2654 69% [=========================================== ] 1852/2654 69% [=========================================== ] 1853/2654 69% [=========================================== ] 1854/2654 69% [=========================================== ] 1855/2654 69% [=========================================== ] 1856/2654 69% [=========================================== ] 1857/2654 69% [=========================================== ] 1858/2654 70% [=========================================== ] 1859/2654 70% [=========================================== ] 1860/2654 70% [=========================================== ] 1861/2654 70% [=========================================== ] 1862/2654 70% [=========================================== ] 1863/2654 70% [=========================================== ] 1864/2654 70% [=========================================== ] 1865/2654 70% [=========================================== ] 1866/2654 70% [=========================================== ] 1867/2654 70% [=========================================== ] 1868/2654 70% [=========================================== ] 1869/2654 70% [=========================================== ] 1870/2654 70% [=========================================== ] 1871/2654 70% [=========================================== ] 1872/2654 70% [=========================================== ] 1873/2654 70% [=========================================== ] 1874/2654 70% [=========================================== ] 1875/2654 70% [=========================================== ] 1876/2654 70% [=========================================== ] 1877/2654 70% [=========================================== ] 1878/2654 70% [=========================================== ] 1879/2654 70% [=========================================== ] 1880/2654 70% [=========================================== ] 1881/2654 70% [=========================================== ] 1882/2654 70% [=========================================== ] 1883/2654 70% [============================================ ] 1884/2654 70% [============================================ ] 1885/2654 71% [============================================ ] 1886/2654 71% [============================================ ] 1887/2654 71% [============================================ ] 1888/2654 71% [============================================ ] 1889/2654 71% [============================================ ] 1890/2654 71% [============================================ ] 1891/2654 71% [============================================ ] 1892/2654 71% [============================================ ] 1893/2654 71% [============================================ ] 1894/2654 71% [============================================ ] 1895/2654 71% [============================================ ] 1896/2654 71% [============================================ ] 1897/2654 71% [============================================ ] 1898/2654 71% [============================================ ] 1899/2654 71% [============================================ ] 1900/2654 71% [============================================ ] 1901/2654 71% [============================================ ] 1902/2654 71% [============================================ ] 1903/2654 71% [============================================ ] 1904/2654 71% [============================================ ] 1905/2654 71% [============================================ ] 1906/2654 71% [============================================ ] 1907/2654 71% [============================================ ] 1908/2654 71% [============================================ ] 1909/2654 71% [============================================ ] 1910/2654 71% [============================================ ] 1911/2654 72% [============================================ ] 1912/2654 72% [============================================ ] 1913/2654 72% [============================================ ] 1914/2654 72% [============================================ ] 1915/2654 72% [============================================ ] 1916/2654 72% [============================================ ] 1917/2654 72% [============================================ ] 1918/2654 72% [============================================ ] 1919/2654 72% [============================================ ] 1920/2654 72% [============================================ ] 1921/2654 72% [============================================ ] 1922/2654 72% [============================================ ] 1923/2654 72% [============================================ ] 1924/2654 72% [============================================ ] 1925/2654 72% [============================================ ] 1926/2654 72% [============================================= ] 1927/2654 72% [============================================= ] 1928/2654 72% [============================================= ] 1929/2654 72% [============================================= ] 1930/2654 72% [============================================= ] 1931/2654 72% [============================================= ] 1932/2654 72% [============================================= ] 1933/2654 72% [============================================= ] 1934/2654 72% [============================================= ] 1935/2654 72% [============================================= ] 1936/2654 72% [============================================= ] 1937/2654 72% [============================================= ] 1938/2654 73% [============================================= ] 1939/2654 73% [============================================= ] 1940/2654 73% [============================================= ] 1941/2654 73% [============================================= ] 1942/2654 73% [============================================= ] 1943/2654 73% [============================================= ] 1944/2654 73% [============================================= ] 1945/2654 73% [============================================= ] 1946/2654 73% [============================================= ] 1947/2654 73% [============================================= ] 1948/2654 73% [============================================= ] 1949/2654 73% [============================================= ] 1950/2654 73% [============================================= ] 1951/2654 73% [============================================= ] 1952/2654 73% [============================================= ] 1953/2654 73% [============================================= ] 1954/2654 73% [============================================= ] 1955/2654 73% [============================================= ] 1956/2654 73% [============================================= ] 1957/2654 73% [============================================= ] 1958/2654 73% [============================================= ] 1959/2654 73% [============================================= ] 1960/2654 73% [============================================= ] 1961/2654 73% [============================================= ] 1962/2654 73% [============================================= ] 1963/2654 73% [============================================= ] 1964/2654 74% [============================================= ] 1965/2654 74% [============================================= ] 1966/2654 74% [============================================= ] 1967/2654 74% [============================================= ] 1968/2654 74% [============================================= ] 1969/2654 74% [============================================== ] 1970/2654 74% [============================================== ] 1971/2654 74% [============================================== ] 1972/2654 74% [============================================== ] 1973/2654 74% [============================================== ] 1974/2654 74% [============================================== ] 1975/2654 74% [============================================== ] 1976/2654 74% [============================================== ] 1977/2654 74% [============================================== ] 1978/2654 74% [============================================== ] 1979/2654 74% [============================================== ] 1980/2654 74% [============================================== ] 1981/2654 74% [============================================== ] 1982/2654 74% [============================================== ] 1983/2654 74% [============================================== ] 1984/2654 74% [============================================== ] 1985/2654 74% [============================================== ] 1986/2654 74% [============================================== ] 1987/2654 74% [============================================== ] 1988/2654 74% [============================================== ] 1989/2654 74% [============================================== ] 1990/2654 74% [============================================== ] 1991/2654 75% [============================================== ] 1992/2654 75% [============================================== ] 1993/2654 75% [============================================== ] 1994/2654 75% [============================================== ] 1995/2654 75% [============================================== ] 1996/2654 75% [============================================== ] 1997/2654 75% [============================================== ] 1998/2654 75% [============================================== ] 1999/2654 75% [============================================== ] 2000/2654 75% [============================================== ] 2001/2654 75% [============================================== ] 2002/2654 75% [============================================== ] 2003/2654 75% [============================================== ] 2004/2654 75% [============================================== ] 2005/2654 75% [============================================== ] 2006/2654 75% [============================================== ] 2007/2654 75% [============================================== ] 2008/2654 75% [============================================== ] 2009/2654 75% [============================================== ] 2010/2654 75% [============================================== ] 2011/2654 75% [=============================================== ] 2012/2654 75% [=============================================== ] 2013/2654 75% [=============================================== ] 2014/2654 75% [=============================================== ] 2015/2654 75% [=============================================== ] 2016/2654 75% [=============================================== ] 2017/2654 75% [=============================================== ] 2018/2654 76% [=============================================== ] 2019/2654 76% [=============================================== ] 2020/2654 76% [=============================================== ] 2021/2654 76% [=============================================== ] 2022/2654 76% [=============================================== ] 2023/2654 76% [=============================================== ] 2024/2654 76% [=============================================== ] 2025/2654 76% [=============================================== ] 2026/2654 76% [=============================================== ] 2027/2654 76% [=============================================== ] 2028/2654 76% [=============================================== ] 2029/2654 76% [=============================================== ] 2030/2654 76% [=============================================== ] 2031/2654 76% [=============================================== ] 2032/2654 76% [=============================================== ] 2033/2654 76% [=============================================== ] 2034/2654 76% [=============================================== ] 2035/2654 76% [=============================================== ] 2036/2654 76% [=============================================== ] 2037/2654 76% [=============================================== ] 2038/2654 76% [=============================================== ] 2039/2654 76% [=============================================== ] 2040/2654 76% [=============================================== ] 2041/2654 76% [=============================================== ] 2042/2654 76% [=============================================== ] 2043/2654 76% [=============================================== ] 2044/2654 77% [=============================================== ] 2045/2654 77% [=============================================== ] 2046/2654 77% [=============================================== ] 2047/2654 77% [=============================================== ] 2048/2654 77% [=============================================== ] 2049/2654 77% [=============================================== ] 2050/2654 77% [=============================================== ] 2051/2654 77% [=============================================== ] 2052/2654 77% [=============================================== ] 2053/2654 77% [=============================================== ] 2054/2654 77% [================================================ ] 2055/2654 77% [================================================ ] 2056/2654 77% [================================================ ] 2057/2654 77% [================================================ ] 2058/2654 77% [================================================ ] 2059/2654 77% [================================================ ] 2060/2654 77% [================================================ ] 2061/2654 77% [================================================ ] 2062/2654 77% [================================================ ] 2063/2654 77% [================================================ ] 2064/2654 77% [================================================ ] 2065/2654 77% [================================================ ] 2066/2654 77% [================================================ ] 2067/2654 77% [================================================ ] 2068/2654 77% [================================================ ] 2069/2654 77% [================================================ ] 2070/2654 77% [================================================ ] 2071/2654 78% [================================================ ] 2072/2654 78% [================================================ ] 2073/2654 78% [================================================ ] 2074/2654 78% [================================================ ] 2075/2654 78% [================================================ ] 2076/2654 78% [================================================ ] 2077/2654 78% [================================================ ] 2078/2654 78% [================================================ ] 2079/2654 78% [================================================ ] 2080/2654 78% [================================================ ] 2081/2654 78% [================================================ ] 2082/2654 78% [================================================ ] 2083/2654 78% [================================================ ] 2084/2654 78% [================================================ ] 2085/2654 78% [================================================ ] 2086/2654 78% [================================================ ] 2087/2654 78% [================================================ ] 2088/2654 78% [================================================ ] 2089/2654 78% [================================================ ] 2090/2654 78% [================================================ ] 2091/2654 78% [================================================ ] 2092/2654 78% [================================================ ] 2093/2654 78% [================================================ ] 2094/2654 78% [================================================ ] 2095/2654 78% [================================================ ] 2096/2654 78% [================================================ ] 2097/2654 79% [================================================= ] 2098/2654 79% [================================================= ] 2099/2654 79% [================================================= ] 2100/2654 79% [================================================= ] 2101/2654 79% [================================================= ] 2102/2654 79% [================================================= ] 2103/2654 79% [================================================= ] 2104/2654 79% [================================================= ] 2105/2654 79% [================================================= ] 2106/2654 79% [================================================= ] 2107/2654 79% [================================================= ] 2108/2654 79% [================================================= ] 2109/2654 79% [================================================= ] 2110/2654 79% [================================================= ] 2111/2654 79% [================================================= ] 2112/2654 79% [================================================= ] 2113/2654 79% [================================================= ] 2114/2654 79% [================================================= ] 2115/2654 79% [================================================= ] 2116/2654 79% [================================================= ] 2117/2654 79% [================================================= ] 2118/2654 79% [================================================= ] 2119/2654 79% [================================================= ] 2120/2654 79% [================================================= ] 2121/2654 79% [================================================= ] 2122/2654 79% [================================================= ] 2123/2654 79% [================================================= ] 2124/2654 80% [================================================= ] 2125/2654 80% [================================================= ] 2126/2654 80% [================================================= ] 2127/2654 80% [================================================= ] 2128/2654 80% [================================================= ] 2129/2654 80% [================================================= ] 2130/2654 80% [================================================= ] 2131/2654 80% [================================================= ] 2132/2654 80% [================================================= ] 2133/2654 80% [================================================= ] 2134/2654 80% [================================================= ] 2135/2654 80% [================================================= ] 2136/2654 80% [================================================= ] 2137/2654 80% [================================================= ] 2138/2654 80% [================================================= ] 2139/2654 80% [================================================= ] 2140/2654 80% [================================================== ] 2141/2654 80% [================================================== ] 2142/2654 80% [================================================== ] 2143/2654 80% [================================================== ] 2144/2654 80% [================================================== ] 2145/2654 80% [================================================== ] 2146/2654 80% [================================================== ] 2147/2654 80% [================================================== ] 2148/2654 80% [================================================== ] 2149/2654 80% [================================================== ] 2150/2654 81% [================================================== ] 2151/2654 81% [================================================== ] 2152/2654 81% [================================================== ] 2153/2654 81% [================================================== ] 2154/2654 81% [================================================== ] 2155/2654 81% [================================================== ] 2156/2654 81% [================================================== ] 2157/2654 81% [================================================== ] 2158/2654 81% [================================================== ] 2159/2654 81% [================================================== ] 2160/2654 81% [================================================== ] 2161/2654 81% [================================================== ] 2162/2654 81% [================================================== ] 2163/2654 81% [================================================== ] 2164/2654 81% [================================================== ] 2165/2654 81% [================================================== ] 2166/2654 81% [================================================== ] 2167/2654 81% [================================================== ] 2168/2654 81% [================================================== ] 2169/2654 81% [================================================== ] 2170/2654 81% [================================================== ] 2171/2654 81% [================================================== ] 2172/2654 81% [================================================== ] 2173/2654 81% [================================================== ] 2174/2654 81% [================================================== ] 2175/2654 81% [================================================== ] 2176/2654 81% [================================================== ] 2177/2654 82% [================================================== ] 2178/2654 82% [================================================== ] 2179/2654 82% [================================================== ] 2180/2654 82% [================================================== ] 2181/2654 82% [================================================== ] 2182/2654 82% [================================================== ] 2183/2654 82% [=================================================== ] 2184/2654 82% [=================================================== ] 2185/2654 82% [=================================================== ] 2186/2654 82% [=================================================== ] 2187/2654 82% [=================================================== ] 2188/2654 82% [=================================================== ] 2189/2654 82% [=================================================== ] 2190/2654 82% [=================================================== ] 2191/2654 82% [=================================================== ] 2192/2654 82% [=================================================== ] 2193/2654 82% [=================================================== ] 2194/2654 82% [=================================================== ] 2195/2654 82% [=================================================== ] 2196/2654 82% [=================================================== ] 2197/2654 82% [=================================================== ] 2198/2654 82% [=================================================== ] 2199/2654 82% [=================================================== ] 2200/2654 82% [=================================================== ] 2201/2654 82% [=================================================== ] 2202/2654 82% [=================================================== ] 2203/2654 83% [=================================================== ] 2204/2654 83% [=================================================== ] 2205/2654 83% [=================================================== ] 2206/2654 83% [=================================================== ] 2207/2654 83% [=================================================== ] 2208/2654 83% [=================================================== ] 2209/2654 83% [=================================================== ] 2210/2654 83% [=================================================== ] 2211/2654 83% [=================================================== ] 2212/2654 83% [=================================================== ] 2213/2654 83% [=================================================== ] 2214/2654 83% [=================================================== ] 2215/2654 83% [=================================================== ] 2216/2654 83% [=================================================== ] 2217/2654 83% [=================================================== ] 2218/2654 83% [=================================================== ] 2219/2654 83% [=================================================== ] 2220/2654 83% [=================================================== ] 2221/2654 83% [=================================================== ] 2222/2654 83% [=================================================== ] 2223/2654 83% [=================================================== ] 2224/2654 83% [=================================================== ] 2225/2654 83% [==================================================== ] 2226/2654 83% [==================================================== ] 2227/2654 83% [==================================================== ] 2228/2654 83% [==================================================== ] 2229/2654 83% [==================================================== ] 2230/2654 84% [==================================================== ] 2231/2654 84% [==================================================== ] 2232/2654 84% [==================================================== ] 2233/2654 84% [==================================================== ] 2234/2654 84% [==================================================== ] 2235/2654 84% [==================================================== ] 2236/2654 84% [==================================================== ] 2237/2654 84% [==================================================== ] 2238/2654 84% [==================================================== ] 2239/2654 84% [==================================================== ] 2240/2654 84% [==================================================== ] 2241/2654 84% [==================================================== ] 2242/2654 84% [==================================================== ] 2243/2654 84% [==================================================== ] 2244/2654 84% [==================================================== ] 2245/2654 84% [==================================================== ] 2246/2654 84% [==================================================== ] 2247/2654 84% [==================================================== ] 2248/2654 84% [==================================================== ] 2249/2654 84% [==================================================== ] 2250/2654 84% [==================================================== ] 2251/2654 84% [==================================================== ] 2252/2654 84% [==================================================== ] 2253/2654 84% [==================================================== ] 2254/2654 84% [==================================================== ] 2255/2654 84% [==================================================== ] 2256/2654 85% [==================================================== ] 2257/2654 85% [==================================================== ] 2258/2654 85% [==================================================== ] 2259/2654 85% [==================================================== ] 2260/2654 85% [==================================================== ] 2261/2654 85% [==================================================== ] 2262/2654 85% [==================================================== ] 2263/2654 85% [==================================================== ] 2264/2654 85% [==================================================== ] 2265/2654 85% [==================================================== ] 2266/2654 85% [==================================================== ] 2267/2654 85% [==================================================== ] 2268/2654 85% [===================================================== ] 2269/2654 85% [===================================================== ] 2270/2654 85% [===================================================== ] 2271/2654 85% [===================================================== ] 2272/2654 85% [===================================================== ] 2273/2654 85% [===================================================== ] 2274/2654 85% [===================================================== ] 2275/2654 85% [===================================================== ] 2276/2654 85% [===================================================== ] 2277/2654 85% [===================================================== ] 2278/2654 85% [===================================================== ] 2279/2654 85% [===================================================== ] 2280/2654 85% [===================================================== ] 2281/2654 85% [===================================================== ] 2282/2654 85% [===================================================== ] 2283/2654 86% [===================================================== ] 2284/2654 86% [===================================================== ] 2285/2654 86% [===================================================== ] 2286/2654 86% [===================================================== ] 2287/2654 86% [===================================================== ] 2288/2654 86% [===================================================== ] 2289/2654 86% [===================================================== ] 2290/2654 86% [===================================================== ] 2291/2654 86% [===================================================== ] 2292/2654 86% [===================================================== ] 2293/2654 86% [===================================================== ] 2294/2654 86% [===================================================== ] 2295/2654 86% [===================================================== ] 2296/2654 86% [===================================================== ] 2297/2654 86% [===================================================== ] 2298/2654 86% [===================================================== ] 2299/2654 86% [===================================================== ] 2300/2654 86% [===================================================== ] 2301/2654 86% [===================================================== ] 2302/2654 86% [===================================================== ] 2303/2654 86% [===================================================== ] 2304/2654 86% [===================================================== ] 2305/2654 86% [===================================================== ] 2306/2654 86% [===================================================== ] 2307/2654 86% [===================================================== ] 2308/2654 86% [===================================================== ] 2309/2654 87% [===================================================== ] 2310/2654 87% [===================================================== ] 2311/2654 87% [====================================================== ] 2312/2654 87% [====================================================== ] 2313/2654 87% [====================================================== ] 2314/2654 87% [====================================================== ] 2315/2654 87% [====================================================== ] 2316/2654 87% [====================================================== ] 2317/2654 87% [====================================================== ] 2318/2654 87% [====================================================== ] 2319/2654 87% [====================================================== ] 2320/2654 87% [====================================================== ] 2321/2654 87% [====================================================== ] 2322/2654 87% [====================================================== ] 2323/2654 87% [====================================================== ] 2324/2654 87% [====================================================== ] 2325/2654 87% [====================================================== ] 2326/2654 87% [====================================================== ] 2327/2654 87% [====================================================== ] 2328/2654 87% [====================================================== ] 2329/2654 87% [====================================================== ] 2330/2654 87% [====================================================== ] 2331/2654 87% [====================================================== ] 2332/2654 87% [====================================================== ] 2333/2654 87% [====================================================== ] 2334/2654 87% [====================================================== ] 2335/2654 87% [====================================================== ] 2336/2654 88% [====================================================== ] 2337/2654 88% [====================================================== ] 2338/2654 88% [====================================================== ] 2339/2654 88% [====================================================== ] 2340/2654 88% [====================================================== ] 2341/2654 88% [====================================================== ] 2342/2654 88% [====================================================== ] 2343/2654 88% [====================================================== ] 2344/2654 88% [====================================================== ] 2345/2654 88% [====================================================== ] 2346/2654 88% [====================================================== ] 2347/2654 88% [====================================================== ] 2348/2654 88% [====================================================== ] 2349/2654 88% [====================================================== ] 2350/2654 88% [====================================================== ] 2351/2654 88% [====================================================== ] 2352/2654 88% [====================================================== ] 2353/2654 88% [====================================================== ] 2354/2654 88% [======================================================= ] 2355/2654 88% [======================================================= ] 2356/2654 88% [======================================================= ] 2357/2654 88% [======================================================= ] 2358/2654 88% [======================================================= ] 2359/2654 88% [======================================================= ] 2360/2654 88% [======================================================= ] 2361/2654 88% [======================================================= ] 2362/2654 88% [======================================================= ] 2363/2654 89% [======================================================= ] 2364/2654 89% [======================================================= ] 2365/2654 89% [======================================================= ] 2366/2654 89% [======================================================= ] 2367/2654 89% [======================================================= ] 2368/2654 89% [======================================================= ] 2369/2654 89% [======================================================= ] 2370/2654 89% [======================================================= ] 2371/2654 89% [======================================================= ] 2372/2654 89% [======================================================= ] 2373/2654 89% [======================================================= ] 2374/2654 89% [======================================================= ] 2375/2654 89% [======================================================= ] 2376/2654 89% [======================================================= ] 2377/2654 89% [======================================================= ] 2378/2654 89% [======================================================= ] 2379/2654 89% [======================================================= ] 2380/2654 89% [======================================================= ] 2381/2654 89% [======================================================= ] 2382/2654 89% [======================================================= ] 2383/2654 89% [======================================================= ] 2384/2654 89% [======================================================= ] 2385/2654 89% [======================================================= ] 2386/2654 89% [======================================================= ] 2387/2654 89% [======================================================= ] 2388/2654 89% [======================================================= ] 2389/2654 90% [======================================================= ] 2390/2654 90% [======================================================= ] 2391/2654 90% [======================================================= ] 2392/2654 90% [======================================================= ] 2393/2654 90% [======================================================= ] 2394/2654 90% [======================================================= ] 2395/2654 90% [======================================================= ] 2396/2654 90% [======================================================= ] 2397/2654 90% [======================================================== ] 2398/2654 90% [======================================================== ] 2399/2654 90% [======================================================== ] 2400/2654 90% [======================================================== ] 2401/2654 90% [======================================================== ] 2402/2654 90% [======================================================== ] 2403/2654 90% [======================================================== ] 2404/2654 90% [======================================================== ] 2405/2654 90% [======================================================== ] 2406/2654 90% [======================================================== ] 2407/2654 90% [======================================================== ] 2408/2654 90% [======================================================== ] 2409/2654 90% [======================================================== ] 2410/2654 90% [======================================================== ] 2411/2654 90% [======================================================== ] 2412/2654 90% [======================================================== ] 2413/2654 90% [======================================================== ] 2414/2654 90% [======================================================== ] 2415/2654 90% [======================================================== ] 2416/2654 91% [======================================================== ] 2417/2654 91% [======================================================== ] 2418/2654 91% [======================================================== ] 2419/2654 91% [======================================================== ] 2420/2654 91% [======================================================== ] 2421/2654 91% [======================================================== ] 2422/2654 91% [======================================================== ] 2423/2654 91% [======================================================== ] 2424/2654 91% [======================================================== ] 2425/2654 91% [======================================================== ] 2426/2654 91% [======================================================== ] 2427/2654 91% [======================================================== ] 2428/2654 91% [======================================================== ] 2429/2654 91% [======================================================== ] 2430/2654 91% [======================================================== ] 2431/2654 91% [======================================================== ] 2432/2654 91% [======================================================== ] 2433/2654 91% [======================================================== ] 2434/2654 91% [======================================================== ] 2435/2654 91% [======================================================== ] 2436/2654 91% [======================================================== ] 2437/2654 91% [======================================================== ] 2438/2654 91% [======================================================== ] 2439/2654 91% [========================================================= ] 2440/2654 91% [========================================================= ] 2441/2654 91% [========================================================= ] 2442/2654 92% [========================================================= ] 2443/2654 92% [========================================================= ] 2444/2654 92% [========================================================= ] 2445/2654 92% [========================================================= ] 2446/2654 92% [========================================================= ] 2447/2654 92% [========================================================= ] 2448/2654 92% [========================================================= ] 2449/2654 92% [========================================================= ] 2450/2654 92% [========================================================= ] 2451/2654 92% [========================================================= ] 2452/2654 92% [========================================================= ] 2453/2654 92% [========================================================= ] 2454/2654 92% [========================================================= ] 2455/2654 92% [========================================================= ] 2456/2654 92% [========================================================= ] 2457/2654 92% [========================================================= ] 2458/2654 92% [========================================================= ] 2459/2654 92% [========================================================= ] 2460/2654 92% [========================================================= ] 2461/2654 92% [========================================================= ] 2462/2654 92% [========================================================= ] 2463/2654 92% [========================================================= ] 2464/2654 92% [========================================================= ] 2465/2654 92% [========================================================= ] 2466/2654 92% [========================================================= ] 2467/2654 92% [========================================================= ] 2468/2654 92% [========================================================= ] 2469/2654 93% [========================================================= ] 2470/2654 93% [========================================================= ] 2471/2654 93% [========================================================= ] 2472/2654 93% [========================================================= ] 2473/2654 93% [========================================================= ] 2474/2654 93% [========================================================= ] 2475/2654 93% [========================================================= ] 2476/2654 93% [========================================================= ] 2477/2654 93% [========================================================= ] 2478/2654 93% [========================================================= ] 2479/2654 93% [========================================================= ] 2480/2654 93% [========================================================= ] 2481/2654 93% [========================================================= ] 2482/2654 93% [========================================================== ] 2483/2654 93% [========================================================== ] 2484/2654 93% [========================================================== ] 2485/2654 93% [========================================================== ] 2486/2654 93% [========================================================== ] 2487/2654 93% [========================================================== ] 2488/2654 93% [========================================================== ] 2489/2654 93% [========================================================== ] 2490/2654 93% [========================================================== ] 2491/2654 93% [========================================================== ] 2492/2654 93% [========================================================== ] 2493/2654 93% [========================================================== ] 2494/2654 93% [========================================================== ] 2495/2654 94% [========================================================== ] 2496/2654 94% [========================================================== ] 2497/2654 94% [========================================================== ] 2498/2654 94% [========================================================== ] 2499/2654 94% [========================================================== ] 2500/2654 94% [========================================================== ] 2501/2654 94% [========================================================== ] 2502/2654 94% [========================================================== ] 2503/2654 94% [========================================================== ] 2504/2654 94% [========================================================== ] 2505/2654 94% [========================================================== ] 2506/2654 94% [========================================================== ] 2507/2654 94% [========================================================== ] 2508/2654 94% [========================================================== ] 2509/2654 94% [========================================================== ] 2510/2654 94% [========================================================== ] 2511/2654 94% [========================================================== ] 2512/2654 94% [========================================================== ] 2513/2654 94% [========================================================== ] 2514/2654 94% [========================================================== ] 2515/2654 94% [========================================================== ] 2516/2654 94% [========================================================== ] 2517/2654 94% [========================================================== ] 2518/2654 94% [========================================================== ] 2519/2654 94% [========================================================== ] 2520/2654 94% [========================================================== ] 2521/2654 94% [========================================================== ] 2522/2654 95% [========================================================== ] 2523/2654 95% [========================================================== ] 2524/2654 95% [========================================================== ] 2525/2654 95% [=========================================================== ] 2526/2654 95% [=========================================================== ] 2527/2654 95% [=========================================================== ] 2528/2654 95% [=========================================================== ] 2529/2654 95% [=========================================================== ] 2530/2654 95% [=========================================================== ] 2531/2654 95% [=========================================================== ] 2532/2654 95% [=========================================================== ] 2533/2654 95% [=========================================================== ] 2534/2654 95% [=========================================================== ] 2535/2654 95% [=========================================================== ] 2536/2654 95% [=========================================================== ] 2537/2654 95% [=========================================================== ] 2538/2654 95% [=========================================================== ] 2539/2654 95% [=========================================================== ] 2540/2654 95% [=========================================================== ] 2541/2654 95% [=========================================================== ] 2542/2654 95% [=========================================================== ] 2543/2654 95% [=========================================================== ] 2544/2654 95% [=========================================================== ] 2545/2654 95% [=========================================================== ] 2546/2654 95% [=========================================================== ] 2547/2654 95% [=========================================================== ] 2548/2654 96% [=========================================================== ] 2549/2654 96% [=========================================================== ] 2550/2654 96% [=========================================================== ] 2551/2654 96% [=========================================================== ] 2552/2654 96% [=========================================================== ] 2553/2654 96% [=========================================================== ] 2554/2654 96% [=========================================================== ] 2555/2654 96% [=========================================================== ] 2556/2654 96% [=========================================================== ] 2557/2654 96% [=========================================================== ] 2558/2654 96% [=========================================================== ] 2559/2654 96% [=========================================================== ] 2560/2654 96% [=========================================================== ] 2561/2654 96% [=========================================================== ] 2562/2654 96% [=========================================================== ] 2563/2654 96% [=========================================================== ] 2564/2654 96% [=========================================================== ] 2565/2654 96% [=========================================================== ] 2566/2654 96% [=========================================================== ] 2567/2654 96% [=========================================================== ] 2568/2654 96% [============================================================ ] 2569/2654 96% [============================================================ ] 2570/2654 96% [============================================================ ] 2571/2654 96% [============================================================ ] 2572/2654 96% [============================================================ ] 2573/2654 96% [============================================================ ] 2574/2654 96% [============================================================ ] 2575/2654 97% [============================================================ ] 2576/2654 97% [============================================================ ] 2577/2654 97% [============================================================ ] 2578/2654 97% [============================================================ ] 2579/2654 97% [============================================================ ] 2580/2654 97% [============================================================ ] 2581/2654 97% [============================================================ ] 2582/2654 97% [============================================================ ] 2583/2654 97% [============================================================ ] 2584/2654 97% [============================================================ ] 2585/2654 97% [============================================================ ] 2586/2654 97% [============================================================ ] 2587/2654 97% [============================================================ ] 2588/2654 97% [============================================================ ] 2589/2654 97% [============================================================ ] 2590/2654 97% [============================================================ ] 2591/2654 97% [============================================================ ] 2592/2654 97% [============================================================ ] 2593/2654 97% [============================================================ ] 2594/2654 97% [============================================================ ] 2595/2654 97% [============================================================ ] 2596/2654 97% [============================================================ ] 2597/2654 97% [============================================================ ] 2598/2654 97% [============================================================ ] 2599/2654 97% [============================================================ ] 2600/2654 97% [============================================================ ] 2601/2654 98% [============================================================ ] 2602/2654 98% [============================================================ ] 2603/2654 98% [============================================================ ] 2604/2654 98% [============================================================ ] 2605/2654 98% [============================================================ ] 2606/2654 98% [============================================================ ] 2607/2654 98% [============================================================ ] 2608/2654 98% [============================================================ ] 2609/2654 98% [============================================================ ] 2610/2654 98% [============================================================ ] 2611/2654 98% [============================================================= ] 2612/2654 98% [============================================================= ] 2613/2654 98% [============================================================= ] 2614/2654 98% [============================================================= ] 2615/2654 98% [============================================================= ] 2616/2654 98% [============================================================= ] 2617/2654 98% [============================================================= ] 2618/2654 98% [============================================================= ] 2619/2654 98% [============================================================= ] 2620/2654 98% [============================================================= ] 2621/2654 98% [============================================================= ] 2622/2654 98% [============================================================= ] 2623/2654 98% [============================================================= ] 2624/2654 98% [============================================================= ] 2625/2654 98% [============================================================= ] 2626/2654 98% [============================================================= ] 2627/2654 98% [============================================================= ] 2628/2654 99% [============================================================= ] 2629/2654 99% [============================================================= ] 2630/2654 99% [============================================================= ] 2631/2654 99% [============================================================= ] 2632/2654 99% [============================================================= ] 2633/2654 99% [============================================================= ] 2634/2654 99% [============================================================= ] 2635/2654 99% [============================================================= ] 2636/2654 99% [============================================================= ] 2637/2654 99% [============================================================= ] 2638/2654 99% [============================================================= ] 2639/2654 99% [============================================================= ] 2640/2654 99% [============================================================= ] 2641/2654 99% [============================================================= ] 2642/2654 99% [============================================================= ] 2643/2654 99% [============================================================= ] 2644/2654 99% [============================================================= ] 2645/2654 99% [============================================================= ] 2646/2654 99% [============================================================= ] 2647/2654 99% [============================================================= ] 2648/2654 99% [============================================================= ] 2649/2654 99% [============================================================= ] 2650/2654 99% [============================================================= ] 2651/2654 99% [============================================================= ] 2652/2654 99% [============================================================= ] 2653/2654 99% [==============================================================] 2654/2654 100% operation complete, 2654 objects in 23612 NAND pages. ln -snf /home/autobuild/autobuild/instance-13/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-13/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-13/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-13/buildroot' >>> Buildroot 2022.08-455-g4f00b909b9 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-44-g2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.0 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> at 3.2.5 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bcg729 1.1.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dht 0.27 Collecting legal info LICENCE: OK (sha256: 06ce07293caf8c8ddfaf47797ad1fb18d1c040a8375231d8f8a6105cef51a8e6) >>> dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> ebtables 2.0.11 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-exfatprogs 1.1.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> i2c-tools 4.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) README: OK (sha256: 2293b6e9076984d02184ff620baac557143e16cfa47d88f0a791d05a1271742c) >>> ifenslave 2.9 Collecting legal info debian/copyright: OK (sha256: 299e00f3afc0e6ea0685340df73ad444e58e6fe0229989ba0983f5f33e275c41) >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> iptables 1.8.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libite 2.5.2 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> logsurfer 1.8 Collecting legal info >>> lua 5.4.4 Collecting legal info doc/readme.html: OK (sha256: 2556ac7198243f9f83130b9c81016e1904f7b30351481f1c28e02475dbd237fb) >>> luainterpreter Collecting legal info >>> lv2 1.18.2 Collecting legal info COPYING: OK (sha256: 0b0b07d852e3ce7fa04986e141f73001bd7f260683968f0a19e02dbcc4131aa6) >>> mg 3.5 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mpd-mpc 0.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpir 3.0.0 Collecting legal info COPYING.LIB: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-yasm 1.3.0 Collecting legal info COPYING: OK (sha256: 795f8d76eade6130129b680ac72ea81cb3e143467a65ea1f5f64946151d7fa20) BSD.txt: OK (sha256: a84b45f23040624681ca6974ff48d8ef6b477a1cb51e4a1c842e49d00c231e0d) Artistic.txt: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) GNU_GPL-2.0: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) GNU_LGPL-2.0: OK (sha256: 1faefae1fe8838a2e48864df7d1376e421a50c551c5ae2f60c9f2093206e18a9) >>> msmtp 1.8.14 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> netcat 0.7.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> openssh 9.0p1 Collecting legal info LICENCE: OK (sha256: d6807e99f3d159145c659060f57c3fa74e109faa39326dbfc38674cb550fd104) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-pahole 73383b3a39afe86b22e098773e47b8546c48a649 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> 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-libbpf 1.0.1 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: e1638b9a0c68ca90fad3df1d6b4e430804d2fbdc15e58d02cffddfae38953bbf) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> screenfetch 3.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sdl_gfx 2.0.23 Collecting legal info COPYING: OK (sha256: 4f5df842266c59b2d7e6ef35b53d7f37b13795d93baf3ed211f502c216f7bc89) LICENSE: OK (sha256: 5f3bc98e0bd2de83279bd62868d4bc0c2b4f811ab828b036d36a4a6d1cd5672d) >>> ser2net 4.3.8 Collecting legal info COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> stress 1.0.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tcpdump 4.99.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> tzdata 2022c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2022c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2022c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> utf8proc 2.7.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> watchdogd 3.5 Collecting legal info LICENSE: OK (sha256: fd685e20931174308c45a26418a7ce34d66704c4e4b92ab1d8299deb255cd676) >>> wolfssl 5.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: b23c1da1f85d699d3288d73c952b4cd02760d23dc1ddc1b221cbb8be82387189) >>> wolftpm 2.4.0 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> 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: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-13/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-13/buildroot'