mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/include /home/buildroot/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-0/output-1/target/usr/doc find /home/buildroot/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output-1/target/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/man /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/info /home/buildroot/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/doc /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-0/output-1/target/lib/debug /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-0/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/buildroot/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-0/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/buildroot/autobuild/instance-0/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/buildroot/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-2302-ga85f5f2a41"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-rc1\"" \ ) > /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-0/output-1/per-package /home/buildroot/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs printf ' sshd -1 sshd -1 * /var/empty - - SSH drop priv user\n\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /var/empty d 755 root root - - - - -\n\n' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkfs.axfs -s -a /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.axfs\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 2632 number of 4KB nodes: 53243 Total image size: 193248480 >>> Generating filesystem image rootfs.cpio mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/init ]; then /usr/bin/install -m 0755 fs/cpio/init /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/init; fi\n mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/dev\n mknod -m 0622 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/dev/console c 5 1\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' cd /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target && find . | LC_ALL=C sort | cpio --quiet -o -H newc > /home/buildroot/autobuild/instance-0/output-1/images/rootfs.cpio\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-0/output-1/host/bin/lzop -9 -c /home/buildroot/autobuild/instance-0/output-1/images/rootfs.cpio > /home/buildroot/autobuild/instance-0/output-1/images/rootfs.cpio.lzo >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2632 objects. stage 2: creating image '/home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/2632 0% [ ] 2/2632 0% [ ] 3/2632 0% [ ] 4/2632 0% [ ] 5/2632 0% [ ] 6/2632 0% [ ] 7/2632 0% [ ] 8/2632 0% [ ] 9/2632 0% [ ] 10/2632 0% [ ] 11/2632 0% [ ] 12/2632 0% [ ] 13/2632 0% [ ] 14/2632 0% [ ] 15/2632 0% [ ] 16/2632 0% [ ] 17/2632 0% [ ] 18/2632 0% [ ] 19/2632 0% [ ] 20/2632 0% [ ] 21/2632 0% [ ] 22/2632 0% [ ] 23/2632 0% [ ] 24/2632 0% [ ] 25/2632 0% [ ] 26/2632 0% [ ] 27/2632 1% [ ] 28/2632 1% [ ] 29/2632 1% [ ] 30/2632 1% [ ] 31/2632 1% [ ] 32/2632 1% [ ] 33/2632 1% [ ] 34/2632 1% [ ] 35/2632 1% [ ] 36/2632 1% [ ] 37/2632 1% [ ] 38/2632 1% [ ] 39/2632 1% [ ] 40/2632 1% [ ] 41/2632 1% [ ] 42/2632 1% [= ] 43/2632 1% [= ] 44/2632 1% [= ] 45/2632 1% [= ] 46/2632 1% [= ] 47/2632 1% [= ] 48/2632 1% [= ] 49/2632 1% [= ] 50/2632 1% [= ] 51/2632 1% [= ] 52/2632 1% [= ] 53/2632 2% [= ] 54/2632 2% [= ] 55/2632 2% [= ] 56/2632 2% [= ] 57/2632 2% [= ] 58/2632 2% [= ] 59/2632 2% [= ] 60/2632 2% [= ] 61/2632 2% [= ] 62/2632 2% [= ] 63/2632 2% [= ] 64/2632 2% [= ] 65/2632 2% [= ] 66/2632 2% [= ] 67/2632 2% [= ] 68/2632 2% [= ] 69/2632 2% [= ] 70/2632 2% [= ] 71/2632 2% [= ] 72/2632 2% [= ] 73/2632 2% [= ] 74/2632 2% [= ] 75/2632 2% [= ] 76/2632 2% [= ] 77/2632 2% [= ] 78/2632 2% [= ] 79/2632 3% [= ] 80/2632 3% [= ] 81/2632 3% [= ] 82/2632 3% [= ] 83/2632 3% [= ] 84/2632 3% [== ] 85/2632 3% [== ] 86/2632 3% [== ] 87/2632 3% [== ] 88/2632 3% [== ] 89/2632 3% [== ] 90/2632 3% [== ] 91/2632 3% [== ] 92/2632 3% [== ] 93/2632 3% [== ] 94/2632 3% [== ] 95/2632 3% [== ] 96/2632 3% [== ] 97/2632 3% [== ] 98/2632 3% [== ] 99/2632 3% [== ] 100/2632 3% [== ] 101/2632 3% [== ] 102/2632 3% [== ] 103/2632 3% [== ] 104/2632 3% [== ] 105/2632 3% [== ] 106/2632 4% [== ] 107/2632 4% [== ] 108/2632 4% [== ] 109/2632 4% [== ] 110/2632 4% [== ] 111/2632 4% [== ] 112/2632 4% [== ] 113/2632 4% [== ] 114/2632 4% [== ] 115/2632 4% [== ] 116/2632 4% [== ] 117/2632 4% [== ] 118/2632 4% [== ] 119/2632 4% [== ] 120/2632 4% [== ] 121/2632 4% [== ] 122/2632 4% [== ] 123/2632 4% [== ] 124/2632 4% [== ] 125/2632 4% [== ] 126/2632 4% [== ] 127/2632 4% [=== ] 128/2632 4% [=== ] 129/2632 4% [=== ] 130/2632 4% [=== ] 131/2632 4% [=== ] 132/2632 5% [=== ] 133/2632 5% [=== ] 134/2632 5% [=== ] 135/2632 5% [=== ] 136/2632 5% [=== ] 137/2632 5% [=== ] 138/2632 5% [=== ] 139/2632 5% [=== ] 140/2632 5% [=== ] 141/2632 5% [=== ] 142/2632 5% [=== ] 143/2632 5% [=== ] 144/2632 5% [=== ] 145/2632 5% [=== ] 146/2632 5% [=== ] 147/2632 5% [=== ] 148/2632 5% [=== ] 149/2632 5% [=== ] 150/2632 5% [=== ] 151/2632 5% [=== ] 152/2632 5% [=== ] 153/2632 5% [=== ] 154/2632 5% [=== ] 155/2632 5% [=== ] 156/2632 5% [=== ] 157/2632 5% [=== ] 158/2632 6% [=== ] 159/2632 6% [=== ] 160/2632 6% [=== ] 161/2632 6% [=== ] 162/2632 6% [=== ] 163/2632 6% [=== ] 164/2632 6% [=== ] 165/2632 6% [=== ] 166/2632 6% [=== ] 167/2632 6% [=== ] 168/2632 6% [=== ] 169/2632 6% [==== ] 170/2632 6% [==== ] 171/2632 6% [==== ] 172/2632 6% [==== ] 173/2632 6% [==== ] 174/2632 6% [==== ] 175/2632 6% [==== ] 176/2632 6% [==== ] 177/2632 6% [==== ] 178/2632 6% [==== ] 179/2632 6% [==== ] 180/2632 6% [==== ] 181/2632 6% [==== ] 182/2632 6% [==== ] 183/2632 6% [==== ] 184/2632 6% [==== ] 185/2632 7% [==== ] 186/2632 7% [==== ] 187/2632 7% [==== ] 188/2632 7% [==== ] 189/2632 7% [==== ] 190/2632 7% [==== ] 191/2632 7% [==== ] 192/2632 7% [==== ] 193/2632 7% [==== ] 194/2632 7% [==== ] 195/2632 7% [==== ] 196/2632 7% [==== ] 197/2632 7% [==== ] 198/2632 7% [==== ] 199/2632 7% [==== ] 200/2632 7% [==== ] 201/2632 7% [==== ] 202/2632 7% [==== ] 203/2632 7% [==== ] 204/2632 7% [==== ] 205/2632 7% [==== ] 206/2632 7% [==== ] 207/2632 7% [==== ] 208/2632 7% [==== ] 209/2632 7% [==== ] 210/2632 7% [==== ] 211/2632 8% [==== ] 212/2632 8% [===== ] 213/2632 8% [===== ] 214/2632 8% [===== ] 215/2632 8% [===== ] 216/2632 8% [===== ] 217/2632 8% [===== ] 218/2632 8% [===== ] 219/2632 8% [===== ] 220/2632 8% [===== ] 221/2632 8% [===== ] 222/2632 8% [===== ] 223/2632 8% [===== ] 224/2632 8% [===== ] 225/2632 8% [===== ] 226/2632 8% [===== ] 227/2632 8% [===== ] 228/2632 8% [===== ] 229/2632 8% [===== ] 230/2632 8% [===== ] 231/2632 8% [===== ] 232/2632 8% [===== ] 233/2632 8% [===== ] 234/2632 8% [===== ] 235/2632 8% [===== ] 236/2632 8% [===== ] 237/2632 9% [===== ] 238/2632 9% [===== ] 239/2632 9% [===== ] 240/2632 9% [===== ] 241/2632 9% [===== ] 242/2632 9% [===== ] 243/2632 9% [===== ] 244/2632 9% [===== ] 245/2632 9% [===== ] 246/2632 9% [===== ] 247/2632 9% [===== ] 248/2632 9% [===== ] 249/2632 9% [===== ] 250/2632 9% [===== ] 251/2632 9% [===== ] 252/2632 9% [===== ] 253/2632 9% [===== ] 254/2632 9% [====== ] 255/2632 9% [====== ] 256/2632 9% [====== ] 257/2632 9% [====== ] 258/2632 9% [====== ] 259/2632 9% [====== ] 260/2632 9% [====== ] 261/2632 9% [====== ] 262/2632 9% [====== ] 263/2632 9% [====== ] 264/2632 10% [====== ] 265/2632 10% [====== ] 266/2632 10% [====== ] 267/2632 10% [====== ] 268/2632 10% [====== ] 269/2632 10% [====== ] 270/2632 10% [====== ] 271/2632 10% [====== ] 272/2632 10% [====== ] 273/2632 10% [====== ] 274/2632 10% [====== ] 275/2632 10% [====== ] 276/2632 10% [====== ] 277/2632 10% [====== ] 278/2632 10% [====== ] 279/2632 10% [====== ] 280/2632 10% [====== ] 281/2632 10% [====== ] 282/2632 10% [====== ] 283/2632 10% [====== ] 284/2632 10% [====== ] 285/2632 10% [====== ] 286/2632 10% [====== ] 287/2632 10% [====== ] 288/2632 10% [====== ] 289/2632 10% [====== ] 290/2632 11% [====== ] 291/2632 11% [====== ] 292/2632 11% [====== ] 293/2632 11% [====== ] 294/2632 11% [====== ] 295/2632 11% [====== ] 296/2632 11% [====== ] 297/2632 11% [======= ] 298/2632 11% [======= ] 299/2632 11% [======= ] 300/2632 11% [======= ] 301/2632 11% [======= ] 302/2632 11% [======= ] 303/2632 11% [======= ] 304/2632 11% [======= ] 305/2632 11% [======= ] 306/2632 11% [======= ] 307/2632 11% [======= ] 308/2632 11% [======= ] 309/2632 11% [======= ] 310/2632 11% [======= ] 311/2632 11% [======= ] 312/2632 11% [======= ] 313/2632 11% [======= ] 314/2632 11% [======= ] 315/2632 11% [======= ] 316/2632 12% [======= ] 317/2632 12% [======= ] 318/2632 12% [======= ] 319/2632 12% [======= ] 320/2632 12% [======= ] 321/2632 12% [======= ] 322/2632 12% [======= ] 323/2632 12% [======= ] 324/2632 12% [======= ] 325/2632 12% [======= ] 326/2632 12% [======= ] 327/2632 12% [======= ] 328/2632 12% [======= ] 329/2632 12% [======= ] 330/2632 12% [======= ] 331/2632 12% [======= ] 332/2632 12% [======= ] 333/2632 12% [======= ] 334/2632 12% [======= ] 335/2632 12% [======= ] 336/2632 12% [======= ] 337/2632 12% [======= ] 338/2632 12% [======= ] 339/2632 12% [======== ] 340/2632 12% [======== ] 341/2632 12% [======== ] 342/2632 12% [======== ] 343/2632 13% [======== ] 344/2632 13% [======== ] 345/2632 13% [======== ] 346/2632 13% [======== ] 347/2632 13% [======== ] 348/2632 13% [======== ] 349/2632 13% [======== ] 350/2632 13% [======== ] 351/2632 13% [======== ] 352/2632 13% [======== ] 353/2632 13% [======== ] 354/2632 13% [======== ] 355/2632 13% [======== ] 356/2632 13% [======== ] 357/2632 13% [======== ] 358/2632 13% [======== ] 359/2632 13% [======== ] 360/2632 13% [======== ] 361/2632 13% [======== ] 362/2632 13% [======== ] 363/2632 13% [======== ] 364/2632 13% [======== ] 365/2632 13% [======== ] 366/2632 13% [======== ] 367/2632 13% [======== ] 368/2632 13% [======== ] 369/2632 14% [======== ] 370/2632 14% [======== ] 371/2632 14% [======== ] 372/2632 14% [======== ] 373/2632 14% [======== ] 374/2632 14% [======== ] 375/2632 14% [======== ] 376/2632 14% [======== ] 377/2632 14% [======== ] 378/2632 14% [======== ] 379/2632 14% [======== ] 380/2632 14% [======== ] 381/2632 14% [======== ] 382/2632 14% [========= ] 383/2632 14% [========= ] 384/2632 14% [========= ] 385/2632 14% [========= ] 386/2632 14% [========= ] 387/2632 14% [========= ] 388/2632 14% [========= ] 389/2632 14% [========= ] 390/2632 14% [========= ] 391/2632 14% [========= ] 392/2632 14% [========= ] 393/2632 14% [========= ] 394/2632 14% [========= ] 395/2632 15% [========= ] 396/2632 15% [========= ] 397/2632 15% [========= ] 398/2632 15% [========= ] 399/2632 15% [========= ] 400/2632 15% [========= ] 401/2632 15% [========= ] 402/2632 15% [========= ] 403/2632 15% [========= ] 404/2632 15% [========= ] 405/2632 15% [========= ] 406/2632 15% [========= ] 407/2632 15% [========= ] 408/2632 15% [========= ] 409/2632 15% [========= ] 410/2632 15% [========= ] 411/2632 15% [========= ] 412/2632 15% [========= ] 413/2632 15% [========= ] 414/2632 15% [========= ] 415/2632 15% [========= ] 416/2632 15% [========= ] 417/2632 15% [========= ] 418/2632 15% [========= ] 419/2632 15% [========= ] 420/2632 15% [========= ] 421/2632 15% [========= ] 422/2632 16% [========= ] 423/2632 16% [========= ] 424/2632 16% [========== ] 425/2632 16% [========== ] 426/2632 16% [========== ] 427/2632 16% [========== ] 428/2632 16% [========== ] 429/2632 16% [========== ] 430/2632 16% [========== ] 431/2632 16% [========== ] 432/2632 16% [========== ] 433/2632 16% [========== ] 434/2632 16% [========== ] 435/2632 16% [========== ] 436/2632 16% [========== ] 437/2632 16% [========== ] 438/2632 16% [========== ] 439/2632 16% [========== ] 440/2632 16% [========== ] 441/2632 16% [========== ] 442/2632 16% [========== ] 443/2632 16% [========== ] 444/2632 16% [========== ] 445/2632 16% [========== ] 446/2632 16% [========== ] 447/2632 16% [========== ] 448/2632 17% [========== ] 449/2632 17% [========== ] 450/2632 17% [========== ] 451/2632 17% [========== ] 452/2632 17% [========== ] 453/2632 17% [========== ] 454/2632 17% [========== ] 455/2632 17% [========== ] 456/2632 17% [========== ] 457/2632 17% [========== ] 458/2632 17% [========== ] 459/2632 17% [========== ] 460/2632 17% [========== ] 461/2632 17% [========== ] 462/2632 17% [========== ] 463/2632 17% [========== ] 464/2632 17% [========== ] 465/2632 17% [========== ] 466/2632 17% [=========== ] 467/2632 17% [=========== ] 468/2632 17% [=========== ] 469/2632 17% [=========== ] 470/2632 17% [=========== ] 471/2632 17% [=========== ] 472/2632 17% [=========== ] 473/2632 17% [=========== ] 474/2632 18% [=========== ] 475/2632 18% [=========== ] 476/2632 18% [=========== ] 477/2632 18% [=========== ] 478/2632 18% [=========== ] 479/2632 18% [=========== ] 480/2632 18% [=========== ] 481/2632 18% [=========== ] 482/2632 18% [=========== ] 483/2632 18% [=========== ] 484/2632 18% [=========== ] 485/2632 18% [=========== ] 486/2632 18% [=========== ] 487/2632 18% [=========== ] 488/2632 18% [=========== ] 489/2632 18% [=========== ] 490/2632 18% [=========== ] 491/2632 18% [=========== ] 492/2632 18% [=========== ] 493/2632 18% [=========== ] 494/2632 18% [=========== ] 495/2632 18% [=========== ] 496/2632 18% [=========== ] 497/2632 18% [=========== ] 498/2632 18% [=========== ] 499/2632 18% [=========== ] 500/2632 18% [=========== ] 501/2632 19% [=========== ] 502/2632 19% [=========== ] 503/2632 19% [=========== ] 504/2632 19% [=========== ] 505/2632 19% [=========== ] 506/2632 19% [=========== ] 507/2632 19% [=========== ] 508/2632 19% [=========== ] 509/2632 19% [============ ] 510/2632 19% [============ ] 511/2632 19% [============ ] 512/2632 19% [============ ] 513/2632 19% [============ ] 514/2632 19% [============ ] 515/2632 19% [============ ] 516/2632 19% [============ ] 517/2632 19% [============ ] 518/2632 19% [============ ] 519/2632 19% [============ ] 520/2632 19% [============ ] 521/2632 19% [============ ] 522/2632 19% [============ ] 523/2632 19% [============ ] 524/2632 19% [============ ] 525/2632 19% [============ ] 526/2632 19% [============ ] 527/2632 20% [============ ] 528/2632 20% [============ ] 529/2632 20% [============ ] 530/2632 20% [============ ] 531/2632 20% [============ ] 532/2632 20% [============ ] 533/2632 20% [============ ] 534/2632 20% [============ ] 535/2632 20% [============ ] 536/2632 20% [============ ] 537/2632 20% [============ ] 538/2632 20% [============ ] 539/2632 20% [============ ] 540/2632 20% [============ ] 541/2632 20% [============ ] 542/2632 20% [============ ] 543/2632 20% [============ ] 544/2632 20% [============ ] 545/2632 20% [============ ] 546/2632 20% [============ ] 547/2632 20% [============ ] 548/2632 20% [============ ] 549/2632 20% [============ ] 550/2632 20% [============ ] 551/2632 20% [============= ] 552/2632 20% [============= ] 553/2632 21% [============= ] 554/2632 21% [============= ] 555/2632 21% [============= ] 556/2632 21% [============= ] 557/2632 21% [============= ] 558/2632 21% [============= ] 559/2632 21% [============= ] 560/2632 21% [============= ] 561/2632 21% [============= ] 562/2632 21% [============= ] 563/2632 21% [============= ] 564/2632 21% [============= ] 565/2632 21% [============= ] 566/2632 21% [============= ] 567/2632 21% [============= ] 568/2632 21% [============= ] 569/2632 21% [============= ] 570/2632 21% [============= ] 571/2632 21% [============= ] 572/2632 21% [============= ] 573/2632 21% [============= ] 574/2632 21% [============= ] 575/2632 21% [============= ] 576/2632 21% [============= ] 577/2632 21% [============= ] 578/2632 21% [============= ] 579/2632 21% [============= ] 580/2632 22% [============= ] 581/2632 22% [============= ] 582/2632 22% [============= ] 583/2632 22% [============= ] 584/2632 22% [============= ] 585/2632 22% [============= ] 586/2632 22% [============= ] 587/2632 22% [============= ] 588/2632 22% [============= ] 589/2632 22% [============= ] 590/2632 22% [============= ] 591/2632 22% [============= ] 592/2632 22% [============= ] 593/2632 22% [============= ] 594/2632 22% [============== ] 595/2632 22% [============== ] 596/2632 22% [============== ] 597/2632 22% [============== ] 598/2632 22% [============== ] 599/2632 22% [============== ] 600/2632 22% [============== ] 601/2632 22% [============== ] 602/2632 22% [============== ] 603/2632 22% [============== ] 604/2632 22% [============== ] 605/2632 22% [============== ] 606/2632 23% [============== ] 607/2632 23% [============== ] 608/2632 23% [============== ] 609/2632 23% [============== ] 610/2632 23% [============== ] 611/2632 23% [============== ] 612/2632 23% [============== ] 613/2632 23% [============== ] 614/2632 23% [============== ] 615/2632 23% [============== ] 616/2632 23% [============== ] 617/2632 23% [============== ] 618/2632 23% [============== ] 619/2632 23% [============== ] 620/2632 23% [============== ] 621/2632 23% [============== ] 622/2632 23% [============== ] 623/2632 23% [============== ] 624/2632 23% [============== ] 625/2632 23% [============== ] 626/2632 23% [============== ] 627/2632 23% [============== ] 628/2632 23% [============== ] 629/2632 23% [============== ] 630/2632 23% [============== ] 631/2632 23% [============== ] 632/2632 24% [============== ] 633/2632 24% [============== ] 634/2632 24% [============== ] 635/2632 24% [============== ] 636/2632 24% [=============== ] 637/2632 24% [=============== ] 638/2632 24% [=============== ] 639/2632 24% [=============== ] 640/2632 24% [=============== ] 641/2632 24% [=============== ] 642/2632 24% [=============== ] 643/2632 24% [=============== ] 644/2632 24% [=============== ] 645/2632 24% [=============== ] 646/2632 24% [=============== ] 647/2632 24% [=============== ] 648/2632 24% [=============== ] 649/2632 24% [=============== ] 650/2632 24% [=============== ] 651/2632 24% [=============== ] 652/2632 24% [=============== ] 653/2632 24% [=============== ] 654/2632 24% [=============== ] 655/2632 24% [=============== ] 656/2632 24% [=============== ] 657/2632 24% [=============== ] 658/2632 25% [=============== ] 659/2632 25% [=============== ] 660/2632 25% [=============== ] 661/2632 25% [=============== ] 662/2632 25% [=============== ] 663/2632 25% [=============== ] 664/2632 25% [=============== ] 665/2632 25% [=============== ] 666/2632 25% [=============== ] 667/2632 25% [=============== ] 668/2632 25% [=============== ] 669/2632 25% [=============== ] 670/2632 25% [=============== ] 671/2632 25% [=============== ] 672/2632 25% [=============== ] 673/2632 25% [=============== ] 674/2632 25% [=============== ] 675/2632 25% [=============== ] 676/2632 25% [=============== ] 677/2632 25% [=============== ] 678/2632 25% [=============== ] 679/2632 25% [================ ] 680/2632 25% [================ ] 681/2632 25% [================ ] 682/2632 25% [================ ] 683/2632 25% [================ ] 684/2632 25% [================ ] 685/2632 26% [================ ] 686/2632 26% [================ ] 687/2632 26% [================ ] 688/2632 26% [================ ] 689/2632 26% [================ ] 690/2632 26% [================ ] 691/2632 26% [================ ] 692/2632 26% [================ ] 693/2632 26% [================ ] 694/2632 26% [================ ] 695/2632 26% [================ ] 696/2632 26% [================ ] 697/2632 26% [================ ] 698/2632 26% [================ ] 699/2632 26% [================ ] 700/2632 26% [================ ] 701/2632 26% [================ ] 702/2632 26% [================ ] 703/2632 26% [================ ] 704/2632 26% [================ ] 705/2632 26% [================ ] 706/2632 26% [================ ] 707/2632 26% [================ ] 708/2632 26% [================ ] 709/2632 26% [================ ] 710/2632 26% [================ ] 711/2632 27% [================ ] 712/2632 27% [================ ] 713/2632 27% [================ ] 714/2632 27% [================ ] 715/2632 27% [================ ] 716/2632 27% [================ ] 717/2632 27% [================ ] 718/2632 27% [================ ] 719/2632 27% [================ ] 720/2632 27% [================ ] 721/2632 27% [================= ] 722/2632 27% [================= ] 723/2632 27% [================= ] 724/2632 27% [================= ] 725/2632 27% [================= ] 726/2632 27% [================= ] 727/2632 27% [================= ] 728/2632 27% [================= ] 729/2632 27% [================= ] 730/2632 27% [================= ] 731/2632 27% [================= ] 732/2632 27% [================= ] 733/2632 27% [================= ] 734/2632 27% [================= ] 735/2632 27% [================= ] 736/2632 27% [================= ] 737/2632 28% [================= ] 738/2632 28% [================= ] 739/2632 28% [================= ] 740/2632 28% [================= ] 741/2632 28% [================= ] 742/2632 28% [================= ] 743/2632 28% [================= ] 744/2632 28% [================= ] 745/2632 28% [================= ] 746/2632 28% [================= ] 747/2632 28% [================= ] 748/2632 28% [================= ] 749/2632 28% [================= ] 750/2632 28% [================= ] 751/2632 28% [================= ] 752/2632 28% [================= ] 753/2632 28% [================= ] 754/2632 28% [================= ] 755/2632 28% [================= ] 756/2632 28% [================= ] 757/2632 28% [================= ] 758/2632 28% [================= ] 759/2632 28% [================= ] 760/2632 28% [================= ] 761/2632 28% [================= ] 762/2632 28% [================= ] 763/2632 28% [================= ] 764/2632 29% [================== ] 765/2632 29% [================== ] 766/2632 29% [================== ] 767/2632 29% [================== ] 768/2632 29% [================== ] 769/2632 29% [================== ] 770/2632 29% [================== ] 771/2632 29% [================== ] 772/2632 29% [================== ] 773/2632 29% [================== ] 774/2632 29% [================== ] 775/2632 29% [================== ] 776/2632 29% [================== ] 777/2632 29% [================== ] 778/2632 29% [================== ] 779/2632 29% [================== ] 780/2632 29% [================== ] 781/2632 29% [================== ] 782/2632 29% [================== ] 783/2632 29% [================== ] 784/2632 29% [================== ] 785/2632 29% [================== ] 786/2632 29% [================== ] 787/2632 29% [================== ] 788/2632 29% [================== ] 789/2632 29% [================== ] 790/2632 30% [================== ] 791/2632 30% [================== ] 792/2632 30% [================== ] 793/2632 30% [================== ] 794/2632 30% [================== ] 795/2632 30% [================== ] 796/2632 30% [================== ] 797/2632 30% [================== ] 798/2632 30% [================== ] 799/2632 30% [================== ] 800/2632 30% [================== ] 801/2632 30% [================== ] 802/2632 30% [================== ] 803/2632 30% [================== ] 804/2632 30% [================== ] 805/2632 30% [================== ] 806/2632 30% [=================== ] 807/2632 30% [=================== ] 808/2632 30% [=================== ] 809/2632 30% [=================== ] 810/2632 30% [=================== ] 811/2632 30% [=================== ] 812/2632 30% [=================== ] 813/2632 30% [=================== ] 814/2632 30% [=================== ] 815/2632 30% [=================== ] 816/2632 31% [=================== ] 817/2632 31% [=================== ] 818/2632 31% [=================== ] 819/2632 31% [=================== ] 820/2632 31% [=================== ] 821/2632 31% [=================== ] 822/2632 31% [=================== ] 823/2632 31% [=================== ] 824/2632 31% [=================== ] 825/2632 31% [=================== ] 826/2632 31% [=================== ] 827/2632 31% [=================== ] 828/2632 31% [=================== ] 829/2632 31% [=================== ] 830/2632 31% [=================== ] 831/2632 31% [=================== ] 832/2632 31% [=================== ] 833/2632 31% [=================== ] 834/2632 31% [=================== ] 835/2632 31% [=================== ] 836/2632 31% [=================== ] 837/2632 31% [=================== ] 838/2632 31% [=================== ] 839/2632 31% [=================== ] 840/2632 31% [=================== ] 841/2632 31% [=================== ] 842/2632 31% [=================== ] 843/2632 32% [=================== ] 844/2632 32% [=================== ] 845/2632 32% [=================== ] 846/2632 32% [=================== ] 847/2632 32% [=================== ] 848/2632 32% [=================== ] 849/2632 32% [==================== ] 850/2632 32% [==================== ] 851/2632 32% [==================== ] 852/2632 32% [==================== ] 853/2632 32% [==================== ] 854/2632 32% [==================== ] 855/2632 32% [==================== ] 856/2632 32% [==================== ] 857/2632 32% [==================== ] 858/2632 32% [==================== ] 859/2632 32% [==================== ] 860/2632 32% [==================== ] 861/2632 32% [==================== ] 862/2632 32% [==================== ] 863/2632 32% [==================== ] 864/2632 32% [==================== ] 865/2632 32% [==================== ] 866/2632 32% [==================== ] 867/2632 32% [==================== ] 868/2632 32% [==================== ] 869/2632 33% [==================== ] 870/2632 33% [==================== ] 871/2632 33% [==================== ] 872/2632 33% [==================== ] 873/2632 33% [==================== ] 874/2632 33% [==================== ] 875/2632 33% [==================== ] 876/2632 33% [==================== ] 877/2632 33% [==================== ] 878/2632 33% [==================== ] 879/2632 33% [==================== ] 880/2632 33% [==================== ] 881/2632 33% [==================== ] 882/2632 33% [==================== ] 883/2632 33% [==================== ] 884/2632 33% [==================== ] 885/2632 33% [==================== ] 886/2632 33% [==================== ] 887/2632 33% [==================== ] 888/2632 33% [==================== ] 889/2632 33% [==================== ] 890/2632 33% [==================== ] 891/2632 33% [===================== ] 892/2632 33% [===================== ] 893/2632 33% [===================== ] 894/2632 33% [===================== ] 895/2632 34% [===================== ] 896/2632 34% [===================== ] 897/2632 34% [===================== ] 898/2632 34% [===================== ] 899/2632 34% [===================== ] 900/2632 34% [===================== ] 901/2632 34% [===================== ] 902/2632 34% [===================== ] 903/2632 34% [===================== ] 904/2632 34% [===================== ] 905/2632 34% [===================== ] 906/2632 34% [===================== ] 907/2632 34% [===================== ] 908/2632 34% [===================== ] 909/2632 34% [===================== ] 910/2632 34% [===================== ] 911/2632 34% [===================== ] 912/2632 34% [===================== ] 913/2632 34% [===================== ] 914/2632 34% [===================== ] 915/2632 34% [===================== ] 916/2632 34% [===================== ] 917/2632 34% [===================== ] 918/2632 34% [===================== ] 919/2632 34% [===================== ] 920/2632 34% [===================== ] 921/2632 34% [===================== ] 922/2632 35% [===================== ] 923/2632 35% [===================== ] 924/2632 35% [===================== ] 925/2632 35% [===================== ] 926/2632 35% [===================== ] 927/2632 35% [===================== ] 928/2632 35% [===================== ] 929/2632 35% [===================== ] 930/2632 35% [===================== ] 931/2632 35% [===================== ] 932/2632 35% [===================== ] 933/2632 35% [====================== ] 934/2632 35% [====================== ] 935/2632 35% [====================== ] 936/2632 35% [====================== ] 937/2632 35% [====================== ] 938/2632 35% [====================== ] 939/2632 35% [====================== ] 940/2632 35% [====================== ] 941/2632 35% [====================== ] 942/2632 35% [====================== ] 943/2632 35% [====================== ] 944/2632 35% [====================== ] 945/2632 35% [====================== ] 946/2632 35% [====================== ] 947/2632 35% [====================== ] 948/2632 36% [====================== ] 949/2632 36% [====================== ] 950/2632 36% [====================== ] 951/2632 36% [====================== ] 952/2632 36% [====================== ] 953/2632 36% [====================== ] 954/2632 36% [====================== ] 955/2632 36% [====================== ] 956/2632 36% [====================== ] 957/2632 36% [====================== ] 958/2632 36% [====================== ] 959/2632 36% [====================== ] 960/2632 36% [====================== ] 961/2632 36% [====================== ] 962/2632 36% [====================== ] 963/2632 36% [====================== ] 964/2632 36% [====================== ] 965/2632 36% [====================== ] 966/2632 36% [====================== ] 967/2632 36% [====================== ] 968/2632 36% [====================== ] 969/2632 36% [====================== ] 970/2632 36% [====================== ] 971/2632 36% [====================== ] 972/2632 36% [====================== ] 973/2632 36% [====================== ] 974/2632 37% [====================== ] 975/2632 37% [====================== ] 976/2632 37% [======================= ] 977/2632 37% [======================= ] 978/2632 37% [======================= ] 979/2632 37% [======================= ] 980/2632 37% [======================= ] 981/2632 37% [======================= ] 982/2632 37% [======================= ] 983/2632 37% [======================= ] 984/2632 37% [======================= ] 985/2632 37% [======================= ] 986/2632 37% [======================= ] 987/2632 37% [======================= ] 988/2632 37% [======================= ] 989/2632 37% [======================= ] 990/2632 37% [======================= ] 991/2632 37% [======================= ] 992/2632 37% [======================= ] 993/2632 37% [======================= ] 994/2632 37% [======================= ] 995/2632 37% [======================= ] 996/2632 37% [======================= ] 997/2632 37% [======================= ] 998/2632 37% [======================= ] 999/2632 37% [======================= ] 1000/2632 37% [======================= ] 1001/2632 38% [======================= ] 1002/2632 38% [======================= ] 1003/2632 38% [======================= ] 1004/2632 38% [======================= ] 1005/2632 38% [======================= ] 1006/2632 38% [======================= ] 1007/2632 38% [======================= ] 1008/2632 38% [======================= ] 1009/2632 38% [======================= ] 1010/2632 38% [======================= ] 1011/2632 38% [======================= ] 1012/2632 38% [======================= ] 1013/2632 38% [======================= ] 1014/2632 38% [======================= ] 1015/2632 38% [======================= ] 1016/2632 38% [======================= ] 1017/2632 38% [======================= ] 1018/2632 38% [======================== ] 1019/2632 38% [======================== ] 1020/2632 38% [======================== ] 1021/2632 38% [======================== ] 1022/2632 38% [======================== ] 1023/2632 38% [======================== ] 1024/2632 38% [======================== ] 1025/2632 38% [======================== ] 1026/2632 38% [======================== ] 1027/2632 39% [======================== ] 1028/2632 39% [======================== ] 1029/2632 39% [======================== ] 1030/2632 39% [======================== ] 1031/2632 39% [======================== ] 1032/2632 39% [======================== ] 1033/2632 39% [======================== ] 1034/2632 39% [======================== ] 1035/2632 39% [======================== ] 1036/2632 39% [======================== ] 1037/2632 39% [======================== ] 1038/2632 39% [======================== ] 1039/2632 39% [======================== ] 1040/2632 39% [======================== ] 1041/2632 39% [======================== ] 1042/2632 39% [======================== ] 1043/2632 39% [======================== ] 1044/2632 39% [======================== ] 1045/2632 39% [======================== ] 1046/2632 39% [======================== ] 1047/2632 39% [======================== ] 1048/2632 39% [======================== ] 1049/2632 39% [======================== ] 1050/2632 39% [======================== ] 1051/2632 39% [======================== ] 1052/2632 39% [======================== ] 1053/2632 40% [======================== ] 1054/2632 40% [======================== ] 1055/2632 40% [======================== ] 1056/2632 40% [======================== ] 1057/2632 40% [======================== ] 1058/2632 40% [======================== ] 1059/2632 40% [======================== ] 1060/2632 40% [======================== ] 1061/2632 40% [========================= ] 1062/2632 40% [========================= ] 1063/2632 40% [========================= ] 1064/2632 40% [========================= ] 1065/2632 40% [========================= ] 1066/2632 40% [========================= ] 1067/2632 40% [========================= ] 1068/2632 40% [========================= ] 1069/2632 40% [========================= ] 1070/2632 40% [========================= ] 1071/2632 40% [========================= ] 1072/2632 40% [========================= ] 1073/2632 40% [========================= ] 1074/2632 40% [========================= ] 1075/2632 40% [========================= ] 1076/2632 40% [========================= ] 1077/2632 40% [========================= ] 1078/2632 40% [========================= ] 1079/2632 40% [========================= ] 1080/2632 41% [========================= ] 1081/2632 41% [========================= ] 1082/2632 41% [========================= ] 1083/2632 41% [========================= ] 1084/2632 41% [========================= ] 1085/2632 41% [========================= ] 1086/2632 41% [========================= ] 1087/2632 41% [========================= ] 1088/2632 41% [========================= ] 1089/2632 41% [========================= ] 1090/2632 41% [========================= ] 1091/2632 41% [========================= ] 1092/2632 41% [========================= ] 1093/2632 41% [========================= ] 1094/2632 41% [========================= ] 1095/2632 41% [========================= ] 1096/2632 41% [========================= ] 1097/2632 41% [========================= ] 1098/2632 41% [========================= ] 1099/2632 41% [========================= ] 1100/2632 41% [========================= ] 1101/2632 41% [========================= ] 1102/2632 41% [========================= ] 1103/2632 41% [========================== ] 1104/2632 41% [========================== ] 1105/2632 41% [========================== ] 1106/2632 42% [========================== ] 1107/2632 42% [========================== ] 1108/2632 42% [========================== ] 1109/2632 42% [========================== ] 1110/2632 42% [========================== ] 1111/2632 42% [========================== ] 1112/2632 42% [========================== ] 1113/2632 42% [========================== ] 1114/2632 42% [========================== ] 1115/2632 42% [========================== ] 1116/2632 42% [========================== ] 1117/2632 42% [========================== ] 1118/2632 42% [========================== ] 1119/2632 42% [========================== ] 1120/2632 42% [========================== ] 1121/2632 42% [========================== ] 1122/2632 42% [========================== ] 1123/2632 42% [========================== ] 1124/2632 42% [========================== ] 1125/2632 42% [========================== ] 1126/2632 42% [========================== ] 1127/2632 42% [========================== ] 1128/2632 42% [========================== ] 1129/2632 42% [========================== ] 1130/2632 42% [========================== ] 1131/2632 42% [========================== ] 1132/2632 43% [========================== ] 1133/2632 43% [========================== ] 1134/2632 43% [========================== ] 1135/2632 43% [========================== ] 1136/2632 43% [========================== ] 1137/2632 43% [========================== ] 1138/2632 43% [========================== ] 1139/2632 43% [========================== ] 1140/2632 43% [========================== ] 1141/2632 43% [========================== ] 1142/2632 43% [========================== ] 1143/2632 43% [========================== ] 1144/2632 43% [========================== ] 1145/2632 43% [========================== ] 1146/2632 43% [=========================== ] 1147/2632 43% [=========================== ] 1148/2632 43% [=========================== ] 1149/2632 43% [=========================== ] 1150/2632 43% [=========================== ] 1151/2632 43% [=========================== ] 1152/2632 43% [=========================== ] 1153/2632 43% [=========================== ] 1154/2632 43% [=========================== ] 1155/2632 43% [=========================== ] 1156/2632 43% [=========================== ] 1157/2632 43% [=========================== ] 1158/2632 43% [=========================== ] 1159/2632 44% [=========================== ] 1160/2632 44% [=========================== ] 1161/2632 44% [=========================== ] 1162/2632 44% [=========================== ] 1163/2632 44% [=========================== ] 1164/2632 44% [=========================== ] 1165/2632 44% [=========================== ] 1166/2632 44% [=========================== ] 1167/2632 44% [=========================== ] 1168/2632 44% [=========================== ] 1169/2632 44% [=========================== ] 1170/2632 44% [=========================== ] 1171/2632 44% [=========================== ] 1172/2632 44% [=========================== ] 1173/2632 44% [=========================== ] 1174/2632 44% [=========================== ] 1175/2632 44% [=========================== ] 1176/2632 44% [=========================== ] 1177/2632 44% [=========================== ] 1178/2632 44% [=========================== ] 1179/2632 44% [=========================== ] 1180/2632 44% [=========================== ] 1181/2632 44% [=========================== ] 1182/2632 44% [=========================== ] 1183/2632 44% [=========================== ] 1184/2632 44% [=========================== ] 1185/2632 45% [=========================== ] 1186/2632 45% [=========================== ] 1187/2632 45% [=========================== ] 1188/2632 45% [============================ ] 1189/2632 45% [============================ ] 1190/2632 45% [============================ ] 1191/2632 45% [============================ ] 1192/2632 45% [============================ ] 1193/2632 45% [============================ ] 1194/2632 45% [============================ ] 1195/2632 45% [============================ ] 1196/2632 45% [============================ ] 1197/2632 45% [============================ ] 1198/2632 45% [============================ ] 1199/2632 45% [============================ ] 1200/2632 45% [============================ ] 1201/2632 45% [============================ ] 1202/2632 45% [============================ ] 1203/2632 45% [============================ ] 1204/2632 45% [============================ ] 1205/2632 45% [============================ ] 1206/2632 45% [============================ ] 1207/2632 45% [============================ ] 1208/2632 45% [============================ ] 1209/2632 45% [============================ ] 1210/2632 45% [============================ ] 1211/2632 46% [============================ ] 1212/2632 46% [============================ ] 1213/2632 46% [============================ ] 1214/2632 46% [============================ ] 1215/2632 46% [============================ ] 1216/2632 46% [============================ ] 1217/2632 46% [============================ ] 1218/2632 46% [============================ ] 1219/2632 46% [============================ ] 1220/2632 46% [============================ ] 1221/2632 46% [============================ ] 1222/2632 46% [============================ ] 1223/2632 46% [============================ ] 1224/2632 46% [============================ ] 1225/2632 46% [============================ ] 1226/2632 46% [============================ ] 1227/2632 46% [============================ ] 1228/2632 46% [============================ ] 1229/2632 46% [============================ ] 1230/2632 46% [============================ ] 1231/2632 46% [============================= ] 1232/2632 46% [============================= ] 1233/2632 46% [============================= ] 1234/2632 46% [============================= ] 1235/2632 46% [============================= ] 1236/2632 46% [============================= ] 1237/2632 46% [============================= ] 1238/2632 47% [============================= ] 1239/2632 47% [============================= ] 1240/2632 47% [============================= ] 1241/2632 47% [============================= ] 1242/2632 47% [============================= ] 1243/2632 47% [============================= ] 1244/2632 47% [============================= ] 1245/2632 47% [============================= ] 1246/2632 47% [============================= ] 1247/2632 47% [============================= ] 1248/2632 47% [============================= ] 1249/2632 47% [============================= ] 1250/2632 47% [============================= ] 1251/2632 47% [============================= ] 1252/2632 47% [============================= ] 1253/2632 47% [============================= ] 1254/2632 47% [============================= ] 1255/2632 47% [============================= ] 1256/2632 47% [============================= ] 1257/2632 47% [============================= ] 1258/2632 47% [============================= ] 1259/2632 47% [============================= ] 1260/2632 47% [============================= ] 1261/2632 47% [============================= ] 1262/2632 47% [============================= ] 1263/2632 47% [============================= ] 1264/2632 48% [============================= ] 1265/2632 48% [============================= ] 1266/2632 48% [============================= ] 1267/2632 48% [============================= ] 1268/2632 48% [============================= ] 1269/2632 48% [============================= ] 1270/2632 48% [============================= ] 1271/2632 48% [============================= ] 1272/2632 48% [============================= ] 1273/2632 48% [============================== ] 1274/2632 48% [============================== ] 1275/2632 48% [============================== ] 1276/2632 48% [============================== ] 1277/2632 48% [============================== ] 1278/2632 48% [============================== ] 1279/2632 48% [============================== ] 1280/2632 48% [============================== ] 1281/2632 48% [============================== ] 1282/2632 48% [============================== ] 1283/2632 48% [============================== ] 1284/2632 48% [============================== ] 1285/2632 48% [============================== ] 1286/2632 48% [============================== ] 1287/2632 48% [============================== ] 1288/2632 48% [============================== ] 1289/2632 48% [============================== ] 1290/2632 49% [============================== ] 1291/2632 49% [============================== ] 1292/2632 49% [============================== ] 1293/2632 49% [============================== ] 1294/2632 49% [============================== ] 1295/2632 49% [============================== ] 1296/2632 49% [============================== ] 1297/2632 49% [============================== ] 1298/2632 49% [============================== ] 1299/2632 49% [============================== ] 1300/2632 49% [============================== ] 1301/2632 49% [============================== ] 1302/2632 49% [============================== ] 1303/2632 49% [============================== ] 1304/2632 49% [============================== ] 1305/2632 49% [============================== ] 1306/2632 49% [============================== ] 1307/2632 49% [============================== ] 1308/2632 49% [============================== ] 1309/2632 49% [============================== ] 1310/2632 49% [============================== ] 1311/2632 49% [============================== ] 1312/2632 49% [============================== ] 1313/2632 49% [============================== ] 1314/2632 49% [============================== ] 1315/2632 49% [=============================== ] 1316/2632 50% [=============================== ] 1317/2632 50% [=============================== ] 1318/2632 50% [=============================== ] 1319/2632 50% [=============================== ] 1320/2632 50% [=============================== ] 1321/2632 50% [=============================== ] 1322/2632 50% [=============================== ] 1323/2632 50% [=============================== ] 1324/2632 50% [=============================== ] 1325/2632 50% [=============================== ] 1326/2632 50% [=============================== ] 1327/2632 50% [=============================== ] 1328/2632 50% [=============================== ] 1329/2632 50% [=============================== ] 1330/2632 50% [=============================== ] 1331/2632 50% [=============================== ] 1332/2632 50% [=============================== ] 1333/2632 50% [=============================== ] 1334/2632 50% [=============================== ] 1335/2632 50% [=============================== ] 1336/2632 50% [=============================== ] 1337/2632 50% [=============================== ] 1338/2632 50% [=============================== ] 1339/2632 50% [=============================== ] 1340/2632 50% [=============================== ] 1341/2632 50% [=============================== ] 1342/2632 50% [=============================== ] 1343/2632 51% [=============================== ] 1344/2632 51% [=============================== ] 1345/2632 51% [=============================== ] 1346/2632 51% [=============================== ] 1347/2632 51% [=============================== ] 1348/2632 51% [=============================== ] 1349/2632 51% [=============================== ] 1350/2632 51% [=============================== ] 1351/2632 51% [=============================== ] 1352/2632 51% [=============================== ] 1353/2632 51% [=============================== ] 1354/2632 51% [=============================== ] 1355/2632 51% [=============================== ] 1356/2632 51% [=============================== ] 1357/2632 51% [=============================== ] 1358/2632 51% [================================ ] 1359/2632 51% [================================ ] 1360/2632 51% [================================ ] 1361/2632 51% [================================ ] 1362/2632 51% [================================ ] 1363/2632 51% [================================ ] 1364/2632 51% [================================ ] 1365/2632 51% [================================ ] 1366/2632 51% [================================ ] 1367/2632 51% [================================ ] 1368/2632 51% [================================ ] 1369/2632 52% [================================ ] 1370/2632 52% [================================ ] 1371/2632 52% [================================ ] 1372/2632 52% [================================ ] 1373/2632 52% [================================ ] 1374/2632 52% [================================ ] 1375/2632 52% [================================ ] 1376/2632 52% [================================ ] 1377/2632 52% [================================ ] 1378/2632 52% [================================ ] 1379/2632 52% [================================ ] 1380/2632 52% [================================ ] 1381/2632 52% [================================ ] 1382/2632 52% [================================ ] 1383/2632 52% [================================ ] 1384/2632 52% [================================ ] 1385/2632 52% [================================ ] 1386/2632 52% [================================ ] 1387/2632 52% [================================ ] 1388/2632 52% [================================ ] 1389/2632 52% [================================ ] 1390/2632 52% [================================ ] 1391/2632 52% [================================ ] 1392/2632 52% [================================ ] 1393/2632 52% [================================ ] 1394/2632 52% [================================ ] 1395/2632 53% [================================ ] 1396/2632 53% [================================ ] 1397/2632 53% [================================ ] 1398/2632 53% [================================ ] 1399/2632 53% [================================ ] 1400/2632 53% [================================= ] 1401/2632 53% [================================= ] 1402/2632 53% [================================= ] 1403/2632 53% [================================= ] 1404/2632 53% [================================= ] 1405/2632 53% [================================= ] 1406/2632 53% [================================= ] 1407/2632 53% [================================= ] 1408/2632 53% [================================= ] 1409/2632 53% [================================= ] 1410/2632 53% [================================= ] 1411/2632 53% [================================= ] 1412/2632 53% [================================= ] 1413/2632 53% [================================= ] 1414/2632 53% [================================= ] 1415/2632 53% [================================= ] 1416/2632 53% [================================= ] 1417/2632 53% [================================= ] 1418/2632 53% [================================= ] 1419/2632 53% [================================= ] 1420/2632 53% [================================= ] 1421/2632 53% [================================= ] 1422/2632 54% [================================= ] 1423/2632 54% [================================= ] 1424/2632 54% [================================= ] 1425/2632 54% [================================= ] 1426/2632 54% [================================= ] 1427/2632 54% [================================= ] 1428/2632 54% [================================= ] 1429/2632 54% [================================= ] 1430/2632 54% [================================= ] 1431/2632 54% [================================= ] 1432/2632 54% [================================= ] 1433/2632 54% [================================= ] 1434/2632 54% [================================= ] 1435/2632 54% [================================= ] 1436/2632 54% [================================= ] 1437/2632 54% [================================= ] 1438/2632 54% [================================= ] 1439/2632 54% [================================= ] 1440/2632 54% [================================= ] 1441/2632 54% [================================= ] 1442/2632 54% [================================= ] 1443/2632 54% [================================== ] 1444/2632 54% [================================== ] 1445/2632 54% [================================== ] 1446/2632 54% [================================== ] 1447/2632 54% [================================== ] 1448/2632 55% [================================== ] 1449/2632 55% [================================== ] 1450/2632 55% [================================== ] 1451/2632 55% [================================== ] 1452/2632 55% [================================== ] 1453/2632 55% [================================== ] 1454/2632 55% [================================== ] 1455/2632 55% [================================== ] 1456/2632 55% [================================== ] 1457/2632 55% [================================== ] 1458/2632 55% [================================== ] 1459/2632 55% [================================== ] 1460/2632 55% [================================== ] 1461/2632 55% [================================== ] 1462/2632 55% [================================== ] 1463/2632 55% [================================== ] 1464/2632 55% [================================== ] 1465/2632 55% [================================== ] 1466/2632 55% [================================== ] 1467/2632 55% [================================== ] 1468/2632 55% [================================== ] 1469/2632 55% [================================== ] 1470/2632 55% [================================== ] 1471/2632 55% [================================== ] 1472/2632 55% [================================== ] 1473/2632 55% [================================== ] 1474/2632 56% [================================== ] 1475/2632 56% [================================== ] 1476/2632 56% [================================== ] 1477/2632 56% [================================== ] 1478/2632 56% [================================== ] 1479/2632 56% [================================== ] 1480/2632 56% [================================== ] 1481/2632 56% [================================== ] 1482/2632 56% [================================== ] 1483/2632 56% [================================== ] 1484/2632 56% [================================== ] 1485/2632 56% [=================================== ] 1486/2632 56% [=================================== ] 1487/2632 56% [=================================== ] 1488/2632 56% [=================================== ] 1489/2632 56% [=================================== ] 1490/2632 56% [=================================== ] 1491/2632 56% [=================================== ] 1492/2632 56% [=================================== ] 1493/2632 56% [=================================== ] 1494/2632 56% [=================================== ] 1495/2632 56% [=================================== ] 1496/2632 56% [=================================== ] 1497/2632 56% [=================================== ] 1498/2632 56% [=================================== ] 1499/2632 56% [=================================== ] 1500/2632 56% [=================================== ] 1501/2632 57% [=================================== ] 1502/2632 57% [=================================== ] 1503/2632 57% [=================================== ] 1504/2632 57% [=================================== ] 1505/2632 57% [=================================== ] 1506/2632 57% [=================================== ] 1507/2632 57% [=================================== ] 1508/2632 57% [=================================== ] 1509/2632 57% [=================================== ] 1510/2632 57% [=================================== ] 1511/2632 57% [=================================== ] 1512/2632 57% [=================================== ] 1513/2632 57% [=================================== ] 1514/2632 57% [=================================== ] 1515/2632 57% [=================================== ] 1516/2632 57% [=================================== ] 1517/2632 57% [=================================== ] 1518/2632 57% [=================================== ] 1519/2632 57% [=================================== ] 1520/2632 57% [=================================== ] 1521/2632 57% [=================================== ] 1522/2632 57% [=================================== ] 1523/2632 57% [=================================== ] 1524/2632 57% [=================================== ] 1525/2632 57% [=================================== ] 1526/2632 57% [=================================== ] 1527/2632 58% [=================================== ] 1528/2632 58% [==================================== ] 1529/2632 58% [==================================== ] 1530/2632 58% [==================================== ] 1531/2632 58% [==================================== ] 1532/2632 58% [==================================== ] 1533/2632 58% [==================================== ] 1534/2632 58% [==================================== ] 1535/2632 58% [==================================== ] 1536/2632 58% [==================================== ] 1537/2632 58% [==================================== ] 1538/2632 58% [==================================== ] 1539/2632 58% [==================================== ] 1540/2632 58% [==================================== ] 1541/2632 58% [==================================== ] 1542/2632 58% [==================================== ] 1543/2632 58% [==================================== ] 1544/2632 58% [==================================== ] 1545/2632 58% [==================================== ] 1546/2632 58% [==================================== ] 1547/2632 58% [==================================== ] 1548/2632 58% [==================================== ] 1549/2632 58% [==================================== ] 1550/2632 58% [==================================== ] 1551/2632 58% [==================================== ] 1552/2632 58% [==================================== ] 1553/2632 59% [==================================== ] 1554/2632 59% [==================================== ] 1555/2632 59% [==================================== ] 1556/2632 59% [==================================== ] 1557/2632 59% [==================================== ] 1558/2632 59% [==================================== ] 1559/2632 59% [==================================== ] 1560/2632 59% [==================================== ] 1561/2632 59% [==================================== ] 1562/2632 59% [==================================== ] 1563/2632 59% [==================================== ] 1564/2632 59% [==================================== ] 1565/2632 59% [==================================== ] 1566/2632 59% [==================================== ] 1567/2632 59% [==================================== ] 1568/2632 59% [==================================== ] 1569/2632 59% [==================================== ] 1570/2632 59% [===================================== ] 1571/2632 59% [===================================== ] 1572/2632 59% [===================================== ] 1573/2632 59% [===================================== ] 1574/2632 59% [===================================== ] 1575/2632 59% [===================================== ] 1576/2632 59% [===================================== ] 1577/2632 59% [===================================== ] 1578/2632 59% [===================================== ] 1579/2632 59% [===================================== ] 1580/2632 60% [===================================== ] 1581/2632 60% [===================================== ] 1582/2632 60% [===================================== ] 1583/2632 60% [===================================== ] 1584/2632 60% [===================================== ] 1585/2632 60% [===================================== ] 1586/2632 60% [===================================== ] 1587/2632 60% [===================================== ] 1588/2632 60% [===================================== ] 1589/2632 60% [===================================== ] 1590/2632 60% [===================================== ] 1591/2632 60% [===================================== ] 1592/2632 60% [===================================== ] 1593/2632 60% [===================================== ] 1594/2632 60% [===================================== ] 1595/2632 60% [===================================== ] 1596/2632 60% [===================================== ] 1597/2632 60% [===================================== ] 1598/2632 60% [===================================== ] 1599/2632 60% [===================================== ] 1600/2632 60% [===================================== ] 1601/2632 60% [===================================== ] 1602/2632 60% [===================================== ] 1603/2632 60% [===================================== ] 1604/2632 60% [===================================== ] 1605/2632 60% [===================================== ] 1606/2632 61% [===================================== ] 1607/2632 61% [===================================== ] 1608/2632 61% [===================================== ] 1609/2632 61% [===================================== ] 1610/2632 61% [===================================== ] 1611/2632 61% [===================================== ] 1612/2632 61% [===================================== ] 1613/2632 61% [====================================== ] 1614/2632 61% [====================================== ] 1615/2632 61% [====================================== ] 1616/2632 61% [====================================== ] 1617/2632 61% [====================================== ] 1618/2632 61% [====================================== ] 1619/2632 61% [====================================== ] 1620/2632 61% [====================================== ] 1621/2632 61% [====================================== ] 1622/2632 61% [====================================== ] 1623/2632 61% [====================================== ] 1624/2632 61% [====================================== ] 1625/2632 61% [====================================== ] 1626/2632 61% [====================================== ] 1627/2632 61% [====================================== ] 1628/2632 61% [====================================== ] 1629/2632 61% [====================================== ] 1630/2632 61% [====================================== ] 1631/2632 61% [====================================== ] 1632/2632 62% [====================================== ] 1633/2632 62% [====================================== ] 1634/2632 62% [====================================== ] 1635/2632 62% [====================================== ] 1636/2632 62% [====================================== ] 1637/2632 62% [====================================== ] 1638/2632 62% [====================================== ] 1639/2632 62% [====================================== ] 1640/2632 62% [====================================== ] 1641/2632 62% [====================================== ] 1642/2632 62% [====================================== ] 1643/2632 62% [====================================== ] 1644/2632 62% [====================================== ] 1645/2632 62% [====================================== ] 1646/2632 62% [====================================== ] 1647/2632 62% [====================================== ] 1648/2632 62% [====================================== ] 1649/2632 62% [====================================== ] 1650/2632 62% [====================================== ] 1651/2632 62% [====================================== ] 1652/2632 62% [====================================== ] 1653/2632 62% [====================================== ] 1654/2632 62% [====================================== ] 1655/2632 62% [======================================= ] 1656/2632 62% [======================================= ] 1657/2632 62% [======================================= ] 1658/2632 62% [======================================= ] 1659/2632 63% [======================================= ] 1660/2632 63% [======================================= ] 1661/2632 63% [======================================= ] 1662/2632 63% [======================================= ] 1663/2632 63% [======================================= ] 1664/2632 63% [======================================= ] 1665/2632 63% [======================================= ] 1666/2632 63% [======================================= ] 1667/2632 63% [======================================= ] 1668/2632 63% [======================================= ] 1669/2632 63% [======================================= ] 1670/2632 63% [======================================= ] 1671/2632 63% [======================================= ] 1672/2632 63% [======================================= ] 1673/2632 63% [======================================= ] 1674/2632 63% [======================================= ] 1675/2632 63% [======================================= ] 1676/2632 63% [======================================= ] 1677/2632 63% [======================================= ] 1678/2632 63% [======================================= ] 1679/2632 63% [======================================= ] 1680/2632 63% [======================================= ] 1681/2632 63% [======================================= ] 1682/2632 63% [======================================= ] 1683/2632 63% [======================================= ] 1684/2632 63% [======================================= ] 1685/2632 64% [======================================= ] 1686/2632 64% [======================================= ] 1687/2632 64% [======================================= ] 1688/2632 64% [======================================= ] 1689/2632 64% [======================================= ] 1690/2632 64% [======================================= ] 1691/2632 64% [======================================= ] 1692/2632 64% [======================================= ] 1693/2632 64% [======================================= ] 1694/2632 64% [======================================= ] 1695/2632 64% [======================================= ] 1696/2632 64% [======================================= ] 1697/2632 64% [======================================= ] 1698/2632 64% [======================================== ] 1699/2632 64% [======================================== ] 1700/2632 64% [======================================== ] 1701/2632 64% [======================================== ] 1702/2632 64% [======================================== ] 1703/2632 64% [======================================== ] 1704/2632 64% [======================================== ] 1705/2632 64% [======================================== ] 1706/2632 64% [======================================== ] 1707/2632 64% [======================================== ] 1708/2632 64% [======================================== ] 1709/2632 64% [======================================== ] 1710/2632 64% [======================================== ] 1711/2632 65% [======================================== ] 1712/2632 65% [======================================== ] 1713/2632 65% [======================================== ] 1714/2632 65% [======================================== ] 1715/2632 65% [======================================== ] 1716/2632 65% [======================================== ] 1717/2632 65% [======================================== ] 1718/2632 65% [======================================== ] 1719/2632 65% [======================================== ] 1720/2632 65% [======================================== ] 1721/2632 65% [======================================== ] 1722/2632 65% [======================================== ] 1723/2632 65% [======================================== ] 1724/2632 65% [======================================== ] 1725/2632 65% [======================================== ] 1726/2632 65% [======================================== ] 1727/2632 65% [======================================== ] 1728/2632 65% [======================================== ] 1729/2632 65% [======================================== ] 1730/2632 65% [======================================== ] 1731/2632 65% [======================================== ] 1732/2632 65% [======================================== ] 1733/2632 65% [======================================== ] 1734/2632 65% [======================================== ] 1735/2632 65% [======================================== ] 1736/2632 65% [======================================== ] 1737/2632 65% [======================================== ] 1738/2632 66% [======================================== ] 1739/2632 66% [======================================== ] 1740/2632 66% [========================================= ] 1741/2632 66% [========================================= ] 1742/2632 66% [========================================= ] 1743/2632 66% [========================================= ] 1744/2632 66% [========================================= ] 1745/2632 66% [========================================= ] 1746/2632 66% [========================================= ] 1747/2632 66% [========================================= ] 1748/2632 66% [========================================= ] 1749/2632 66% [========================================= ] 1750/2632 66% [========================================= ] 1751/2632 66% [========================================= ] 1752/2632 66% [========================================= ] 1753/2632 66% [========================================= ] 1754/2632 66% [========================================= ] 1755/2632 66% [========================================= ] 1756/2632 66% [========================================= ] 1757/2632 66% [========================================= ] 1758/2632 66% [========================================= ] 1759/2632 66% [========================================= ] 1760/2632 66% [========================================= ] 1761/2632 66% [========================================= ] 1762/2632 66% [========================================= ] 1763/2632 66% [========================================= ] 1764/2632 67% [========================================= ] 1765/2632 67% [========================================= ] 1766/2632 67% [========================================= ] 1767/2632 67% [========================================= ] 1768/2632 67% [========================================= ] 1769/2632 67% [========================================= ] 1770/2632 67% [========================================= ] 1771/2632 67% [========================================= ] 1772/2632 67% [========================================= ] 1773/2632 67% [========================================= ] 1774/2632 67% [========================================= ] 1775/2632 67% [========================================= ] 1776/2632 67% [========================================= ] 1777/2632 67% [========================================= ] 1778/2632 67% [========================================= ] 1779/2632 67% [========================================= ] 1780/2632 67% [========================================= ] 1781/2632 67% [========================================= ] 1782/2632 67% [========================================== ] 1783/2632 67% [========================================== ] 1784/2632 67% [========================================== ] 1785/2632 67% [========================================== ] 1786/2632 67% [========================================== ] 1787/2632 67% [========================================== ] 1788/2632 67% [========================================== ] 1789/2632 67% [========================================== ] 1790/2632 68% [========================================== ] 1791/2632 68% [========================================== ] 1792/2632 68% [========================================== ] 1793/2632 68% [========================================== ] 1794/2632 68% [========================================== ] 1795/2632 68% [========================================== ] 1796/2632 68% [========================================== ] 1797/2632 68% [========================================== ] 1798/2632 68% [========================================== ] 1799/2632 68% [========================================== ] 1800/2632 68% [========================================== ] 1801/2632 68% [========================================== ] 1802/2632 68% [========================================== ] 1803/2632 68% [========================================== ] 1804/2632 68% [========================================== ] 1805/2632 68% [========================================== ] 1806/2632 68% [========================================== ] 1807/2632 68% [========================================== ] 1808/2632 68% [========================================== ] 1809/2632 68% [========================================== ] 1810/2632 68% [========================================== ] 1811/2632 68% [========================================== ] 1812/2632 68% [========================================== ] 1813/2632 68% [========================================== ] 1814/2632 68% [========================================== ] 1815/2632 68% [========================================== ] 1816/2632 68% [========================================== ] 1817/2632 69% [========================================== ] 1818/2632 69% [========================================== ] 1819/2632 69% [========================================== ] 1820/2632 69% [========================================== ] 1821/2632 69% [========================================== ] 1822/2632 69% [========================================== ] 1823/2632 69% [========================================== ] 1824/2632 69% [========================================== ] 1825/2632 69% [=========================================== ] 1826/2632 69% [=========================================== ] 1827/2632 69% [=========================================== ] 1828/2632 69% [=========================================== ] 1829/2632 69% [=========================================== ] 1830/2632 69% [=========================================== ] 1831/2632 69% [=========================================== ] 1832/2632 69% [=========================================== ] 1833/2632 69% [=========================================== ] 1834/2632 69% [=========================================== ] 1835/2632 69% [=========================================== ] 1836/2632 69% [=========================================== ] 1837/2632 69% [=========================================== ] 1838/2632 69% [=========================================== ] 1839/2632 69% [=========================================== ] 1840/2632 69% [=========================================== ] 1841/2632 69% [=========================================== ] 1842/2632 69% [=========================================== ] 1843/2632 70% [=========================================== ] 1844/2632 70% [=========================================== ] 1845/2632 70% [=========================================== ] 1846/2632 70% [=========================================== ] 1847/2632 70% [=========================================== ] 1848/2632 70% [=========================================== ] 1849/2632 70% [=========================================== ] 1850/2632 70% [=========================================== ] 1851/2632 70% [=========================================== ] 1852/2632 70% [=========================================== ] 1853/2632 70% [=========================================== ] 1854/2632 70% [=========================================== ] 1855/2632 70% [=========================================== ] 1856/2632 70% [=========================================== ] 1857/2632 70% [=========================================== ] 1858/2632 70% [=========================================== ] 1859/2632 70% [=========================================== ] 1860/2632 70% [=========================================== ] 1861/2632 70% [=========================================== ] 1862/2632 70% [=========================================== ] 1863/2632 70% [=========================================== ] 1864/2632 70% [=========================================== ] 1865/2632 70% [=========================================== ] 1866/2632 70% [=========================================== ] 1867/2632 70% [============================================ ] 1868/2632 70% [============================================ ] 1869/2632 71% [============================================ ] 1870/2632 71% [============================================ ] 1871/2632 71% [============================================ ] 1872/2632 71% [============================================ ] 1873/2632 71% [============================================ ] 1874/2632 71% [============================================ ] 1875/2632 71% [============================================ ] 1876/2632 71% [============================================ ] 1877/2632 71% [============================================ ] 1878/2632 71% [============================================ ] 1879/2632 71% [============================================ ] 1880/2632 71% [============================================ ] 1881/2632 71% [============================================ ] 1882/2632 71% [============================================ ] 1883/2632 71% [============================================ ] 1884/2632 71% [============================================ ] 1885/2632 71% [============================================ ] 1886/2632 71% [============================================ ] 1887/2632 71% [============================================ ] 1888/2632 71% [============================================ ] 1889/2632 71% [============================================ ] 1890/2632 71% [============================================ ] 1891/2632 71% [============================================ ] 1892/2632 71% [============================================ ] 1893/2632 71% [============================================ ] 1894/2632 71% [============================================ ] 1895/2632 71% [============================================ ] 1896/2632 72% [============================================ ] 1897/2632 72% [============================================ ] 1898/2632 72% [============================================ ] 1899/2632 72% [============================================ ] 1900/2632 72% [============================================ ] 1901/2632 72% [============================================ ] 1902/2632 72% [============================================ ] 1903/2632 72% [============================================ ] 1904/2632 72% [============================================ ] 1905/2632 72% [============================================ ] 1906/2632 72% [============================================ ] 1907/2632 72% [============================================ ] 1908/2632 72% [============================================ ] 1909/2632 72% [============================================ ] 1910/2632 72% [============================================= ] 1911/2632 72% [============================================= ] 1912/2632 72% [============================================= ] 1913/2632 72% [============================================= ] 1914/2632 72% [============================================= ] 1915/2632 72% [============================================= ] 1916/2632 72% [============================================= ] 1917/2632 72% [============================================= ] 1918/2632 72% [============================================= ] 1919/2632 72% [============================================= ] 1920/2632 72% [============================================= ] 1921/2632 72% [============================================= ] 1922/2632 73% [============================================= ] 1923/2632 73% [============================================= ] 1924/2632 73% [============================================= ] 1925/2632 73% [============================================= ] 1926/2632 73% [============================================= ] 1927/2632 73% [============================================= ] 1928/2632 73% [============================================= ] 1929/2632 73% [============================================= ] 1930/2632 73% [============================================= ] 1931/2632 73% [============================================= ] 1932/2632 73% [============================================= ] 1933/2632 73% [============================================= ] 1934/2632 73% [============================================= ] 1935/2632 73% [============================================= ] 1936/2632 73% [============================================= ] 1937/2632 73% [============================================= ] 1938/2632 73% [============================================= ] 1939/2632 73% [============================================= ] 1940/2632 73% [============================================= ] 1941/2632 73% [============================================= ] 1942/2632 73% [============================================= ] 1943/2632 73% [============================================= ] 1944/2632 73% [============================================= ] 1945/2632 73% [============================================= ] 1946/2632 73% [============================================= ] 1947/2632 73% [============================================= ] 1948/2632 74% [============================================= ] 1949/2632 74% [============================================= ] 1950/2632 74% [============================================= ] 1951/2632 74% [============================================= ] 1952/2632 74% [============================================== ] 1953/2632 74% [============================================== ] 1954/2632 74% [============================================== ] 1955/2632 74% [============================================== ] 1956/2632 74% [============================================== ] 1957/2632 74% [============================================== ] 1958/2632 74% [============================================== ] 1959/2632 74% [============================================== ] 1960/2632 74% [============================================== ] 1961/2632 74% [============================================== ] 1962/2632 74% [============================================== ] 1963/2632 74% [============================================== ] 1964/2632 74% [============================================== ] 1965/2632 74% [============================================== ] 1966/2632 74% [============================================== ] 1967/2632 74% [============================================== ] 1968/2632 74% [============================================== ] 1969/2632 74% [============================================== ] 1970/2632 74% [============================================== ] 1971/2632 74% [============================================== ] 1972/2632 74% [============================================== ] 1973/2632 74% [============================================== ] 1974/2632 75% [============================================== ] 1975/2632 75% [============================================== ] 1976/2632 75% [============================================== ] 1977/2632 75% [============================================== ] 1978/2632 75% [============================================== ] 1979/2632 75% [============================================== ] 1980/2632 75% [============================================== ] 1981/2632 75% [============================================== ] 1982/2632 75% [============================================== ] 1983/2632 75% [============================================== ] 1984/2632 75% [============================================== ] 1985/2632 75% [============================================== ] 1986/2632 75% [============================================== ] 1987/2632 75% [============================================== ] 1988/2632 75% [============================================== ] 1989/2632 75% [============================================== ] 1990/2632 75% [============================================== ] 1991/2632 75% [============================================== ] 1992/2632 75% [============================================== ] 1993/2632 75% [============================================== ] 1994/2632 75% [============================================== ] 1995/2632 75% [=============================================== ] 1996/2632 75% [=============================================== ] 1997/2632 75% [=============================================== ] 1998/2632 75% [=============================================== ] 1999/2632 75% [=============================================== ] 2000/2632 75% [=============================================== ] 2001/2632 76% [=============================================== ] 2002/2632 76% [=============================================== ] 2003/2632 76% [=============================================== ] 2004/2632 76% [=============================================== ] 2005/2632 76% [=============================================== ] 2006/2632 76% [=============================================== ] 2007/2632 76% [=============================================== ] 2008/2632 76% [=============================================== ] 2009/2632 76% [=============================================== ] 2010/2632 76% [=============================================== ] 2011/2632 76% [=============================================== ] 2012/2632 76% [=============================================== ] 2013/2632 76% [=============================================== ] 2014/2632 76% [=============================================== ] 2015/2632 76% [=============================================== ] 2016/2632 76% [=============================================== ] 2017/2632 76% [=============================================== ] 2018/2632 76% [=============================================== ] 2019/2632 76% [=============================================== ] 2020/2632 76% [=============================================== ] 2021/2632 76% [=============================================== ] 2022/2632 76% [=============================================== ] 2023/2632 76% [=============================================== ] 2024/2632 76% [=============================================== ] 2025/2632 76% [=============================================== ] 2026/2632 76% [=============================================== ] 2027/2632 77% [=============================================== ] 2028/2632 77% [=============================================== ] 2029/2632 77% [=============================================== ] 2030/2632 77% [=============================================== ] 2031/2632 77% [=============================================== ] 2032/2632 77% [=============================================== ] 2033/2632 77% [=============================================== ] 2034/2632 77% [=============================================== ] 2035/2632 77% [=============================================== ] 2036/2632 77% [=============================================== ] 2037/2632 77% [================================================ ] 2038/2632 77% [================================================ ] 2039/2632 77% [================================================ ] 2040/2632 77% [================================================ ] 2041/2632 77% [================================================ ] 2042/2632 77% [================================================ ] 2043/2632 77% [================================================ ] 2044/2632 77% [================================================ ] 2045/2632 77% [================================================ ] 2046/2632 77% [================================================ ] 2047/2632 77% [================================================ ] 2048/2632 77% [================================================ ] 2049/2632 77% [================================================ ] 2050/2632 77% [================================================ ] 2051/2632 77% [================================================ ] 2052/2632 77% [================================================ ] 2053/2632 78% [================================================ ] 2054/2632 78% [================================================ ] 2055/2632 78% [================================================ ] 2056/2632 78% [================================================ ] 2057/2632 78% [================================================ ] 2058/2632 78% [================================================ ] 2059/2632 78% [================================================ ] 2060/2632 78% [================================================ ] 2061/2632 78% [================================================ ] 2062/2632 78% [================================================ ] 2063/2632 78% [================================================ ] 2064/2632 78% [================================================ ] 2065/2632 78% [================================================ ] 2066/2632 78% [================================================ ] 2067/2632 78% [================================================ ] 2068/2632 78% [================================================ ] 2069/2632 78% [================================================ ] 2070/2632 78% [================================================ ] 2071/2632 78% [================================================ ] 2072/2632 78% [================================================ ] 2073/2632 78% [================================================ ] 2074/2632 78% [================================================ ] 2075/2632 78% [================================================ ] 2076/2632 78% [================================================ ] 2077/2632 78% [================================================ ] 2078/2632 78% [================================================ ] 2079/2632 78% [================================================ ] 2080/2632 79% [================================================= ] 2081/2632 79% [================================================= ] 2082/2632 79% [================================================= ] 2083/2632 79% [================================================= ] 2084/2632 79% [================================================= ] 2085/2632 79% [================================================= ] 2086/2632 79% [================================================= ] 2087/2632 79% [================================================= ] 2088/2632 79% [================================================= ] 2089/2632 79% [================================================= ] 2090/2632 79% [================================================= ] 2091/2632 79% [================================================= ] 2092/2632 79% [================================================= ] 2093/2632 79% [================================================= ] 2094/2632 79% [================================================= ] 2095/2632 79% [================================================= ] 2096/2632 79% [================================================= ] 2097/2632 79% [================================================= ] 2098/2632 79% [================================================= ] 2099/2632 79% [================================================= ] 2100/2632 79% [================================================= ] 2101/2632 79% [================================================= ] 2102/2632 79% [================================================= ] 2103/2632 79% [================================================= ] 2104/2632 79% [================================================= ] 2105/2632 79% [================================================= ] 2106/2632 80% [================================================= ] 2107/2632 80% [================================================= ] 2108/2632 80% [================================================= ] 2109/2632 80% [================================================= ] 2110/2632 80% [================================================= ] 2111/2632 80% [================================================= ] 2112/2632 80% [================================================= ] 2113/2632 80% [================================================= ] 2114/2632 80% [================================================= ] 2115/2632 80% [================================================= ] 2116/2632 80% [================================================= ] 2117/2632 80% [================================================= ] 2118/2632 80% [================================================= ] 2119/2632 80% [================================================= ] 2120/2632 80% [================================================= ] 2121/2632 80% [================================================= ] 2122/2632 80% [================================================== ] 2123/2632 80% [================================================== ] 2124/2632 80% [================================================== ] 2125/2632 80% [================================================== ] 2126/2632 80% [================================================== ] 2127/2632 80% [================================================== ] 2128/2632 80% [================================================== ] 2129/2632 80% [================================================== ] 2130/2632 80% [================================================== ] 2131/2632 80% [================================================== ] 2132/2632 81% [================================================== ] 2133/2632 81% [================================================== ] 2134/2632 81% [================================================== ] 2135/2632 81% [================================================== ] 2136/2632 81% [================================================== ] 2137/2632 81% [================================================== ] 2138/2632 81% [================================================== ] 2139/2632 81% [================================================== ] 2140/2632 81% [================================================== ] 2141/2632 81% [================================================== ] 2142/2632 81% [================================================== ] 2143/2632 81% [================================================== ] 2144/2632 81% [================================================== ] 2145/2632 81% [================================================== ] 2146/2632 81% [================================================== ] 2147/2632 81% [================================================== ] 2148/2632 81% [================================================== ] 2149/2632 81% [================================================== ] 2150/2632 81% [================================================== ] 2151/2632 81% [================================================== ] 2152/2632 81% [================================================== ] 2153/2632 81% [================================================== ] 2154/2632 81% [================================================== ] 2155/2632 81% [================================================== ] 2156/2632 81% [================================================== ] 2157/2632 81% [================================================== ] 2158/2632 81% [================================================== ] 2159/2632 82% [================================================== ] 2160/2632 82% [================================================== ] 2161/2632 82% [================================================== ] 2162/2632 82% [================================================== ] 2163/2632 82% [================================================== ] 2164/2632 82% [================================================== ] 2165/2632 82% [=================================================== ] 2166/2632 82% [=================================================== ] 2167/2632 82% [=================================================== ] 2168/2632 82% [=================================================== ] 2169/2632 82% [=================================================== ] 2170/2632 82% [=================================================== ] 2171/2632 82% [=================================================== ] 2172/2632 82% [=================================================== ] 2173/2632 82% [=================================================== ] 2174/2632 82% [=================================================== ] 2175/2632 82% [=================================================== ] 2176/2632 82% [=================================================== ] 2177/2632 82% [=================================================== ] 2178/2632 82% [=================================================== ] 2179/2632 82% [=================================================== ] 2180/2632 82% [=================================================== ] 2181/2632 82% [=================================================== ] 2182/2632 82% [=================================================== ] 2183/2632 82% [=================================================== ] 2184/2632 82% [=================================================== ] 2185/2632 83% [=================================================== ] 2186/2632 83% [=================================================== ] 2187/2632 83% [=================================================== ] 2188/2632 83% [=================================================== ] 2189/2632 83% [=================================================== ] 2190/2632 83% [=================================================== ] 2191/2632 83% [=================================================== ] 2192/2632 83% [=================================================== ] 2193/2632 83% [=================================================== ] 2194/2632 83% [=================================================== ] 2195/2632 83% [=================================================== ] 2196/2632 83% [=================================================== ] 2197/2632 83% [=================================================== ] 2198/2632 83% [=================================================== ] 2199/2632 83% [=================================================== ] 2200/2632 83% [=================================================== ] 2201/2632 83% [=================================================== ] 2202/2632 83% [=================================================== ] 2203/2632 83% [=================================================== ] 2204/2632 83% [=================================================== ] 2205/2632 83% [=================================================== ] 2206/2632 83% [=================================================== ] 2207/2632 83% [==================================================== ] 2208/2632 83% [==================================================== ] 2209/2632 83% [==================================================== ] 2210/2632 83% [==================================================== ] 2211/2632 84% [==================================================== ] 2212/2632 84% [==================================================== ] 2213/2632 84% [==================================================== ] 2214/2632 84% [==================================================== ] 2215/2632 84% [==================================================== ] 2216/2632 84% [==================================================== ] 2217/2632 84% [==================================================== ] 2218/2632 84% [==================================================== ] 2219/2632 84% [==================================================== ] 2220/2632 84% [==================================================== ] 2221/2632 84% [==================================================== ] 2222/2632 84% [==================================================== ] 2223/2632 84% [==================================================== ] 2224/2632 84% [==================================================== ] 2225/2632 84% [==================================================== ] 2226/2632 84% [==================================================== ] 2227/2632 84% [==================================================== ] 2228/2632 84% [==================================================== ] 2229/2632 84% [==================================================== ] 2230/2632 84% [==================================================== ] 2231/2632 84% [==================================================== ] 2232/2632 84% [==================================================== ] 2233/2632 84% [==================================================== ] 2234/2632 84% [==================================================== ] 2235/2632 84% [==================================================== ] 2236/2632 84% [==================================================== ] 2237/2632 84% [==================================================== ] 2238/2632 85% [==================================================== ] 2239/2632 85% [==================================================== ] 2240/2632 85% [==================================================== ] 2241/2632 85% [==================================================== ] 2242/2632 85% [==================================================== ] 2243/2632 85% [==================================================== ] 2244/2632 85% [==================================================== ] 2245/2632 85% [==================================================== ] 2246/2632 85% [==================================================== ] 2247/2632 85% [==================================================== ] 2248/2632 85% [==================================================== ] 2249/2632 85% [===================================================== ] 2250/2632 85% [===================================================== ] 2251/2632 85% [===================================================== ] 2252/2632 85% [===================================================== ] 2253/2632 85% [===================================================== ] 2254/2632 85% [===================================================== ] 2255/2632 85% [===================================================== ] 2256/2632 85% [===================================================== ] 2257/2632 85% [===================================================== ] 2258/2632 85% [===================================================== ] 2259/2632 85% [===================================================== ] 2260/2632 85% [===================================================== ] 2261/2632 85% [===================================================== ] 2262/2632 85% [===================================================== ] 2263/2632 85% [===================================================== ] 2264/2632 86% [===================================================== ] 2265/2632 86% [===================================================== ] 2266/2632 86% [===================================================== ] 2267/2632 86% [===================================================== ] 2268/2632 86% [===================================================== ] 2269/2632 86% [===================================================== ] 2270/2632 86% [===================================================== ] 2271/2632 86% [===================================================== ] 2272/2632 86% [===================================================== ] 2273/2632 86% [===================================================== ] 2274/2632 86% [===================================================== ] 2275/2632 86% [===================================================== ] 2276/2632 86% [===================================================== ] 2277/2632 86% [===================================================== ] 2278/2632 86% [===================================================== ] 2279/2632 86% [===================================================== ] 2280/2632 86% [===================================================== ] 2281/2632 86% [===================================================== ] 2282/2632 86% [===================================================== ] 2283/2632 86% [===================================================== ] 2284/2632 86% [===================================================== ] 2285/2632 86% [===================================================== ] 2286/2632 86% [===================================================== ] 2287/2632 86% [===================================================== ] 2288/2632 86% [===================================================== ] 2289/2632 86% [===================================================== ] 2290/2632 87% [===================================================== ] 2291/2632 87% [===================================================== ] 2292/2632 87% [====================================================== ] 2293/2632 87% [====================================================== ] 2294/2632 87% [====================================================== ] 2295/2632 87% [====================================================== ] 2296/2632 87% [====================================================== ] 2297/2632 87% [====================================================== ] 2298/2632 87% [====================================================== ] 2299/2632 87% [====================================================== ] 2300/2632 87% [====================================================== ] 2301/2632 87% [====================================================== ] 2302/2632 87% [====================================================== ] 2303/2632 87% [====================================================== ] 2304/2632 87% [====================================================== ] 2305/2632 87% [====================================================== ] 2306/2632 87% [====================================================== ] 2307/2632 87% [====================================================== ] 2308/2632 87% [====================================================== ] 2309/2632 87% [====================================================== ] 2310/2632 87% [====================================================== ] 2311/2632 87% [====================================================== ] 2312/2632 87% [====================================================== ] 2313/2632 87% [====================================================== ] 2314/2632 87% [====================================================== ] 2315/2632 87% [====================================================== ] 2316/2632 87% [====================================================== ] 2317/2632 88% [====================================================== ] 2318/2632 88% [====================================================== ] 2319/2632 88% [====================================================== ] 2320/2632 88% [====================================================== ] 2321/2632 88% [====================================================== ] 2322/2632 88% [====================================================== ] 2323/2632 88% [====================================================== ] 2324/2632 88% [====================================================== ] 2325/2632 88% [====================================================== ] 2326/2632 88% [====================================================== ] 2327/2632 88% [====================================================== ] 2328/2632 88% [====================================================== ] 2329/2632 88% [====================================================== ] 2330/2632 88% [====================================================== ] 2331/2632 88% [====================================================== ] 2332/2632 88% [====================================================== ] 2333/2632 88% [====================================================== ] 2334/2632 88% [======================================================= ] 2335/2632 88% [======================================================= ] 2336/2632 88% [======================================================= ] 2337/2632 88% [======================================================= ] 2338/2632 88% [======================================================= ] 2339/2632 88% [======================================================= ] 2340/2632 88% [======================================================= ] 2341/2632 88% [======================================================= ] 2342/2632 88% [======================================================= ] 2343/2632 89% [======================================================= ] 2344/2632 89% [======================================================= ] 2345/2632 89% [======================================================= ] 2346/2632 89% [======================================================= ] 2347/2632 89% [======================================================= ] 2348/2632 89% [======================================================= ] 2349/2632 89% [======================================================= ] 2350/2632 89% [======================================================= ] 2351/2632 89% [======================================================= ] 2352/2632 89% [======================================================= ] 2353/2632 89% [======================================================= ] 2354/2632 89% [======================================================= ] 2355/2632 89% [======================================================= ] 2356/2632 89% [======================================================= ] 2357/2632 89% [======================================================= ] 2358/2632 89% [======================================================= ] 2359/2632 89% [======================================================= ] 2360/2632 89% [======================================================= ] 2361/2632 89% [======================================================= ] 2362/2632 89% [======================================================= ] 2363/2632 89% [======================================================= ] 2364/2632 89% [======================================================= ] 2365/2632 89% [======================================================= ] 2366/2632 89% [======================================================= ] 2367/2632 89% [======================================================= ] 2368/2632 89% [======================================================= ] 2369/2632 90% [======================================================= ] 2370/2632 90% [======================================================= ] 2371/2632 90% [======================================================= ] 2372/2632 90% [======================================================= ] 2373/2632 90% [======================================================= ] 2374/2632 90% [======================================================= ] 2375/2632 90% [======================================================= ] 2376/2632 90% [======================================================= ] 2377/2632 90% [======================================================== ] 2378/2632 90% [======================================================== ] 2379/2632 90% [======================================================== ] 2380/2632 90% [======================================================== ] 2381/2632 90% [======================================================== ] 2382/2632 90% [======================================================== ] 2383/2632 90% [======================================================== ] 2384/2632 90% [======================================================== ] 2385/2632 90% [======================================================== ] 2386/2632 90% [======================================================== ] 2387/2632 90% [======================================================== ] 2388/2632 90% [======================================================== ] 2389/2632 90% [======================================================== ] 2390/2632 90% [======================================================== ] 2391/2632 90% [======================================================== ] 2392/2632 90% [======================================================== ] 2393/2632 90% [======================================================== ] 2394/2632 90% [======================================================== ] 2395/2632 90% [======================================================== ] 2396/2632 91% [======================================================== ] 2397/2632 91% [======================================================== ] 2398/2632 91% [======================================================== ] 2399/2632 91% [======================================================== ] 2400/2632 91% [======================================================== ] 2401/2632 91% [======================================================== ] 2402/2632 91% [======================================================== ] 2403/2632 91% [======================================================== ] 2404/2632 91% [======================================================== ] 2405/2632 91% [======================================================== ] 2406/2632 91% [======================================================== ] 2407/2632 91% [======================================================== ] 2408/2632 91% [======================================================== ] 2409/2632 91% [======================================================== ] 2410/2632 91% [======================================================== ] 2411/2632 91% [======================================================== ] 2412/2632 91% [======================================================== ] 2413/2632 91% [======================================================== ] 2414/2632 91% [======================================================== ] 2415/2632 91% [======================================================== ] 2416/2632 91% [======================================================== ] 2417/2632 91% [======================================================== ] 2418/2632 91% [======================================================== ] 2419/2632 91% [========================================================= ] 2420/2632 91% [========================================================= ] 2421/2632 91% [========================================================= ] 2422/2632 92% [========================================================= ] 2423/2632 92% [========================================================= ] 2424/2632 92% [========================================================= ] 2425/2632 92% [========================================================= ] 2426/2632 92% [========================================================= ] 2427/2632 92% [========================================================= ] 2428/2632 92% [========================================================= ] 2429/2632 92% [========================================================= ] 2430/2632 92% [========================================================= ] 2431/2632 92% [========================================================= ] 2432/2632 92% [========================================================= ] 2433/2632 92% [========================================================= ] 2434/2632 92% [========================================================= ] 2435/2632 92% [========================================================= ] 2436/2632 92% [========================================================= ] 2437/2632 92% [========================================================= ] 2438/2632 92% [========================================================= ] 2439/2632 92% [========================================================= ] 2440/2632 92% [========================================================= ] 2441/2632 92% [========================================================= ] 2442/2632 92% [========================================================= ] 2443/2632 92% [========================================================= ] 2444/2632 92% [========================================================= ] 2445/2632 92% [========================================================= ] 2446/2632 92% [========================================================= ] 2447/2632 92% [========================================================= ] 2448/2632 93% [========================================================= ] 2449/2632 93% [========================================================= ] 2450/2632 93% [========================================================= ] 2451/2632 93% [========================================================= ] 2452/2632 93% [========================================================= ] 2453/2632 93% [========================================================= ] 2454/2632 93% [========================================================= ] 2455/2632 93% [========================================================= ] 2456/2632 93% [========================================================= ] 2457/2632 93% [========================================================= ] 2458/2632 93% [========================================================= ] 2459/2632 93% [========================================================= ] 2460/2632 93% [========================================================= ] 2461/2632 93% [========================================================= ] 2462/2632 93% [========================================================== ] 2463/2632 93% [========================================================== ] 2464/2632 93% [========================================================== ] 2465/2632 93% [========================================================== ] 2466/2632 93% [========================================================== ] 2467/2632 93% [========================================================== ] 2468/2632 93% [========================================================== ] 2469/2632 93% [========================================================== ] 2470/2632 93% [========================================================== ] 2471/2632 93% [========================================================== ] 2472/2632 93% [========================================================== ] 2473/2632 93% [========================================================== ] 2474/2632 93% [========================================================== ] 2475/2632 94% [========================================================== ] 2476/2632 94% [========================================================== ] 2477/2632 94% [========================================================== ] 2478/2632 94% [========================================================== ] 2479/2632 94% [========================================================== ] 2480/2632 94% [========================================================== ] 2481/2632 94% [========================================================== ] 2482/2632 94% [========================================================== ] 2483/2632 94% [========================================================== ] 2484/2632 94% [========================================================== ] 2485/2632 94% [========================================================== ] 2486/2632 94% [========================================================== ] 2487/2632 94% [========================================================== ] 2488/2632 94% [========================================================== ] 2489/2632 94% [========================================================== ] 2490/2632 94% [========================================================== ] 2491/2632 94% [========================================================== ] 2492/2632 94% [========================================================== ] 2493/2632 94% [========================================================== ] 2494/2632 94% [========================================================== ] 2495/2632 94% [========================================================== ] 2496/2632 94% [========================================================== ] 2497/2632 94% [========================================================== ] 2498/2632 94% [========================================================== ] 2499/2632 94% [========================================================== ] 2500/2632 94% [========================================================== ] 2501/2632 95% [========================================================== ] 2502/2632 95% [========================================================== ] 2503/2632 95% [========================================================== ] 2504/2632 95% [=========================================================== ] 2505/2632 95% [=========================================================== ] 2506/2632 95% [=========================================================== ] 2507/2632 95% [=========================================================== ] 2508/2632 95% [=========================================================== ] 2509/2632 95% [=========================================================== ] 2510/2632 95% [=========================================================== ] 2511/2632 95% [=========================================================== ] 2512/2632 95% [=========================================================== ] 2513/2632 95% [=========================================================== ] 2514/2632 95% [=========================================================== ] 2515/2632 95% [=========================================================== ] 2516/2632 95% [=========================================================== ] 2517/2632 95% [=========================================================== ] 2518/2632 95% [=========================================================== ] 2519/2632 95% [=========================================================== ] 2520/2632 95% [=========================================================== ] 2521/2632 95% [=========================================================== ] 2522/2632 95% [=========================================================== ] 2523/2632 95% [=========================================================== ] 2524/2632 95% [=========================================================== ] 2525/2632 95% [=========================================================== ] 2526/2632 95% [=========================================================== ] 2527/2632 96% [=========================================================== ] 2528/2632 96% [=========================================================== ] 2529/2632 96% [=========================================================== ] 2530/2632 96% [=========================================================== ] 2531/2632 96% [=========================================================== ] 2532/2632 96% [=========================================================== ] 2533/2632 96% [=========================================================== ] 2534/2632 96% [=========================================================== ] 2535/2632 96% [=========================================================== ] 2536/2632 96% [=========================================================== ] 2537/2632 96% [=========================================================== ] 2538/2632 96% [=========================================================== ] 2539/2632 96% [=========================================================== ] 2540/2632 96% [=========================================================== ] 2541/2632 96% [=========================================================== ] 2542/2632 96% [=========================================================== ] 2543/2632 96% [=========================================================== ] 2544/2632 96% [=========================================================== ] 2545/2632 96% [=========================================================== ] 2546/2632 96% [=========================================================== ] 2547/2632 96% [============================================================ ] 2548/2632 96% [============================================================ ] 2549/2632 96% [============================================================ ] 2550/2632 96% [============================================================ ] 2551/2632 96% [============================================================ ] 2552/2632 96% [============================================================ ] 2553/2632 96% [============================================================ ] 2554/2632 97% [============================================================ ] 2555/2632 97% [============================================================ ] 2556/2632 97% [============================================================ ] 2557/2632 97% [============================================================ ] 2558/2632 97% [============================================================ ] 2559/2632 97% [============================================================ ] 2560/2632 97% [============================================================ ] 2561/2632 97% [============================================================ ] 2562/2632 97% [============================================================ ] 2563/2632 97% [============================================================ ] 2564/2632 97% [============================================================ ] 2565/2632 97% [============================================================ ] 2566/2632 97% [============================================================ ] 2567/2632 97% [============================================================ ] 2568/2632 97% [============================================================ ] 2569/2632 97% [============================================================ ] 2570/2632 97% [============================================================ ] 2571/2632 97% [============================================================ ] 2572/2632 97% [============================================================ ] 2573/2632 97% [============================================================ ] 2574/2632 97% [============================================================ ] 2575/2632 97% [============================================================ ] 2576/2632 97% [============================================================ ] 2577/2632 97% [============================================================ ] 2578/2632 97% [============================================================ ] 2579/2632 97% [============================================================ ] 2580/2632 98% [============================================================ ] 2581/2632 98% [============================================================ ] 2582/2632 98% [============================================================ ] 2583/2632 98% [============================================================ ] 2584/2632 98% [============================================================ ] 2585/2632 98% [============================================================ ] 2586/2632 98% [============================================================ ] 2587/2632 98% [============================================================ ] 2588/2632 98% [============================================================ ] 2589/2632 98% [============================================================= ] 2590/2632 98% [============================================================= ] 2591/2632 98% [============================================================= ] 2592/2632 98% [============================================================= ] 2593/2632 98% [============================================================= ] 2594/2632 98% [============================================================= ] 2595/2632 98% [============================================================= ] 2596/2632 98% [============================================================= ] 2597/2632 98% [============================================================= ] 2598/2632 98% [============================================================= ] 2599/2632 98% [============================================================= ] 2600/2632 98% [============================================================= ] 2601/2632 98% [============================================================= ] 2602/2632 98% [============================================================= ] 2603/2632 98% [============================================================= ] 2604/2632 98% [============================================================= ] 2605/2632 98% [============================================================= ] 2606/2632 99% [============================================================= ] 2607/2632 99% [============================================================= ] 2608/2632 99% [============================================================= ] 2609/2632 99% [============================================================= ] 2610/2632 99% [============================================================= ] 2611/2632 99% [============================================================= ] 2612/2632 99% [============================================================= ] 2613/2632 99% [============================================================= ] 2614/2632 99% [============================================================= ] 2615/2632 99% [============================================================= ] 2616/2632 99% [============================================================= ] 2617/2632 99% [============================================================= ] 2618/2632 99% [============================================================= ] 2619/2632 99% [============================================================= ] 2620/2632 99% [============================================================= ] 2621/2632 99% [============================================================= ] 2622/2632 99% [============================================================= ] 2623/2632 99% [============================================================= ] 2624/2632 99% [============================================================= ] 2625/2632 99% [============================================================= ] 2626/2632 99% [============================================================= ] 2627/2632 99% [============================================================= ] 2628/2632 99% [============================================================= ] 2629/2632 99% [============================================================= ] 2630/2632 99% [============================================================= ] 2631/2632 99% [==============================================================] 2632/2632 100% operation complete, 2632 objects in 106400 NAND pages. ln -snf /home/buildroot/autobuild/instance-0/output-1/host/xtensa-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-0/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2022.05-2302-ga85f5f2a41 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.4.217 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> 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) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> iproute2 6.0.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.11.0 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.38 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> catatonit 0.1.7 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> cifs-utils 6.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> cmocka 1.1.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> dht 0.27 Collecting legal info LICENCE: OK (sha256: 06ce07293caf8c8ddfaf47797ad1fb18d1c040a8375231d8f8a6105cef51a8e6) >>> dnsmasq 2.87 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ed 1.18 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> fftw-double 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gnuplot 5.4.5 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> hiredis 1.0.2 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> host-imx-mkimage lf-5.10.72_2.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ipset 7.15 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> jquery 3.5.1 Collecting legal info >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> keepalived 2.2.7 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lcdproc 0.5.9 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libdcadec 0.2.0 Collecting legal info COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libgit2 1.5.0 Collecting legal info COPYING: OK (sha256: 0fc09da43d666b5b0cf5695defc3100d5cf387936b260ebab37e396d7e0dbc83) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libgsm 1.0.19 Collecting legal info COPYRIGHT: OK (sha256: 81c68a3374937ed9b5e4929c709e81a2c4b35b5d1f450ecf8c473e2daea46ff6) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.64.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.5.1 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libwebsockets 4.3.2 Collecting legal info LICENSE: OK (sha256: 2b5dd8030691f3d1870a040f085c37e45d9ab9c684a7f1284f5f379c1e829b28) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> mmc-utils dfc3b6ecda84d21418fb4408b39c5c71db4c6458 Collecting legal info mmc.h: OK (sha256: f57e3c6169116aa9ff06eec95734ca000e4d0196467bb221e80e50530c768081) >>> host-moby-buildkit 0.10.0 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> host-go 1.19.3 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> numactl 2.0.16 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> openlayers 7.1.0 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> openssh 9.1p1 Collecting legal info LICENCE: OK (sha256: 05c30446ba738934b3f1efa965b454c122ca26cc4b268e5ae6843f58ccd1b16d) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> host-rust-bin 1.65.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> smcroute 2.5.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> speexdsp 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> whetstone 1.2 Collecting legal info >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ytree 2.04 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> zchunk 1.2.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> zerofree 1.1.1 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> 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-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.4.217: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'