echo "buildroot" > /home/thomas/autobuild/instance-3/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-3/output-1/target/etc/hosts mkdir -p /home/thomas/autobuild/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/thomas/autobuild/instance-3/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/thomas/autobuild/instance-3/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/thomas/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/sh" >> /home/thomas/autobuild/instance-3/output-1/target/etc/shells if [ -x /home/thomas/autobuild/instance-3/output-1/target/sbin/swapon -a -x /home/thomas/autobuild/instance-3/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/thomas/autobuild/instance-3/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/thomas/autobuild/instance-3/output-1/target/etc/inittab; fi rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/include /home/thomas/autobuild/instance-3/output-1/target/usr/share/aclocal \ /home/thomas/autobuild/instance-3/output-1/target/usr/lib/pkgconfig /home/thomas/autobuild/instance-3/output-1/target/usr/share/pkgconfig \ /home/thomas/autobuild/instance-3/output-1/target/usr/lib/cmake /home/thomas/autobuild/instance-3/output-1/target/usr/share/cmake \ /home/thomas/autobuild/instance-3/output-1/target/usr/lib/rpm /home/thomas/autobuild/instance-3/output-1/target/usr/doc find /home/thomas/autobuild/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-3/output-1/target/lib/ /home/thomas/autobuild/instance-3/output-1/target/usr/lib/ /home/thomas/autobuild/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/thomas/autobuild/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/man /home/thomas/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/info /home/thomas/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/doc /home/thomas/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-3/output-1/target/lib/debug /home/thomas/autobuild/instance-3/output-1/target/usr/lib/debug find /home/thomas/autobuild/instance-3/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-3/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-3/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-3/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-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-96-gdbfc9f9f67"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-rc1\"" \ ) > /home/thomas/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-3/output-1/per-package /home/thomas/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n redis -1 redis -1 * /var/lib/redis /bin/false - Redis Server\n - - sudo -1 - - - -\n\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /usr/bin/sudo f 4755 0 0 - - - - -\n\n' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/thomas/autobuild/instance-3/output-1/images rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-3/output-1/target/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-3/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/target >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/thomas/autobuild/instance-3/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/thomas/autobuild/instance-3/output-1/host/bin/mkfs.axfs -s -a /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/target /home/thomas/autobuild/instance-3/output-1/images/rootfs.axfs\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/target table='/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 2655 number of 4KB nodes: 37103 Total image size: 130056986 >>> Generating filesystem image rootfs.cramfs mkdir -p /home/thomas/autobuild/instance-3/output-1/images rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-3/output-1/target/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-3/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs/target >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot echo "/home/thomas/autobuild/instance-3/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot printf ' /home/thomas/autobuild/instance-3/output-1/host/bin/mkcramfs -L /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs/target /home/thomas/autobuild/instance-3/output-1/images/rootfs.cramfs\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot chmod a+x /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot rootdir=/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/cramfs/target table='/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-3/output-1/images rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-3/output-1/target/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-3/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-3/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-3/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-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2655 objects. stage 2: creating image '/home/thomas/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/2655 0% [ ] 2/2655 0% [ ] 3/2655 0% [ ] 4/2655 0% [ ] 5/2655 0% [ ] 6/2655 0% [ ] 7/2655 0% [ ] 8/2655 0% [ ] 9/2655 0% [ ] 10/2655 0% [ ] 11/2655 0% [ ] 12/2655 0% [ ] 13/2655 0% [ ] 14/2655 0% [ ] 15/2655 0% [ ] 16/2655 0% [ ] 17/2655 0% [ ] 18/2655 0% [ ] 19/2655 0% [ ] 20/2655 0% [ ] 21/2655 0% [ ] 22/2655 0% [ ] 23/2655 0% [ ] 24/2655 0% [ ] 25/2655 0% [ ] 26/2655 0% [ ] 27/2655 1% [ ] 28/2655 1% [ ] 29/2655 1% [ ] 30/2655 1% [ ] 31/2655 1% [ ] 32/2655 1% [ ] 33/2655 1% [ ] 34/2655 1% [ ] 35/2655 1% [ ] 36/2655 1% [ ] 37/2655 1% [ ] 38/2655 1% [ ] 39/2655 1% [ ] 40/2655 1% [ ] 41/2655 1% [ ] 42/2655 1% [= ] 43/2655 1% [= ] 44/2655 1% [= ] 45/2655 1% [= ] 46/2655 1% [= ] 47/2655 1% [= ] 48/2655 1% [= ] 49/2655 1% [= ] 50/2655 1% [= ] 51/2655 1% [= ] 52/2655 1% [= ] 53/2655 1% [= ] 54/2655 2% [= ] 55/2655 2% [= ] 56/2655 2% [= ] 57/2655 2% [= ] 58/2655 2% [= ] 59/2655 2% [= ] 60/2655 2% [= ] 61/2655 2% [= ] 62/2655 2% [= ] 63/2655 2% [= ] 64/2655 2% [= ] 65/2655 2% [= ] 66/2655 2% [= ] 67/2655 2% [= ] 68/2655 2% [= ] 69/2655 2% [= ] 70/2655 2% [= ] 71/2655 2% [= ] 72/2655 2% [= ] 73/2655 2% [= ] 74/2655 2% [= ] 75/2655 2% [= ] 76/2655 2% [= ] 77/2655 2% [= ] 78/2655 2% [= ] 79/2655 2% [= ] 80/2655 3% [= ] 81/2655 3% [= ] 82/2655 3% [= ] 83/2655 3% [= ] 84/2655 3% [= ] 85/2655 3% [== ] 86/2655 3% [== ] 87/2655 3% [== ] 88/2655 3% [== ] 89/2655 3% [== ] 90/2655 3% [== ] 91/2655 3% [== ] 92/2655 3% [== ] 93/2655 3% [== ] 94/2655 3% [== ] 95/2655 3% [== ] 96/2655 3% [== ] 97/2655 3% [== ] 98/2655 3% [== ] 99/2655 3% [== ] 100/2655 3% [== ] 101/2655 3% [== ] 102/2655 3% [== ] 103/2655 3% [== ] 104/2655 3% [== ] 105/2655 3% [== ] 106/2655 3% [== ] 107/2655 4% [== ] 108/2655 4% [== ] 109/2655 4% [== ] 110/2655 4% [== ] 111/2655 4% [== ] 112/2655 4% [== ] 113/2655 4% [== ] 114/2655 4% [== ] 115/2655 4% [== ] 116/2655 4% [== ] 117/2655 4% [== ] 118/2655 4% [== ] 119/2655 4% [== ] 120/2655 4% [== ] 121/2655 4% [== ] 122/2655 4% [== ] 123/2655 4% [== ] 124/2655 4% [== ] 125/2655 4% [== ] 126/2655 4% [== ] 127/2655 4% [== ] 128/2655 4% [=== ] 129/2655 4% [=== ] 130/2655 4% [=== ] 131/2655 4% [=== ] 132/2655 4% [=== ] 133/2655 5% [=== ] 134/2655 5% [=== ] 135/2655 5% [=== ] 136/2655 5% [=== ] 137/2655 5% [=== ] 138/2655 5% [=== ] 139/2655 5% [=== ] 140/2655 5% [=== ] 141/2655 5% [=== ] 142/2655 5% [=== ] 143/2655 5% [=== ] 144/2655 5% [=== ] 145/2655 5% [=== ] 146/2655 5% [=== ] 147/2655 5% [=== ] 148/2655 5% [=== ] 149/2655 5% [=== ] 150/2655 5% [=== ] 151/2655 5% [=== ] 152/2655 5% [=== ] 153/2655 5% [=== ] 154/2655 5% [=== ] 155/2655 5% [=== ] 156/2655 5% [=== ] 157/2655 5% [=== ] 158/2655 5% [=== ] 159/2655 5% [=== ] 160/2655 6% [=== ] 161/2655 6% [=== ] 162/2655 6% [=== ] 163/2655 6% [=== ] 164/2655 6% [=== ] 165/2655 6% [=== ] 166/2655 6% [=== ] 167/2655 6% [=== ] 168/2655 6% [=== ] 169/2655 6% [=== ] 170/2655 6% [=== ] 171/2655 6% [==== ] 172/2655 6% [==== ] 173/2655 6% [==== ] 174/2655 6% [==== ] 175/2655 6% [==== ] 176/2655 6% [==== ] 177/2655 6% [==== ] 178/2655 6% [==== ] 179/2655 6% [==== ] 180/2655 6% [==== ] 181/2655 6% [==== ] 182/2655 6% [==== ] 183/2655 6% [==== ] 184/2655 6% [==== ] 185/2655 6% [==== ] 186/2655 7% [==== ] 187/2655 7% [==== ] 188/2655 7% [==== ] 189/2655 7% [==== ] 190/2655 7% [==== ] 191/2655 7% [==== ] 192/2655 7% [==== ] 193/2655 7% [==== ] 194/2655 7% [==== ] 195/2655 7% [==== ] 196/2655 7% [==== ] 197/2655 7% [==== ] 198/2655 7% [==== ] 199/2655 7% [==== ] 200/2655 7% [==== ] 201/2655 7% [==== ] 202/2655 7% [==== ] 203/2655 7% [==== ] 204/2655 7% [==== ] 205/2655 7% [==== ] 206/2655 7% [==== ] 207/2655 7% [==== ] 208/2655 7% [==== ] 209/2655 7% [==== ] 210/2655 7% [==== ] 211/2655 7% [==== ] 212/2655 7% [==== ] 213/2655 8% [==== ] 214/2655 8% [===== ] 215/2655 8% [===== ] 216/2655 8% [===== ] 217/2655 8% [===== ] 218/2655 8% [===== ] 219/2655 8% [===== ] 220/2655 8% [===== ] 221/2655 8% [===== ] 222/2655 8% [===== ] 223/2655 8% [===== ] 224/2655 8% [===== ] 225/2655 8% [===== ] 226/2655 8% [===== ] 227/2655 8% [===== ] 228/2655 8% [===== ] 229/2655 8% [===== ] 230/2655 8% [===== ] 231/2655 8% [===== ] 232/2655 8% [===== ] 233/2655 8% [===== ] 234/2655 8% [===== ] 235/2655 8% [===== ] 236/2655 8% [===== ] 237/2655 8% [===== ] 238/2655 8% [===== ] 239/2655 9% [===== ] 240/2655 9% [===== ] 241/2655 9% [===== ] 242/2655 9% [===== ] 243/2655 9% [===== ] 244/2655 9% [===== ] 245/2655 9% [===== ] 246/2655 9% [===== ] 247/2655 9% [===== ] 248/2655 9% [===== ] 249/2655 9% [===== ] 250/2655 9% [===== ] 251/2655 9% [===== ] 252/2655 9% [===== ] 253/2655 9% [===== ] 254/2655 9% [===== ] 255/2655 9% [===== ] 256/2655 9% [====== ] 257/2655 9% [====== ] 258/2655 9% [====== ] 259/2655 9% [====== ] 260/2655 9% [====== ] 261/2655 9% [====== ] 262/2655 9% [====== ] 263/2655 9% [====== ] 264/2655 9% [====== ] 265/2655 9% [====== ] 266/2655 10% [====== ] 267/2655 10% [====== ] 268/2655 10% [====== ] 269/2655 10% [====== ] 270/2655 10% [====== ] 271/2655 10% [====== ] 272/2655 10% [====== ] 273/2655 10% [====== ] 274/2655 10% [====== ] 275/2655 10% [====== ] 276/2655 10% [====== ] 277/2655 10% [====== ] 278/2655 10% [====== ] 279/2655 10% [====== ] 280/2655 10% [====== ] 281/2655 10% [====== ] 282/2655 10% [====== ] 283/2655 10% [====== ] 284/2655 10% [====== ] 285/2655 10% [====== ] 286/2655 10% [====== ] 287/2655 10% [====== ] 288/2655 10% [====== ] 289/2655 10% [====== ] 290/2655 10% [====== ] 291/2655 10% [====== ] 292/2655 10% [====== ] 293/2655 11% [====== ] 294/2655 11% [====== ] 295/2655 11% [====== ] 296/2655 11% [====== ] 297/2655 11% [====== ] 298/2655 11% [====== ] 299/2655 11% [======= ] 300/2655 11% [======= ] 301/2655 11% [======= ] 302/2655 11% [======= ] 303/2655 11% [======= ] 304/2655 11% [======= ] 305/2655 11% [======= ] 306/2655 11% [======= ] 307/2655 11% [======= ] 308/2655 11% [======= ] 309/2655 11% [======= ] 310/2655 11% [======= ] 311/2655 11% [======= ] 312/2655 11% [======= ] 313/2655 11% [======= ] 314/2655 11% [======= ] 315/2655 11% [======= ] 316/2655 11% [======= ] 317/2655 11% [======= ] 318/2655 11% [======= ] 319/2655 12% [======= ] 320/2655 12% [======= ] 321/2655 12% [======= ] 322/2655 12% [======= ] 323/2655 12% [======= ] 324/2655 12% [======= ] 325/2655 12% [======= ] 326/2655 12% [======= ] 327/2655 12% [======= ] 328/2655 12% [======= ] 329/2655 12% [======= ] 330/2655 12% [======= ] 331/2655 12% [======= ] 332/2655 12% [======= ] 333/2655 12% [======= ] 334/2655 12% [======= ] 335/2655 12% [======= ] 336/2655 12% [======= ] 337/2655 12% [======= ] 338/2655 12% [======= ] 339/2655 12% [======= ] 340/2655 12% [======= ] 341/2655 12% [======= ] 342/2655 12% [======== ] 343/2655 12% [======== ] 344/2655 12% [======== ] 345/2655 12% [======== ] 346/2655 13% [======== ] 347/2655 13% [======== ] 348/2655 13% [======== ] 349/2655 13% [======== ] 350/2655 13% [======== ] 351/2655 13% [======== ] 352/2655 13% [======== ] 353/2655 13% [======== ] 354/2655 13% [======== ] 355/2655 13% [======== ] 356/2655 13% [======== ] 357/2655 13% [======== ] 358/2655 13% [======== ] 359/2655 13% [======== ] 360/2655 13% [======== ] 361/2655 13% [======== ] 362/2655 13% [======== ] 363/2655 13% [======== ] 364/2655 13% [======== ] 365/2655 13% [======== ] 366/2655 13% [======== ] 367/2655 13% [======== ] 368/2655 13% [======== ] 369/2655 13% [======== ] 370/2655 13% [======== ] 371/2655 13% [======== ] 372/2655 14% [======== ] 373/2655 14% [======== ] 374/2655 14% [======== ] 375/2655 14% [======== ] 376/2655 14% [======== ] 377/2655 14% [======== ] 378/2655 14% [======== ] 379/2655 14% [======== ] 380/2655 14% [======== ] 381/2655 14% [======== ] 382/2655 14% [======== ] 383/2655 14% [======== ] 384/2655 14% [======== ] 385/2655 14% [========= ] 386/2655 14% [========= ] 387/2655 14% [========= ] 388/2655 14% [========= ] 389/2655 14% [========= ] 390/2655 14% [========= ] 391/2655 14% [========= ] 392/2655 14% [========= ] 393/2655 14% [========= ] 394/2655 14% [========= ] 395/2655 14% [========= ] 396/2655 14% [========= ] 397/2655 14% [========= ] 398/2655 14% [========= ] 399/2655 15% [========= ] 400/2655 15% [========= ] 401/2655 15% [========= ] 402/2655 15% [========= ] 403/2655 15% [========= ] 404/2655 15% [========= ] 405/2655 15% [========= ] 406/2655 15% [========= ] 407/2655 15% [========= ] 408/2655 15% [========= ] 409/2655 15% [========= ] 410/2655 15% [========= ] 411/2655 15% [========= ] 412/2655 15% [========= ] 413/2655 15% [========= ] 414/2655 15% [========= ] 415/2655 15% [========= ] 416/2655 15% [========= ] 417/2655 15% [========= ] 418/2655 15% [========= ] 419/2655 15% [========= ] 420/2655 15% [========= ] 421/2655 15% [========= ] 422/2655 15% [========= ] 423/2655 15% [========= ] 424/2655 15% [========= ] 425/2655 16% [========= ] 426/2655 16% [========= ] 427/2655 16% [========= ] 428/2655 16% [========== ] 429/2655 16% [========== ] 430/2655 16% [========== ] 431/2655 16% [========== ] 432/2655 16% [========== ] 433/2655 16% [========== ] 434/2655 16% [========== ] 435/2655 16% [========== ] 436/2655 16% [========== ] 437/2655 16% [========== ] 438/2655 16% [========== ] 439/2655 16% [========== ] 440/2655 16% [========== ] 441/2655 16% [========== ] 442/2655 16% [========== ] 443/2655 16% [========== ] 444/2655 16% [========== ] 445/2655 16% [========== ] 446/2655 16% [========== ] 447/2655 16% [========== ] 448/2655 16% [========== ] 449/2655 16% [========== ] 450/2655 16% [========== ] 451/2655 16% [========== ] 452/2655 17% [========== ] 453/2655 17% [========== ] 454/2655 17% [========== ] 455/2655 17% [========== ] 456/2655 17% [========== ] 457/2655 17% [========== ] 458/2655 17% [========== ] 459/2655 17% [========== ] 460/2655 17% [========== ] 461/2655 17% [========== ] 462/2655 17% [========== ] 463/2655 17% [========== ] 464/2655 17% [========== ] 465/2655 17% [========== ] 466/2655 17% [========== ] 467/2655 17% [========== ] 468/2655 17% [========== ] 469/2655 17% [========== ] 470/2655 17% [========== ] 471/2655 17% [=========== ] 472/2655 17% [=========== ] 473/2655 17% [=========== ] 474/2655 17% [=========== ] 475/2655 17% [=========== ] 476/2655 17% [=========== ] 477/2655 17% [=========== ] 478/2655 18% [=========== ] 479/2655 18% [=========== ] 480/2655 18% [=========== ] 481/2655 18% [=========== ] 482/2655 18% [=========== ] 483/2655 18% [=========== ] 484/2655 18% [=========== ] 485/2655 18% [=========== ] 486/2655 18% [=========== ] 487/2655 18% [=========== ] 488/2655 18% [=========== ] 489/2655 18% [=========== ] 490/2655 18% [=========== ] 491/2655 18% [=========== ] 492/2655 18% [=========== ] 493/2655 18% [=========== ] 494/2655 18% [=========== ] 495/2655 18% [=========== ] 496/2655 18% [=========== ] 497/2655 18% [=========== ] 498/2655 18% [=========== ] 499/2655 18% [=========== ] 500/2655 18% [=========== ] 501/2655 18% [=========== ] 502/2655 18% [=========== ] 503/2655 18% [=========== ] 504/2655 18% [=========== ] 505/2655 19% [=========== ] 506/2655 19% [=========== ] 507/2655 19% [=========== ] 508/2655 19% [=========== ] 509/2655 19% [=========== ] 510/2655 19% [=========== ] 511/2655 19% [=========== ] 512/2655 19% [=========== ] 513/2655 19% [============ ] 514/2655 19% [============ ] 515/2655 19% [============ ] 516/2655 19% [============ ] 517/2655 19% [============ ] 518/2655 19% [============ ] 519/2655 19% [============ ] 520/2655 19% [============ ] 521/2655 19% [============ ] 522/2655 19% [============ ] 523/2655 19% [============ ] 524/2655 19% [============ ] 525/2655 19% [============ ] 526/2655 19% [============ ] 527/2655 19% [============ ] 528/2655 19% [============ ] 529/2655 19% [============ ] 530/2655 19% [============ ] 531/2655 20% [============ ] 532/2655 20% [============ ] 533/2655 20% [============ ] 534/2655 20% [============ ] 535/2655 20% [============ ] 536/2655 20% [============ ] 537/2655 20% [============ ] 538/2655 20% [============ ] 539/2655 20% [============ ] 540/2655 20% [============ ] 541/2655 20% [============ ] 542/2655 20% [============ ] 543/2655 20% [============ ] 544/2655 20% [============ ] 545/2655 20% [============ ] 546/2655 20% [============ ] 547/2655 20% [============ ] 548/2655 20% [============ ] 549/2655 20% [============ ] 550/2655 20% [============ ] 551/2655 20% [============ ] 552/2655 20% [============ ] 553/2655 20% [============ ] 554/2655 20% [============ ] 555/2655 20% [============ ] 556/2655 20% [============= ] 557/2655 20% [============= ] 558/2655 21% [============= ] 559/2655 21% [============= ] 560/2655 21% [============= ] 561/2655 21% [============= ] 562/2655 21% [============= ] 563/2655 21% [============= ] 564/2655 21% [============= ] 565/2655 21% [============= ] 566/2655 21% [============= ] 567/2655 21% [============= ] 568/2655 21% [============= ] 569/2655 21% [============= ] 570/2655 21% [============= ] 571/2655 21% [============= ] 572/2655 21% [============= ] 573/2655 21% [============= ] 574/2655 21% [============= ] 575/2655 21% [============= ] 576/2655 21% [============= ] 577/2655 21% [============= ] 578/2655 21% [============= ] 579/2655 21% [============= ] 580/2655 21% [============= ] 581/2655 21% [============= ] 582/2655 21% [============= ] 583/2655 21% [============= ] 584/2655 21% [============= ] 585/2655 22% [============= ] 586/2655 22% [============= ] 587/2655 22% [============= ] 588/2655 22% [============= ] 589/2655 22% [============= ] 590/2655 22% [============= ] 591/2655 22% [============= ] 592/2655 22% [============= ] 593/2655 22% [============= ] 594/2655 22% [============= ] 595/2655 22% [============= ] 596/2655 22% [============= ] 597/2655 22% [============= ] 598/2655 22% [============= ] 599/2655 22% [============== ] 600/2655 22% [============== ] 601/2655 22% [============== ] 602/2655 22% [============== ] 603/2655 22% [============== ] 604/2655 22% [============== ] 605/2655 22% [============== ] 606/2655 22% [============== ] 607/2655 22% [============== ] 608/2655 22% [============== ] 609/2655 22% [============== ] 610/2655 22% [============== ] 611/2655 23% [============== ] 612/2655 23% [============== ] 613/2655 23% [============== ] 614/2655 23% [============== ] 615/2655 23% [============== ] 616/2655 23% [============== ] 617/2655 23% [============== ] 618/2655 23% [============== ] 619/2655 23% [============== ] 620/2655 23% [============== ] 621/2655 23% [============== ] 622/2655 23% [============== ] 623/2655 23% [============== ] 624/2655 23% [============== ] 625/2655 23% [============== ] 626/2655 23% [============== ] 627/2655 23% [============== ] 628/2655 23% [============== ] 629/2655 23% [============== ] 630/2655 23% [============== ] 631/2655 23% [============== ] 632/2655 23% [============== ] 633/2655 23% [============== ] 634/2655 23% [============== ] 635/2655 23% [============== ] 636/2655 23% [============== ] 637/2655 23% [============== ] 638/2655 24% [============== ] 639/2655 24% [============== ] 640/2655 24% [============== ] 641/2655 24% [============== ] 642/2655 24% [=============== ] 643/2655 24% [=============== ] 644/2655 24% [=============== ] 645/2655 24% [=============== ] 646/2655 24% [=============== ] 647/2655 24% [=============== ] 648/2655 24% [=============== ] 649/2655 24% [=============== ] 650/2655 24% [=============== ] 651/2655 24% [=============== ] 652/2655 24% [=============== ] 653/2655 24% [=============== ] 654/2655 24% [=============== ] 655/2655 24% [=============== ] 656/2655 24% [=============== ] 657/2655 24% [=============== ] 658/2655 24% [=============== ] 659/2655 24% [=============== ] 660/2655 24% [=============== ] 661/2655 24% [=============== ] 662/2655 24% [=============== ] 663/2655 24% [=============== ] 664/2655 25% [=============== ] 665/2655 25% [=============== ] 666/2655 25% [=============== ] 667/2655 25% [=============== ] 668/2655 25% [=============== ] 669/2655 25% [=============== ] 670/2655 25% [=============== ] 671/2655 25% [=============== ] 672/2655 25% [=============== ] 673/2655 25% [=============== ] 674/2655 25% [=============== ] 675/2655 25% [=============== ] 676/2655 25% [=============== ] 677/2655 25% [=============== ] 678/2655 25% [=============== ] 679/2655 25% [=============== ] 680/2655 25% [=============== ] 681/2655 25% [=============== ] 682/2655 25% [=============== ] 683/2655 25% [=============== ] 684/2655 25% [=============== ] 685/2655 25% [================ ] 686/2655 25% [================ ] 687/2655 25% [================ ] 688/2655 25% [================ ] 689/2655 25% [================ ] 690/2655 25% [================ ] 691/2655 26% [================ ] 692/2655 26% [================ ] 693/2655 26% [================ ] 694/2655 26% [================ ] 695/2655 26% [================ ] 696/2655 26% [================ ] 697/2655 26% [================ ] 698/2655 26% [================ ] 699/2655 26% [================ ] 700/2655 26% [================ ] 701/2655 26% [================ ] 702/2655 26% [================ ] 703/2655 26% [================ ] 704/2655 26% [================ ] 705/2655 26% [================ ] 706/2655 26% [================ ] 707/2655 26% [================ ] 708/2655 26% [================ ] 709/2655 26% [================ ] 710/2655 26% [================ ] 711/2655 26% [================ ] 712/2655 26% [================ ] 713/2655 26% [================ ] 714/2655 26% [================ ] 715/2655 26% [================ ] 716/2655 26% [================ ] 717/2655 27% [================ ] 718/2655 27% [================ ] 719/2655 27% [================ ] 720/2655 27% [================ ] 721/2655 27% [================ ] 722/2655 27% [================ ] 723/2655 27% [================ ] 724/2655 27% [================ ] 725/2655 27% [================ ] 726/2655 27% [================ ] 727/2655 27% [================= ] 728/2655 27% [================= ] 729/2655 27% [================= ] 730/2655 27% [================= ] 731/2655 27% [================= ] 732/2655 27% [================= ] 733/2655 27% [================= ] 734/2655 27% [================= ] 735/2655 27% [================= ] 736/2655 27% [================= ] 737/2655 27% [================= ] 738/2655 27% [================= ] 739/2655 27% [================= ] 740/2655 27% [================= ] 741/2655 27% [================= ] 742/2655 27% [================= ] 743/2655 27% [================= ] 744/2655 28% [================= ] 745/2655 28% [================= ] 746/2655 28% [================= ] 747/2655 28% [================= ] 748/2655 28% [================= ] 749/2655 28% [================= ] 750/2655 28% [================= ] 751/2655 28% [================= ] 752/2655 28% [================= ] 753/2655 28% [================= ] 754/2655 28% [================= ] 755/2655 28% [================= ] 756/2655 28% [================= ] 757/2655 28% [================= ] 758/2655 28% [================= ] 759/2655 28% [================= ] 760/2655 28% [================= ] 761/2655 28% [================= ] 762/2655 28% [================= ] 763/2655 28% [================= ] 764/2655 28% [================= ] 765/2655 28% [================= ] 766/2655 28% [================= ] 767/2655 28% [================= ] 768/2655 28% [================= ] 769/2655 28% [================= ] 770/2655 29% [================== ] 771/2655 29% [================== ] 772/2655 29% [================== ] 773/2655 29% [================== ] 774/2655 29% [================== ] 775/2655 29% [================== ] 776/2655 29% [================== ] 777/2655 29% [================== ] 778/2655 29% [================== ] 779/2655 29% [================== ] 780/2655 29% [================== ] 781/2655 29% [================== ] 782/2655 29% [================== ] 783/2655 29% [================== ] 784/2655 29% [================== ] 785/2655 29% [================== ] 786/2655 29% [================== ] 787/2655 29% [================== ] 788/2655 29% [================== ] 789/2655 29% [================== ] 790/2655 29% [================== ] 791/2655 29% [================== ] 792/2655 29% [================== ] 793/2655 29% [================== ] 794/2655 29% [================== ] 795/2655 29% [================== ] 796/2655 29% [================== ] 797/2655 30% [================== ] 798/2655 30% [================== ] 799/2655 30% [================== ] 800/2655 30% [================== ] 801/2655 30% [================== ] 802/2655 30% [================== ] 803/2655 30% [================== ] 804/2655 30% [================== ] 805/2655 30% [================== ] 806/2655 30% [================== ] 807/2655 30% [================== ] 808/2655 30% [================== ] 809/2655 30% [================== ] 810/2655 30% [================== ] 811/2655 30% [================== ] 812/2655 30% [================== ] 813/2655 30% [=================== ] 814/2655 30% [=================== ] 815/2655 30% [=================== ] 816/2655 30% [=================== ] 817/2655 30% [=================== ] 818/2655 30% [=================== ] 819/2655 30% [=================== ] 820/2655 30% [=================== ] 821/2655 30% [=================== ] 822/2655 30% [=================== ] 823/2655 30% [=================== ] 824/2655 31% [=================== ] 825/2655 31% [=================== ] 826/2655 31% [=================== ] 827/2655 31% [=================== ] 828/2655 31% [=================== ] 829/2655 31% [=================== ] 830/2655 31% [=================== ] 831/2655 31% [=================== ] 832/2655 31% [=================== ] 833/2655 31% [=================== ] 834/2655 31% [=================== ] 835/2655 31% [=================== ] 836/2655 31% [=================== ] 837/2655 31% [=================== ] 838/2655 31% [=================== ] 839/2655 31% [=================== ] 840/2655 31% [=================== ] 841/2655 31% [=================== ] 842/2655 31% [=================== ] 843/2655 31% [=================== ] 844/2655 31% [=================== ] 845/2655 31% [=================== ] 846/2655 31% [=================== ] 847/2655 31% [=================== ] 848/2655 31% [=================== ] 849/2655 31% [=================== ] 850/2655 32% [=================== ] 851/2655 32% [=================== ] 852/2655 32% [=================== ] 853/2655 32% [=================== ] 854/2655 32% [=================== ] 855/2655 32% [=================== ] 856/2655 32% [==================== ] 857/2655 32% [==================== ] 858/2655 32% [==================== ] 859/2655 32% [==================== ] 860/2655 32% [==================== ] 861/2655 32% [==================== ] 862/2655 32% [==================== ] 863/2655 32% [==================== ] 864/2655 32% [==================== ] 865/2655 32% [==================== ] 866/2655 32% [==================== ] 867/2655 32% [==================== ] 868/2655 32% [==================== ] 869/2655 32% [==================== ] 870/2655 32% [==================== ] 871/2655 32% [==================== ] 872/2655 32% [==================== ] 873/2655 32% [==================== ] 874/2655 32% [==================== ] 875/2655 32% [==================== ] 876/2655 32% [==================== ] 877/2655 33% [==================== ] 878/2655 33% [==================== ] 879/2655 33% [==================== ] 880/2655 33% [==================== ] 881/2655 33% [==================== ] 882/2655 33% [==================== ] 883/2655 33% [==================== ] 884/2655 33% [==================== ] 885/2655 33% [==================== ] 886/2655 33% [==================== ] 887/2655 33% [==================== ] 888/2655 33% [==================== ] 889/2655 33% [==================== ] 890/2655 33% [==================== ] 891/2655 33% [==================== ] 892/2655 33% [==================== ] 893/2655 33% [==================== ] 894/2655 33% [==================== ] 895/2655 33% [==================== ] 896/2655 33% [==================== ] 897/2655 33% [==================== ] 898/2655 33% [==================== ] 899/2655 33% [===================== ] 900/2655 33% [===================== ] 901/2655 33% [===================== ] 902/2655 33% [===================== ] 903/2655 34% [===================== ] 904/2655 34% [===================== ] 905/2655 34% [===================== ] 906/2655 34% [===================== ] 907/2655 34% [===================== ] 908/2655 34% [===================== ] 909/2655 34% [===================== ] 910/2655 34% [===================== ] 911/2655 34% [===================== ] 912/2655 34% [===================== ] 913/2655 34% [===================== ] 914/2655 34% [===================== ] 915/2655 34% [===================== ] 916/2655 34% [===================== ] 917/2655 34% [===================== ] 918/2655 34% [===================== ] 919/2655 34% [===================== ] 920/2655 34% [===================== ] 921/2655 34% [===================== ] 922/2655 34% [===================== ] 923/2655 34% [===================== ] 924/2655 34% [===================== ] 925/2655 34% [===================== ] 926/2655 34% [===================== ] 927/2655 34% [===================== ] 928/2655 34% [===================== ] 929/2655 34% [===================== ] 930/2655 35% [===================== ] 931/2655 35% [===================== ] 932/2655 35% [===================== ] 933/2655 35% [===================== ] 934/2655 35% [===================== ] 935/2655 35% [===================== ] 936/2655 35% [===================== ] 937/2655 35% [===================== ] 938/2655 35% [===================== ] 939/2655 35% [===================== ] 940/2655 35% [===================== ] 941/2655 35% [===================== ] 942/2655 35% [====================== ] 943/2655 35% [====================== ] 944/2655 35% [====================== ] 945/2655 35% [====================== ] 946/2655 35% [====================== ] 947/2655 35% [====================== ] 948/2655 35% [====================== ] 949/2655 35% [====================== ] 950/2655 35% [====================== ] 951/2655 35% [====================== ] 952/2655 35% [====================== ] 953/2655 35% [====================== ] 954/2655 35% [====================== ] 955/2655 35% [====================== ] 956/2655 36% [====================== ] 957/2655 36% [====================== ] 958/2655 36% [====================== ] 959/2655 36% [====================== ] 960/2655 36% [====================== ] 961/2655 36% [====================== ] 962/2655 36% [====================== ] 963/2655 36% [====================== ] 964/2655 36% [====================== ] 965/2655 36% [====================== ] 966/2655 36% [====================== ] 967/2655 36% [====================== ] 968/2655 36% [====================== ] 969/2655 36% [====================== ] 970/2655 36% [====================== ] 971/2655 36% [====================== ] 972/2655 36% [====================== ] 973/2655 36% [====================== ] 974/2655 36% [====================== ] 975/2655 36% [====================== ] 976/2655 36% [====================== ] 977/2655 36% [====================== ] 978/2655 36% [====================== ] 979/2655 36% [====================== ] 980/2655 36% [====================== ] 981/2655 36% [====================== ] 982/2655 36% [====================== ] 983/2655 37% [====================== ] 984/2655 37% [======================= ] 985/2655 37% [======================= ] 986/2655 37% [======================= ] 987/2655 37% [======================= ] 988/2655 37% [======================= ] 989/2655 37% [======================= ] 990/2655 37% [======================= ] 991/2655 37% [======================= ] 992/2655 37% [======================= ] 993/2655 37% [======================= ] 994/2655 37% [======================= ] 995/2655 37% [======================= ] 996/2655 37% [======================= ] 997/2655 37% [======================= ] 998/2655 37% [======================= ] 999/2655 37% [======================= ] 1000/2655 37% [======================= ] 1001/2655 37% [======================= ] 1002/2655 37% [======================= ] 1003/2655 37% [======================= ] 1004/2655 37% [======================= ] 1005/2655 37% [======================= ] 1006/2655 37% [======================= ] 1007/2655 37% [======================= ] 1008/2655 37% [======================= ] 1009/2655 38% [======================= ] 1010/2655 38% [======================= ] 1011/2655 38% [======================= ] 1012/2655 38% [======================= ] 1013/2655 38% [======================= ] 1014/2655 38% [======================= ] 1015/2655 38% [======================= ] 1016/2655 38% [======================= ] 1017/2655 38% [======================= ] 1018/2655 38% [======================= ] 1019/2655 38% [======================= ] 1020/2655 38% [======================= ] 1021/2655 38% [======================= ] 1022/2655 38% [======================= ] 1023/2655 38% [======================= ] 1024/2655 38% [======================= ] 1025/2655 38% [======================= ] 1026/2655 38% [======================= ] 1027/2655 38% [======================== ] 1028/2655 38% [======================== ] 1029/2655 38% [======================== ] 1030/2655 38% [======================== ] 1031/2655 38% [======================== ] 1032/2655 38% [======================== ] 1033/2655 38% [======================== ] 1034/2655 38% [======================== ] 1035/2655 38% [======================== ] 1036/2655 39% [======================== ] 1037/2655 39% [======================== ] 1038/2655 39% [======================== ] 1039/2655 39% [======================== ] 1040/2655 39% [======================== ] 1041/2655 39% [======================== ] 1042/2655 39% [======================== ] 1043/2655 39% [======================== ] 1044/2655 39% [======================== ] 1045/2655 39% [======================== ] 1046/2655 39% [======================== ] 1047/2655 39% [======================== ] 1048/2655 39% [======================== ] 1049/2655 39% [======================== ] 1050/2655 39% [======================== ] 1051/2655 39% [======================== ] 1052/2655 39% [======================== ] 1053/2655 39% [======================== ] 1054/2655 39% [======================== ] 1055/2655 39% [======================== ] 1056/2655 39% [======================== ] 1057/2655 39% [======================== ] 1058/2655 39% [======================== ] 1059/2655 39% [======================== ] 1060/2655 39% [======================== ] 1061/2655 39% [======================== ] 1062/2655 40% [======================== ] 1063/2655 40% [======================== ] 1064/2655 40% [======================== ] 1065/2655 40% [======================== ] 1066/2655 40% [======================== ] 1067/2655 40% [======================== ] 1068/2655 40% [======================== ] 1069/2655 40% [======================== ] 1070/2655 40% [========================= ] 1071/2655 40% [========================= ] 1072/2655 40% [========================= ] 1073/2655 40% [========================= ] 1074/2655 40% [========================= ] 1075/2655 40% [========================= ] 1076/2655 40% [========================= ] 1077/2655 40% [========================= ] 1078/2655 40% [========================= ] 1079/2655 40% [========================= ] 1080/2655 40% [========================= ] 1081/2655 40% [========================= ] 1082/2655 40% [========================= ] 1083/2655 40% [========================= ] 1084/2655 40% [========================= ] 1085/2655 40% [========================= ] 1086/2655 40% [========================= ] 1087/2655 40% [========================= ] 1088/2655 40% [========================= ] 1089/2655 41% [========================= ] 1090/2655 41% [========================= ] 1091/2655 41% [========================= ] 1092/2655 41% [========================= ] 1093/2655 41% [========================= ] 1094/2655 41% [========================= ] 1095/2655 41% [========================= ] 1096/2655 41% [========================= ] 1097/2655 41% [========================= ] 1098/2655 41% [========================= ] 1099/2655 41% [========================= ] 1100/2655 41% [========================= ] 1101/2655 41% [========================= ] 1102/2655 41% [========================= ] 1103/2655 41% [========================= ] 1104/2655 41% [========================= ] 1105/2655 41% [========================= ] 1106/2655 41% [========================= ] 1107/2655 41% [========================= ] 1108/2655 41% [========================= ] 1109/2655 41% [========================= ] 1110/2655 41% [========================= ] 1111/2655 41% [========================= ] 1112/2655 41% [========================= ] 1113/2655 41% [========================== ] 1114/2655 41% [========================== ] 1115/2655 41% [========================== ] 1116/2655 42% [========================== ] 1117/2655 42% [========================== ] 1118/2655 42% [========================== ] 1119/2655 42% [========================== ] 1120/2655 42% [========================== ] 1121/2655 42% [========================== ] 1122/2655 42% [========================== ] 1123/2655 42% [========================== ] 1124/2655 42% [========================== ] 1125/2655 42% [========================== ] 1126/2655 42% [========================== ] 1127/2655 42% [========================== ] 1128/2655 42% [========================== ] 1129/2655 42% [========================== ] 1130/2655 42% [========================== ] 1131/2655 42% [========================== ] 1132/2655 42% [========================== ] 1133/2655 42% [========================== ] 1134/2655 42% [========================== ] 1135/2655 42% [========================== ] 1136/2655 42% [========================== ] 1137/2655 42% [========================== ] 1138/2655 42% [========================== ] 1139/2655 42% [========================== ] 1140/2655 42% [========================== ] 1141/2655 42% [========================== ] 1142/2655 43% [========================== ] 1143/2655 43% [========================== ] 1144/2655 43% [========================== ] 1145/2655 43% [========================== ] 1146/2655 43% [========================== ] 1147/2655 43% [========================== ] 1148/2655 43% [========================== ] 1149/2655 43% [========================== ] 1150/2655 43% [========================== ] 1151/2655 43% [========================== ] 1152/2655 43% [========================== ] 1153/2655 43% [========================== ] 1154/2655 43% [========================== ] 1155/2655 43% [========================== ] 1156/2655 43% [=========================== ] 1157/2655 43% [=========================== ] 1158/2655 43% [=========================== ] 1159/2655 43% [=========================== ] 1160/2655 43% [=========================== ] 1161/2655 43% [=========================== ] 1162/2655 43% [=========================== ] 1163/2655 43% [=========================== ] 1164/2655 43% [=========================== ] 1165/2655 43% [=========================== ] 1166/2655 43% [=========================== ] 1167/2655 43% [=========================== ] 1168/2655 43% [=========================== ] 1169/2655 44% [=========================== ] 1170/2655 44% [=========================== ] 1171/2655 44% [=========================== ] 1172/2655 44% [=========================== ] 1173/2655 44% [=========================== ] 1174/2655 44% [=========================== ] 1175/2655 44% [=========================== ] 1176/2655 44% [=========================== ] 1177/2655 44% [=========================== ] 1178/2655 44% [=========================== ] 1179/2655 44% [=========================== ] 1180/2655 44% [=========================== ] 1181/2655 44% [=========================== ] 1182/2655 44% [=========================== ] 1183/2655 44% [=========================== ] 1184/2655 44% [=========================== ] 1185/2655 44% [=========================== ] 1186/2655 44% [=========================== ] 1187/2655 44% [=========================== ] 1188/2655 44% [=========================== ] 1189/2655 44% [=========================== ] 1190/2655 44% [=========================== ] 1191/2655 44% [=========================== ] 1192/2655 44% [=========================== ] 1193/2655 44% [=========================== ] 1194/2655 44% [=========================== ] 1195/2655 45% [=========================== ] 1196/2655 45% [=========================== ] 1197/2655 45% [=========================== ] 1198/2655 45% [=========================== ] 1199/2655 45% [============================ ] 1200/2655 45% [============================ ] 1201/2655 45% [============================ ] 1202/2655 45% [============================ ] 1203/2655 45% [============================ ] 1204/2655 45% [============================ ] 1205/2655 45% [============================ ] 1206/2655 45% [============================ ] 1207/2655 45% [============================ ] 1208/2655 45% [============================ ] 1209/2655 45% [============================ ] 1210/2655 45% [============================ ] 1211/2655 45% [============================ ] 1212/2655 45% [============================ ] 1213/2655 45% [============================ ] 1214/2655 45% [============================ ] 1215/2655 45% [============================ ] 1216/2655 45% [============================ ] 1217/2655 45% [============================ ] 1218/2655 45% [============================ ] 1219/2655 45% [============================ ] 1220/2655 45% [============================ ] 1221/2655 45% [============================ ] 1222/2655 46% [============================ ] 1223/2655 46% [============================ ] 1224/2655 46% [============================ ] 1225/2655 46% [============================ ] 1226/2655 46% [============================ ] 1227/2655 46% [============================ ] 1228/2655 46% [============================ ] 1229/2655 46% [============================ ] 1230/2655 46% [============================ ] 1231/2655 46% [============================ ] 1232/2655 46% [============================ ] 1233/2655 46% [============================ ] 1234/2655 46% [============================ ] 1235/2655 46% [============================ ] 1236/2655 46% [============================ ] 1237/2655 46% [============================ ] 1238/2655 46% [============================ ] 1239/2655 46% [============================ ] 1240/2655 46% [============================ ] 1241/2655 46% [============================= ] 1242/2655 46% [============================= ] 1243/2655 46% [============================= ] 1244/2655 46% [============================= ] 1245/2655 46% [============================= ] 1246/2655 46% [============================= ] 1247/2655 46% [============================= ] 1248/2655 47% [============================= ] 1249/2655 47% [============================= ] 1250/2655 47% [============================= ] 1251/2655 47% [============================= ] 1252/2655 47% [============================= ] 1253/2655 47% [============================= ] 1254/2655 47% [============================= ] 1255/2655 47% [============================= ] 1256/2655 47% [============================= ] 1257/2655 47% [============================= ] 1258/2655 47% [============================= ] 1259/2655 47% [============================= ] 1260/2655 47% [============================= ] 1261/2655 47% [============================= ] 1262/2655 47% [============================= ] 1263/2655 47% [============================= ] 1264/2655 47% [============================= ] 1265/2655 47% [============================= ] 1266/2655 47% [============================= ] 1267/2655 47% [============================= ] 1268/2655 47% [============================= ] 1269/2655 47% [============================= ] 1270/2655 47% [============================= ] 1271/2655 47% [============================= ] 1272/2655 47% [============================= ] 1273/2655 47% [============================= ] 1274/2655 47% [============================= ] 1275/2655 48% [============================= ] 1276/2655 48% [============================= ] 1277/2655 48% [============================= ] 1278/2655 48% [============================= ] 1279/2655 48% [============================= ] 1280/2655 48% [============================= ] 1281/2655 48% [============================= ] 1282/2655 48% [============================= ] 1283/2655 48% [============================= ] 1284/2655 48% [============================== ] 1285/2655 48% [============================== ] 1286/2655 48% [============================== ] 1287/2655 48% [============================== ] 1288/2655 48% [============================== ] 1289/2655 48% [============================== ] 1290/2655 48% [============================== ] 1291/2655 48% [============================== ] 1292/2655 48% [============================== ] 1293/2655 48% [============================== ] 1294/2655 48% [============================== ] 1295/2655 48% [============================== ] 1296/2655 48% [============================== ] 1297/2655 48% [============================== ] 1298/2655 48% [============================== ] 1299/2655 48% [============================== ] 1300/2655 48% [============================== ] 1301/2655 49% [============================== ] 1302/2655 49% [============================== ] 1303/2655 49% [============================== ] 1304/2655 49% [============================== ] 1305/2655 49% [============================== ] 1306/2655 49% [============================== ] 1307/2655 49% [============================== ] 1308/2655 49% [============================== ] 1309/2655 49% [============================== ] 1310/2655 49% [============================== ] 1311/2655 49% [============================== ] 1312/2655 49% [============================== ] 1313/2655 49% [============================== ] 1314/2655 49% [============================== ] 1315/2655 49% [============================== ] 1316/2655 49% [============================== ] 1317/2655 49% [============================== ] 1318/2655 49% [============================== ] 1319/2655 49% [============================== ] 1320/2655 49% [============================== ] 1321/2655 49% [============================== ] 1322/2655 49% [============================== ] 1323/2655 49% [============================== ] 1324/2655 49% [============================== ] 1325/2655 49% [============================== ] 1326/2655 49% [============================== ] 1327/2655 49% [=============================== ] 1328/2655 50% [=============================== ] 1329/2655 50% [=============================== ] 1330/2655 50% [=============================== ] 1331/2655 50% [=============================== ] 1332/2655 50% [=============================== ] 1333/2655 50% [=============================== ] 1334/2655 50% [=============================== ] 1335/2655 50% [=============================== ] 1336/2655 50% [=============================== ] 1337/2655 50% [=============================== ] 1338/2655 50% [=============================== ] 1339/2655 50% [=============================== ] 1340/2655 50% [=============================== ] 1341/2655 50% [=============================== ] 1342/2655 50% [=============================== ] 1343/2655 50% [=============================== ] 1344/2655 50% [=============================== ] 1345/2655 50% [=============================== ] 1346/2655 50% [=============================== ] 1347/2655 50% [=============================== ] 1348/2655 50% [=============================== ] 1349/2655 50% [=============================== ] 1350/2655 50% [=============================== ] 1351/2655 50% [=============================== ] 1352/2655 50% [=============================== ] 1353/2655 50% [=============================== ] 1354/2655 50% [=============================== ] 1355/2655 51% [=============================== ] 1356/2655 51% [=============================== ] 1357/2655 51% [=============================== ] 1358/2655 51% [=============================== ] 1359/2655 51% [=============================== ] 1360/2655 51% [=============================== ] 1361/2655 51% [=============================== ] 1362/2655 51% [=============================== ] 1363/2655 51% [=============================== ] 1364/2655 51% [=============================== ] 1365/2655 51% [=============================== ] 1366/2655 51% [=============================== ] 1367/2655 51% [=============================== ] 1368/2655 51% [=============================== ] 1369/2655 51% [=============================== ] 1370/2655 51% [================================ ] 1371/2655 51% [================================ ] 1372/2655 51% [================================ ] 1373/2655 51% [================================ ] 1374/2655 51% [================================ ] 1375/2655 51% [================================ ] 1376/2655 51% [================================ ] 1377/2655 51% [================================ ] 1378/2655 51% [================================ ] 1379/2655 51% [================================ ] 1380/2655 51% [================================ ] 1381/2655 52% [================================ ] 1382/2655 52% [================================ ] 1383/2655 52% [================================ ] 1384/2655 52% [================================ ] 1385/2655 52% [================================ ] 1386/2655 52% [================================ ] 1387/2655 52% [================================ ] 1388/2655 52% [================================ ] 1389/2655 52% [================================ ] 1390/2655 52% [================================ ] 1391/2655 52% [================================ ] 1392/2655 52% [================================ ] 1393/2655 52% [================================ ] 1394/2655 52% [================================ ] 1395/2655 52% [================================ ] 1396/2655 52% [================================ ] 1397/2655 52% [================================ ] 1398/2655 52% [================================ ] 1399/2655 52% [================================ ] 1400/2655 52% [================================ ] 1401/2655 52% [================================ ] 1402/2655 52% [================================ ] 1403/2655 52% [================================ ] 1404/2655 52% [================================ ] 1405/2655 52% [================================ ] 1406/2655 52% [================================ ] 1407/2655 52% [================================ ] 1408/2655 53% [================================ ] 1409/2655 53% [================================ ] 1410/2655 53% [================================ ] 1411/2655 53% [================================ ] 1412/2655 53% [================================ ] 1413/2655 53% [================================= ] 1414/2655 53% [================================= ] 1415/2655 53% [================================= ] 1416/2655 53% [================================= ] 1417/2655 53% [================================= ] 1418/2655 53% [================================= ] 1419/2655 53% [================================= ] 1420/2655 53% [================================= ] 1421/2655 53% [================================= ] 1422/2655 53% [================================= ] 1423/2655 53% [================================= ] 1424/2655 53% [================================= ] 1425/2655 53% [================================= ] 1426/2655 53% [================================= ] 1427/2655 53% [================================= ] 1428/2655 53% [================================= ] 1429/2655 53% [================================= ] 1430/2655 53% [================================= ] 1431/2655 53% [================================= ] 1432/2655 53% [================================= ] 1433/2655 53% [================================= ] 1434/2655 54% [================================= ] 1435/2655 54% [================================= ] 1436/2655 54% [================================= ] 1437/2655 54% [================================= ] 1438/2655 54% [================================= ] 1439/2655 54% [================================= ] 1440/2655 54% [================================= ] 1441/2655 54% [================================= ] 1442/2655 54% [================================= ] 1443/2655 54% [================================= ] 1444/2655 54% [================================= ] 1445/2655 54% [================================= ] 1446/2655 54% [================================= ] 1447/2655 54% [================================= ] 1448/2655 54% [================================= ] 1449/2655 54% [================================= ] 1450/2655 54% [================================= ] 1451/2655 54% [================================= ] 1452/2655 54% [================================= ] 1453/2655 54% [================================= ] 1454/2655 54% [================================= ] 1455/2655 54% [================================== ] 1456/2655 54% [================================== ] 1457/2655 54% [================================== ] 1458/2655 54% [================================== ] 1459/2655 54% [================================== ] 1460/2655 54% [================================== ] 1461/2655 55% [================================== ] 1462/2655 55% [================================== ] 1463/2655 55% [================================== ] 1464/2655 55% [================================== ] 1465/2655 55% [================================== ] 1466/2655 55% [================================== ] 1467/2655 55% [================================== ] 1468/2655 55% [================================== ] 1469/2655 55% [================================== ] 1470/2655 55% [================================== ] 1471/2655 55% [================================== ] 1472/2655 55% [================================== ] 1473/2655 55% [================================== ] 1474/2655 55% [================================== ] 1475/2655 55% [================================== ] 1476/2655 55% [================================== ] 1477/2655 55% [================================== ] 1478/2655 55% [================================== ] 1479/2655 55% [================================== ] 1480/2655 55% [================================== ] 1481/2655 55% [================================== ] 1482/2655 55% [================================== ] 1483/2655 55% [================================== ] 1484/2655 55% [================================== ] 1485/2655 55% [================================== ] 1486/2655 55% [================================== ] 1487/2655 56% [================================== ] 1488/2655 56% [================================== ] 1489/2655 56% [================================== ] 1490/2655 56% [================================== ] 1491/2655 56% [================================== ] 1492/2655 56% [================================== ] 1493/2655 56% [================================== ] 1494/2655 56% [================================== ] 1495/2655 56% [================================== ] 1496/2655 56% [================================== ] 1497/2655 56% [================================== ] 1498/2655 56% [=================================== ] 1499/2655 56% [=================================== ] 1500/2655 56% [=================================== ] 1501/2655 56% [=================================== ] 1502/2655 56% [=================================== ] 1503/2655 56% [=================================== ] 1504/2655 56% [=================================== ] 1505/2655 56% [=================================== ] 1506/2655 56% [=================================== ] 1507/2655 56% [=================================== ] 1508/2655 56% [=================================== ] 1509/2655 56% [=================================== ] 1510/2655 56% [=================================== ] 1511/2655 56% [=================================== ] 1512/2655 56% [=================================== ] 1513/2655 56% [=================================== ] 1514/2655 57% [=================================== ] 1515/2655 57% [=================================== ] 1516/2655 57% [=================================== ] 1517/2655 57% [=================================== ] 1518/2655 57% [=================================== ] 1519/2655 57% [=================================== ] 1520/2655 57% [=================================== ] 1521/2655 57% [=================================== ] 1522/2655 57% [=================================== ] 1523/2655 57% [=================================== ] 1524/2655 57% [=================================== ] 1525/2655 57% [=================================== ] 1526/2655 57% [=================================== ] 1527/2655 57% [=================================== ] 1528/2655 57% [=================================== ] 1529/2655 57% [=================================== ] 1530/2655 57% [=================================== ] 1531/2655 57% [=================================== ] 1532/2655 57% [=================================== ] 1533/2655 57% [=================================== ] 1534/2655 57% [=================================== ] 1535/2655 57% [=================================== ] 1536/2655 57% [=================================== ] 1537/2655 57% [=================================== ] 1538/2655 57% [=================================== ] 1539/2655 57% [=================================== ] 1540/2655 58% [=================================== ] 1541/2655 58% [==================================== ] 1542/2655 58% [==================================== ] 1543/2655 58% [==================================== ] 1544/2655 58% [==================================== ] 1545/2655 58% [==================================== ] 1546/2655 58% [==================================== ] 1547/2655 58% [==================================== ] 1548/2655 58% [==================================== ] 1549/2655 58% [==================================== ] 1550/2655 58% [==================================== ] 1551/2655 58% [==================================== ] 1552/2655 58% [==================================== ] 1553/2655 58% [==================================== ] 1554/2655 58% [==================================== ] 1555/2655 58% [==================================== ] 1556/2655 58% [==================================== ] 1557/2655 58% [==================================== ] 1558/2655 58% [==================================== ] 1559/2655 58% [==================================== ] 1560/2655 58% [==================================== ] 1561/2655 58% [==================================== ] 1562/2655 58% [==================================== ] 1563/2655 58% [==================================== ] 1564/2655 58% [==================================== ] 1565/2655 58% [==================================== ] 1566/2655 58% [==================================== ] 1567/2655 59% [==================================== ] 1568/2655 59% [==================================== ] 1569/2655 59% [==================================== ] 1570/2655 59% [==================================== ] 1571/2655 59% [==================================== ] 1572/2655 59% [==================================== ] 1573/2655 59% [==================================== ] 1574/2655 59% [==================================== ] 1575/2655 59% [==================================== ] 1576/2655 59% [==================================== ] 1577/2655 59% [==================================== ] 1578/2655 59% [==================================== ] 1579/2655 59% [==================================== ] 1580/2655 59% [==================================== ] 1581/2655 59% [==================================== ] 1582/2655 59% [==================================== ] 1583/2655 59% [==================================== ] 1584/2655 59% [===================================== ] 1585/2655 59% [===================================== ] 1586/2655 59% [===================================== ] 1587/2655 59% [===================================== ] 1588/2655 59% [===================================== ] 1589/2655 59% [===================================== ] 1590/2655 59% [===================================== ] 1591/2655 59% [===================================== ] 1592/2655 59% [===================================== ] 1593/2655 60% [===================================== ] 1594/2655 60% [===================================== ] 1595/2655 60% [===================================== ] 1596/2655 60% [===================================== ] 1597/2655 60% [===================================== ] 1598/2655 60% [===================================== ] 1599/2655 60% [===================================== ] 1600/2655 60% [===================================== ] 1601/2655 60% [===================================== ] 1602/2655 60% [===================================== ] 1603/2655 60% [===================================== ] 1604/2655 60% [===================================== ] 1605/2655 60% [===================================== ] 1606/2655 60% [===================================== ] 1607/2655 60% [===================================== ] 1608/2655 60% [===================================== ] 1609/2655 60% [===================================== ] 1610/2655 60% [===================================== ] 1611/2655 60% [===================================== ] 1612/2655 60% [===================================== ] 1613/2655 60% [===================================== ] 1614/2655 60% [===================================== ] 1615/2655 60% [===================================== ] 1616/2655 60% [===================================== ] 1617/2655 60% [===================================== ] 1618/2655 60% [===================================== ] 1619/2655 60% [===================================== ] 1620/2655 61% [===================================== ] 1621/2655 61% [===================================== ] 1622/2655 61% [===================================== ] 1623/2655 61% [===================================== ] 1624/2655 61% [===================================== ] 1625/2655 61% [===================================== ] 1626/2655 61% [===================================== ] 1627/2655 61% [====================================== ] 1628/2655 61% [====================================== ] 1629/2655 61% [====================================== ] 1630/2655 61% [====================================== ] 1631/2655 61% [====================================== ] 1632/2655 61% [====================================== ] 1633/2655 61% [====================================== ] 1634/2655 61% [====================================== ] 1635/2655 61% [====================================== ] 1636/2655 61% [====================================== ] 1637/2655 61% [====================================== ] 1638/2655 61% [====================================== ] 1639/2655 61% [====================================== ] 1640/2655 61% [====================================== ] 1641/2655 61% [====================================== ] 1642/2655 61% [====================================== ] 1643/2655 61% [====================================== ] 1644/2655 61% [====================================== ] 1645/2655 61% [====================================== ] 1646/2655 61% [====================================== ] 1647/2655 62% [====================================== ] 1648/2655 62% [====================================== ] 1649/2655 62% [====================================== ] 1650/2655 62% [====================================== ] 1651/2655 62% [====================================== ] 1652/2655 62% [====================================== ] 1653/2655 62% [====================================== ] 1654/2655 62% [====================================== ] 1655/2655 62% [====================================== ] 1656/2655 62% [====================================== ] 1657/2655 62% [====================================== ] 1658/2655 62% [====================================== ] 1659/2655 62% [====================================== ] 1660/2655 62% [====================================== ] 1661/2655 62% [====================================== ] 1662/2655 62% [====================================== ] 1663/2655 62% [====================================== ] 1664/2655 62% [====================================== ] 1665/2655 62% [====================================== ] 1666/2655 62% [====================================== ] 1667/2655 62% [====================================== ] 1668/2655 62% [====================================== ] 1669/2655 62% [====================================== ] 1670/2655 62% [======================================= ] 1671/2655 62% [======================================= ] 1672/2655 62% [======================================= ] 1673/2655 63% [======================================= ] 1674/2655 63% [======================================= ] 1675/2655 63% [======================================= ] 1676/2655 63% [======================================= ] 1677/2655 63% [======================================= ] 1678/2655 63% [======================================= ] 1679/2655 63% [======================================= ] 1680/2655 63% [======================================= ] 1681/2655 63% [======================================= ] 1682/2655 63% [======================================= ] 1683/2655 63% [======================================= ] 1684/2655 63% [======================================= ] 1685/2655 63% [======================================= ] 1686/2655 63% [======================================= ] 1687/2655 63% [======================================= ] 1688/2655 63% [======================================= ] 1689/2655 63% [======================================= ] 1690/2655 63% [======================================= ] 1691/2655 63% [======================================= ] 1692/2655 63% [======================================= ] 1693/2655 63% [======================================= ] 1694/2655 63% [======================================= ] 1695/2655 63% [======================================= ] 1696/2655 63% [======================================= ] 1697/2655 63% [======================================= ] 1698/2655 63% [======================================= ] 1699/2655 63% [======================================= ] 1700/2655 64% [======================================= ] 1701/2655 64% [======================================= ] 1702/2655 64% [======================================= ] 1703/2655 64% [======================================= ] 1704/2655 64% [======================================= ] 1705/2655 64% [======================================= ] 1706/2655 64% [======================================= ] 1707/2655 64% [======================================= ] 1708/2655 64% [======================================= ] 1709/2655 64% [======================================= ] 1710/2655 64% [======================================= ] 1711/2655 64% [======================================= ] 1712/2655 64% [======================================== ] 1713/2655 64% [======================================== ] 1714/2655 64% [======================================== ] 1715/2655 64% [======================================== ] 1716/2655 64% [======================================== ] 1717/2655 64% [======================================== ] 1718/2655 64% [======================================== ] 1719/2655 64% [======================================== ] 1720/2655 64% [======================================== ] 1721/2655 64% [======================================== ] 1722/2655 64% [======================================== ] 1723/2655 64% [======================================== ] 1724/2655 64% [======================================== ] 1725/2655 64% [======================================== ] 1726/2655 65% [======================================== ] 1727/2655 65% [======================================== ] 1728/2655 65% [======================================== ] 1729/2655 65% [======================================== ] 1730/2655 65% [======================================== ] 1731/2655 65% [======================================== ] 1732/2655 65% [======================================== ] 1733/2655 65% [======================================== ] 1734/2655 65% [======================================== ] 1735/2655 65% [======================================== ] 1736/2655 65% [======================================== ] 1737/2655 65% [======================================== ] 1738/2655 65% [======================================== ] 1739/2655 65% [======================================== ] 1740/2655 65% [======================================== ] 1741/2655 65% [======================================== ] 1742/2655 65% [======================================== ] 1743/2655 65% [======================================== ] 1744/2655 65% [======================================== ] 1745/2655 65% [======================================== ] 1746/2655 65% [======================================== ] 1747/2655 65% [======================================== ] 1748/2655 65% [======================================== ] 1749/2655 65% [======================================== ] 1750/2655 65% [======================================== ] 1751/2655 65% [======================================== ] 1752/2655 65% [======================================== ] 1753/2655 66% [======================================== ] 1754/2655 66% [======================================== ] 1755/2655 66% [========================================= ] 1756/2655 66% [========================================= ] 1757/2655 66% [========================================= ] 1758/2655 66% [========================================= ] 1759/2655 66% [========================================= ] 1760/2655 66% [========================================= ] 1761/2655 66% [========================================= ] 1762/2655 66% [========================================= ] 1763/2655 66% [========================================= ] 1764/2655 66% [========================================= ] 1765/2655 66% [========================================= ] 1766/2655 66% [========================================= ] 1767/2655 66% [========================================= ] 1768/2655 66% [========================================= ] 1769/2655 66% [========================================= ] 1770/2655 66% [========================================= ] 1771/2655 66% [========================================= ] 1772/2655 66% [========================================= ] 1773/2655 66% [========================================= ] 1774/2655 66% [========================================= ] 1775/2655 66% [========================================= ] 1776/2655 66% [========================================= ] 1777/2655 66% [========================================= ] 1778/2655 66% [========================================= ] 1779/2655 67% [========================================= ] 1780/2655 67% [========================================= ] 1781/2655 67% [========================================= ] 1782/2655 67% [========================================= ] 1783/2655 67% [========================================= ] 1784/2655 67% [========================================= ] 1785/2655 67% [========================================= ] 1786/2655 67% [========================================= ] 1787/2655 67% [========================================= ] 1788/2655 67% [========================================= ] 1789/2655 67% [========================================= ] 1790/2655 67% [========================================= ] 1791/2655 67% [========================================= ] 1792/2655 67% [========================================= ] 1793/2655 67% [========================================= ] 1794/2655 67% [========================================= ] 1795/2655 67% [========================================= ] 1796/2655 67% [========================================= ] 1797/2655 67% [========================================= ] 1798/2655 67% [========================================== ] 1799/2655 67% [========================================== ] 1800/2655 67% [========================================== ] 1801/2655 67% [========================================== ] 1802/2655 67% [========================================== ] 1803/2655 67% [========================================== ] 1804/2655 67% [========================================== ] 1805/2655 67% [========================================== ] 1806/2655 68% [========================================== ] 1807/2655 68% [========================================== ] 1808/2655 68% [========================================== ] 1809/2655 68% [========================================== ] 1810/2655 68% [========================================== ] 1811/2655 68% [========================================== ] 1812/2655 68% [========================================== ] 1813/2655 68% [========================================== ] 1814/2655 68% [========================================== ] 1815/2655 68% [========================================== ] 1816/2655 68% [========================================== ] 1817/2655 68% [========================================== ] 1818/2655 68% [========================================== ] 1819/2655 68% [========================================== ] 1820/2655 68% [========================================== ] 1821/2655 68% [========================================== ] 1822/2655 68% [========================================== ] 1823/2655 68% [========================================== ] 1824/2655 68% [========================================== ] 1825/2655 68% [========================================== ] 1826/2655 68% [========================================== ] 1827/2655 68% [========================================== ] 1828/2655 68% [========================================== ] 1829/2655 68% [========================================== ] 1830/2655 68% [========================================== ] 1831/2655 68% [========================================== ] 1832/2655 69% [========================================== ] 1833/2655 69% [========================================== ] 1834/2655 69% [========================================== ] 1835/2655 69% [========================================== ] 1836/2655 69% [========================================== ] 1837/2655 69% [========================================== ] 1838/2655 69% [========================================== ] 1839/2655 69% [========================================== ] 1840/2655 69% [========================================== ] 1841/2655 69% [=========================================== ] 1842/2655 69% [=========================================== ] 1843/2655 69% [=========================================== ] 1844/2655 69% [=========================================== ] 1845/2655 69% [=========================================== ] 1846/2655 69% [=========================================== ] 1847/2655 69% [=========================================== ] 1848/2655 69% [=========================================== ] 1849/2655 69% [=========================================== ] 1850/2655 69% [=========================================== ] 1851/2655 69% [=========================================== ] 1852/2655 69% [=========================================== ] 1853/2655 69% [=========================================== ] 1854/2655 69% [=========================================== ] 1855/2655 69% [=========================================== ] 1856/2655 69% [=========================================== ] 1857/2655 69% [=========================================== ] 1858/2655 69% [=========================================== ] 1859/2655 70% [=========================================== ] 1860/2655 70% [=========================================== ] 1861/2655 70% [=========================================== ] 1862/2655 70% [=========================================== ] 1863/2655 70% [=========================================== ] 1864/2655 70% [=========================================== ] 1865/2655 70% [=========================================== ] 1866/2655 70% [=========================================== ] 1867/2655 70% [=========================================== ] 1868/2655 70% [=========================================== ] 1869/2655 70% [=========================================== ] 1870/2655 70% [=========================================== ] 1871/2655 70% [=========================================== ] 1872/2655 70% [=========================================== ] 1873/2655 70% [=========================================== ] 1874/2655 70% [=========================================== ] 1875/2655 70% [=========================================== ] 1876/2655 70% [=========================================== ] 1877/2655 70% [=========================================== ] 1878/2655 70% [=========================================== ] 1879/2655 70% [=========================================== ] 1880/2655 70% [=========================================== ] 1881/2655 70% [=========================================== ] 1882/2655 70% [=========================================== ] 1883/2655 70% [=========================================== ] 1884/2655 70% [============================================ ] 1885/2655 70% [============================================ ] 1886/2655 71% [============================================ ] 1887/2655 71% [============================================ ] 1888/2655 71% [============================================ ] 1889/2655 71% [============================================ ] 1890/2655 71% [============================================ ] 1891/2655 71% [============================================ ] 1892/2655 71% [============================================ ] 1893/2655 71% [============================================ ] 1894/2655 71% [============================================ ] 1895/2655 71% [============================================ ] 1896/2655 71% [============================================ ] 1897/2655 71% [============================================ ] 1898/2655 71% [============================================ ] 1899/2655 71% [============================================ ] 1900/2655 71% [============================================ ] 1901/2655 71% [============================================ ] 1902/2655 71% [============================================ ] 1903/2655 71% [============================================ ] 1904/2655 71% [============================================ ] 1905/2655 71% [============================================ ] 1906/2655 71% [============================================ ] 1907/2655 71% [============================================ ] 1908/2655 71% [============================================ ] 1909/2655 71% [============================================ ] 1910/2655 71% [============================================ ] 1911/2655 71% [============================================ ] 1912/2655 72% [============================================ ] 1913/2655 72% [============================================ ] 1914/2655 72% [============================================ ] 1915/2655 72% [============================================ ] 1916/2655 72% [============================================ ] 1917/2655 72% [============================================ ] 1918/2655 72% [============================================ ] 1919/2655 72% [============================================ ] 1920/2655 72% [============================================ ] 1921/2655 72% [============================================ ] 1922/2655 72% [============================================ ] 1923/2655 72% [============================================ ] 1924/2655 72% [============================================ ] 1925/2655 72% [============================================ ] 1926/2655 72% [============================================ ] 1927/2655 72% [============================================= ] 1928/2655 72% [============================================= ] 1929/2655 72% [============================================= ] 1930/2655 72% [============================================= ] 1931/2655 72% [============================================= ] 1932/2655 72% [============================================= ] 1933/2655 72% [============================================= ] 1934/2655 72% [============================================= ] 1935/2655 72% [============================================= ] 1936/2655 72% [============================================= ] 1937/2655 72% [============================================= ] 1938/2655 72% [============================================= ] 1939/2655 73% [============================================= ] 1940/2655 73% [============================================= ] 1941/2655 73% [============================================= ] 1942/2655 73% [============================================= ] 1943/2655 73% [============================================= ] 1944/2655 73% [============================================= ] 1945/2655 73% [============================================= ] 1946/2655 73% [============================================= ] 1947/2655 73% [============================================= ] 1948/2655 73% [============================================= ] 1949/2655 73% [============================================= ] 1950/2655 73% [============================================= ] 1951/2655 73% [============================================= ] 1952/2655 73% [============================================= ] 1953/2655 73% [============================================= ] 1954/2655 73% [============================================= ] 1955/2655 73% [============================================= ] 1956/2655 73% [============================================= ] 1957/2655 73% [============================================= ] 1958/2655 73% [============================================= ] 1959/2655 73% [============================================= ] 1960/2655 73% [============================================= ] 1961/2655 73% [============================================= ] 1962/2655 73% [============================================= ] 1963/2655 73% [============================================= ] 1964/2655 73% [============================================= ] 1965/2655 74% [============================================= ] 1966/2655 74% [============================================= ] 1967/2655 74% [============================================= ] 1968/2655 74% [============================================= ] 1969/2655 74% [============================================== ] 1970/2655 74% [============================================== ] 1971/2655 74% [============================================== ] 1972/2655 74% [============================================== ] 1973/2655 74% [============================================== ] 1974/2655 74% [============================================== ] 1975/2655 74% [============================================== ] 1976/2655 74% [============================================== ] 1977/2655 74% [============================================== ] 1978/2655 74% [============================================== ] 1979/2655 74% [============================================== ] 1980/2655 74% [============================================== ] 1981/2655 74% [============================================== ] 1982/2655 74% [============================================== ] 1983/2655 74% [============================================== ] 1984/2655 74% [============================================== ] 1985/2655 74% [============================================== ] 1986/2655 74% [============================================== ] 1987/2655 74% [============================================== ] 1988/2655 74% [============================================== ] 1989/2655 74% [============================================== ] 1990/2655 74% [============================================== ] 1991/2655 74% [============================================== ] 1992/2655 75% [============================================== ] 1993/2655 75% [============================================== ] 1994/2655 75% [============================================== ] 1995/2655 75% [============================================== ] 1996/2655 75% [============================================== ] 1997/2655 75% [============================================== ] 1998/2655 75% [============================================== ] 1999/2655 75% [============================================== ] 2000/2655 75% [============================================== ] 2001/2655 75% [============================================== ] 2002/2655 75% [============================================== ] 2003/2655 75% [============================================== ] 2004/2655 75% [============================================== ] 2005/2655 75% [============================================== ] 2006/2655 75% [============================================== ] 2007/2655 75% [============================================== ] 2008/2655 75% [============================================== ] 2009/2655 75% [============================================== ] 2010/2655 75% [============================================== ] 2011/2655 75% [============================================== ] 2012/2655 75% [=============================================== ] 2013/2655 75% [=============================================== ] 2014/2655 75% [=============================================== ] 2015/2655 75% [=============================================== ] 2016/2655 75% [=============================================== ] 2017/2655 75% [=============================================== ] 2018/2655 76% [=============================================== ] 2019/2655 76% [=============================================== ] 2020/2655 76% [=============================================== ] 2021/2655 76% [=============================================== ] 2022/2655 76% [=============================================== ] 2023/2655 76% [=============================================== ] 2024/2655 76% [=============================================== ] 2025/2655 76% [=============================================== ] 2026/2655 76% [=============================================== ] 2027/2655 76% [=============================================== ] 2028/2655 76% [=============================================== ] 2029/2655 76% [=============================================== ] 2030/2655 76% [=============================================== ] 2031/2655 76% [=============================================== ] 2032/2655 76% [=============================================== ] 2033/2655 76% [=============================================== ] 2034/2655 76% [=============================================== ] 2035/2655 76% [=============================================== ] 2036/2655 76% [=============================================== ] 2037/2655 76% [=============================================== ] 2038/2655 76% [=============================================== ] 2039/2655 76% [=============================================== ] 2040/2655 76% [=============================================== ] 2041/2655 76% [=============================================== ] 2042/2655 76% [=============================================== ] 2043/2655 76% [=============================================== ] 2044/2655 76% [=============================================== ] 2045/2655 77% [=============================================== ] 2046/2655 77% [=============================================== ] 2047/2655 77% [=============================================== ] 2048/2655 77% [=============================================== ] 2049/2655 77% [=============================================== ] 2050/2655 77% [=============================================== ] 2051/2655 77% [=============================================== ] 2052/2655 77% [=============================================== ] 2053/2655 77% [=============================================== ] 2054/2655 77% [=============================================== ] 2055/2655 77% [================================================ ] 2056/2655 77% [================================================ ] 2057/2655 77% [================================================ ] 2058/2655 77% [================================================ ] 2059/2655 77% [================================================ ] 2060/2655 77% [================================================ ] 2061/2655 77% [================================================ ] 2062/2655 77% [================================================ ] 2063/2655 77% [================================================ ] 2064/2655 77% [================================================ ] 2065/2655 77% [================================================ ] 2066/2655 77% [================================================ ] 2067/2655 77% [================================================ ] 2068/2655 77% [================================================ ] 2069/2655 77% [================================================ ] 2070/2655 77% [================================================ ] 2071/2655 78% [================================================ ] 2072/2655 78% [================================================ ] 2073/2655 78% [================================================ ] 2074/2655 78% [================================================ ] 2075/2655 78% [================================================ ] 2076/2655 78% [================================================ ] 2077/2655 78% [================================================ ] 2078/2655 78% [================================================ ] 2079/2655 78% [================================================ ] 2080/2655 78% [================================================ ] 2081/2655 78% [================================================ ] 2082/2655 78% [================================================ ] 2083/2655 78% [================================================ ] 2084/2655 78% [================================================ ] 2085/2655 78% [================================================ ] 2086/2655 78% [================================================ ] 2087/2655 78% [================================================ ] 2088/2655 78% [================================================ ] 2089/2655 78% [================================================ ] 2090/2655 78% [================================================ ] 2091/2655 78% [================================================ ] 2092/2655 78% [================================================ ] 2093/2655 78% [================================================ ] 2094/2655 78% [================================================ ] 2095/2655 78% [================================================ ] 2096/2655 78% [================================================ ] 2097/2655 78% [================================================ ] 2098/2655 79% [================================================= ] 2099/2655 79% [================================================= ] 2100/2655 79% [================================================= ] 2101/2655 79% [================================================= ] 2102/2655 79% [================================================= ] 2103/2655 79% [================================================= ] 2104/2655 79% [================================================= ] 2105/2655 79% [================================================= ] 2106/2655 79% [================================================= ] 2107/2655 79% [================================================= ] 2108/2655 79% [================================================= ] 2109/2655 79% [================================================= ] 2110/2655 79% [================================================= ] 2111/2655 79% [================================================= ] 2112/2655 79% [================================================= ] 2113/2655 79% [================================================= ] 2114/2655 79% [================================================= ] 2115/2655 79% [================================================= ] 2116/2655 79% [================================================= ] 2117/2655 79% [================================================= ] 2118/2655 79% [================================================= ] 2119/2655 79% [================================================= ] 2120/2655 79% [================================================= ] 2121/2655 79% [================================================= ] 2122/2655 79% [================================================= ] 2123/2655 79% [================================================= ] 2124/2655 80% [================================================= ] 2125/2655 80% [================================================= ] 2126/2655 80% [================================================= ] 2127/2655 80% [================================================= ] 2128/2655 80% [================================================= ] 2129/2655 80% [================================================= ] 2130/2655 80% [================================================= ] 2131/2655 80% [================================================= ] 2132/2655 80% [================================================= ] 2133/2655 80% [================================================= ] 2134/2655 80% [================================================= ] 2135/2655 80% [================================================= ] 2136/2655 80% [================================================= ] 2137/2655 80% [================================================= ] 2138/2655 80% [================================================= ] 2139/2655 80% [================================================= ] 2140/2655 80% [================================================= ] 2141/2655 80% [================================================== ] 2142/2655 80% [================================================== ] 2143/2655 80% [================================================== ] 2144/2655 80% [================================================== ] 2145/2655 80% [================================================== ] 2146/2655 80% [================================================== ] 2147/2655 80% [================================================== ] 2148/2655 80% [================================================== ] 2149/2655 80% [================================================== ] 2150/2655 80% [================================================== ] 2151/2655 81% [================================================== ] 2152/2655 81% [================================================== ] 2153/2655 81% [================================================== ] 2154/2655 81% [================================================== ] 2155/2655 81% [================================================== ] 2156/2655 81% [================================================== ] 2157/2655 81% [================================================== ] 2158/2655 81% [================================================== ] 2159/2655 81% [================================================== ] 2160/2655 81% [================================================== ] 2161/2655 81% [================================================== ] 2162/2655 81% [================================================== ] 2163/2655 81% [================================================== ] 2164/2655 81% [================================================== ] 2165/2655 81% [================================================== ] 2166/2655 81% [================================================== ] 2167/2655 81% [================================================== ] 2168/2655 81% [================================================== ] 2169/2655 81% [================================================== ] 2170/2655 81% [================================================== ] 2171/2655 81% [================================================== ] 2172/2655 81% [================================================== ] 2173/2655 81% [================================================== ] 2174/2655 81% [================================================== ] 2175/2655 81% [================================================== ] 2176/2655 81% [================================================== ] 2177/2655 81% [================================================== ] 2178/2655 82% [================================================== ] 2179/2655 82% [================================================== ] 2180/2655 82% [================================================== ] 2181/2655 82% [================================================== ] 2182/2655 82% [================================================== ] 2183/2655 82% [=================================================== ] 2184/2655 82% [=================================================== ] 2185/2655 82% [=================================================== ] 2186/2655 82% [=================================================== ] 2187/2655 82% [=================================================== ] 2188/2655 82% [=================================================== ] 2189/2655 82% [=================================================== ] 2190/2655 82% [=================================================== ] 2191/2655 82% [=================================================== ] 2192/2655 82% [=================================================== ] 2193/2655 82% [=================================================== ] 2194/2655 82% [=================================================== ] 2195/2655 82% [=================================================== ] 2196/2655 82% [=================================================== ] 2197/2655 82% [=================================================== ] 2198/2655 82% [=================================================== ] 2199/2655 82% [=================================================== ] 2200/2655 82% [=================================================== ] 2201/2655 82% [=================================================== ] 2202/2655 82% [=================================================== ] 2203/2655 82% [=================================================== ] 2204/2655 83% [=================================================== ] 2205/2655 83% [=================================================== ] 2206/2655 83% [=================================================== ] 2207/2655 83% [=================================================== ] 2208/2655 83% [=================================================== ] 2209/2655 83% [=================================================== ] 2210/2655 83% [=================================================== ] 2211/2655 83% [=================================================== ] 2212/2655 83% [=================================================== ] 2213/2655 83% [=================================================== ] 2214/2655 83% [=================================================== ] 2215/2655 83% [=================================================== ] 2216/2655 83% [=================================================== ] 2217/2655 83% [=================================================== ] 2218/2655 83% [=================================================== ] 2219/2655 83% [=================================================== ] 2220/2655 83% [=================================================== ] 2221/2655 83% [=================================================== ] 2222/2655 83% [=================================================== ] 2223/2655 83% [=================================================== ] 2224/2655 83% [=================================================== ] 2225/2655 83% [=================================================== ] 2226/2655 83% [==================================================== ] 2227/2655 83% [==================================================== ] 2228/2655 83% [==================================================== ] 2229/2655 83% [==================================================== ] 2230/2655 83% [==================================================== ] 2231/2655 84% [==================================================== ] 2232/2655 84% [==================================================== ] 2233/2655 84% [==================================================== ] 2234/2655 84% [==================================================== ] 2235/2655 84% [==================================================== ] 2236/2655 84% [==================================================== ] 2237/2655 84% [==================================================== ] 2238/2655 84% [==================================================== ] 2239/2655 84% [==================================================== ] 2240/2655 84% [==================================================== ] 2241/2655 84% [==================================================== ] 2242/2655 84% [==================================================== ] 2243/2655 84% [==================================================== ] 2244/2655 84% [==================================================== ] 2245/2655 84% [==================================================== ] 2246/2655 84% [==================================================== ] 2247/2655 84% [==================================================== ] 2248/2655 84% [==================================================== ] 2249/2655 84% [==================================================== ] 2250/2655 84% [==================================================== ] 2251/2655 84% [==================================================== ] 2252/2655 84% [==================================================== ] 2253/2655 84% [==================================================== ] 2254/2655 84% [==================================================== ] 2255/2655 84% [==================================================== ] 2256/2655 84% [==================================================== ] 2257/2655 85% [==================================================== ] 2258/2655 85% [==================================================== ] 2259/2655 85% [==================================================== ] 2260/2655 85% [==================================================== ] 2261/2655 85% [==================================================== ] 2262/2655 85% [==================================================== ] 2263/2655 85% [==================================================== ] 2264/2655 85% [==================================================== ] 2265/2655 85% [==================================================== ] 2266/2655 85% [==================================================== ] 2267/2655 85% [==================================================== ] 2268/2655 85% [==================================================== ] 2269/2655 85% [===================================================== ] 2270/2655 85% [===================================================== ] 2271/2655 85% [===================================================== ] 2272/2655 85% [===================================================== ] 2273/2655 85% [===================================================== ] 2274/2655 85% [===================================================== ] 2275/2655 85% [===================================================== ] 2276/2655 85% [===================================================== ] 2277/2655 85% [===================================================== ] 2278/2655 85% [===================================================== ] 2279/2655 85% [===================================================== ] 2280/2655 85% [===================================================== ] 2281/2655 85% [===================================================== ] 2282/2655 85% [===================================================== ] 2283/2655 85% [===================================================== ] 2284/2655 86% [===================================================== ] 2285/2655 86% [===================================================== ] 2286/2655 86% [===================================================== ] 2287/2655 86% [===================================================== ] 2288/2655 86% [===================================================== ] 2289/2655 86% [===================================================== ] 2290/2655 86% [===================================================== ] 2291/2655 86% [===================================================== ] 2292/2655 86% [===================================================== ] 2293/2655 86% [===================================================== ] 2294/2655 86% [===================================================== ] 2295/2655 86% [===================================================== ] 2296/2655 86% [===================================================== ] 2297/2655 86% [===================================================== ] 2298/2655 86% [===================================================== ] 2299/2655 86% [===================================================== ] 2300/2655 86% [===================================================== ] 2301/2655 86% [===================================================== ] 2302/2655 86% [===================================================== ] 2303/2655 86% [===================================================== ] 2304/2655 86% [===================================================== ] 2305/2655 86% [===================================================== ] 2306/2655 86% [===================================================== ] 2307/2655 86% [===================================================== ] 2308/2655 86% [===================================================== ] 2309/2655 86% [===================================================== ] 2310/2655 87% [===================================================== ] 2311/2655 87% [===================================================== ] 2312/2655 87% [====================================================== ] 2313/2655 87% [====================================================== ] 2314/2655 87% [====================================================== ] 2315/2655 87% [====================================================== ] 2316/2655 87% [====================================================== ] 2317/2655 87% [====================================================== ] 2318/2655 87% [====================================================== ] 2319/2655 87% [====================================================== ] 2320/2655 87% [====================================================== ] 2321/2655 87% [====================================================== ] 2322/2655 87% [====================================================== ] 2323/2655 87% [====================================================== ] 2324/2655 87% [====================================================== ] 2325/2655 87% [====================================================== ] 2326/2655 87% [====================================================== ] 2327/2655 87% [====================================================== ] 2328/2655 87% [====================================================== ] 2329/2655 87% [====================================================== ] 2330/2655 87% [====================================================== ] 2331/2655 87% [====================================================== ] 2332/2655 87% [====================================================== ] 2333/2655 87% [====================================================== ] 2334/2655 87% [====================================================== ] 2335/2655 87% [====================================================== ] 2336/2655 87% [====================================================== ] 2337/2655 88% [====================================================== ] 2338/2655 88% [====================================================== ] 2339/2655 88% [====================================================== ] 2340/2655 88% [====================================================== ] 2341/2655 88% [====================================================== ] 2342/2655 88% [====================================================== ] 2343/2655 88% [====================================================== ] 2344/2655 88% [====================================================== ] 2345/2655 88% [====================================================== ] 2346/2655 88% [====================================================== ] 2347/2655 88% [====================================================== ] 2348/2655 88% [====================================================== ] 2349/2655 88% [====================================================== ] 2350/2655 88% [====================================================== ] 2351/2655 88% [====================================================== ] 2352/2655 88% [====================================================== ] 2353/2655 88% [====================================================== ] 2354/2655 88% [====================================================== ] 2355/2655 88% [======================================================= ] 2356/2655 88% [======================================================= ] 2357/2655 88% [======================================================= ] 2358/2655 88% [======================================================= ] 2359/2655 88% [======================================================= ] 2360/2655 88% [======================================================= ] 2361/2655 88% [======================================================= ] 2362/2655 88% [======================================================= ] 2363/2655 89% [======================================================= ] 2364/2655 89% [======================================================= ] 2365/2655 89% [======================================================= ] 2366/2655 89% [======================================================= ] 2367/2655 89% [======================================================= ] 2368/2655 89% [======================================================= ] 2369/2655 89% [======================================================= ] 2370/2655 89% [======================================================= ] 2371/2655 89% [======================================================= ] 2372/2655 89% [======================================================= ] 2373/2655 89% [======================================================= ] 2374/2655 89% [======================================================= ] 2375/2655 89% [======================================================= ] 2376/2655 89% [======================================================= ] 2377/2655 89% [======================================================= ] 2378/2655 89% [======================================================= ] 2379/2655 89% [======================================================= ] 2380/2655 89% [======================================================= ] 2381/2655 89% [======================================================= ] 2382/2655 89% [======================================================= ] 2383/2655 89% [======================================================= ] 2384/2655 89% [======================================================= ] 2385/2655 89% [======================================================= ] 2386/2655 89% [======================================================= ] 2387/2655 89% [======================================================= ] 2388/2655 89% [======================================================= ] 2389/2655 89% [======================================================= ] 2390/2655 90% [======================================================= ] 2391/2655 90% [======================================================= ] 2392/2655 90% [======================================================= ] 2393/2655 90% [======================================================= ] 2394/2655 90% [======================================================= ] 2395/2655 90% [======================================================= ] 2396/2655 90% [======================================================= ] 2397/2655 90% [======================================================= ] 2398/2655 90% [======================================================== ] 2399/2655 90% [======================================================== ] 2400/2655 90% [======================================================== ] 2401/2655 90% [======================================================== ] 2402/2655 90% [======================================================== ] 2403/2655 90% [======================================================== ] 2404/2655 90% [======================================================== ] 2405/2655 90% [======================================================== ] 2406/2655 90% [======================================================== ] 2407/2655 90% [======================================================== ] 2408/2655 90% [======================================================== ] 2409/2655 90% [======================================================== ] 2410/2655 90% [======================================================== ] 2411/2655 90% [======================================================== ] 2412/2655 90% [======================================================== ] 2413/2655 90% [======================================================== ] 2414/2655 90% [======================================================== ] 2415/2655 90% [======================================================== ] 2416/2655 90% [======================================================== ] 2417/2655 91% [======================================================== ] 2418/2655 91% [======================================================== ] 2419/2655 91% [======================================================== ] 2420/2655 91% [======================================================== ] 2421/2655 91% [======================================================== ] 2422/2655 91% [======================================================== ] 2423/2655 91% [======================================================== ] 2424/2655 91% [======================================================== ] 2425/2655 91% [======================================================== ] 2426/2655 91% [======================================================== ] 2427/2655 91% [======================================================== ] 2428/2655 91% [======================================================== ] 2429/2655 91% [======================================================== ] 2430/2655 91% [======================================================== ] 2431/2655 91% [======================================================== ] 2432/2655 91% [======================================================== ] 2433/2655 91% [======================================================== ] 2434/2655 91% [======================================================== ] 2435/2655 91% [======================================================== ] 2436/2655 91% [======================================================== ] 2437/2655 91% [======================================================== ] 2438/2655 91% [======================================================== ] 2439/2655 91% [======================================================== ] 2440/2655 91% [========================================================= ] 2441/2655 91% [========================================================= ] 2442/2655 91% [========================================================= ] 2443/2655 92% [========================================================= ] 2444/2655 92% [========================================================= ] 2445/2655 92% [========================================================= ] 2446/2655 92% [========================================================= ] 2447/2655 92% [========================================================= ] 2448/2655 92% [========================================================= ] 2449/2655 92% [========================================================= ] 2450/2655 92% [========================================================= ] 2451/2655 92% [========================================================= ] 2452/2655 92% [========================================================= ] 2453/2655 92% [========================================================= ] 2454/2655 92% [========================================================= ] 2455/2655 92% [========================================================= ] 2456/2655 92% [========================================================= ] 2457/2655 92% [========================================================= ] 2458/2655 92% [========================================================= ] 2459/2655 92% [========================================================= ] 2460/2655 92% [========================================================= ] 2461/2655 92% [========================================================= ] 2462/2655 92% [========================================================= ] 2463/2655 92% [========================================================= ] 2464/2655 92% [========================================================= ] 2465/2655 92% [========================================================= ] 2466/2655 92% [========================================================= ] 2467/2655 92% [========================================================= ] 2468/2655 92% [========================================================= ] 2469/2655 92% [========================================================= ] 2470/2655 93% [========================================================= ] 2471/2655 93% [========================================================= ] 2472/2655 93% [========================================================= ] 2473/2655 93% [========================================================= ] 2474/2655 93% [========================================================= ] 2475/2655 93% [========================================================= ] 2476/2655 93% [========================================================= ] 2477/2655 93% [========================================================= ] 2478/2655 93% [========================================================= ] 2479/2655 93% [========================================================= ] 2480/2655 93% [========================================================= ] 2481/2655 93% [========================================================= ] 2482/2655 93% [========================================================= ] 2483/2655 93% [========================================================== ] 2484/2655 93% [========================================================== ] 2485/2655 93% [========================================================== ] 2486/2655 93% [========================================================== ] 2487/2655 93% [========================================================== ] 2488/2655 93% [========================================================== ] 2489/2655 93% [========================================================== ] 2490/2655 93% [========================================================== ] 2491/2655 93% [========================================================== ] 2492/2655 93% [========================================================== ] 2493/2655 93% [========================================================== ] 2494/2655 93% [========================================================== ] 2495/2655 93% [========================================================== ] 2496/2655 94% [========================================================== ] 2497/2655 94% [========================================================== ] 2498/2655 94% [========================================================== ] 2499/2655 94% [========================================================== ] 2500/2655 94% [========================================================== ] 2501/2655 94% [========================================================== ] 2502/2655 94% [========================================================== ] 2503/2655 94% [========================================================== ] 2504/2655 94% [========================================================== ] 2505/2655 94% [========================================================== ] 2506/2655 94% [========================================================== ] 2507/2655 94% [========================================================== ] 2508/2655 94% [========================================================== ] 2509/2655 94% [========================================================== ] 2510/2655 94% [========================================================== ] 2511/2655 94% [========================================================== ] 2512/2655 94% [========================================================== ] 2513/2655 94% [========================================================== ] 2514/2655 94% [========================================================== ] 2515/2655 94% [========================================================== ] 2516/2655 94% [========================================================== ] 2517/2655 94% [========================================================== ] 2518/2655 94% [========================================================== ] 2519/2655 94% [========================================================== ] 2520/2655 94% [========================================================== ] 2521/2655 94% [========================================================== ] 2522/2655 94% [========================================================== ] 2523/2655 95% [========================================================== ] 2524/2655 95% [========================================================== ] 2525/2655 95% [========================================================== ] 2526/2655 95% [=========================================================== ] 2527/2655 95% [=========================================================== ] 2528/2655 95% [=========================================================== ] 2529/2655 95% [=========================================================== ] 2530/2655 95% [=========================================================== ] 2531/2655 95% [=========================================================== ] 2532/2655 95% [=========================================================== ] 2533/2655 95% [=========================================================== ] 2534/2655 95% [=========================================================== ] 2535/2655 95% [=========================================================== ] 2536/2655 95% [=========================================================== ] 2537/2655 95% [=========================================================== ] 2538/2655 95% [=========================================================== ] 2539/2655 95% [=========================================================== ] 2540/2655 95% [=========================================================== ] 2541/2655 95% [=========================================================== ] 2542/2655 95% [=========================================================== ] 2543/2655 95% [=========================================================== ] 2544/2655 95% [=========================================================== ] 2545/2655 95% [=========================================================== ] 2546/2655 95% [=========================================================== ] 2547/2655 95% [=========================================================== ] 2548/2655 95% [=========================================================== ] 2549/2655 96% [=========================================================== ] 2550/2655 96% [=========================================================== ] 2551/2655 96% [=========================================================== ] 2552/2655 96% [=========================================================== ] 2553/2655 96% [=========================================================== ] 2554/2655 96% [=========================================================== ] 2555/2655 96% [=========================================================== ] 2556/2655 96% [=========================================================== ] 2557/2655 96% [=========================================================== ] 2558/2655 96% [=========================================================== ] 2559/2655 96% [=========================================================== ] 2560/2655 96% [=========================================================== ] 2561/2655 96% [=========================================================== ] 2562/2655 96% [=========================================================== ] 2563/2655 96% [=========================================================== ] 2564/2655 96% [=========================================================== ] 2565/2655 96% [=========================================================== ] 2566/2655 96% [=========================================================== ] 2567/2655 96% [=========================================================== ] 2568/2655 96% [=========================================================== ] 2569/2655 96% [============================================================ ] 2570/2655 96% [============================================================ ] 2571/2655 96% [============================================================ ] 2572/2655 96% [============================================================ ] 2573/2655 96% [============================================================ ] 2574/2655 96% [============================================================ ] 2575/2655 96% [============================================================ ] 2576/2655 97% [============================================================ ] 2577/2655 97% [============================================================ ] 2578/2655 97% [============================================================ ] 2579/2655 97% [============================================================ ] 2580/2655 97% [============================================================ ] 2581/2655 97% [============================================================ ] 2582/2655 97% [============================================================ ] 2583/2655 97% [============================================================ ] 2584/2655 97% [============================================================ ] 2585/2655 97% [============================================================ ] 2586/2655 97% [============================================================ ] 2587/2655 97% [============================================================ ] 2588/2655 97% [============================================================ ] 2589/2655 97% [============================================================ ] 2590/2655 97% [============================================================ ] 2591/2655 97% [============================================================ ] 2592/2655 97% [============================================================ ] 2593/2655 97% [============================================================ ] 2594/2655 97% [============================================================ ] 2595/2655 97% [============================================================ ] 2596/2655 97% [============================================================ ] 2597/2655 97% [============================================================ ] 2598/2655 97% [============================================================ ] 2599/2655 97% [============================================================ ] 2600/2655 97% [============================================================ ] 2601/2655 97% [============================================================ ] 2602/2655 98% [============================================================ ] 2603/2655 98% [============================================================ ] 2604/2655 98% [============================================================ ] 2605/2655 98% [============================================================ ] 2606/2655 98% [============================================================ ] 2607/2655 98% [============================================================ ] 2608/2655 98% [============================================================ ] 2609/2655 98% [============================================================ ] 2610/2655 98% [============================================================ ] 2611/2655 98% [============================================================ ] 2612/2655 98% [============================================================= ] 2613/2655 98% [============================================================= ] 2614/2655 98% [============================================================= ] 2615/2655 98% [============================================================= ] 2616/2655 98% [============================================================= ] 2617/2655 98% [============================================================= ] 2618/2655 98% [============================================================= ] 2619/2655 98% [============================================================= ] 2620/2655 98% [============================================================= ] 2621/2655 98% [============================================================= ] 2622/2655 98% [============================================================= ] 2623/2655 98% [============================================================= ] 2624/2655 98% [============================================================= ] 2625/2655 98% [============================================================= ] 2626/2655 98% [============================================================= ] 2627/2655 98% [============================================================= ] 2628/2655 98% [============================================================= ] 2629/2655 99% [============================================================= ] 2630/2655 99% [============================================================= ] 2631/2655 99% [============================================================= ] 2632/2655 99% [============================================================= ] 2633/2655 99% [============================================================= ] 2634/2655 99% [============================================================= ] 2635/2655 99% [============================================================= ] 2636/2655 99% [============================================================= ] 2637/2655 99% [============================================================= ] 2638/2655 99% [============================================================= ] 2639/2655 99% [============================================================= ] 2640/2655 99% [============================================================= ] 2641/2655 99% [============================================================= ] 2642/2655 99% [============================================================= ] 2643/2655 99% [============================================================= ] 2644/2655 99% [============================================================= ] 2645/2655 99% [============================================================= ] 2646/2655 99% [============================================================= ] 2647/2655 99% [============================================================= ] 2648/2655 99% [============================================================= ] 2649/2655 99% [============================================================= ] 2650/2655 99% [============================================================= ] 2651/2655 99% [============================================================= ] 2652/2655 99% [============================================================= ] 2653/2655 99% [============================================================= ] 2654/2655 99% [==============================================================] 2655/2655 100% operation complete, 2655 objects in 75001 NAND pages. ln -snf /home/thomas/autobuild/instance-3/output-1/host/microblazeel-buildroot-linux-gnu/sysroot /home/thomas/autobuild/instance-3/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-3/buildroot' make: Entering directory '/home/thomas/autobuild/instance-3/buildroot' >>> Buildroot 2022.08-rc1-96-gdbfc9f9f67 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.35-134-gb6aade18a7e5719c942aa2da6cf3157aca993fa4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.36.1 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 4.9.322 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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> 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) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> sqlite 3.39.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> libedit 20210910-3.1 Collecting legal info COPYING: OK (sha256: 9da6c9c74987a36c84302982799d17d2f748ba1c1c0c471425716173c1d07649) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iproute2 5.18.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> iptables 1.8.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnftnl 1.2.1 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> ntp 4.2.8p15 Collecting legal info COPYRIGHT: OK (sha256: 957e6a13445cc61ab1ca3dc80d8c269cf9b0a6d9eaec20f9f39639b0b3e66ee8) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> evtest 1.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> fio 3.28 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) MORAL-LICENSE: OK (sha256: 8a240c1ad13d1fe3e58588643d81d0695899be4a669fe6d8fafa76ca6a89db2c) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> fstrcmp 0.7.D001 Collecting legal info LICENSE: OK (sha256: 5352e426b563eda9252d76be92337b49f7b5cfdd1302a1e8d99389840c0e46be) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> gdk-pixbuf 2.42.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gdk-pixbuf 2.42.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.3 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gsettings-desktop-schemas 3.36.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> hicolor-icon-theme 0.17 Collecting legal info COPYING: OK (sha256: b0a64377d4ee87b7dbcf418ce4fb33ec3b2d7081b6732890e4af06b8118c4526) >>> host-imx-mkimage lf-5.10.72_2.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> initscripts Collecting legal info >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> lcdproc 0.5.9 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libglvnd 1.4.0 Collecting legal info README.md: OK (sha256: f84a3eca98cc5bdf5318741124c38c5e877f856df8c7e229ee5065e5c61038c2) src/util/uthash/LICENSE: OK (sha256: e9b9aac8421b6d29176c6f23f6f7a907194245e35ef99ace10839734961cfaa2) src/util/cJSON/LICENSE: OK (sha256: f6f207863675ca5a5128fd120b9aef4f4bbab73ffa57e5f771ccffc8e3cc56b7) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmaxminddb 1.6.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libmediaart 1.9.6 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnl 3.6.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpagekite 0.91.190530 Collecting legal info doc/COPYING.md: OK (sha256: ba443b9c9d4273d06aae3e147e9ad1ec199cc9c23455f486a039536d47f57eed) doc/LICENSE-2.0.txt: OK (sha256: 4a271d0bb6bb6e0bac880efddb46da73e6df3dcf0d9ca08a945a232f8ab882ef) doc/AGPLv3.txt: OK (sha256: 8e0f770cabe772d67d36469f6bf413afd2dcfa6ac37acfc65f770cf3a134106d) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libstrophe 0.12.2 Collecting legal info MIT-LICENSE.txt: OK (sha256: 82476f36ffd5e895a176013c0812166ba7b7d99f3d536fc7f5ed2e33e9f74a08) GPL-LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuci 4b3db1179747b6a6779029407984bacef851325c Collecting legal info cli.c: OK (sha256: 39e1cc18a36172fb80d9b37f0af77d78ae935bd8a020978a7895d9e76a24e112) libuci.c: OK (sha256: 69d4eea4de19d27014f3d6ed723081b4039700bfd73cd0a5e39e2c4f19a58c66) >>> libuv 1.43.0 Collecting legal info LICENSE: OK (sha256: 6d20216ae022fbeed23916f48508fd807ece3d8464992330643b0e64e5c0c24b) >>> libvpx 1.12.0 Collecting legal info LICENSE: OK (sha256: 8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615) PATENTS: OK (sha256: cc3273e0694ea5896145e0677699b53471b03ea43021ddc50e7923fbb9f5023c) >>> libwebsock 3c1615eeadb0b582b63851073bfe3e5132f31ebc Collecting legal info COPYING.lesser: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libwebsockets 4.3.2 Collecting legal info LICENSE: OK (sha256: 2b5dd8030691f3d1870a040f085c37e45d9ab9c684a7f1284f5f379c1e829b28) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> modem-manager 1.18.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> ndisc6 1.0.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> neardal 4143d130ed39299bfc59d08d2c7c77dbc7f809e9 Collecting legal info COPYING: OK (sha256: 296a87e9098d3f2ce1ef80c73c53399dc2c7412f35d4175c45810ea15ed86406) >>> nftables 1.0.1 Collecting legal info COPYING: OK (sha256: c17bc4fa5b2434c6f283ffcb2312e5bf3c7cdf5787b79505f094d8de734ac53e) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> openswan 3.0.0 Collecting legal info COPYING: OK (sha256: 1c36ae1e7b0f6cce4b4ffe969b71f83635734804acdd38544443564b00f8783a) LICENSE: OK (sha256: d7d012ef3be47faffba4d97a83d4986c9f4a63ac997ebf5961d33852e5f1801a) >>> orc 0.4.32 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-orc 0.4.32 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> owfs 3.2p4 Collecting legal info COPYING: OK (sha256: 1f0527ab035eefb5197c68633d06f50f5077c719d82a99344702ceaca29150b9) COPYING.LIB: OK (sha256: 8a6601b893d5784d931b2ede64a406fac463acfbb7014914e27de4d6e68457c3) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdmenu 1.3.6 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> pngquant 2.17.0 Collecting legal info COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> rauc 1.7 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> redis 7.0.4 Collecting legal info COPYING: OK (sha256: 97f0a15b7bbae580d2609dad2e11f1956ae167be296ab60f4691ab9c30ee9828) >>> rhash 1.4.2 Collecting legal info COPYING: OK (sha256: 953e55838353335148c90b5a38a4894292680b1d4c37228ffddddbf18ce54bf5) >>> squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sshguard 2.4.2 Collecting legal info COPYING: OK (sha256: c3ae64f12153a1bc55bc234d09f40a08ab0e0149fffc972c0b7f02d5a12c1a5c) >>> subversion 1.14.2 Collecting legal info LICENSE: OK (sha256: 484aff0cfbb81155a10f903ed756e27e9fc65578c245a295bae295c4bb51eaad) >>> utf8proc 2.7.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> sudo 1.9.11p2 Collecting legal info LICENSE.md: OK (sha256: cf3a83366f9aabfd76d693ce03843106fcaaf6c76dfa97610f7c0b719a06e6bb) >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> tinyalsa 2.0.0 Collecting legal info NOTICE: OK (sha256: ea22a4711f5250f88a4d7011fbc65367d1b02ac954dcc49f5b6d7c135e6537c4) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> ttyd 1.6.3 Collecting legal info LICENSE: OK (sha256: 711762f081c180ade3d09d7b0b7537eaf35eca8d1671e47bc66eaa39376edb12) >>> host-uuu 1.4.224 Collecting legal info LICENSE: OK (sha256: cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495) README.md: OK (sha256: 52b1828ddb508a180cf9ad159b61e655c72dfb25ffce67eb0aef761d38a4398f) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> vmtouch 1.3.1 Collecting legal info LICENSE: OK (sha256: 13258709ed29c17394e0a3ba8c8b9360af35b85231db514f11a0ba385cecd08e) >>> wireguard-tools 1.0.20210914 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xdg-dbus-proxy 0.1.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> 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-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-4.9.322: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-3/buildroot'