grep -qsE '^/bin/mksh$' /home/thomas/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/mksh" >> /home/thomas/autobuild/instance-1/output-1/target/etc/shells mkdir -p /home/thomas/autobuild/instance-1/output-1/target/etc echo "buildroot" > /home/thomas/autobuild/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/thomas/autobuild/instance-1/output-1/target/etc/hosts mkdir -p /home/thomas/autobuild/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/thomas/autobuild/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/thomas/autobuild/instance-1/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/thomas/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /home/thomas/autobuild/instance-1/output-1/target/etc/shells ln -sf dash /home/thomas/autobuild/instance-1/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/thomas/autobuild/instance-1/output-1/target/etc/passwd grep -qsE '^/bin/zsh$' /home/thomas/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/zsh" >> /home/thomas/autobuild/instance-1/output-1/target/etc/shells rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/include /home/thomas/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/thomas/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/cmake /home/thomas/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/rpm /home/thomas/autobuild/instance-1/output-1/target/usr/doc find /home/thomas/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-1/output-1/target/lib/ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/ /home/thomas/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/thomas/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/man /home/thomas/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/info /home/thomas/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/doc /home/thomas/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-1/output-1/target/lib/debug /home/thomas/autobuild/instance-1/output-1/target/usr/lib/debug find /home/thomas/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/thomas/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/thomas/autobuild/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/thomas/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/thomas/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-2760-gb793f3a49e"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-rc1\"" \ ) > /home/thomas/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-1/output-1/per-package /home/thomas/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs printf ' dhcpcd -1 dhcpcd -1 * - - - dhcpcd user\n - - sudo -1 - - - -\n\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/sudo f 4755 0 0 - - - - -\n\n' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /home/thomas/autobuild/instance-1/output-1/images rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2 mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-1/output-1/target/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/thomas/autobuild/instance-1/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/thomas/autobuild/instance-1/output-1/images/rootfs.ext2\n /home/thomas/autobuild/instance-1/output-1/host/sbin/mkfs.ext2 -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -I 256 -O ^64bit /home/thomas/autobuild/instance-1/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target table='/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.46.5 (30-Dec-2021) Creating regular file /home/thomas/autobuild/instance-1/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 1cf4b12a-ef9d-4ce0-a11e-ae8c44264e92 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-1/output-1/images rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-1/output-1/target/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-1/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 2945 objects. stage 2: creating image '/home/thomas/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/2945 0% [ ] 2/2945 0% [ ] 3/2945 0% [ ] 4/2945 0% [ ] 5/2945 0% [ ] 6/2945 0% [ ] 7/2945 0% [ ] 8/2945 0% [ ] 9/2945 0% [ ] 10/2945 0% [ ] 11/2945 0% [ ] 12/2945 0% [ ] 13/2945 0% [ ] 14/2945 0% [ ] 15/2945 0% [ ] 16/2945 0% [ ] 17/2945 0% [ ] 18/2945 0% [ ] 19/2945 0% [ ] 20/2945 0% [ ] 21/2945 0% [ ] 22/2945 0% [ ] 23/2945 0% [ ] 24/2945 0% [ ] 25/2945 0% [ ] 26/2945 0% [ ] 27/2945 0% [ ] 28/2945 0% [ ] 29/2945 0% [ ] 30/2945 1% [ ] 31/2945 1% [ ] 32/2945 1% [ ] 33/2945 1% [ ] 34/2945 1% [ ] 35/2945 1% [ ] 36/2945 1% [ ] 37/2945 1% [ ] 38/2945 1% [ ] 39/2945 1% [ ] 40/2945 1% [ ] 41/2945 1% [ ] 42/2945 1% [ ] 43/2945 1% [ ] 44/2945 1% [ ] 45/2945 1% [ ] 46/2945 1% [ ] 47/2945 1% [= ] 48/2945 1% [= ] 49/2945 1% [= ] 50/2945 1% [= ] 51/2945 1% [= ] 52/2945 1% [= ] 53/2945 1% [= ] 54/2945 1% [= ] 55/2945 1% [= ] 56/2945 1% [= ] 57/2945 1% [= ] 58/2945 1% [= ] 59/2945 2% [= ] 60/2945 2% [= ] 61/2945 2% [= ] 62/2945 2% [= ] 63/2945 2% [= ] 64/2945 2% [= ] 65/2945 2% [= ] 66/2945 2% [= ] 67/2945 2% [= ] 68/2945 2% [= ] 69/2945 2% [= ] 70/2945 2% [= ] 71/2945 2% [= ] 72/2945 2% [= ] 73/2945 2% [= ] 74/2945 2% [= ] 75/2945 2% [= ] 76/2945 2% [= ] 77/2945 2% [= ] 78/2945 2% [= ] 79/2945 2% [= ] 80/2945 2% [= ] 81/2945 2% [= ] 82/2945 2% [= ] 83/2945 2% [= ] 84/2945 2% [= ] 85/2945 2% [= ] 86/2945 2% [= ] 87/2945 2% [= ] 88/2945 2% [= ] 89/2945 3% [= ] 90/2945 3% [= ] 91/2945 3% [= ] 92/2945 3% [= ] 93/2945 3% [= ] 94/2945 3% [== ] 95/2945 3% [== ] 96/2945 3% [== ] 97/2945 3% [== ] 98/2945 3% [== ] 99/2945 3% [== ] 100/2945 3% [== ] 101/2945 3% [== ] 102/2945 3% [== ] 103/2945 3% [== ] 104/2945 3% [== ] 105/2945 3% [== ] 106/2945 3% [== ] 107/2945 3% [== ] 108/2945 3% [== ] 109/2945 3% [== ] 110/2945 3% [== ] 111/2945 3% [== ] 112/2945 3% [== ] 113/2945 3% [== ] 114/2945 3% [== ] 115/2945 3% [== ] 116/2945 3% [== ] 117/2945 3% [== ] 118/2945 4% [== ] 119/2945 4% [== ] 120/2945 4% [== ] 121/2945 4% [== ] 122/2945 4% [== ] 123/2945 4% [== ] 124/2945 4% [== ] 125/2945 4% [== ] 126/2945 4% [== ] 127/2945 4% [== ] 128/2945 4% [== ] 129/2945 4% [== ] 130/2945 4% [== ] 131/2945 4% [== ] 132/2945 4% [== ] 133/2945 4% [== ] 134/2945 4% [== ] 135/2945 4% [== ] 136/2945 4% [== ] 137/2945 4% [== ] 138/2945 4% [== ] 139/2945 4% [== ] 140/2945 4% [== ] 141/2945 4% [== ] 142/2945 4% [=== ] 143/2945 4% [=== ] 144/2945 4% [=== ] 145/2945 4% [=== ] 146/2945 4% [=== ] 147/2945 4% [=== ] 148/2945 5% [=== ] 149/2945 5% [=== ] 150/2945 5% [=== ] 151/2945 5% [=== ] 152/2945 5% [=== ] 153/2945 5% [=== ] 154/2945 5% [=== ] 155/2945 5% [=== ] 156/2945 5% [=== ] 157/2945 5% [=== ] 158/2945 5% [=== ] 159/2945 5% [=== ] 160/2945 5% [=== ] 161/2945 5% [=== ] 162/2945 5% [=== ] 163/2945 5% [=== ] 164/2945 5% [=== ] 165/2945 5% [=== ] 166/2945 5% [=== ] 167/2945 5% [=== ] 168/2945 5% [=== ] 169/2945 5% [=== ] 170/2945 5% [=== ] 171/2945 5% [=== ] 172/2945 5% [=== ] 173/2945 5% [=== ] 174/2945 5% [=== ] 175/2945 5% [=== ] 176/2945 5% [=== ] 177/2945 6% [=== ] 178/2945 6% [=== ] 179/2945 6% [=== ] 180/2945 6% [=== ] 181/2945 6% [=== ] 182/2945 6% [=== ] 183/2945 6% [=== ] 184/2945 6% [=== ] 185/2945 6% [=== ] 186/2945 6% [=== ] 187/2945 6% [=== ] 188/2945 6% [=== ] 189/2945 6% [==== ] 190/2945 6% [==== ] 191/2945 6% [==== ] 192/2945 6% [==== ] 193/2945 6% [==== ] 194/2945 6% [==== ] 195/2945 6% [==== ] 196/2945 6% [==== ] 197/2945 6% [==== ] 198/2945 6% [==== ] 199/2945 6% [==== ] 200/2945 6% [==== ] 201/2945 6% [==== ] 202/2945 6% [==== ] 203/2945 6% [==== ] 204/2945 6% [==== ] 205/2945 6% [==== ] 206/2945 6% [==== ] 207/2945 7% [==== ] 208/2945 7% [==== ] 209/2945 7% [==== ] 210/2945 7% [==== ] 211/2945 7% [==== ] 212/2945 7% [==== ] 213/2945 7% [==== ] 214/2945 7% [==== ] 215/2945 7% [==== ] 216/2945 7% [==== ] 217/2945 7% [==== ] 218/2945 7% [==== ] 219/2945 7% [==== ] 220/2945 7% [==== ] 221/2945 7% [==== ] 222/2945 7% [==== ] 223/2945 7% [==== ] 224/2945 7% [==== ] 225/2945 7% [==== ] 226/2945 7% [==== ] 227/2945 7% [==== ] 228/2945 7% [==== ] 229/2945 7% [==== ] 230/2945 7% [==== ] 231/2945 7% [==== ] 232/2945 7% [==== ] 233/2945 7% [==== ] 234/2945 7% [==== ] 235/2945 7% [==== ] 236/2945 8% [==== ] 237/2945 8% [===== ] 238/2945 8% [===== ] 239/2945 8% [===== ] 240/2945 8% [===== ] 241/2945 8% [===== ] 242/2945 8% [===== ] 243/2945 8% [===== ] 244/2945 8% [===== ] 245/2945 8% [===== ] 246/2945 8% [===== ] 247/2945 8% [===== ] 248/2945 8% [===== ] 249/2945 8% [===== ] 250/2945 8% [===== ] 251/2945 8% [===== ] 252/2945 8% [===== ] 253/2945 8% [===== ] 254/2945 8% [===== ] 255/2945 8% [===== ] 256/2945 8% [===== ] 257/2945 8% [===== ] 258/2945 8% [===== ] 259/2945 8% [===== ] 260/2945 8% [===== ] 261/2945 8% [===== ] 262/2945 8% [===== ] 263/2945 8% [===== ] 264/2945 8% [===== ] 265/2945 8% [===== ] 266/2945 9% [===== ] 267/2945 9% [===== ] 268/2945 9% [===== ] 269/2945 9% [===== ] 270/2945 9% [===== ] 271/2945 9% [===== ] 272/2945 9% [===== ] 273/2945 9% [===== ] 274/2945 9% [===== ] 275/2945 9% [===== ] 276/2945 9% [===== ] 277/2945 9% [===== ] 278/2945 9% [===== ] 279/2945 9% [===== ] 280/2945 9% [===== ] 281/2945 9% [===== ] 282/2945 9% [===== ] 283/2945 9% [===== ] 284/2945 9% [====== ] 285/2945 9% [====== ] 286/2945 9% [====== ] 287/2945 9% [====== ] 288/2945 9% [====== ] 289/2945 9% [====== ] 290/2945 9% [====== ] 291/2945 9% [====== ] 292/2945 9% [====== ] 293/2945 9% [====== ] 294/2945 9% [====== ] 295/2945 10% [====== ] 296/2945 10% [====== ] 297/2945 10% [====== ] 298/2945 10% [====== ] 299/2945 10% [====== ] 300/2945 10% [====== ] 301/2945 10% [====== ] 302/2945 10% [====== ] 303/2945 10% [====== ] 304/2945 10% [====== ] 305/2945 10% [====== ] 306/2945 10% [====== ] 307/2945 10% [====== ] 308/2945 10% [====== ] 309/2945 10% [====== ] 310/2945 10% [====== ] 311/2945 10% [====== ] 312/2945 10% [====== ] 313/2945 10% [====== ] 314/2945 10% [====== ] 315/2945 10% [====== ] 316/2945 10% [====== ] 317/2945 10% [====== ] 318/2945 10% [====== ] 319/2945 10% [====== ] 320/2945 10% [====== ] 321/2945 10% [====== ] 322/2945 10% [====== ] 323/2945 10% [====== ] 324/2945 11% [====== ] 325/2945 11% [====== ] 326/2945 11% [====== ] 327/2945 11% [====== ] 328/2945 11% [====== ] 329/2945 11% [====== ] 330/2945 11% [====== ] 331/2945 11% [====== ] 332/2945 11% [======= ] 333/2945 11% [======= ] 334/2945 11% [======= ] 335/2945 11% [======= ] 336/2945 11% [======= ] 337/2945 11% [======= ] 338/2945 11% [======= ] 339/2945 11% [======= ] 340/2945 11% [======= ] 341/2945 11% [======= ] 342/2945 11% [======= ] 343/2945 11% [======= ] 344/2945 11% [======= ] 345/2945 11% [======= ] 346/2945 11% [======= ] 347/2945 11% [======= ] 348/2945 11% [======= ] 349/2945 11% [======= ] 350/2945 11% [======= ] 351/2945 11% [======= ] 352/2945 11% [======= ] 353/2945 11% [======= ] 354/2945 12% [======= ] 355/2945 12% [======= ] 356/2945 12% [======= ] 357/2945 12% [======= ] 358/2945 12% [======= ] 359/2945 12% [======= ] 360/2945 12% [======= ] 361/2945 12% [======= ] 362/2945 12% [======= ] 363/2945 12% [======= ] 364/2945 12% [======= ] 365/2945 12% [======= ] 366/2945 12% [======= ] 367/2945 12% [======= ] 368/2945 12% [======= ] 369/2945 12% [======= ] 370/2945 12% [======= ] 371/2945 12% [======= ] 372/2945 12% [======= ] 373/2945 12% [======= ] 374/2945 12% [======= ] 375/2945 12% [======= ] 376/2945 12% [======= ] 377/2945 12% [======= ] 378/2945 12% [======= ] 379/2945 12% [======== ] 380/2945 12% [======== ] 381/2945 12% [======== ] 382/2945 12% [======== ] 383/2945 13% [======== ] 384/2945 13% [======== ] 385/2945 13% [======== ] 386/2945 13% [======== ] 387/2945 13% [======== ] 388/2945 13% [======== ] 389/2945 13% [======== ] 390/2945 13% [======== ] 391/2945 13% [======== ] 392/2945 13% [======== ] 393/2945 13% [======== ] 394/2945 13% [======== ] 395/2945 13% [======== ] 396/2945 13% [======== ] 397/2945 13% [======== ] 398/2945 13% [======== ] 399/2945 13% [======== ] 400/2945 13% [======== ] 401/2945 13% [======== ] 402/2945 13% [======== ] 403/2945 13% [======== ] 404/2945 13% [======== ] 405/2945 13% [======== ] 406/2945 13% [======== ] 407/2945 13% [======== ] 408/2945 13% [======== ] 409/2945 13% [======== ] 410/2945 13% [======== ] 411/2945 13% [======== ] 412/2945 13% [======== ] 413/2945 14% [======== ] 414/2945 14% [======== ] 415/2945 14% [======== ] 416/2945 14% [======== ] 417/2945 14% [======== ] 418/2945 14% [======== ] 419/2945 14% [======== ] 420/2945 14% [======== ] 421/2945 14% [======== ] 422/2945 14% [======== ] 423/2945 14% [======== ] 424/2945 14% [======== ] 425/2945 14% [======== ] 426/2945 14% [======== ] 427/2945 14% [========= ] 428/2945 14% [========= ] 429/2945 14% [========= ] 430/2945 14% [========= ] 431/2945 14% [========= ] 432/2945 14% [========= ] 433/2945 14% [========= ] 434/2945 14% [========= ] 435/2945 14% [========= ] 436/2945 14% [========= ] 437/2945 14% [========= ] 438/2945 14% [========= ] 439/2945 14% [========= ] 440/2945 14% [========= ] 441/2945 14% [========= ] 442/2945 15% [========= ] 443/2945 15% [========= ] 444/2945 15% [========= ] 445/2945 15% [========= ] 446/2945 15% [========= ] 447/2945 15% [========= ] 448/2945 15% [========= ] 449/2945 15% [========= ] 450/2945 15% [========= ] 451/2945 15% [========= ] 452/2945 15% [========= ] 453/2945 15% [========= ] 454/2945 15% [========= ] 455/2945 15% [========= ] 456/2945 15% [========= ] 457/2945 15% [========= ] 458/2945 15% [========= ] 459/2945 15% [========= ] 460/2945 15% [========= ] 461/2945 15% [========= ] 462/2945 15% [========= ] 463/2945 15% [========= ] 464/2945 15% [========= ] 465/2945 15% [========= ] 466/2945 15% [========= ] 467/2945 15% [========= ] 468/2945 15% [========= ] 469/2945 15% [========= ] 470/2945 15% [========= ] 471/2945 15% [========= ] 472/2945 16% [========= ] 473/2945 16% [========= ] 474/2945 16% [========== ] 475/2945 16% [========== ] 476/2945 16% [========== ] 477/2945 16% [========== ] 478/2945 16% [========== ] 479/2945 16% [========== ] 480/2945 16% [========== ] 481/2945 16% [========== ] 482/2945 16% [========== ] 483/2945 16% [========== ] 484/2945 16% [========== ] 485/2945 16% [========== ] 486/2945 16% [========== ] 487/2945 16% [========== ] 488/2945 16% [========== ] 489/2945 16% [========== ] 490/2945 16% [========== ] 491/2945 16% [========== ] 492/2945 16% [========== ] 493/2945 16% [========== ] 494/2945 16% [========== ] 495/2945 16% [========== ] 496/2945 16% [========== ] 497/2945 16% [========== ] 498/2945 16% [========== ] 499/2945 16% [========== ] 500/2945 16% [========== ] 501/2945 17% [========== ] 502/2945 17% [========== ] 503/2945 17% [========== ] 504/2945 17% [========== ] 505/2945 17% [========== ] 506/2945 17% [========== ] 507/2945 17% [========== ] 508/2945 17% [========== ] 509/2945 17% [========== ] 510/2945 17% [========== ] 511/2945 17% [========== ] 512/2945 17% [========== ] 513/2945 17% [========== ] 514/2945 17% [========== ] 515/2945 17% [========== ] 516/2945 17% [========== ] 517/2945 17% [========== ] 518/2945 17% [========== ] 519/2945 17% [========== ] 520/2945 17% [========== ] 521/2945 17% [========== ] 522/2945 17% [=========== ] 523/2945 17% [=========== ] 524/2945 17% [=========== ] 525/2945 17% [=========== ] 526/2945 17% [=========== ] 527/2945 17% [=========== ] 528/2945 17% [=========== ] 529/2945 17% [=========== ] 530/2945 17% [=========== ] 531/2945 18% [=========== ] 532/2945 18% [=========== ] 533/2945 18% [=========== ] 534/2945 18% [=========== ] 535/2945 18% [=========== ] 536/2945 18% [=========== ] 537/2945 18% [=========== ] 538/2945 18% [=========== ] 539/2945 18% [=========== ] 540/2945 18% [=========== ] 541/2945 18% [=========== ] 542/2945 18% [=========== ] 543/2945 18% [=========== ] 544/2945 18% [=========== ] 545/2945 18% [=========== ] 546/2945 18% [=========== ] 547/2945 18% [=========== ] 548/2945 18% [=========== ] 549/2945 18% [=========== ] 550/2945 18% [=========== ] 551/2945 18% [=========== ] 552/2945 18% [=========== ] 553/2945 18% [=========== ] 554/2945 18% [=========== ] 555/2945 18% [=========== ] 556/2945 18% [=========== ] 557/2945 18% [=========== ] 558/2945 18% [=========== ] 559/2945 18% [=========== ] 560/2945 19% [=========== ] 561/2945 19% [=========== ] 562/2945 19% [=========== ] 563/2945 19% [=========== ] 564/2945 19% [=========== ] 565/2945 19% [=========== ] 566/2945 19% [=========== ] 567/2945 19% [=========== ] 568/2945 19% [=========== ] 569/2945 19% [============ ] 570/2945 19% [============ ] 571/2945 19% [============ ] 572/2945 19% [============ ] 573/2945 19% [============ ] 574/2945 19% [============ ] 575/2945 19% [============ ] 576/2945 19% [============ ] 577/2945 19% [============ ] 578/2945 19% [============ ] 579/2945 19% [============ ] 580/2945 19% [============ ] 581/2945 19% [============ ] 582/2945 19% [============ ] 583/2945 19% [============ ] 584/2945 19% [============ ] 585/2945 19% [============ ] 586/2945 19% [============ ] 587/2945 19% [============ ] 588/2945 19% [============ ] 589/2945 20% [============ ] 590/2945 20% [============ ] 591/2945 20% [============ ] 592/2945 20% [============ ] 593/2945 20% [============ ] 594/2945 20% [============ ] 595/2945 20% [============ ] 596/2945 20% [============ ] 597/2945 20% [============ ] 598/2945 20% [============ ] 599/2945 20% [============ ] 600/2945 20% [============ ] 601/2945 20% [============ ] 602/2945 20% [============ ] 603/2945 20% [============ ] 604/2945 20% [============ ] 605/2945 20% [============ ] 606/2945 20% [============ ] 607/2945 20% [============ ] 608/2945 20% [============ ] 609/2945 20% [============ ] 610/2945 20% [============ ] 611/2945 20% [============ ] 612/2945 20% [============ ] 613/2945 20% [============ ] 614/2945 20% [============ ] 615/2945 20% [============ ] 616/2945 20% [============ ] 617/2945 20% [============= ] 618/2945 20% [============= ] 619/2945 21% [============= ] 620/2945 21% [============= ] 621/2945 21% [============= ] 622/2945 21% [============= ] 623/2945 21% [============= ] 624/2945 21% [============= ] 625/2945 21% [============= ] 626/2945 21% [============= ] 627/2945 21% [============= ] 628/2945 21% [============= ] 629/2945 21% [============= ] 630/2945 21% [============= ] 631/2945 21% [============= ] 632/2945 21% [============= ] 633/2945 21% [============= ] 634/2945 21% [============= ] 635/2945 21% [============= ] 636/2945 21% [============= ] 637/2945 21% [============= ] 638/2945 21% [============= ] 639/2945 21% [============= ] 640/2945 21% [============= ] 641/2945 21% [============= ] 642/2945 21% [============= ] 643/2945 21% [============= ] 644/2945 21% [============= ] 645/2945 21% [============= ] 646/2945 21% [============= ] 647/2945 21% [============= ] 648/2945 22% [============= ] 649/2945 22% [============= ] 650/2945 22% [============= ] 651/2945 22% [============= ] 652/2945 22% [============= ] 653/2945 22% [============= ] 654/2945 22% [============= ] 655/2945 22% [============= ] 656/2945 22% [============= ] 657/2945 22% [============= ] 658/2945 22% [============= ] 659/2945 22% [============= ] 660/2945 22% [============= ] 661/2945 22% [============= ] 662/2945 22% [============= ] 663/2945 22% [============= ] 664/2945 22% [============== ] 665/2945 22% [============== ] 666/2945 22% [============== ] 667/2945 22% [============== ] 668/2945 22% [============== ] 669/2945 22% [============== ] 670/2945 22% [============== ] 671/2945 22% [============== ] 672/2945 22% [============== ] 673/2945 22% [============== ] 674/2945 22% [============== ] 675/2945 22% [============== ] 676/2945 22% [============== ] 677/2945 22% [============== ] 678/2945 23% [============== ] 679/2945 23% [============== ] 680/2945 23% [============== ] 681/2945 23% [============== ] 682/2945 23% [============== ] 683/2945 23% [============== ] 684/2945 23% [============== ] 685/2945 23% [============== ] 686/2945 23% [============== ] 687/2945 23% [============== ] 688/2945 23% [============== ] 689/2945 23% [============== ] 690/2945 23% [============== ] 691/2945 23% [============== ] 692/2945 23% [============== ] 693/2945 23% [============== ] 694/2945 23% [============== ] 695/2945 23% [============== ] 696/2945 23% [============== ] 697/2945 23% [============== ] 698/2945 23% [============== ] 699/2945 23% [============== ] 700/2945 23% [============== ] 701/2945 23% [============== ] 702/2945 23% [============== ] 703/2945 23% [============== ] 704/2945 23% [============== ] 705/2945 23% [============== ] 706/2945 23% [============== ] 707/2945 24% [============== ] 708/2945 24% [============== ] 709/2945 24% [============== ] 710/2945 24% [============== ] 711/2945 24% [============== ] 712/2945 24% [=============== ] 713/2945 24% [=============== ] 714/2945 24% [=============== ] 715/2945 24% [=============== ] 716/2945 24% [=============== ] 717/2945 24% [=============== ] 718/2945 24% [=============== ] 719/2945 24% [=============== ] 720/2945 24% [=============== ] 721/2945 24% [=============== ] 722/2945 24% [=============== ] 723/2945 24% [=============== ] 724/2945 24% [=============== ] 725/2945 24% [=============== ] 726/2945 24% [=============== ] 727/2945 24% [=============== ] 728/2945 24% [=============== ] 729/2945 24% [=============== ] 730/2945 24% [=============== ] 731/2945 24% [=============== ] 732/2945 24% [=============== ] 733/2945 24% [=============== ] 734/2945 24% [=============== ] 735/2945 24% [=============== ] 736/2945 24% [=============== ] 737/2945 25% [=============== ] 738/2945 25% [=============== ] 739/2945 25% [=============== ] 740/2945 25% [=============== ] 741/2945 25% [=============== ] 742/2945 25% [=============== ] 743/2945 25% [=============== ] 744/2945 25% [=============== ] 745/2945 25% [=============== ] 746/2945 25% [=============== ] 747/2945 25% [=============== ] 748/2945 25% [=============== ] 749/2945 25% [=============== ] 750/2945 25% [=============== ] 751/2945 25% [=============== ] 752/2945 25% [=============== ] 753/2945 25% [=============== ] 754/2945 25% [=============== ] 755/2945 25% [=============== ] 756/2945 25% [=============== ] 757/2945 25% [=============== ] 758/2945 25% [=============== ] 759/2945 25% [================ ] 760/2945 25% [================ ] 761/2945 25% [================ ] 762/2945 25% [================ ] 763/2945 25% [================ ] 764/2945 25% [================ ] 765/2945 25% [================ ] 766/2945 26% [================ ] 767/2945 26% [================ ] 768/2945 26% [================ ] 769/2945 26% [================ ] 770/2945 26% [================ ] 771/2945 26% [================ ] 772/2945 26% [================ ] 773/2945 26% [================ ] 774/2945 26% [================ ] 775/2945 26% [================ ] 776/2945 26% [================ ] 777/2945 26% [================ ] 778/2945 26% [================ ] 779/2945 26% [================ ] 780/2945 26% [================ ] 781/2945 26% [================ ] 782/2945 26% [================ ] 783/2945 26% [================ ] 784/2945 26% [================ ] 785/2945 26% [================ ] 786/2945 26% [================ ] 787/2945 26% [================ ] 788/2945 26% [================ ] 789/2945 26% [================ ] 790/2945 26% [================ ] 791/2945 26% [================ ] 792/2945 26% [================ ] 793/2945 26% [================ ] 794/2945 26% [================ ] 795/2945 26% [================ ] 796/2945 27% [================ ] 797/2945 27% [================ ] 798/2945 27% [================ ] 799/2945 27% [================ ] 800/2945 27% [================ ] 801/2945 27% [================ ] 802/2945 27% [================ ] 803/2945 27% [================ ] 804/2945 27% [================ ] 805/2945 27% [================ ] 806/2945 27% [================ ] 807/2945 27% [================= ] 808/2945 27% [================= ] 809/2945 27% [================= ] 810/2945 27% [================= ] 811/2945 27% [================= ] 812/2945 27% [================= ] 813/2945 27% [================= ] 814/2945 27% [================= ] 815/2945 27% [================= ] 816/2945 27% [================= ] 817/2945 27% [================= ] 818/2945 27% [================= ] 819/2945 27% [================= ] 820/2945 27% [================= ] 821/2945 27% [================= ] 822/2945 27% [================= ] 823/2945 27% [================= ] 824/2945 27% [================= ] 825/2945 28% [================= ] 826/2945 28% [================= ] 827/2945 28% [================= ] 828/2945 28% [================= ] 829/2945 28% [================= ] 830/2945 28% [================= ] 831/2945 28% [================= ] 832/2945 28% [================= ] 833/2945 28% [================= ] 834/2945 28% [================= ] 835/2945 28% [================= ] 836/2945 28% [================= ] 837/2945 28% [================= ] 838/2945 28% [================= ] 839/2945 28% [================= ] 840/2945 28% [================= ] 841/2945 28% [================= ] 842/2945 28% [================= ] 843/2945 28% [================= ] 844/2945 28% [================= ] 845/2945 28% [================= ] 846/2945 28% [================= ] 847/2945 28% [================= ] 848/2945 28% [================= ] 849/2945 28% [================= ] 850/2945 28% [================= ] 851/2945 28% [================= ] 852/2945 28% [================= ] 853/2945 28% [================= ] 854/2945 28% [================== ] 855/2945 29% [================== ] 856/2945 29% [================== ] 857/2945 29% [================== ] 858/2945 29% [================== ] 859/2945 29% [================== ] 860/2945 29% [================== ] 861/2945 29% [================== ] 862/2945 29% [================== ] 863/2945 29% [================== ] 864/2945 29% [================== ] 865/2945 29% [================== ] 866/2945 29% [================== ] 867/2945 29% [================== ] 868/2945 29% [================== ] 869/2945 29% [================== ] 870/2945 29% [================== ] 871/2945 29% [================== ] 872/2945 29% [================== ] 873/2945 29% [================== ] 874/2945 29% [================== ] 875/2945 29% [================== ] 876/2945 29% [================== ] 877/2945 29% [================== ] 878/2945 29% [================== ] 879/2945 29% [================== ] 880/2945 29% [================== ] 881/2945 29% [================== ] 882/2945 29% [================== ] 883/2945 29% [================== ] 884/2945 30% [================== ] 885/2945 30% [================== ] 886/2945 30% [================== ] 887/2945 30% [================== ] 888/2945 30% [================== ] 889/2945 30% [================== ] 890/2945 30% [================== ] 891/2945 30% [================== ] 892/2945 30% [================== ] 893/2945 30% [================== ] 894/2945 30% [================== ] 895/2945 30% [================== ] 896/2945 30% [================== ] 897/2945 30% [================== ] 898/2945 30% [================== ] 899/2945 30% [================== ] 900/2945 30% [================== ] 901/2945 30% [================== ] 902/2945 30% [=================== ] 903/2945 30% [=================== ] 904/2945 30% [=================== ] 905/2945 30% [=================== ] 906/2945 30% [=================== ] 907/2945 30% [=================== ] 908/2945 30% [=================== ] 909/2945 30% [=================== ] 910/2945 30% [=================== ] 911/2945 30% [=================== ] 912/2945 30% [=================== ] 913/2945 31% [=================== ] 914/2945 31% [=================== ] 915/2945 31% [=================== ] 916/2945 31% [=================== ] 917/2945 31% [=================== ] 918/2945 31% [=================== ] 919/2945 31% [=================== ] 920/2945 31% [=================== ] 921/2945 31% [=================== ] 922/2945 31% [=================== ] 923/2945 31% [=================== ] 924/2945 31% [=================== ] 925/2945 31% [=================== ] 926/2945 31% [=================== ] 927/2945 31% [=================== ] 928/2945 31% [=================== ] 929/2945 31% [=================== ] 930/2945 31% [=================== ] 931/2945 31% [=================== ] 932/2945 31% [=================== ] 933/2945 31% [=================== ] 934/2945 31% [=================== ] 935/2945 31% [=================== ] 936/2945 31% [=================== ] 937/2945 31% [=================== ] 938/2945 31% [=================== ] 939/2945 31% [=================== ] 940/2945 31% [=================== ] 941/2945 31% [=================== ] 942/2945 31% [=================== ] 943/2945 32% [=================== ] 944/2945 32% [=================== ] 945/2945 32% [=================== ] 946/2945 32% [=================== ] 947/2945 32% [=================== ] 948/2945 32% [=================== ] 949/2945 32% [==================== ] 950/2945 32% [==================== ] 951/2945 32% [==================== ] 952/2945 32% [==================== ] 953/2945 32% [==================== ] 954/2945 32% [==================== ] 955/2945 32% [==================== ] 956/2945 32% [==================== ] 957/2945 32% [==================== ] 958/2945 32% [==================== ] 959/2945 32% [==================== ] 960/2945 32% [==================== ] 961/2945 32% [==================== ] 962/2945 32% [==================== ] 963/2945 32% [==================== ] 964/2945 32% [==================== ] 965/2945 32% [==================== ] 966/2945 32% [==================== ] 967/2945 32% [==================== ] 968/2945 32% [==================== ] 969/2945 32% [==================== ] 970/2945 32% [==================== ] 971/2945 32% [==================== ] 972/2945 33% [==================== ] 973/2945 33% [==================== ] 974/2945 33% [==================== ] 975/2945 33% [==================== ] 976/2945 33% [==================== ] 977/2945 33% [==================== ] 978/2945 33% [==================== ] 979/2945 33% [==================== ] 980/2945 33% [==================== ] 981/2945 33% [==================== ] 982/2945 33% [==================== ] 983/2945 33% [==================== ] 984/2945 33% [==================== ] 985/2945 33% [==================== ] 986/2945 33% [==================== ] 987/2945 33% [==================== ] 988/2945 33% [==================== ] 989/2945 33% [==================== ] 990/2945 33% [==================== ] 991/2945 33% [==================== ] 992/2945 33% [==================== ] 993/2945 33% [==================== ] 994/2945 33% [==================== ] 995/2945 33% [==================== ] 996/2945 33% [==================== ] 997/2945 33% [===================== ] 998/2945 33% [===================== ] 999/2945 33% [===================== ] 1000/2945 33% [===================== ] 1001/2945 33% [===================== ] 1002/2945 34% [===================== ] 1003/2945 34% [===================== ] 1004/2945 34% [===================== ] 1005/2945 34% [===================== ] 1006/2945 34% [===================== ] 1007/2945 34% [===================== ] 1008/2945 34% [===================== ] 1009/2945 34% [===================== ] 1010/2945 34% [===================== ] 1011/2945 34% [===================== ] 1012/2945 34% [===================== ] 1013/2945 34% [===================== ] 1014/2945 34% [===================== ] 1015/2945 34% [===================== ] 1016/2945 34% [===================== ] 1017/2945 34% [===================== ] 1018/2945 34% [===================== ] 1019/2945 34% [===================== ] 1020/2945 34% [===================== ] 1021/2945 34% [===================== ] 1022/2945 34% [===================== ] 1023/2945 34% [===================== ] 1024/2945 34% [===================== ] 1025/2945 34% [===================== ] 1026/2945 34% [===================== ] 1027/2945 34% [===================== ] 1028/2945 34% [===================== ] 1029/2945 34% [===================== ] 1030/2945 34% [===================== ] 1031/2945 35% [===================== ] 1032/2945 35% [===================== ] 1033/2945 35% [===================== ] 1034/2945 35% [===================== ] 1035/2945 35% [===================== ] 1036/2945 35% [===================== ] 1037/2945 35% [===================== ] 1038/2945 35% [===================== ] 1039/2945 35% [===================== ] 1040/2945 35% [===================== ] 1041/2945 35% [===================== ] 1042/2945 35% [===================== ] 1043/2945 35% [===================== ] 1044/2945 35% [====================== ] 1045/2945 35% [====================== ] 1046/2945 35% [====================== ] 1047/2945 35% [====================== ] 1048/2945 35% [====================== ] 1049/2945 35% [====================== ] 1050/2945 35% [====================== ] 1051/2945 35% [====================== ] 1052/2945 35% [====================== ] 1053/2945 35% [====================== ] 1054/2945 35% [====================== ] 1055/2945 35% [====================== ] 1056/2945 35% [====================== ] 1057/2945 35% [====================== ] 1058/2945 35% [====================== ] 1059/2945 35% [====================== ] 1060/2945 35% [====================== ] 1061/2945 36% [====================== ] 1062/2945 36% [====================== ] 1063/2945 36% [====================== ] 1064/2945 36% [====================== ] 1065/2945 36% [====================== ] 1066/2945 36% [====================== ] 1067/2945 36% [====================== ] 1068/2945 36% [====================== ] 1069/2945 36% [====================== ] 1070/2945 36% [====================== ] 1071/2945 36% [====================== ] 1072/2945 36% [====================== ] 1073/2945 36% [====================== ] 1074/2945 36% [====================== ] 1075/2945 36% [====================== ] 1076/2945 36% [====================== ] 1077/2945 36% [====================== ] 1078/2945 36% [====================== ] 1079/2945 36% [====================== ] 1080/2945 36% [====================== ] 1081/2945 36% [====================== ] 1082/2945 36% [====================== ] 1083/2945 36% [====================== ] 1084/2945 36% [====================== ] 1085/2945 36% [====================== ] 1086/2945 36% [====================== ] 1087/2945 36% [====================== ] 1088/2945 36% [====================== ] 1089/2945 36% [====================== ] 1090/2945 37% [====================== ] 1091/2945 37% [====================== ] 1092/2945 37% [======================= ] 1093/2945 37% [======================= ] 1094/2945 37% [======================= ] 1095/2945 37% [======================= ] 1096/2945 37% [======================= ] 1097/2945 37% [======================= ] 1098/2945 37% [======================= ] 1099/2945 37% [======================= ] 1100/2945 37% [======================= ] 1101/2945 37% [======================= ] 1102/2945 37% [======================= ] 1103/2945 37% [======================= ] 1104/2945 37% [======================= ] 1105/2945 37% [======================= ] 1106/2945 37% [======================= ] 1107/2945 37% [======================= ] 1108/2945 37% [======================= ] 1109/2945 37% [======================= ] 1110/2945 37% [======================= ] 1111/2945 37% [======================= ] 1112/2945 37% [======================= ] 1113/2945 37% [======================= ] 1114/2945 37% [======================= ] 1115/2945 37% [======================= ] 1116/2945 37% [======================= ] 1117/2945 37% [======================= ] 1118/2945 37% [======================= ] 1119/2945 37% [======================= ] 1120/2945 38% [======================= ] 1121/2945 38% [======================= ] 1122/2945 38% [======================= ] 1123/2945 38% [======================= ] 1124/2945 38% [======================= ] 1125/2945 38% [======================= ] 1126/2945 38% [======================= ] 1127/2945 38% [======================= ] 1128/2945 38% [======================= ] 1129/2945 38% [======================= ] 1130/2945 38% [======================= ] 1131/2945 38% [======================= ] 1132/2945 38% [======================= ] 1133/2945 38% [======================= ] 1134/2945 38% [======================= ] 1135/2945 38% [======================= ] 1136/2945 38% [======================= ] 1137/2945 38% [======================= ] 1138/2945 38% [======================= ] 1139/2945 38% [======================== ] 1140/2945 38% [======================== ] 1141/2945 38% [======================== ] 1142/2945 38% [======================== ] 1143/2945 38% [======================== ] 1144/2945 38% [======================== ] 1145/2945 38% [======================== ] 1146/2945 38% [======================== ] 1147/2945 38% [======================== ] 1148/2945 38% [======================== ] 1149/2945 39% [======================== ] 1150/2945 39% [======================== ] 1151/2945 39% [======================== ] 1152/2945 39% [======================== ] 1153/2945 39% [======================== ] 1154/2945 39% [======================== ] 1155/2945 39% [======================== ] 1156/2945 39% [======================== ] 1157/2945 39% [======================== ] 1158/2945 39% [======================== ] 1159/2945 39% [======================== ] 1160/2945 39% [======================== ] 1161/2945 39% [======================== ] 1162/2945 39% [======================== ] 1163/2945 39% [======================== ] 1164/2945 39% [======================== ] 1165/2945 39% [======================== ] 1166/2945 39% [======================== ] 1167/2945 39% [======================== ] 1168/2945 39% [======================== ] 1169/2945 39% [======================== ] 1170/2945 39% [======================== ] 1171/2945 39% [======================== ] 1172/2945 39% [======================== ] 1173/2945 39% [======================== ] 1174/2945 39% [======================== ] 1175/2945 39% [======================== ] 1176/2945 39% [======================== ] 1177/2945 39% [======================== ] 1178/2945 40% [======================== ] 1179/2945 40% [======================== ] 1180/2945 40% [======================== ] 1181/2945 40% [======================== ] 1182/2945 40% [======================== ] 1183/2945 40% [======================== ] 1184/2945 40% [======================== ] 1185/2945 40% [======================== ] 1186/2945 40% [======================== ] 1187/2945 40% [========================= ] 1188/2945 40% [========================= ] 1189/2945 40% [========================= ] 1190/2945 40% [========================= ] 1191/2945 40% [========================= ] 1192/2945 40% [========================= ] 1193/2945 40% [========================= ] 1194/2945 40% [========================= ] 1195/2945 40% [========================= ] 1196/2945 40% [========================= ] 1197/2945 40% [========================= ] 1198/2945 40% [========================= ] 1199/2945 40% [========================= ] 1200/2945 40% [========================= ] 1201/2945 40% [========================= ] 1202/2945 40% [========================= ] 1203/2945 40% [========================= ] 1204/2945 40% [========================= ] 1205/2945 40% [========================= ] 1206/2945 40% [========================= ] 1207/2945 40% [========================= ] 1208/2945 41% [========================= ] 1209/2945 41% [========================= ] 1210/2945 41% [========================= ] 1211/2945 41% [========================= ] 1212/2945 41% [========================= ] 1213/2945 41% [========================= ] 1214/2945 41% [========================= ] 1215/2945 41% [========================= ] 1216/2945 41% [========================= ] 1217/2945 41% [========================= ] 1218/2945 41% [========================= ] 1219/2945 41% [========================= ] 1220/2945 41% [========================= ] 1221/2945 41% [========================= ] 1222/2945 41% [========================= ] 1223/2945 41% [========================= ] 1224/2945 41% [========================= ] 1225/2945 41% [========================= ] 1226/2945 41% [========================= ] 1227/2945 41% [========================= ] 1228/2945 41% [========================= ] 1229/2945 41% [========================= ] 1230/2945 41% [========================= ] 1231/2945 41% [========================= ] 1232/2945 41% [========================= ] 1233/2945 41% [========================= ] 1234/2945 41% [========================== ] 1235/2945 41% [========================== ] 1236/2945 41% [========================== ] 1237/2945 42% [========================== ] 1238/2945 42% [========================== ] 1239/2945 42% [========================== ] 1240/2945 42% [========================== ] 1241/2945 42% [========================== ] 1242/2945 42% [========================== ] 1243/2945 42% [========================== ] 1244/2945 42% [========================== ] 1245/2945 42% [========================== ] 1246/2945 42% [========================== ] 1247/2945 42% [========================== ] 1248/2945 42% [========================== ] 1249/2945 42% [========================== ] 1250/2945 42% [========================== ] 1251/2945 42% [========================== ] 1252/2945 42% [========================== ] 1253/2945 42% [========================== ] 1254/2945 42% [========================== ] 1255/2945 42% [========================== ] 1256/2945 42% [========================== ] 1257/2945 42% [========================== ] 1258/2945 42% [========================== ] 1259/2945 42% [========================== ] 1260/2945 42% [========================== ] 1261/2945 42% [========================== ] 1262/2945 42% [========================== ] 1263/2945 42% [========================== ] 1264/2945 42% [========================== ] 1265/2945 42% [========================== ] 1266/2945 42% [========================== ] 1267/2945 43% [========================== ] 1268/2945 43% [========================== ] 1269/2945 43% [========================== ] 1270/2945 43% [========================== ] 1271/2945 43% [========================== ] 1272/2945 43% [========================== ] 1273/2945 43% [========================== ] 1274/2945 43% [========================== ] 1275/2945 43% [========================== ] 1276/2945 43% [========================== ] 1277/2945 43% [========================== ] 1278/2945 43% [========================== ] 1279/2945 43% [========================== ] 1280/2945 43% [========================== ] 1281/2945 43% [========================== ] 1282/2945 43% [=========================== ] 1283/2945 43% [=========================== ] 1284/2945 43% [=========================== ] 1285/2945 43% [=========================== ] 1286/2945 43% [=========================== ] 1287/2945 43% [=========================== ] 1288/2945 43% [=========================== ] 1289/2945 43% [=========================== ] 1290/2945 43% [=========================== ] 1291/2945 43% [=========================== ] 1292/2945 43% [=========================== ] 1293/2945 43% [=========================== ] 1294/2945 43% [=========================== ] 1295/2945 43% [=========================== ] 1296/2945 44% [=========================== ] 1297/2945 44% [=========================== ] 1298/2945 44% [=========================== ] 1299/2945 44% [=========================== ] 1300/2945 44% [=========================== ] 1301/2945 44% [=========================== ] 1302/2945 44% [=========================== ] 1303/2945 44% [=========================== ] 1304/2945 44% [=========================== ] 1305/2945 44% [=========================== ] 1306/2945 44% [=========================== ] 1307/2945 44% [=========================== ] 1308/2945 44% [=========================== ] 1309/2945 44% [=========================== ] 1310/2945 44% [=========================== ] 1311/2945 44% [=========================== ] 1312/2945 44% [=========================== ] 1313/2945 44% [=========================== ] 1314/2945 44% [=========================== ] 1315/2945 44% [=========================== ] 1316/2945 44% [=========================== ] 1317/2945 44% [=========================== ] 1318/2945 44% [=========================== ] 1319/2945 44% [=========================== ] 1320/2945 44% [=========================== ] 1321/2945 44% [=========================== ] 1322/2945 44% [=========================== ] 1323/2945 44% [=========================== ] 1324/2945 44% [=========================== ] 1325/2945 44% [=========================== ] 1326/2945 45% [=========================== ] 1327/2945 45% [=========================== ] 1328/2945 45% [=========================== ] 1329/2945 45% [============================ ] 1330/2945 45% [============================ ] 1331/2945 45% [============================ ] 1332/2945 45% [============================ ] 1333/2945 45% [============================ ] 1334/2945 45% [============================ ] 1335/2945 45% [============================ ] 1336/2945 45% [============================ ] 1337/2945 45% [============================ ] 1338/2945 45% [============================ ] 1339/2945 45% [============================ ] 1340/2945 45% [============================ ] 1341/2945 45% [============================ ] 1342/2945 45% [============================ ] 1343/2945 45% [============================ ] 1344/2945 45% [============================ ] 1345/2945 45% [============================ ] 1346/2945 45% [============================ ] 1347/2945 45% [============================ ] 1348/2945 45% [============================ ] 1349/2945 45% [============================ ] 1350/2945 45% [============================ ] 1351/2945 45% [============================ ] 1352/2945 45% [============================ ] 1353/2945 45% [============================ ] 1354/2945 45% [============================ ] 1355/2945 46% [============================ ] 1356/2945 46% [============================ ] 1357/2945 46% [============================ ] 1358/2945 46% [============================ ] 1359/2945 46% [============================ ] 1360/2945 46% [============================ ] 1361/2945 46% [============================ ] 1362/2945 46% [============================ ] 1363/2945 46% [============================ ] 1364/2945 46% [============================ ] 1365/2945 46% [============================ ] 1366/2945 46% [============================ ] 1367/2945 46% [============================ ] 1368/2945 46% [============================ ] 1369/2945 46% [============================ ] 1370/2945 46% [============================ ] 1371/2945 46% [============================ ] 1372/2945 46% [============================ ] 1373/2945 46% [============================ ] 1374/2945 46% [============================ ] 1375/2945 46% [============================ ] 1376/2945 46% [============================ ] 1377/2945 46% [============================= ] 1378/2945 46% [============================= ] 1379/2945 46% [============================= ] 1380/2945 46% [============================= ] 1381/2945 46% [============================= ] 1382/2945 46% [============================= ] 1383/2945 46% [============================= ] 1384/2945 46% [============================= ] 1385/2945 47% [============================= ] 1386/2945 47% [============================= ] 1387/2945 47% [============================= ] 1388/2945 47% [============================= ] 1389/2945 47% [============================= ] 1390/2945 47% [============================= ] 1391/2945 47% [============================= ] 1392/2945 47% [============================= ] 1393/2945 47% [============================= ] 1394/2945 47% [============================= ] 1395/2945 47% [============================= ] 1396/2945 47% [============================= ] 1397/2945 47% [============================= ] 1398/2945 47% [============================= ] 1399/2945 47% [============================= ] 1400/2945 47% [============================= ] 1401/2945 47% [============================= ] 1402/2945 47% [============================= ] 1403/2945 47% [============================= ] 1404/2945 47% [============================= ] 1405/2945 47% [============================= ] 1406/2945 47% [============================= ] 1407/2945 47% [============================= ] 1408/2945 47% [============================= ] 1409/2945 47% [============================= ] 1410/2945 47% [============================= ] 1411/2945 47% [============================= ] 1412/2945 47% [============================= ] 1413/2945 47% [============================= ] 1414/2945 48% [============================= ] 1415/2945 48% [============================= ] 1416/2945 48% [============================= ] 1417/2945 48% [============================= ] 1418/2945 48% [============================= ] 1419/2945 48% [============================= ] 1420/2945 48% [============================= ] 1421/2945 48% [============================= ] 1422/2945 48% [============================= ] 1423/2945 48% [============================= ] 1424/2945 48% [============================== ] 1425/2945 48% [============================== ] 1426/2945 48% [============================== ] 1427/2945 48% [============================== ] 1428/2945 48% [============================== ] 1429/2945 48% [============================== ] 1430/2945 48% [============================== ] 1431/2945 48% [============================== ] 1432/2945 48% [============================== ] 1433/2945 48% [============================== ] 1434/2945 48% [============================== ] 1435/2945 48% [============================== ] 1436/2945 48% [============================== ] 1437/2945 48% [============================== ] 1438/2945 48% [============================== ] 1439/2945 48% [============================== ] 1440/2945 48% [============================== ] 1441/2945 48% [============================== ] 1442/2945 48% [============================== ] 1443/2945 48% [============================== ] 1444/2945 49% [============================== ] 1445/2945 49% [============================== ] 1446/2945 49% [============================== ] 1447/2945 49% [============================== ] 1448/2945 49% [============================== ] 1449/2945 49% [============================== ] 1450/2945 49% [============================== ] 1451/2945 49% [============================== ] 1452/2945 49% [============================== ] 1453/2945 49% [============================== ] 1454/2945 49% [============================== ] 1455/2945 49% [============================== ] 1456/2945 49% [============================== ] 1457/2945 49% [============================== ] 1458/2945 49% [============================== ] 1459/2945 49% [============================== ] 1460/2945 49% [============================== ] 1461/2945 49% [============================== ] 1462/2945 49% [============================== ] 1463/2945 49% [============================== ] 1464/2945 49% [============================== ] 1465/2945 49% [============================== ] 1466/2945 49% [============================== ] 1467/2945 49% [============================== ] 1468/2945 49% [============================== ] 1469/2945 49% [============================== ] 1470/2945 49% [============================== ] 1471/2945 49% [============================== ] 1472/2945 49% [=============================== ] 1473/2945 50% [=============================== ] 1474/2945 50% [=============================== ] 1475/2945 50% [=============================== ] 1476/2945 50% [=============================== ] 1477/2945 50% [=============================== ] 1478/2945 50% [=============================== ] 1479/2945 50% [=============================== ] 1480/2945 50% [=============================== ] 1481/2945 50% [=============================== ] 1482/2945 50% [=============================== ] 1483/2945 50% [=============================== ] 1484/2945 50% [=============================== ] 1485/2945 50% [=============================== ] 1486/2945 50% [=============================== ] 1487/2945 50% [=============================== ] 1488/2945 50% [=============================== ] 1489/2945 50% [=============================== ] 1490/2945 50% [=============================== ] 1491/2945 50% [=============================== ] 1492/2945 50% [=============================== ] 1493/2945 50% [=============================== ] 1494/2945 50% [=============================== ] 1495/2945 50% [=============================== ] 1496/2945 50% [=============================== ] 1497/2945 50% [=============================== ] 1498/2945 50% [=============================== ] 1499/2945 50% [=============================== ] 1500/2945 50% [=============================== ] 1501/2945 50% [=============================== ] 1502/2945 51% [=============================== ] 1503/2945 51% [=============================== ] 1504/2945 51% [=============================== ] 1505/2945 51% [=============================== ] 1506/2945 51% [=============================== ] 1507/2945 51% [=============================== ] 1508/2945 51% [=============================== ] 1509/2945 51% [=============================== ] 1510/2945 51% [=============================== ] 1511/2945 51% [=============================== ] 1512/2945 51% [=============================== ] 1513/2945 51% [=============================== ] 1514/2945 51% [=============================== ] 1515/2945 51% [=============================== ] 1516/2945 51% [=============================== ] 1517/2945 51% [=============================== ] 1518/2945 51% [=============================== ] 1519/2945 51% [================================ ] 1520/2945 51% [================================ ] 1521/2945 51% [================================ ] 1522/2945 51% [================================ ] 1523/2945 51% [================================ ] 1524/2945 51% [================================ ] 1525/2945 51% [================================ ] 1526/2945 51% [================================ ] 1527/2945 51% [================================ ] 1528/2945 51% [================================ ] 1529/2945 51% [================================ ] 1530/2945 51% [================================ ] 1531/2945 51% [================================ ] 1532/2945 52% [================================ ] 1533/2945 52% [================================ ] 1534/2945 52% [================================ ] 1535/2945 52% [================================ ] 1536/2945 52% [================================ ] 1537/2945 52% [================================ ] 1538/2945 52% [================================ ] 1539/2945 52% [================================ ] 1540/2945 52% [================================ ] 1541/2945 52% [================================ ] 1542/2945 52% [================================ ] 1543/2945 52% [================================ ] 1544/2945 52% [================================ ] 1545/2945 52% [================================ ] 1546/2945 52% [================================ ] 1547/2945 52% [================================ ] 1548/2945 52% [================================ ] 1549/2945 52% [================================ ] 1550/2945 52% [================================ ] 1551/2945 52% [================================ ] 1552/2945 52% [================================ ] 1553/2945 52% [================================ ] 1554/2945 52% [================================ ] 1555/2945 52% [================================ ] 1556/2945 52% [================================ ] 1557/2945 52% [================================ ] 1558/2945 52% [================================ ] 1559/2945 52% [================================ ] 1560/2945 52% [================================ ] 1561/2945 53% [================================ ] 1562/2945 53% [================================ ] 1563/2945 53% [================================ ] 1564/2945 53% [================================ ] 1565/2945 53% [================================ ] 1566/2945 53% [================================ ] 1567/2945 53% [================================= ] 1568/2945 53% [================================= ] 1569/2945 53% [================================= ] 1570/2945 53% [================================= ] 1571/2945 53% [================================= ] 1572/2945 53% [================================= ] 1573/2945 53% [================================= ] 1574/2945 53% [================================= ] 1575/2945 53% [================================= ] 1576/2945 53% [================================= ] 1577/2945 53% [================================= ] 1578/2945 53% [================================= ] 1579/2945 53% [================================= ] 1580/2945 53% [================================= ] 1581/2945 53% [================================= ] 1582/2945 53% [================================= ] 1583/2945 53% [================================= ] 1584/2945 53% [================================= ] 1585/2945 53% [================================= ] 1586/2945 53% [================================= ] 1587/2945 53% [================================= ] 1588/2945 53% [================================= ] 1589/2945 53% [================================= ] 1590/2945 53% [================================= ] 1591/2945 54% [================================= ] 1592/2945 54% [================================= ] 1593/2945 54% [================================= ] 1594/2945 54% [================================= ] 1595/2945 54% [================================= ] 1596/2945 54% [================================= ] 1597/2945 54% [================================= ] 1598/2945 54% [================================= ] 1599/2945 54% [================================= ] 1600/2945 54% [================================= ] 1601/2945 54% [================================= ] 1602/2945 54% [================================= ] 1603/2945 54% [================================= ] 1604/2945 54% [================================= ] 1605/2945 54% [================================= ] 1606/2945 54% [================================= ] 1607/2945 54% [================================= ] 1608/2945 54% [================================= ] 1609/2945 54% [================================= ] 1610/2945 54% [================================= ] 1611/2945 54% [================================= ] 1612/2945 54% [================================= ] 1613/2945 54% [================================= ] 1614/2945 54% [================================== ] 1615/2945 54% [================================== ] 1616/2945 54% [================================== ] 1617/2945 54% [================================== ] 1618/2945 54% [================================== ] 1619/2945 54% [================================== ] 1620/2945 55% [================================== ] 1621/2945 55% [================================== ] 1622/2945 55% [================================== ] 1623/2945 55% [================================== ] 1624/2945 55% [================================== ] 1625/2945 55% [================================== ] 1626/2945 55% [================================== ] 1627/2945 55% [================================== ] 1628/2945 55% [================================== ] 1629/2945 55% [================================== ] 1630/2945 55% [================================== ] 1631/2945 55% [================================== ] 1632/2945 55% [================================== ] 1633/2945 55% [================================== ] 1634/2945 55% [================================== ] 1635/2945 55% [================================== ] 1636/2945 55% [================================== ] 1637/2945 55% [================================== ] 1638/2945 55% [================================== ] 1639/2945 55% [================================== ] 1640/2945 55% [================================== ] 1641/2945 55% [================================== ] 1642/2945 55% [================================== ] 1643/2945 55% [================================== ] 1644/2945 55% [================================== ] 1645/2945 55% [================================== ] 1646/2945 55% [================================== ] 1647/2945 55% [================================== ] 1648/2945 55% [================================== ] 1649/2945 55% [================================== ] 1650/2945 56% [================================== ] 1651/2945 56% [================================== ] 1652/2945 56% [================================== ] 1653/2945 56% [================================== ] 1654/2945 56% [================================== ] 1655/2945 56% [================================== ] 1656/2945 56% [================================== ] 1657/2945 56% [================================== ] 1658/2945 56% [================================== ] 1659/2945 56% [================================== ] 1660/2945 56% [================================== ] 1661/2945 56% [================================== ] 1662/2945 56% [=================================== ] 1663/2945 56% [=================================== ] 1664/2945 56% [=================================== ] 1665/2945 56% [=================================== ] 1666/2945 56% [=================================== ] 1667/2945 56% [=================================== ] 1668/2945 56% [=================================== ] 1669/2945 56% [=================================== ] 1670/2945 56% [=================================== ] 1671/2945 56% [=================================== ] 1672/2945 56% [=================================== ] 1673/2945 56% [=================================== ] 1674/2945 56% [=================================== ] 1675/2945 56% [=================================== ] 1676/2945 56% [=================================== ] 1677/2945 56% [=================================== ] 1678/2945 56% [=================================== ] 1679/2945 57% [=================================== ] 1680/2945 57% [=================================== ] 1681/2945 57% [=================================== ] 1682/2945 57% [=================================== ] 1683/2945 57% [=================================== ] 1684/2945 57% [=================================== ] 1685/2945 57% [=================================== ] 1686/2945 57% [=================================== ] 1687/2945 57% [=================================== ] 1688/2945 57% [=================================== ] 1689/2945 57% [=================================== ] 1690/2945 57% [=================================== ] 1691/2945 57% [=================================== ] 1692/2945 57% [=================================== ] 1693/2945 57% [=================================== ] 1694/2945 57% [=================================== ] 1695/2945 57% [=================================== ] 1696/2945 57% [=================================== ] 1697/2945 57% [=================================== ] 1698/2945 57% [=================================== ] 1699/2945 57% [=================================== ] 1700/2945 57% [=================================== ] 1701/2945 57% [=================================== ] 1702/2945 57% [=================================== ] 1703/2945 57% [=================================== ] 1704/2945 57% [=================================== ] 1705/2945 57% [=================================== ] 1706/2945 57% [=================================== ] 1707/2945 57% [=================================== ] 1708/2945 57% [=================================== ] 1709/2945 58% [==================================== ] 1710/2945 58% [==================================== ] 1711/2945 58% [==================================== ] 1712/2945 58% [==================================== ] 1713/2945 58% [==================================== ] 1714/2945 58% [==================================== ] 1715/2945 58% [==================================== ] 1716/2945 58% [==================================== ] 1717/2945 58% [==================================== ] 1718/2945 58% [==================================== ] 1719/2945 58% [==================================== ] 1720/2945 58% [==================================== ] 1721/2945 58% [==================================== ] 1722/2945 58% [==================================== ] 1723/2945 58% [==================================== ] 1724/2945 58% [==================================== ] 1725/2945 58% [==================================== ] 1726/2945 58% [==================================== ] 1727/2945 58% [==================================== ] 1728/2945 58% [==================================== ] 1729/2945 58% [==================================== ] 1730/2945 58% [==================================== ] 1731/2945 58% [==================================== ] 1732/2945 58% [==================================== ] 1733/2945 58% [==================================== ] 1734/2945 58% [==================================== ] 1735/2945 58% [==================================== ] 1736/2945 58% [==================================== ] 1737/2945 58% [==================================== ] 1738/2945 59% [==================================== ] 1739/2945 59% [==================================== ] 1740/2945 59% [==================================== ] 1741/2945 59% [==================================== ] 1742/2945 59% [==================================== ] 1743/2945 59% [==================================== ] 1744/2945 59% [==================================== ] 1745/2945 59% [==================================== ] 1746/2945 59% [==================================== ] 1747/2945 59% [==================================== ] 1748/2945 59% [==================================== ] 1749/2945 59% [==================================== ] 1750/2945 59% [==================================== ] 1751/2945 59% [==================================== ] 1752/2945 59% [==================================== ] 1753/2945 59% [==================================== ] 1754/2945 59% [==================================== ] 1755/2945 59% [==================================== ] 1756/2945 59% [==================================== ] 1757/2945 59% [===================================== ] 1758/2945 59% [===================================== ] 1759/2945 59% [===================================== ] 1760/2945 59% [===================================== ] 1761/2945 59% [===================================== ] 1762/2945 59% [===================================== ] 1763/2945 59% [===================================== ] 1764/2945 59% [===================================== ] 1765/2945 59% [===================================== ] 1766/2945 59% [===================================== ] 1767/2945 60% [===================================== ] 1768/2945 60% [===================================== ] 1769/2945 60% [===================================== ] 1770/2945 60% [===================================== ] 1771/2945 60% [===================================== ] 1772/2945 60% [===================================== ] 1773/2945 60% [===================================== ] 1774/2945 60% [===================================== ] 1775/2945 60% [===================================== ] 1776/2945 60% [===================================== ] 1777/2945 60% [===================================== ] 1778/2945 60% [===================================== ] 1779/2945 60% [===================================== ] 1780/2945 60% [===================================== ] 1781/2945 60% [===================================== ] 1782/2945 60% [===================================== ] 1783/2945 60% [===================================== ] 1784/2945 60% [===================================== ] 1785/2945 60% [===================================== ] 1786/2945 60% [===================================== ] 1787/2945 60% [===================================== ] 1788/2945 60% [===================================== ] 1789/2945 60% [===================================== ] 1790/2945 60% [===================================== ] 1791/2945 60% [===================================== ] 1792/2945 60% [===================================== ] 1793/2945 60% [===================================== ] 1794/2945 60% [===================================== ] 1795/2945 60% [===================================== ] 1796/2945 60% [===================================== ] 1797/2945 61% [===================================== ] 1798/2945 61% [===================================== ] 1799/2945 61% [===================================== ] 1800/2945 61% [===================================== ] 1801/2945 61% [===================================== ] 1802/2945 61% [===================================== ] 1803/2945 61% [===================================== ] 1804/2945 61% [====================================== ] 1805/2945 61% [====================================== ] 1806/2945 61% [====================================== ] 1807/2945 61% [====================================== ] 1808/2945 61% [====================================== ] 1809/2945 61% [====================================== ] 1810/2945 61% [====================================== ] 1811/2945 61% [====================================== ] 1812/2945 61% [====================================== ] 1813/2945 61% [====================================== ] 1814/2945 61% [====================================== ] 1815/2945 61% [====================================== ] 1816/2945 61% [====================================== ] 1817/2945 61% [====================================== ] 1818/2945 61% [====================================== ] 1819/2945 61% [====================================== ] 1820/2945 61% [====================================== ] 1821/2945 61% [====================================== ] 1822/2945 61% [====================================== ] 1823/2945 61% [====================================== ] 1824/2945 61% [====================================== ] 1825/2945 61% [====================================== ] 1826/2945 62% [====================================== ] 1827/2945 62% [====================================== ] 1828/2945 62% [====================================== ] 1829/2945 62% [====================================== ] 1830/2945 62% [====================================== ] 1831/2945 62% [====================================== ] 1832/2945 62% [====================================== ] 1833/2945 62% [====================================== ] 1834/2945 62% [====================================== ] 1835/2945 62% [====================================== ] 1836/2945 62% [====================================== ] 1837/2945 62% [====================================== ] 1838/2945 62% [====================================== ] 1839/2945 62% [====================================== ] 1840/2945 62% [====================================== ] 1841/2945 62% [====================================== ] 1842/2945 62% [====================================== ] 1843/2945 62% [====================================== ] 1844/2945 62% [====================================== ] 1845/2945 62% [====================================== ] 1846/2945 62% [====================================== ] 1847/2945 62% [====================================== ] 1848/2945 62% [====================================== ] 1849/2945 62% [====================================== ] 1850/2945 62% [====================================== ] 1851/2945 62% [====================================== ] 1852/2945 62% [======================================= ] 1853/2945 62% [======================================= ] 1854/2945 62% [======================================= ] 1855/2945 62% [======================================= ] 1856/2945 63% [======================================= ] 1857/2945 63% [======================================= ] 1858/2945 63% [======================================= ] 1859/2945 63% [======================================= ] 1860/2945 63% [======================================= ] 1861/2945 63% [======================================= ] 1862/2945 63% [======================================= ] 1863/2945 63% [======================================= ] 1864/2945 63% [======================================= ] 1865/2945 63% [======================================= ] 1866/2945 63% [======================================= ] 1867/2945 63% [======================================= ] 1868/2945 63% [======================================= ] 1869/2945 63% [======================================= ] 1870/2945 63% [======================================= ] 1871/2945 63% [======================================= ] 1872/2945 63% [======================================= ] 1873/2945 63% [======================================= ] 1874/2945 63% [======================================= ] 1875/2945 63% [======================================= ] 1876/2945 63% [======================================= ] 1877/2945 63% [======================================= ] 1878/2945 63% [======================================= ] 1879/2945 63% [======================================= ] 1880/2945 63% [======================================= ] 1881/2945 63% [======================================= ] 1882/2945 63% [======================================= ] 1883/2945 63% [======================================= ] 1884/2945 63% [======================================= ] 1885/2945 64% [======================================= ] 1886/2945 64% [======================================= ] 1887/2945 64% [======================================= ] 1888/2945 64% [======================================= ] 1889/2945 64% [======================================= ] 1890/2945 64% [======================================= ] 1891/2945 64% [======================================= ] 1892/2945 64% [======================================= ] 1893/2945 64% [======================================= ] 1894/2945 64% [======================================= ] 1895/2945 64% [======================================= ] 1896/2945 64% [======================================= ] 1897/2945 64% [======================================= ] 1898/2945 64% [======================================= ] 1899/2945 64% [======================================== ] 1900/2945 64% [======================================== ] 1901/2945 64% [======================================== ] 1902/2945 64% [======================================== ] 1903/2945 64% [======================================== ] 1904/2945 64% [======================================== ] 1905/2945 64% [======================================== ] 1906/2945 64% [======================================== ] 1907/2945 64% [======================================== ] 1908/2945 64% [======================================== ] 1909/2945 64% [======================================== ] 1910/2945 64% [======================================== ] 1911/2945 64% [======================================== ] 1912/2945 64% [======================================== ] 1913/2945 64% [======================================== ] 1914/2945 64% [======================================== ] 1915/2945 65% [======================================== ] 1916/2945 65% [======================================== ] 1917/2945 65% [======================================== ] 1918/2945 65% [======================================== ] 1919/2945 65% [======================================== ] 1920/2945 65% [======================================== ] 1921/2945 65% [======================================== ] 1922/2945 65% [======================================== ] 1923/2945 65% [======================================== ] 1924/2945 65% [======================================== ] 1925/2945 65% [======================================== ] 1926/2945 65% [======================================== ] 1927/2945 65% [======================================== ] 1928/2945 65% [======================================== ] 1929/2945 65% [======================================== ] 1930/2945 65% [======================================== ] 1931/2945 65% [======================================== ] 1932/2945 65% [======================================== ] 1933/2945 65% [======================================== ] 1934/2945 65% [======================================== ] 1935/2945 65% [======================================== ] 1936/2945 65% [======================================== ] 1937/2945 65% [======================================== ] 1938/2945 65% [======================================== ] 1939/2945 65% [======================================== ] 1940/2945 65% [======================================== ] 1941/2945 65% [======================================== ] 1942/2945 65% [======================================== ] 1943/2945 65% [======================================== ] 1944/2945 66% [======================================== ] 1945/2945 66% [======================================== ] 1946/2945 66% [======================================== ] 1947/2945 66% [========================================= ] 1948/2945 66% [========================================= ] 1949/2945 66% [========================================= ] 1950/2945 66% [========================================= ] 1951/2945 66% [========================================= ] 1952/2945 66% [========================================= ] 1953/2945 66% [========================================= ] 1954/2945 66% [========================================= ] 1955/2945 66% [========================================= ] 1956/2945 66% [========================================= ] 1957/2945 66% [========================================= ] 1958/2945 66% [========================================= ] 1959/2945 66% [========================================= ] 1960/2945 66% [========================================= ] 1961/2945 66% [========================================= ] 1962/2945 66% [========================================= ] 1963/2945 66% [========================================= ] 1964/2945 66% [========================================= ] 1965/2945 66% [========================================= ] 1966/2945 66% [========================================= ] 1967/2945 66% [========================================= ] 1968/2945 66% [========================================= ] 1969/2945 66% [========================================= ] 1970/2945 66% [========================================= ] 1971/2945 66% [========================================= ] 1972/2945 66% [========================================= ] 1973/2945 66% [========================================= ] 1974/2945 67% [========================================= ] 1975/2945 67% [========================================= ] 1976/2945 67% [========================================= ] 1977/2945 67% [========================================= ] 1978/2945 67% [========================================= ] 1979/2945 67% [========================================= ] 1980/2945 67% [========================================= ] 1981/2945 67% [========================================= ] 1982/2945 67% [========================================= ] 1983/2945 67% [========================================= ] 1984/2945 67% [========================================= ] 1985/2945 67% [========================================= ] 1986/2945 67% [========================================= ] 1987/2945 67% [========================================= ] 1988/2945 67% [========================================= ] 1989/2945 67% [========================================= ] 1990/2945 67% [========================================= ] 1991/2945 67% [========================================= ] 1992/2945 67% [========================================= ] 1993/2945 67% [========================================= ] 1994/2945 67% [========================================== ] 1995/2945 67% [========================================== ] 1996/2945 67% [========================================== ] 1997/2945 67% [========================================== ] 1998/2945 67% [========================================== ] 1999/2945 67% [========================================== ] 2000/2945 67% [========================================== ] 2001/2945 67% [========================================== ] 2002/2945 67% [========================================== ] 2003/2945 68% [========================================== ] 2004/2945 68% [========================================== ] 2005/2945 68% [========================================== ] 2006/2945 68% [========================================== ] 2007/2945 68% [========================================== ] 2008/2945 68% [========================================== ] 2009/2945 68% [========================================== ] 2010/2945 68% [========================================== ] 2011/2945 68% [========================================== ] 2012/2945 68% [========================================== ] 2013/2945 68% [========================================== ] 2014/2945 68% [========================================== ] 2015/2945 68% [========================================== ] 2016/2945 68% [========================================== ] 2017/2945 68% [========================================== ] 2018/2945 68% [========================================== ] 2019/2945 68% [========================================== ] 2020/2945 68% [========================================== ] 2021/2945 68% [========================================== ] 2022/2945 68% [========================================== ] 2023/2945 68% [========================================== ] 2024/2945 68% [========================================== ] 2025/2945 68% [========================================== ] 2026/2945 68% [========================================== ] 2027/2945 68% [========================================== ] 2028/2945 68% [========================================== ] 2029/2945 68% [========================================== ] 2030/2945 68% [========================================== ] 2031/2945 68% [========================================== ] 2032/2945 68% [========================================== ] 2033/2945 69% [========================================== ] 2034/2945 69% [========================================== ] 2035/2945 69% [========================================== ] 2036/2945 69% [========================================== ] 2037/2945 69% [========================================== ] 2038/2945 69% [========================================== ] 2039/2945 69% [========================================== ] 2040/2945 69% [========================================== ] 2041/2945 69% [========================================== ] 2042/2945 69% [=========================================== ] 2043/2945 69% [=========================================== ] 2044/2945 69% [=========================================== ] 2045/2945 69% [=========================================== ] 2046/2945 69% [=========================================== ] 2047/2945 69% [=========================================== ] 2048/2945 69% [=========================================== ] 2049/2945 69% [=========================================== ] 2050/2945 69% [=========================================== ] 2051/2945 69% [=========================================== ] 2052/2945 69% [=========================================== ] 2053/2945 69% [=========================================== ] 2054/2945 69% [=========================================== ] 2055/2945 69% [=========================================== ] 2056/2945 69% [=========================================== ] 2057/2945 69% [=========================================== ] 2058/2945 69% [=========================================== ] 2059/2945 69% [=========================================== ] 2060/2945 69% [=========================================== ] 2061/2945 69% [=========================================== ] 2062/2945 70% [=========================================== ] 2063/2945 70% [=========================================== ] 2064/2945 70% [=========================================== ] 2065/2945 70% [=========================================== ] 2066/2945 70% [=========================================== ] 2067/2945 70% [=========================================== ] 2068/2945 70% [=========================================== ] 2069/2945 70% [=========================================== ] 2070/2945 70% [=========================================== ] 2071/2945 70% [=========================================== ] 2072/2945 70% [=========================================== ] 2073/2945 70% [=========================================== ] 2074/2945 70% [=========================================== ] 2075/2945 70% [=========================================== ] 2076/2945 70% [=========================================== ] 2077/2945 70% [=========================================== ] 2078/2945 70% [=========================================== ] 2079/2945 70% [=========================================== ] 2080/2945 70% [=========================================== ] 2081/2945 70% [=========================================== ] 2082/2945 70% [=========================================== ] 2083/2945 70% [=========================================== ] 2084/2945 70% [=========================================== ] 2085/2945 70% [=========================================== ] 2086/2945 70% [=========================================== ] 2087/2945 70% [=========================================== ] 2088/2945 70% [=========================================== ] 2089/2945 70% [============================================ ] 2090/2945 70% [============================================ ] 2091/2945 71% [============================================ ] 2092/2945 71% [============================================ ] 2093/2945 71% [============================================ ] 2094/2945 71% [============================================ ] 2095/2945 71% [============================================ ] 2096/2945 71% [============================================ ] 2097/2945 71% [============================================ ] 2098/2945 71% [============================================ ] 2099/2945 71% [============================================ ] 2100/2945 71% [============================================ ] 2101/2945 71% [============================================ ] 2102/2945 71% [============================================ ] 2103/2945 71% [============================================ ] 2104/2945 71% [============================================ ] 2105/2945 71% [============================================ ] 2106/2945 71% [============================================ ] 2107/2945 71% [============================================ ] 2108/2945 71% [============================================ ] 2109/2945 71% [============================================ ] 2110/2945 71% [============================================ ] 2111/2945 71% [============================================ ] 2112/2945 71% [============================================ ] 2113/2945 71% [============================================ ] 2114/2945 71% [============================================ ] 2115/2945 71% [============================================ ] 2116/2945 71% [============================================ ] 2117/2945 71% [============================================ ] 2118/2945 71% [============================================ ] 2119/2945 71% [============================================ ] 2120/2945 71% [============================================ ] 2121/2945 72% [============================================ ] 2122/2945 72% [============================================ ] 2123/2945 72% [============================================ ] 2124/2945 72% [============================================ ] 2125/2945 72% [============================================ ] 2126/2945 72% [============================================ ] 2127/2945 72% [============================================ ] 2128/2945 72% [============================================ ] 2129/2945 72% [============================================ ] 2130/2945 72% [============================================ ] 2131/2945 72% [============================================ ] 2132/2945 72% [============================================ ] 2133/2945 72% [============================================ ] 2134/2945 72% [============================================ ] 2135/2945 72% [============================================ ] 2136/2945 72% [============================================ ] 2137/2945 72% [============================================= ] 2138/2945 72% [============================================= ] 2139/2945 72% [============================================= ] 2140/2945 72% [============================================= ] 2141/2945 72% [============================================= ] 2142/2945 72% [============================================= ] 2143/2945 72% [============================================= ] 2144/2945 72% [============================================= ] 2145/2945 72% [============================================= ] 2146/2945 72% [============================================= ] 2147/2945 72% [============================================= ] 2148/2945 72% [============================================= ] 2149/2945 72% [============================================= ] 2150/2945 73% [============================================= ] 2151/2945 73% [============================================= ] 2152/2945 73% [============================================= ] 2153/2945 73% [============================================= ] 2154/2945 73% [============================================= ] 2155/2945 73% [============================================= ] 2156/2945 73% [============================================= ] 2157/2945 73% [============================================= ] 2158/2945 73% [============================================= ] 2159/2945 73% [============================================= ] 2160/2945 73% [============================================= ] 2161/2945 73% [============================================= ] 2162/2945 73% [============================================= ] 2163/2945 73% [============================================= ] 2164/2945 73% [============================================= ] 2165/2945 73% [============================================= ] 2166/2945 73% [============================================= ] 2167/2945 73% [============================================= ] 2168/2945 73% [============================================= ] 2169/2945 73% [============================================= ] 2170/2945 73% [============================================= ] 2171/2945 73% [============================================= ] 2172/2945 73% [============================================= ] 2173/2945 73% [============================================= ] 2174/2945 73% [============================================= ] 2175/2945 73% [============================================= ] 2176/2945 73% [============================================= ] 2177/2945 73% [============================================= ] 2178/2945 73% [============================================= ] 2179/2945 73% [============================================= ] 2180/2945 74% [============================================= ] 2181/2945 74% [============================================= ] 2182/2945 74% [============================================= ] 2183/2945 74% [============================================= ] 2184/2945 74% [============================================== ] 2185/2945 74% [============================================== ] 2186/2945 74% [============================================== ] 2187/2945 74% [============================================== ] 2188/2945 74% [============================================== ] 2189/2945 74% [============================================== ] 2190/2945 74% [============================================== ] 2191/2945 74% [============================================== ] 2192/2945 74% [============================================== ] 2193/2945 74% [============================================== ] 2194/2945 74% [============================================== ] 2195/2945 74% [============================================== ] 2196/2945 74% [============================================== ] 2197/2945 74% [============================================== ] 2198/2945 74% [============================================== ] 2199/2945 74% [============================================== ] 2200/2945 74% [============================================== ] 2201/2945 74% [============================================== ] 2202/2945 74% [============================================== ] 2203/2945 74% [============================================== ] 2204/2945 74% [============================================== ] 2205/2945 74% [============================================== ] 2206/2945 74% [============================================== ] 2207/2945 74% [============================================== ] 2208/2945 74% [============================================== ] 2209/2945 75% [============================================== ] 2210/2945 75% [============================================== ] 2211/2945 75% [============================================== ] 2212/2945 75% [============================================== ] 2213/2945 75% [============================================== ] 2214/2945 75% [============================================== ] 2215/2945 75% [============================================== ] 2216/2945 75% [============================================== ] 2217/2945 75% [============================================== ] 2218/2945 75% [============================================== ] 2219/2945 75% [============================================== ] 2220/2945 75% [============================================== ] 2221/2945 75% [============================================== ] 2222/2945 75% [============================================== ] 2223/2945 75% [============================================== ] 2224/2945 75% [============================================== ] 2225/2945 75% [============================================== ] 2226/2945 75% [============================================== ] 2227/2945 75% [============================================== ] 2228/2945 75% [============================================== ] 2229/2945 75% [============================================== ] 2230/2945 75% [============================================== ] 2231/2945 75% [============================================== ] 2232/2945 75% [=============================================== ] 2233/2945 75% [=============================================== ] 2234/2945 75% [=============================================== ] 2235/2945 75% [=============================================== ] 2236/2945 75% [=============================================== ] 2237/2945 75% [=============================================== ] 2238/2945 75% [=============================================== ] 2239/2945 76% [=============================================== ] 2240/2945 76% [=============================================== ] 2241/2945 76% [=============================================== ] 2242/2945 76% [=============================================== ] 2243/2945 76% [=============================================== ] 2244/2945 76% [=============================================== ] 2245/2945 76% [=============================================== ] 2246/2945 76% [=============================================== ] 2247/2945 76% [=============================================== ] 2248/2945 76% [=============================================== ] 2249/2945 76% [=============================================== ] 2250/2945 76% [=============================================== ] 2251/2945 76% [=============================================== ] 2252/2945 76% [=============================================== ] 2253/2945 76% [=============================================== ] 2254/2945 76% [=============================================== ] 2255/2945 76% [=============================================== ] 2256/2945 76% [=============================================== ] 2257/2945 76% [=============================================== ] 2258/2945 76% [=============================================== ] 2259/2945 76% [=============================================== ] 2260/2945 76% [=============================================== ] 2261/2945 76% [=============================================== ] 2262/2945 76% [=============================================== ] 2263/2945 76% [=============================================== ] 2264/2945 76% [=============================================== ] 2265/2945 76% [=============================================== ] 2266/2945 76% [=============================================== ] 2267/2945 76% [=============================================== ] 2268/2945 77% [=============================================== ] 2269/2945 77% [=============================================== ] 2270/2945 77% [=============================================== ] 2271/2945 77% [=============================================== ] 2272/2945 77% [=============================================== ] 2273/2945 77% [=============================================== ] 2274/2945 77% [=============================================== ] 2275/2945 77% [=============================================== ] 2276/2945 77% [=============================================== ] 2277/2945 77% [=============================================== ] 2278/2945 77% [=============================================== ] 2279/2945 77% [================================================ ] 2280/2945 77% [================================================ ] 2281/2945 77% [================================================ ] 2282/2945 77% [================================================ ] 2283/2945 77% [================================================ ] 2284/2945 77% [================================================ ] 2285/2945 77% [================================================ ] 2286/2945 77% [================================================ ] 2287/2945 77% [================================================ ] 2288/2945 77% [================================================ ] 2289/2945 77% [================================================ ] 2290/2945 77% [================================================ ] 2291/2945 77% [================================================ ] 2292/2945 77% [================================================ ] 2293/2945 77% [================================================ ] 2294/2945 77% [================================================ ] 2295/2945 77% [================================================ ] 2296/2945 77% [================================================ ] 2297/2945 77% [================================================ ] 2298/2945 78% [================================================ ] 2299/2945 78% [================================================ ] 2300/2945 78% [================================================ ] 2301/2945 78% [================================================ ] 2302/2945 78% [================================================ ] 2303/2945 78% [================================================ ] 2304/2945 78% [================================================ ] 2305/2945 78% [================================================ ] 2306/2945 78% [================================================ ] 2307/2945 78% [================================================ ] 2308/2945 78% [================================================ ] 2309/2945 78% [================================================ ] 2310/2945 78% [================================================ ] 2311/2945 78% [================================================ ] 2312/2945 78% [================================================ ] 2313/2945 78% [================================================ ] 2314/2945 78% [================================================ ] 2315/2945 78% [================================================ ] 2316/2945 78% [================================================ ] 2317/2945 78% [================================================ ] 2318/2945 78% [================================================ ] 2319/2945 78% [================================================ ] 2320/2945 78% [================================================ ] 2321/2945 78% [================================================ ] 2322/2945 78% [================================================ ] 2323/2945 78% [================================================ ] 2324/2945 78% [================================================ ] 2325/2945 78% [================================================ ] 2326/2945 78% [================================================ ] 2327/2945 79% [================================================= ] 2328/2945 79% [================================================= ] 2329/2945 79% [================================================= ] 2330/2945 79% [================================================= ] 2331/2945 79% [================================================= ] 2332/2945 79% [================================================= ] 2333/2945 79% [================================================= ] 2334/2945 79% [================================================= ] 2335/2945 79% [================================================= ] 2336/2945 79% [================================================= ] 2337/2945 79% [================================================= ] 2338/2945 79% [================================================= ] 2339/2945 79% [================================================= ] 2340/2945 79% [================================================= ] 2341/2945 79% [================================================= ] 2342/2945 79% [================================================= ] 2343/2945 79% [================================================= ] 2344/2945 79% [================================================= ] 2345/2945 79% [================================================= ] 2346/2945 79% [================================================= ] 2347/2945 79% [================================================= ] 2348/2945 79% [================================================= ] 2349/2945 79% [================================================= ] 2350/2945 79% [================================================= ] 2351/2945 79% [================================================= ] 2352/2945 79% [================================================= ] 2353/2945 79% [================================================= ] 2354/2945 79% [================================================= ] 2355/2945 79% [================================================= ] 2356/2945 80% [================================================= ] 2357/2945 80% [================================================= ] 2358/2945 80% [================================================= ] 2359/2945 80% [================================================= ] 2360/2945 80% [================================================= ] 2361/2945 80% [================================================= ] 2362/2945 80% [================================================= ] 2363/2945 80% [================================================= ] 2364/2945 80% [================================================= ] 2365/2945 80% [================================================= ] 2366/2945 80% [================================================= ] 2367/2945 80% [================================================= ] 2368/2945 80% [================================================= ] 2369/2945 80% [================================================= ] 2370/2945 80% [================================================= ] 2371/2945 80% [================================================= ] 2372/2945 80% [================================================= ] 2373/2945 80% [================================================= ] 2374/2945 80% [================================================== ] 2375/2945 80% [================================================== ] 2376/2945 80% [================================================== ] 2377/2945 80% [================================================== ] 2378/2945 80% [================================================== ] 2379/2945 80% [================================================== ] 2380/2945 80% [================================================== ] 2381/2945 80% [================================================== ] 2382/2945 80% [================================================== ] 2383/2945 80% [================================================== ] 2384/2945 80% [================================================== ] 2385/2945 80% [================================================== ] 2386/2945 81% [================================================== ] 2387/2945 81% [================================================== ] 2388/2945 81% [================================================== ] 2389/2945 81% [================================================== ] 2390/2945 81% [================================================== ] 2391/2945 81% [================================================== ] 2392/2945 81% [================================================== ] 2393/2945 81% [================================================== ] 2394/2945 81% [================================================== ] 2395/2945 81% [================================================== ] 2396/2945 81% [================================================== ] 2397/2945 81% [================================================== ] 2398/2945 81% [================================================== ] 2399/2945 81% [================================================== ] 2400/2945 81% [================================================== ] 2401/2945 81% [================================================== ] 2402/2945 81% [================================================== ] 2403/2945 81% [================================================== ] 2404/2945 81% [================================================== ] 2405/2945 81% [================================================== ] 2406/2945 81% [================================================== ] 2407/2945 81% [================================================== ] 2408/2945 81% [================================================== ] 2409/2945 81% [================================================== ] 2410/2945 81% [================================================== ] 2411/2945 81% [================================================== ] 2412/2945 81% [================================================== ] 2413/2945 81% [================================================== ] 2414/2945 81% [================================================== ] 2415/2945 82% [================================================== ] 2416/2945 82% [================================================== ] 2417/2945 82% [================================================== ] 2418/2945 82% [================================================== ] 2419/2945 82% [================================================== ] 2420/2945 82% [================================================== ] 2421/2945 82% [================================================== ] 2422/2945 82% [=================================================== ] 2423/2945 82% [=================================================== ] 2424/2945 82% [=================================================== ] 2425/2945 82% [=================================================== ] 2426/2945 82% [=================================================== ] 2427/2945 82% [=================================================== ] 2428/2945 82% [=================================================== ] 2429/2945 82% [=================================================== ] 2430/2945 82% [=================================================== ] 2431/2945 82% [=================================================== ] 2432/2945 82% [=================================================== ] 2433/2945 82% [=================================================== ] 2434/2945 82% [=================================================== ] 2435/2945 82% [=================================================== ] 2436/2945 82% [=================================================== ] 2437/2945 82% [=================================================== ] 2438/2945 82% [=================================================== ] 2439/2945 82% [=================================================== ] 2440/2945 82% [=================================================== ] 2441/2945 82% [=================================================== ] 2442/2945 82% [=================================================== ] 2443/2945 82% [=================================================== ] 2444/2945 82% [=================================================== ] 2445/2945 83% [=================================================== ] 2446/2945 83% [=================================================== ] 2447/2945 83% [=================================================== ] 2448/2945 83% [=================================================== ] 2449/2945 83% [=================================================== ] 2450/2945 83% [=================================================== ] 2451/2945 83% [=================================================== ] 2452/2945 83% [=================================================== ] 2453/2945 83% [=================================================== ] 2454/2945 83% [=================================================== ] 2455/2945 83% [=================================================== ] 2456/2945 83% [=================================================== ] 2457/2945 83% [=================================================== ] 2458/2945 83% [=================================================== ] 2459/2945 83% [=================================================== ] 2460/2945 83% [=================================================== ] 2461/2945 83% [=================================================== ] 2462/2945 83% [=================================================== ] 2463/2945 83% [=================================================== ] 2464/2945 83% [=================================================== ] 2465/2945 83% [=================================================== ] 2466/2945 83% [=================================================== ] 2467/2945 83% [=================================================== ] 2468/2945 83% [=================================================== ] 2469/2945 83% [==================================================== ] 2470/2945 83% [==================================================== ] 2471/2945 83% [==================================================== ] 2472/2945 83% [==================================================== ] 2473/2945 83% [==================================================== ] 2474/2945 84% [==================================================== ] 2475/2945 84% [==================================================== ] 2476/2945 84% [==================================================== ] 2477/2945 84% [==================================================== ] 2478/2945 84% [==================================================== ] 2479/2945 84% [==================================================== ] 2480/2945 84% [==================================================== ] 2481/2945 84% [==================================================== ] 2482/2945 84% [==================================================== ] 2483/2945 84% [==================================================== ] 2484/2945 84% [==================================================== ] 2485/2945 84% [==================================================== ] 2486/2945 84% [==================================================== ] 2487/2945 84% [==================================================== ] 2488/2945 84% [==================================================== ] 2489/2945 84% [==================================================== ] 2490/2945 84% [==================================================== ] 2491/2945 84% [==================================================== ] 2492/2945 84% [==================================================== ] 2493/2945 84% [==================================================== ] 2494/2945 84% [==================================================== ] 2495/2945 84% [==================================================== ] 2496/2945 84% [==================================================== ] 2497/2945 84% [==================================================== ] 2498/2945 84% [==================================================== ] 2499/2945 84% [==================================================== ] 2500/2945 84% [==================================================== ] 2501/2945 84% [==================================================== ] 2502/2945 84% [==================================================== ] 2503/2945 84% [==================================================== ] 2504/2945 85% [==================================================== ] 2505/2945 85% [==================================================== ] 2506/2945 85% [==================================================== ] 2507/2945 85% [==================================================== ] 2508/2945 85% [==================================================== ] 2509/2945 85% [==================================================== ] 2510/2945 85% [==================================================== ] 2511/2945 85% [==================================================== ] 2512/2945 85% [==================================================== ] 2513/2945 85% [==================================================== ] 2514/2945 85% [==================================================== ] 2515/2945 85% [==================================================== ] 2516/2945 85% [==================================================== ] 2517/2945 85% [===================================================== ] 2518/2945 85% [===================================================== ] 2519/2945 85% [===================================================== ] 2520/2945 85% [===================================================== ] 2521/2945 85% [===================================================== ] 2522/2945 85% [===================================================== ] 2523/2945 85% [===================================================== ] 2524/2945 85% [===================================================== ] 2525/2945 85% [===================================================== ] 2526/2945 85% [===================================================== ] 2527/2945 85% [===================================================== ] 2528/2945 85% [===================================================== ] 2529/2945 85% [===================================================== ] 2530/2945 85% [===================================================== ] 2531/2945 85% [===================================================== ] 2532/2945 85% [===================================================== ] 2533/2945 86% [===================================================== ] 2534/2945 86% [===================================================== ] 2535/2945 86% [===================================================== ] 2536/2945 86% [===================================================== ] 2537/2945 86% [===================================================== ] 2538/2945 86% [===================================================== ] 2539/2945 86% [===================================================== ] 2540/2945 86% [===================================================== ] 2541/2945 86% [===================================================== ] 2542/2945 86% [===================================================== ] 2543/2945 86% [===================================================== ] 2544/2945 86% [===================================================== ] 2545/2945 86% [===================================================== ] 2546/2945 86% [===================================================== ] 2547/2945 86% [===================================================== ] 2548/2945 86% [===================================================== ] 2549/2945 86% [===================================================== ] 2550/2945 86% [===================================================== ] 2551/2945 86% [===================================================== ] 2552/2945 86% [===================================================== ] 2553/2945 86% [===================================================== ] 2554/2945 86% [===================================================== ] 2555/2945 86% [===================================================== ] 2556/2945 86% [===================================================== ] 2557/2945 86% [===================================================== ] 2558/2945 86% [===================================================== ] 2559/2945 86% [===================================================== ] 2560/2945 86% [===================================================== ] 2561/2945 86% [===================================================== ] 2562/2945 86% [===================================================== ] 2563/2945 87% [===================================================== ] 2564/2945 87% [====================================================== ] 2565/2945 87% [====================================================== ] 2566/2945 87% [====================================================== ] 2567/2945 87% [====================================================== ] 2568/2945 87% [====================================================== ] 2569/2945 87% [====================================================== ] 2570/2945 87% [====================================================== ] 2571/2945 87% [====================================================== ] 2572/2945 87% [====================================================== ] 2573/2945 87% [====================================================== ] 2574/2945 87% [====================================================== ] 2575/2945 87% [====================================================== ] 2576/2945 87% [====================================================== ] 2577/2945 87% [====================================================== ] 2578/2945 87% [====================================================== ] 2579/2945 87% [====================================================== ] 2580/2945 87% [====================================================== ] 2581/2945 87% [====================================================== ] 2582/2945 87% [====================================================== ] 2583/2945 87% [====================================================== ] 2584/2945 87% [====================================================== ] 2585/2945 87% [====================================================== ] 2586/2945 87% [====================================================== ] 2587/2945 87% [====================================================== ] 2588/2945 87% [====================================================== ] 2589/2945 87% [====================================================== ] 2590/2945 87% [====================================================== ] 2591/2945 87% [====================================================== ] 2592/2945 88% [====================================================== ] 2593/2945 88% [====================================================== ] 2594/2945 88% [====================================================== ] 2595/2945 88% [====================================================== ] 2596/2945 88% [====================================================== ] 2597/2945 88% [====================================================== ] 2598/2945 88% [====================================================== ] 2599/2945 88% [====================================================== ] 2600/2945 88% [====================================================== ] 2601/2945 88% [====================================================== ] 2602/2945 88% [====================================================== ] 2603/2945 88% [====================================================== ] 2604/2945 88% [====================================================== ] 2605/2945 88% [====================================================== ] 2606/2945 88% [====================================================== ] 2607/2945 88% [====================================================== ] 2608/2945 88% [====================================================== ] 2609/2945 88% [====================================================== ] 2610/2945 88% [====================================================== ] 2611/2945 88% [====================================================== ] 2612/2945 88% [======================================================= ] 2613/2945 88% [======================================================= ] 2614/2945 88% [======================================================= ] 2615/2945 88% [======================================================= ] 2616/2945 88% [======================================================= ] 2617/2945 88% [======================================================= ] 2618/2945 88% [======================================================= ] 2619/2945 88% [======================================================= ] 2620/2945 88% [======================================================= ] 2621/2945 88% [======================================================= ] 2622/2945 89% [======================================================= ] 2623/2945 89% [======================================================= ] 2624/2945 89% [======================================================= ] 2625/2945 89% [======================================================= ] 2626/2945 89% [======================================================= ] 2627/2945 89% [======================================================= ] 2628/2945 89% [======================================================= ] 2629/2945 89% [======================================================= ] 2630/2945 89% [======================================================= ] 2631/2945 89% [======================================================= ] 2632/2945 89% [======================================================= ] 2633/2945 89% [======================================================= ] 2634/2945 89% [======================================================= ] 2635/2945 89% [======================================================= ] 2636/2945 89% [======================================================= ] 2637/2945 89% [======================================================= ] 2638/2945 89% [======================================================= ] 2639/2945 89% [======================================================= ] 2640/2945 89% [======================================================= ] 2641/2945 89% [======================================================= ] 2642/2945 89% [======================================================= ] 2643/2945 89% [======================================================= ] 2644/2945 89% [======================================================= ] 2645/2945 89% [======================================================= ] 2646/2945 89% [======================================================= ] 2647/2945 89% [======================================================= ] 2648/2945 89% [======================================================= ] 2649/2945 89% [======================================================= ] 2650/2945 89% [======================================================= ] 2651/2945 90% [======================================================= ] 2652/2945 90% [======================================================= ] 2653/2945 90% [======================================================= ] 2654/2945 90% [======================================================= ] 2655/2945 90% [======================================================= ] 2656/2945 90% [======================================================= ] 2657/2945 90% [======================================================= ] 2658/2945 90% [======================================================= ] 2659/2945 90% [======================================================== ] 2660/2945 90% [======================================================== ] 2661/2945 90% [======================================================== ] 2662/2945 90% [======================================================== ] 2663/2945 90% [======================================================== ] 2664/2945 90% [======================================================== ] 2665/2945 90% [======================================================== ] 2666/2945 90% [======================================================== ] 2667/2945 90% [======================================================== ] 2668/2945 90% [======================================================== ] 2669/2945 90% [======================================================== ] 2670/2945 90% [======================================================== ] 2671/2945 90% [======================================================== ] 2672/2945 90% [======================================================== ] 2673/2945 90% [======================================================== ] 2674/2945 90% [======================================================== ] 2675/2945 90% [======================================================== ] 2676/2945 90% [======================================================== ] 2677/2945 90% [======================================================== ] 2678/2945 90% [======================================================== ] 2679/2945 90% [======================================================== ] 2680/2945 91% [======================================================== ] 2681/2945 91% [======================================================== ] 2682/2945 91% [======================================================== ] 2683/2945 91% [======================================================== ] 2684/2945 91% [======================================================== ] 2685/2945 91% [======================================================== ] 2686/2945 91% [======================================================== ] 2687/2945 91% [======================================================== ] 2688/2945 91% [======================================================== ] 2689/2945 91% [======================================================== ] 2690/2945 91% [======================================================== ] 2691/2945 91% [======================================================== ] 2692/2945 91% [======================================================== ] 2693/2945 91% [======================================================== ] 2694/2945 91% [======================================================== ] 2695/2945 91% [======================================================== ] 2696/2945 91% [======================================================== ] 2697/2945 91% [======================================================== ] 2698/2945 91% [======================================================== ] 2699/2945 91% [======================================================== ] 2700/2945 91% [======================================================== ] 2701/2945 91% [======================================================== ] 2702/2945 91% [======================================================== ] 2703/2945 91% [======================================================== ] 2704/2945 91% [======================================================== ] 2705/2945 91% [======================================================== ] 2706/2945 91% [======================================================== ] 2707/2945 91% [========================================================= ] 2708/2945 91% [========================================================= ] 2709/2945 91% [========================================================= ] 2710/2945 92% [========================================================= ] 2711/2945 92% [========================================================= ] 2712/2945 92% [========================================================= ] 2713/2945 92% [========================================================= ] 2714/2945 92% [========================================================= ] 2715/2945 92% [========================================================= ] 2716/2945 92% [========================================================= ] 2717/2945 92% [========================================================= ] 2718/2945 92% [========================================================= ] 2719/2945 92% [========================================================= ] 2720/2945 92% [========================================================= ] 2721/2945 92% [========================================================= ] 2722/2945 92% [========================================================= ] 2723/2945 92% [========================================================= ] 2724/2945 92% [========================================================= ] 2725/2945 92% [========================================================= ] 2726/2945 92% [========================================================= ] 2727/2945 92% [========================================================= ] 2728/2945 92% [========================================================= ] 2729/2945 92% [========================================================= ] 2730/2945 92% [========================================================= ] 2731/2945 92% [========================================================= ] 2732/2945 92% [========================================================= ] 2733/2945 92% [========================================================= ] 2734/2945 92% [========================================================= ] 2735/2945 92% [========================================================= ] 2736/2945 92% [========================================================= ] 2737/2945 92% [========================================================= ] 2738/2945 92% [========================================================= ] 2739/2945 93% [========================================================= ] 2740/2945 93% [========================================================= ] 2741/2945 93% [========================================================= ] 2742/2945 93% [========================================================= ] 2743/2945 93% [========================================================= ] 2744/2945 93% [========================================================= ] 2745/2945 93% [========================================================= ] 2746/2945 93% [========================================================= ] 2747/2945 93% [========================================================= ] 2748/2945 93% [========================================================= ] 2749/2945 93% [========================================================= ] 2750/2945 93% [========================================================= ] 2751/2945 93% [========================================================= ] 2752/2945 93% [========================================================= ] 2753/2945 93% [========================================================= ] 2754/2945 93% [========================================================== ] 2755/2945 93% [========================================================== ] 2756/2945 93% [========================================================== ] 2757/2945 93% [========================================================== ] 2758/2945 93% [========================================================== ] 2759/2945 93% [========================================================== ] 2760/2945 93% [========================================================== ] 2761/2945 93% [========================================================== ] 2762/2945 93% [========================================================== ] 2763/2945 93% [========================================================== ] 2764/2945 93% [========================================================== ] 2765/2945 93% [========================================================== ] 2766/2945 93% [========================================================== ] 2767/2945 93% [========================================================== ] 2768/2945 93% [========================================================== ] 2769/2945 94% [========================================================== ] 2770/2945 94% [========================================================== ] 2771/2945 94% [========================================================== ] 2772/2945 94% [========================================================== ] 2773/2945 94% [========================================================== ] 2774/2945 94% [========================================================== ] 2775/2945 94% [========================================================== ] 2776/2945 94% [========================================================== ] 2777/2945 94% [========================================================== ] 2778/2945 94% [========================================================== ] 2779/2945 94% [========================================================== ] 2780/2945 94% [========================================================== ] 2781/2945 94% [========================================================== ] 2782/2945 94% [========================================================== ] 2783/2945 94% [========================================================== ] 2784/2945 94% [========================================================== ] 2785/2945 94% [========================================================== ] 2786/2945 94% [========================================================== ] 2787/2945 94% [========================================================== ] 2788/2945 94% [========================================================== ] 2789/2945 94% [========================================================== ] 2790/2945 94% [========================================================== ] 2791/2945 94% [========================================================== ] 2792/2945 94% [========================================================== ] 2793/2945 94% [========================================================== ] 2794/2945 94% [========================================================== ] 2795/2945 94% [========================================================== ] 2796/2945 94% [========================================================== ] 2797/2945 94% [========================================================== ] 2798/2945 95% [========================================================== ] 2799/2945 95% [========================================================== ] 2800/2945 95% [========================================================== ] 2801/2945 95% [========================================================== ] 2802/2945 95% [=========================================================== ] 2803/2945 95% [=========================================================== ] 2804/2945 95% [=========================================================== ] 2805/2945 95% [=========================================================== ] 2806/2945 95% [=========================================================== ] 2807/2945 95% [=========================================================== ] 2808/2945 95% [=========================================================== ] 2809/2945 95% [=========================================================== ] 2810/2945 95% [=========================================================== ] 2811/2945 95% [=========================================================== ] 2812/2945 95% [=========================================================== ] 2813/2945 95% [=========================================================== ] 2814/2945 95% [=========================================================== ] 2815/2945 95% [=========================================================== ] 2816/2945 95% [=========================================================== ] 2817/2945 95% [=========================================================== ] 2818/2945 95% [=========================================================== ] 2819/2945 95% [=========================================================== ] 2820/2945 95% [=========================================================== ] 2821/2945 95% [=========================================================== ] 2822/2945 95% [=========================================================== ] 2823/2945 95% [=========================================================== ] 2824/2945 95% [=========================================================== ] 2825/2945 95% [=========================================================== ] 2826/2945 95% [=========================================================== ] 2827/2945 95% [=========================================================== ] 2828/2945 96% [=========================================================== ] 2829/2945 96% [=========================================================== ] 2830/2945 96% [=========================================================== ] 2831/2945 96% [=========================================================== ] 2832/2945 96% [=========================================================== ] 2833/2945 96% [=========================================================== ] 2834/2945 96% [=========================================================== ] 2835/2945 96% [=========================================================== ] 2836/2945 96% [=========================================================== ] 2837/2945 96% [=========================================================== ] 2838/2945 96% [=========================================================== ] 2839/2945 96% [=========================================================== ] 2840/2945 96% [=========================================================== ] 2841/2945 96% [=========================================================== ] 2842/2945 96% [=========================================================== ] 2843/2945 96% [=========================================================== ] 2844/2945 96% [=========================================================== ] 2845/2945 96% [=========================================================== ] 2846/2945 96% [=========================================================== ] 2847/2945 96% [=========================================================== ] 2848/2945 96% [=========================================================== ] 2849/2945 96% [============================================================ ] 2850/2945 96% [============================================================ ] 2851/2945 96% [============================================================ ] 2852/2945 96% [============================================================ ] 2853/2945 96% [============================================================ ] 2854/2945 96% [============================================================ ] 2855/2945 96% [============================================================ ] 2856/2945 96% [============================================================ ] 2857/2945 97% [============================================================ ] 2858/2945 97% [============================================================ ] 2859/2945 97% [============================================================ ] 2860/2945 97% [============================================================ ] 2861/2945 97% [============================================================ ] 2862/2945 97% [============================================================ ] 2863/2945 97% [============================================================ ] 2864/2945 97% [============================================================ ] 2865/2945 97% [============================================================ ] 2866/2945 97% [============================================================ ] 2867/2945 97% [============================================================ ] 2868/2945 97% [============================================================ ] 2869/2945 97% [============================================================ ] 2870/2945 97% [============================================================ ] 2871/2945 97% [============================================================ ] 2872/2945 97% [============================================================ ] 2873/2945 97% [============================================================ ] 2874/2945 97% [============================================================ ] 2875/2945 97% [============================================================ ] 2876/2945 97% [============================================================ ] 2877/2945 97% [============================================================ ] 2878/2945 97% [============================================================ ] 2879/2945 97% [============================================================ ] 2880/2945 97% [============================================================ ] 2881/2945 97% [============================================================ ] 2882/2945 97% [============================================================ ] 2883/2945 97% [============================================================ ] 2884/2945 97% [============================================================ ] 2885/2945 97% [============================================================ ] 2886/2945 97% [============================================================ ] 2887/2945 98% [============================================================ ] 2888/2945 98% [============================================================ ] 2889/2945 98% [============================================================ ] 2890/2945 98% [============================================================ ] 2891/2945 98% [============================================================ ] 2892/2945 98% [============================================================ ] 2893/2945 98% [============================================================ ] 2894/2945 98% [============================================================ ] 2895/2945 98% [============================================================ ] 2896/2945 98% [============================================================ ] 2897/2945 98% [============================================================= ] 2898/2945 98% [============================================================= ] 2899/2945 98% [============================================================= ] 2900/2945 98% [============================================================= ] 2901/2945 98% [============================================================= ] 2902/2945 98% [============================================================= ] 2903/2945 98% [============================================================= ] 2904/2945 98% [============================================================= ] 2905/2945 98% [============================================================= ] 2906/2945 98% [============================================================= ] 2907/2945 98% [============================================================= ] 2908/2945 98% [============================================================= ] 2909/2945 98% [============================================================= ] 2910/2945 98% [============================================================= ] 2911/2945 98% [============================================================= ] 2912/2945 98% [============================================================= ] 2913/2945 98% [============================================================= ] 2914/2945 98% [============================================================= ] 2915/2945 98% [============================================================= ] 2916/2945 99% [============================================================= ] 2917/2945 99% [============================================================= ] 2918/2945 99% [============================================================= ] 2919/2945 99% [============================================================= ] 2920/2945 99% [============================================================= ] 2921/2945 99% [============================================================= ] 2922/2945 99% [============================================================= ] 2923/2945 99% [============================================================= ] 2924/2945 99% [============================================================= ] 2925/2945 99% [============================================================= ] 2926/2945 99% [============================================================= ] 2927/2945 99% [============================================================= ] 2928/2945 99% [============================================================= ] 2929/2945 99% [============================================================= ] 2930/2945 99% [============================================================= ] 2931/2945 99% [============================================================= ] 2932/2945 99% [============================================================= ] 2933/2945 99% [============================================================= ] 2934/2945 99% [============================================================= ] 2935/2945 99% [============================================================= ] 2936/2945 99% [============================================================= ] 2937/2945 99% [============================================================= ] 2938/2945 99% [============================================================= ] 2939/2945 99% [============================================================= ] 2940/2945 99% [============================================================= ] 2941/2945 99% [============================================================= ] 2942/2945 99% [============================================================= ] 2943/2945 99% [============================================================= ] 2944/2945 99% [==============================================================] 2945/2945 100% operation complete, 2945 objects in 82912 NAND pages. ln -snf /home/thomas/autobuild/instance-1/output-1/host/armeb-buildroot-linux-uclibcgnueabi/sysroot /home/thomas/autobuild/instance-1/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot' make: Entering directory '/home/thomas/autobuild/instance-1/buildroot' >>> Buildroot 2022.08-rc1-2760-gb793f3a49e Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.2.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 12.2.0 Collecting legal info >>> linux-headers 5.10.167 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> apg 2.3.0b Collecting legal info COPYING: OK (sha256: 5d0c892ea452c3828f1e311637cde4e3a04eb6431554308b3fcdac8c1b330168) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> 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) >>> libpcap 1.10.2 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> 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) >>> dhcpcd 9.4.1 Collecting legal info LICENSE: OK (sha256: 4f21ce186859516dcab9b3197f3e9533a9bd1b87932015c87f539af4a48cd592) >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> dovecot 2.3.20 Collecting legal info COPYING: OK (sha256: 319a9830aab406109cd67cb45496587566a8123203d66d037b209ca3e13de02a) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MIT: OK (sha256: 52b8c95fabb19575281874b661ef7968ea47e8f5d74ba0dd40ce512e52b3fc97) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> dropbear 2022.83 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> 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) >>> easy-rsa 3.1.1 Collecting legal info COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1) gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> ffmpeg 4.4.3 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> forge 1.3.1 Collecting legal info LICENSE: OK (sha256: f63ff0e4e239244aa79280da2dd4811a0469e5e201caf5cbc0d97c3a1dff8e82) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> host-gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> hwdata 0.365 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> ipmitool 1_8_19 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libgsm 1.0.19 Collecting legal info COPYRIGHT: OK (sha256: 81c68a3374937ed9b5e4929c709e81a2c4b35b5d1f450ecf8c473e2daea46ff6) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libwebsockets 4.3.2 Collecting legal info LICENSE: OK (sha256: 2b5dd8030691f3d1870a040f085c37e45d9ab9c684a7f1284f5f379c1e829b28) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mdevd 0.1.6.0 Collecting legal info COPYING: OK (sha256: 7fe938b5e0fec18848955ca8081c532e24ae77310beb730b301e1f77bad3d390) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> mg 3.5 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> host-moby-buildkit 0.11.2 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> host-go 1.19.6 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> noip 2.1.9 Collecting legal info COPYING: OK (sha256: 5aaf7e9e1790c6e372b6c5dec8c6c4b60504414a8c56f64c3071d281d3c251fa) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> open62541 v1.3.4 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> host-opkg-utils 0.4.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-parted 3.5 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> raptor 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: 6b926a47abfb87451c436fbd4a868defec963d0232c70b806ac02d4a2a6e1968) >>> host-runc 1.1.4 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> host-sam-ba 3.7 Collecting legal info LICENSE.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.2.4 Collecting legal info LICENSE: OK (sha256: 760f22b3e9ea4a50eb99201bd8dd118869f28108cfb64ccce6d1b305cf9ae9fa) >>> host-python-markupsafe 2.1.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> sdl_image 5d792dde2f764daf15dc48521774a3354330db69 Collecting legal info COPYING: OK (sha256: 653649692218d56e5807bdc5b72f51aa6067bc44d30b757e18c03b32bcaf98da) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> stress-ng 0.13.05 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sudo 1.9.12p2 Collecting legal info LICENSE.md: OK (sha256: d2f93a3b17ed5586fddd07be33ad767146c1a81a22682baa68bb4360a31d020a) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tcpdump 4.99.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> tcping 1.3.6 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> triggerhappy 0.5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> trinity 1.9 Collecting legal info COPYING: OK (sha256: 35e3fc68c89fd7b8f72fd910b521cb3292f859e9181f3c26bd0df84d144bc1d4) >>> tz Collecting legal info >>> host-tzdata 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-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) >>> vis-network 9.1.0 Collecting legal info LICENSE-APACHE-2.0: OK (sha256: 1509904280a272780fd69c04b858f512cf216f8e3464a0dd98d8f34416feced9) LICENSE-MIT: OK (sha256: 1f65085e54c036645082257618db2c7b787e68c3b02485e214ecd09e0834ee8f) >>> wilc-firmware wilc_linux_15_7 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> wireguard-tools 1.0.20210914 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xinetd 2.3.15 Collecting legal info COPYRIGHT: OK (sha256: 2f3dd19831b1837f7360f80a7700a130c04a59e387d4359299d6df712308bbed) >>> xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> zsh 5.9 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-12.2.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.2.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.10.167: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot'