/usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-2/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-2/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells; fi mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; fi rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/include /home/buildroot/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-2/output-1/target/usr/doc find /home/buildroot/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-2/output-1/target/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/man /home/buildroot/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/info /home/buildroot/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/doc /home/buildroot/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-2/output-1/target/lib/debug /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/instance-2/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-2/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/instance-2/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-2/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-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-139-g0c7ba302bd"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-2/output-1/per-package /home/buildroot/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cramfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkcramfs -L /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.cramfs\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-2/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-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2076 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/2076 0% [ ] 2/2076 0% [ ] 3/2076 0% [ ] 4/2076 0% [ ] 5/2076 0% [ ] 6/2076 0% [ ] 7/2076 0% [ ] 8/2076 0% [ ] 9/2076 0% [ ] 10/2076 0% [ ] 11/2076 0% [ ] 12/2076 0% [ ] 13/2076 0% [ ] 14/2076 0% [ ] 15/2076 0% [ ] 16/2076 0% [ ] 17/2076 0% [ ] 18/2076 0% [ ] 19/2076 0% [ ] 20/2076 0% [ ] 21/2076 1% [ ] 22/2076 1% [ ] 23/2076 1% [ ] 24/2076 1% [ ] 25/2076 1% [ ] 26/2076 1% [ ] 27/2076 1% [ ] 28/2076 1% [ ] 29/2076 1% [ ] 30/2076 1% [ ] 31/2076 1% [ ] 32/2076 1% [ ] 33/2076 1% [= ] 34/2076 1% [= ] 35/2076 1% [= ] 36/2076 1% [= ] 37/2076 1% [= ] 38/2076 1% [= ] 39/2076 1% [= ] 40/2076 1% [= ] 41/2076 1% [= ] 42/2076 2% [= ] 43/2076 2% [= ] 44/2076 2% [= ] 45/2076 2% [= ] 46/2076 2% [= ] 47/2076 2% [= ] 48/2076 2% [= ] 49/2076 2% [= ] 50/2076 2% [= ] 51/2076 2% [= ] 52/2076 2% [= ] 53/2076 2% [= ] 54/2076 2% [= ] 55/2076 2% [= ] 56/2076 2% [= ] 57/2076 2% [= ] 58/2076 2% [= ] 59/2076 2% [= ] 60/2076 2% [= ] 61/2076 2% [= ] 62/2076 2% [= ] 63/2076 3% [= ] 64/2076 3% [= ] 65/2076 3% [= ] 66/2076 3% [== ] 67/2076 3% [== ] 68/2076 3% [== ] 69/2076 3% [== ] 70/2076 3% [== ] 71/2076 3% [== ] 72/2076 3% [== ] 73/2076 3% [== ] 74/2076 3% [== ] 75/2076 3% [== ] 76/2076 3% [== ] 77/2076 3% [== ] 78/2076 3% [== ] 79/2076 3% [== ] 80/2076 3% [== ] 81/2076 3% [== ] 82/2076 3% [== ] 83/2076 3% [== ] 84/2076 4% [== ] 85/2076 4% [== ] 86/2076 4% [== ] 87/2076 4% [== ] 88/2076 4% [== ] 89/2076 4% [== ] 90/2076 4% [== ] 91/2076 4% [== ] 92/2076 4% [== ] 93/2076 4% [== ] 94/2076 4% [== ] 95/2076 4% [== ] 96/2076 4% [== ] 97/2076 4% [== ] 98/2076 4% [== ] 99/2076 4% [== ] 100/2076 4% [=== ] 101/2076 4% [=== ] 102/2076 4% [=== ] 103/2076 4% [=== ] 104/2076 5% [=== ] 105/2076 5% [=== ] 106/2076 5% [=== ] 107/2076 5% [=== ] 108/2076 5% [=== ] 109/2076 5% [=== ] 110/2076 5% [=== ] 111/2076 5% [=== ] 112/2076 5% [=== ] 113/2076 5% [=== ] 114/2076 5% [=== ] 115/2076 5% [=== ] 116/2076 5% [=== ] 117/2076 5% [=== ] 118/2076 5% [=== ] 119/2076 5% [=== ] 120/2076 5% [=== ] 121/2076 5% [=== ] 122/2076 5% [=== ] 123/2076 5% [=== ] 124/2076 5% [=== ] 125/2076 6% [=== ] 126/2076 6% [=== ] 127/2076 6% [=== ] 128/2076 6% [=== ] 129/2076 6% [=== ] 130/2076 6% [=== ] 131/2076 6% [=== ] 132/2076 6% [=== ] 133/2076 6% [==== ] 134/2076 6% [==== ] 135/2076 6% [==== ] 136/2076 6% [==== ] 137/2076 6% [==== ] 138/2076 6% [==== ] 139/2076 6% [==== ] 140/2076 6% [==== ] 141/2076 6% [==== ] 142/2076 6% [==== ] 143/2076 6% [==== ] 144/2076 6% [==== ] 145/2076 6% [==== ] 146/2076 7% [==== ] 147/2076 7% [==== ] 148/2076 7% [==== ] 149/2076 7% [==== ] 150/2076 7% [==== ] 151/2076 7% [==== ] 152/2076 7% [==== ] 153/2076 7% [==== ] 154/2076 7% [==== ] 155/2076 7% [==== ] 156/2076 7% [==== ] 157/2076 7% [==== ] 158/2076 7% [==== ] 159/2076 7% [==== ] 160/2076 7% [==== ] 161/2076 7% [==== ] 162/2076 7% [==== ] 163/2076 7% [==== ] 164/2076 7% [==== ] 165/2076 7% [==== ] 166/2076 7% [==== ] 167/2076 8% [===== ] 168/2076 8% [===== ] 169/2076 8% [===== ] 170/2076 8% [===== ] 171/2076 8% [===== ] 172/2076 8% [===== ] 173/2076 8% [===== ] 174/2076 8% [===== ] 175/2076 8% [===== ] 176/2076 8% [===== ] 177/2076 8% [===== ] 178/2076 8% [===== ] 179/2076 8% [===== ] 180/2076 8% [===== ] 181/2076 8% [===== ] 182/2076 8% [===== ] 183/2076 8% [===== ] 184/2076 8% [===== ] 185/2076 8% [===== ] 186/2076 8% [===== ] 187/2076 9% [===== ] 188/2076 9% [===== ] 189/2076 9% [===== ] 190/2076 9% [===== ] 191/2076 9% [===== ] 192/2076 9% [===== ] 193/2076 9% [===== ] 194/2076 9% [===== ] 195/2076 9% [===== ] 196/2076 9% [===== ] 197/2076 9% [===== ] 198/2076 9% [===== ] 199/2076 9% [===== ] 200/2076 9% [====== ] 201/2076 9% [====== ] 202/2076 9% [====== ] 203/2076 9% [====== ] 204/2076 9% [====== ] 205/2076 9% [====== ] 206/2076 9% [====== ] 207/2076 9% [====== ] 208/2076 10% [====== ] 209/2076 10% [====== ] 210/2076 10% [====== ] 211/2076 10% [====== ] 212/2076 10% [====== ] 213/2076 10% [====== ] 214/2076 10% [====== ] 215/2076 10% [====== ] 216/2076 10% [====== ] 217/2076 10% [====== ] 218/2076 10% [====== ] 219/2076 10% [====== ] 220/2076 10% [====== ] 221/2076 10% [====== ] 222/2076 10% [====== ] 223/2076 10% [====== ] 224/2076 10% [====== ] 225/2076 10% [====== ] 226/2076 10% [====== ] 227/2076 10% [====== ] 228/2076 10% [====== ] 229/2076 11% [====== ] 230/2076 11% [====== ] 231/2076 11% [====== ] 232/2076 11% [====== ] 233/2076 11% [====== ] 234/2076 11% [======= ] 235/2076 11% [======= ] 236/2076 11% [======= ] 237/2076 11% [======= ] 238/2076 11% [======= ] 239/2076 11% [======= ] 240/2076 11% [======= ] 241/2076 11% [======= ] 242/2076 11% [======= ] 243/2076 11% [======= ] 244/2076 11% [======= ] 245/2076 11% [======= ] 246/2076 11% [======= ] 247/2076 11% [======= ] 248/2076 11% [======= ] 249/2076 11% [======= ] 250/2076 12% [======= ] 251/2076 12% [======= ] 252/2076 12% [======= ] 253/2076 12% [======= ] 254/2076 12% [======= ] 255/2076 12% [======= ] 256/2076 12% [======= ] 257/2076 12% [======= ] 258/2076 12% [======= ] 259/2076 12% [======= ] 260/2076 12% [======= ] 261/2076 12% [======= ] 262/2076 12% [======= ] 263/2076 12% [======= ] 264/2076 12% [======= ] 265/2076 12% [======= ] 266/2076 12% [======= ] 267/2076 12% [======== ] 268/2076 12% [======== ] 269/2076 12% [======== ] 270/2076 13% [======== ] 271/2076 13% [======== ] 272/2076 13% [======== ] 273/2076 13% [======== ] 274/2076 13% [======== ] 275/2076 13% [======== ] 276/2076 13% [======== ] 277/2076 13% [======== ] 278/2076 13% [======== ] 279/2076 13% [======== ] 280/2076 13% [======== ] 281/2076 13% [======== ] 282/2076 13% [======== ] 283/2076 13% [======== ] 284/2076 13% [======== ] 285/2076 13% [======== ] 286/2076 13% [======== ] 287/2076 13% [======== ] 288/2076 13% [======== ] 289/2076 13% [======== ] 290/2076 13% [======== ] 291/2076 14% [======== ] 292/2076 14% [======== ] 293/2076 14% [======== ] 294/2076 14% [======== ] 295/2076 14% [======== ] 296/2076 14% [======== ] 297/2076 14% [======== ] 298/2076 14% [======== ] 299/2076 14% [======== ] 300/2076 14% [======== ] 301/2076 14% [========= ] 302/2076 14% [========= ] 303/2076 14% [========= ] 304/2076 14% [========= ] 305/2076 14% [========= ] 306/2076 14% [========= ] 307/2076 14% [========= ] 308/2076 14% [========= ] 309/2076 14% [========= ] 310/2076 14% [========= ] 311/2076 14% [========= ] 312/2076 15% [========= ] 313/2076 15% [========= ] 314/2076 15% [========= ] 315/2076 15% [========= ] 316/2076 15% [========= ] 317/2076 15% [========= ] 318/2076 15% [========= ] 319/2076 15% [========= ] 320/2076 15% [========= ] 321/2076 15% [========= ] 322/2076 15% [========= ] 323/2076 15% [========= ] 324/2076 15% [========= ] 325/2076 15% [========= ] 326/2076 15% [========= ] 327/2076 15% [========= ] 328/2076 15% [========= ] 329/2076 15% [========= ] 330/2076 15% [========= ] 331/2076 15% [========= ] 332/2076 15% [========= ] 333/2076 16% [========= ] 334/2076 16% [========== ] 335/2076 16% [========== ] 336/2076 16% [========== ] 337/2076 16% [========== ] 338/2076 16% [========== ] 339/2076 16% [========== ] 340/2076 16% [========== ] 341/2076 16% [========== ] 342/2076 16% [========== ] 343/2076 16% [========== ] 344/2076 16% [========== ] 345/2076 16% [========== ] 346/2076 16% [========== ] 347/2076 16% [========== ] 348/2076 16% [========== ] 349/2076 16% [========== ] 350/2076 16% [========== ] 351/2076 16% [========== ] 352/2076 16% [========== ] 353/2076 17% [========== ] 354/2076 17% [========== ] 355/2076 17% [========== ] 356/2076 17% [========== ] 357/2076 17% [========== ] 358/2076 17% [========== ] 359/2076 17% [========== ] 360/2076 17% [========== ] 361/2076 17% [========== ] 362/2076 17% [========== ] 363/2076 17% [========== ] 364/2076 17% [========== ] 365/2076 17% [========== ] 366/2076 17% [========== ] 367/2076 17% [========== ] 368/2076 17% [=========== ] 369/2076 17% [=========== ] 370/2076 17% [=========== ] 371/2076 17% [=========== ] 372/2076 17% [=========== ] 373/2076 17% [=========== ] 374/2076 18% [=========== ] 375/2076 18% [=========== ] 376/2076 18% [=========== ] 377/2076 18% [=========== ] 378/2076 18% [=========== ] 379/2076 18% [=========== ] 380/2076 18% [=========== ] 381/2076 18% [=========== ] 382/2076 18% [=========== ] 383/2076 18% [=========== ] 384/2076 18% [=========== ] 385/2076 18% [=========== ] 386/2076 18% [=========== ] 387/2076 18% [=========== ] 388/2076 18% [=========== ] 389/2076 18% [=========== ] 390/2076 18% [=========== ] 391/2076 18% [=========== ] 392/2076 18% [=========== ] 393/2076 18% [=========== ] 394/2076 18% [=========== ] 395/2076 19% [=========== ] 396/2076 19% [=========== ] 397/2076 19% [=========== ] 398/2076 19% [=========== ] 399/2076 19% [=========== ] 400/2076 19% [=========== ] 401/2076 19% [============ ] 402/2076 19% [============ ] 403/2076 19% [============ ] 404/2076 19% [============ ] 405/2076 19% [============ ] 406/2076 19% [============ ] 407/2076 19% [============ ] 408/2076 19% [============ ] 409/2076 19% [============ ] 410/2076 19% [============ ] 411/2076 19% [============ ] 412/2076 19% [============ ] 413/2076 19% [============ ] 414/2076 19% [============ ] 415/2076 19% [============ ] 416/2076 20% [============ ] 417/2076 20% [============ ] 418/2076 20% [============ ] 419/2076 20% [============ ] 420/2076 20% [============ ] 421/2076 20% [============ ] 422/2076 20% [============ ] 423/2076 20% [============ ] 424/2076 20% [============ ] 425/2076 20% [============ ] 426/2076 20% [============ ] 427/2076 20% [============ ] 428/2076 20% [============ ] 429/2076 20% [============ ] 430/2076 20% [============ ] 431/2076 20% [============ ] 432/2076 20% [============ ] 433/2076 20% [============ ] 434/2076 20% [============ ] 435/2076 20% [============= ] 436/2076 21% [============= ] 437/2076 21% [============= ] 438/2076 21% [============= ] 439/2076 21% [============= ] 440/2076 21% [============= ] 441/2076 21% [============= ] 442/2076 21% [============= ] 443/2076 21% [============= ] 444/2076 21% [============= ] 445/2076 21% [============= ] 446/2076 21% [============= ] 447/2076 21% [============= ] 448/2076 21% [============= ] 449/2076 21% [============= ] 450/2076 21% [============= ] 451/2076 21% [============= ] 452/2076 21% [============= ] 453/2076 21% [============= ] 454/2076 21% [============= ] 455/2076 21% [============= ] 456/2076 21% [============= ] 457/2076 22% [============= ] 458/2076 22% [============= ] 459/2076 22% [============= ] 460/2076 22% [============= ] 461/2076 22% [============= ] 462/2076 22% [============= ] 463/2076 22% [============= ] 464/2076 22% [============= ] 465/2076 22% [============= ] 466/2076 22% [============= ] 467/2076 22% [============= ] 468/2076 22% [============== ] 469/2076 22% [============== ] 470/2076 22% [============== ] 471/2076 22% [============== ] 472/2076 22% [============== ] 473/2076 22% [============== ] 474/2076 22% [============== ] 475/2076 22% [============== ] 476/2076 22% [============== ] 477/2076 22% [============== ] 478/2076 23% [============== ] 479/2076 23% [============== ] 480/2076 23% [============== ] 481/2076 23% [============== ] 482/2076 23% [============== ] 483/2076 23% [============== ] 484/2076 23% [============== ] 485/2076 23% [============== ] 486/2076 23% [============== ] 487/2076 23% [============== ] 488/2076 23% [============== ] 489/2076 23% [============== ] 490/2076 23% [============== ] 491/2076 23% [============== ] 492/2076 23% [============== ] 493/2076 23% [============== ] 494/2076 23% [============== ] 495/2076 23% [============== ] 496/2076 23% [============== ] 497/2076 23% [============== ] 498/2076 23% [============== ] 499/2076 24% [============== ] 500/2076 24% [============== ] 501/2076 24% [============== ] 502/2076 24% [=============== ] 503/2076 24% [=============== ] 504/2076 24% [=============== ] 505/2076 24% [=============== ] 506/2076 24% [=============== ] 507/2076 24% [=============== ] 508/2076 24% [=============== ] 509/2076 24% [=============== ] 510/2076 24% [=============== ] 511/2076 24% [=============== ] 512/2076 24% [=============== ] 513/2076 24% [=============== ] 514/2076 24% [=============== ] 515/2076 24% [=============== ] 516/2076 24% [=============== ] 517/2076 24% [=============== ] 518/2076 24% [=============== ] 519/2076 25% [=============== ] 520/2076 25% [=============== ] 521/2076 25% [=============== ] 522/2076 25% [=============== ] 523/2076 25% [=============== ] 524/2076 25% [=============== ] 525/2076 25% [=============== ] 526/2076 25% [=============== ] 527/2076 25% [=============== ] 528/2076 25% [=============== ] 529/2076 25% [=============== ] 530/2076 25% [=============== ] 531/2076 25% [=============== ] 532/2076 25% [=============== ] 533/2076 25% [=============== ] 534/2076 25% [=============== ] 535/2076 25% [================ ] 536/2076 25% [================ ] 537/2076 25% [================ ] 538/2076 25% [================ ] 539/2076 25% [================ ] 540/2076 26% [================ ] 541/2076 26% [================ ] 542/2076 26% [================ ] 543/2076 26% [================ ] 544/2076 26% [================ ] 545/2076 26% [================ ] 546/2076 26% [================ ] 547/2076 26% [================ ] 548/2076 26% [================ ] 549/2076 26% [================ ] 550/2076 26% [================ ] 551/2076 26% [================ ] 552/2076 26% [================ ] 553/2076 26% [================ ] 554/2076 26% [================ ] 555/2076 26% [================ ] 556/2076 26% [================ ] 557/2076 26% [================ ] 558/2076 26% [================ ] 559/2076 26% [================ ] 560/2076 26% [================ ] 561/2076 27% [================ ] 562/2076 27% [================ ] 563/2076 27% [================ ] 564/2076 27% [================ ] 565/2076 27% [================ ] 566/2076 27% [================ ] 567/2076 27% [================ ] 568/2076 27% [================ ] 569/2076 27% [================= ] 570/2076 27% [================= ] 571/2076 27% [================= ] 572/2076 27% [================= ] 573/2076 27% [================= ] 574/2076 27% [================= ] 575/2076 27% [================= ] 576/2076 27% [================= ] 577/2076 27% [================= ] 578/2076 27% [================= ] 579/2076 27% [================= ] 580/2076 27% [================= ] 581/2076 27% [================= ] 582/2076 28% [================= ] 583/2076 28% [================= ] 584/2076 28% [================= ] 585/2076 28% [================= ] 586/2076 28% [================= ] 587/2076 28% [================= ] 588/2076 28% [================= ] 589/2076 28% [================= ] 590/2076 28% [================= ] 591/2076 28% [================= ] 592/2076 28% [================= ] 593/2076 28% [================= ] 594/2076 28% [================= ] 595/2076 28% [================= ] 596/2076 28% [================= ] 597/2076 28% [================= ] 598/2076 28% [================= ] 599/2076 28% [================= ] 600/2076 28% [================= ] 601/2076 28% [================= ] 602/2076 28% [================== ] 603/2076 29% [================== ] 604/2076 29% [================== ] 605/2076 29% [================== ] 606/2076 29% [================== ] 607/2076 29% [================== ] 608/2076 29% [================== ] 609/2076 29% [================== ] 610/2076 29% [================== ] 611/2076 29% [================== ] 612/2076 29% [================== ] 613/2076 29% [================== ] 614/2076 29% [================== ] 615/2076 29% [================== ] 616/2076 29% [================== ] 617/2076 29% [================== ] 618/2076 29% [================== ] 619/2076 29% [================== ] 620/2076 29% [================== ] 621/2076 29% [================== ] 622/2076 29% [================== ] 623/2076 30% [================== ] 624/2076 30% [================== ] 625/2076 30% [================== ] 626/2076 30% [================== ] 627/2076 30% [================== ] 628/2076 30% [================== ] 629/2076 30% [================== ] 630/2076 30% [================== ] 631/2076 30% [================== ] 632/2076 30% [================== ] 633/2076 30% [================== ] 634/2076 30% [================== ] 635/2076 30% [================== ] 636/2076 30% [=================== ] 637/2076 30% [=================== ] 638/2076 30% [=================== ] 639/2076 30% [=================== ] 640/2076 30% [=================== ] 641/2076 30% [=================== ] 642/2076 30% [=================== ] 643/2076 30% [=================== ] 644/2076 31% [=================== ] 645/2076 31% [=================== ] 646/2076 31% [=================== ] 647/2076 31% [=================== ] 648/2076 31% [=================== ] 649/2076 31% [=================== ] 650/2076 31% [=================== ] 651/2076 31% [=================== ] 652/2076 31% [=================== ] 653/2076 31% [=================== ] 654/2076 31% [=================== ] 655/2076 31% [=================== ] 656/2076 31% [=================== ] 657/2076 31% [=================== ] 658/2076 31% [=================== ] 659/2076 31% [=================== ] 660/2076 31% [=================== ] 661/2076 31% [=================== ] 662/2076 31% [=================== ] 663/2076 31% [=================== ] 664/2076 31% [=================== ] 665/2076 32% [=================== ] 666/2076 32% [=================== ] 667/2076 32% [=================== ] 668/2076 32% [=================== ] 669/2076 32% [==================== ] 670/2076 32% [==================== ] 671/2076 32% [==================== ] 672/2076 32% [==================== ] 673/2076 32% [==================== ] 674/2076 32% [==================== ] 675/2076 32% [==================== ] 676/2076 32% [==================== ] 677/2076 32% [==================== ] 678/2076 32% [==================== ] 679/2076 32% [==================== ] 680/2076 32% [==================== ] 681/2076 32% [==================== ] 682/2076 32% [==================== ] 683/2076 32% [==================== ] 684/2076 32% [==================== ] 685/2076 32% [==================== ] 686/2076 33% [==================== ] 687/2076 33% [==================== ] 688/2076 33% [==================== ] 689/2076 33% [==================== ] 690/2076 33% [==================== ] 691/2076 33% [==================== ] 692/2076 33% [==================== ] 693/2076 33% [==================== ] 694/2076 33% [==================== ] 695/2076 33% [==================== ] 696/2076 33% [==================== ] 697/2076 33% [==================== ] 698/2076 33% [==================== ] 699/2076 33% [==================== ] 700/2076 33% [==================== ] 701/2076 33% [==================== ] 702/2076 33% [==================== ] 703/2076 33% [===================== ] 704/2076 33% [===================== ] 705/2076 33% [===================== ] 706/2076 34% [===================== ] 707/2076 34% [===================== ] 708/2076 34% [===================== ] 709/2076 34% [===================== ] 710/2076 34% [===================== ] 711/2076 34% [===================== ] 712/2076 34% [===================== ] 713/2076 34% [===================== ] 714/2076 34% [===================== ] 715/2076 34% [===================== ] 716/2076 34% [===================== ] 717/2076 34% [===================== ] 718/2076 34% [===================== ] 719/2076 34% [===================== ] 720/2076 34% [===================== ] 721/2076 34% [===================== ] 722/2076 34% [===================== ] 723/2076 34% [===================== ] 724/2076 34% [===================== ] 725/2076 34% [===================== ] 726/2076 34% [===================== ] 727/2076 35% [===================== ] 728/2076 35% [===================== ] 729/2076 35% [===================== ] 730/2076 35% [===================== ] 731/2076 35% [===================== ] 732/2076 35% [===================== ] 733/2076 35% [===================== ] 734/2076 35% [===================== ] 735/2076 35% [===================== ] 736/2076 35% [====================== ] 737/2076 35% [====================== ] 738/2076 35% [====================== ] 739/2076 35% [====================== ] 740/2076 35% [====================== ] 741/2076 35% [====================== ] 742/2076 35% [====================== ] 743/2076 35% [====================== ] 744/2076 35% [====================== ] 745/2076 35% [====================== ] 746/2076 35% [====================== ] 747/2076 35% [====================== ] 748/2076 36% [====================== ] 749/2076 36% [====================== ] 750/2076 36% [====================== ] 751/2076 36% [====================== ] 752/2076 36% [====================== ] 753/2076 36% [====================== ] 754/2076 36% [====================== ] 755/2076 36% [====================== ] 756/2076 36% [====================== ] 757/2076 36% [====================== ] 758/2076 36% [====================== ] 759/2076 36% [====================== ] 760/2076 36% [====================== ] 761/2076 36% [====================== ] 762/2076 36% [====================== ] 763/2076 36% [====================== ] 764/2076 36% [====================== ] 765/2076 36% [====================== ] 766/2076 36% [====================== ] 767/2076 36% [====================== ] 768/2076 36% [====================== ] 769/2076 37% [====================== ] 770/2076 37% [======================= ] 771/2076 37% [======================= ] 772/2076 37% [======================= ] 773/2076 37% [======================= ] 774/2076 37% [======================= ] 775/2076 37% [======================= ] 776/2076 37% [======================= ] 777/2076 37% [======================= ] 778/2076 37% [======================= ] 779/2076 37% [======================= ] 780/2076 37% [======================= ] 781/2076 37% [======================= ] 782/2076 37% [======================= ] 783/2076 37% [======================= ] 784/2076 37% [======================= ] 785/2076 37% [======================= ] 786/2076 37% [======================= ] 787/2076 37% [======================= ] 788/2076 37% [======================= ] 789/2076 38% [======================= ] 790/2076 38% [======================= ] 791/2076 38% [======================= ] 792/2076 38% [======================= ] 793/2076 38% [======================= ] 794/2076 38% [======================= ] 795/2076 38% [======================= ] 796/2076 38% [======================= ] 797/2076 38% [======================= ] 798/2076 38% [======================= ] 799/2076 38% [======================= ] 800/2076 38% [======================= ] 801/2076 38% [======================= ] 802/2076 38% [======================= ] 803/2076 38% [======================== ] 804/2076 38% [======================== ] 805/2076 38% [======================== ] 806/2076 38% [======================== ] 807/2076 38% [======================== ] 808/2076 38% [======================== ] 809/2076 38% [======================== ] 810/2076 39% [======================== ] 811/2076 39% [======================== ] 812/2076 39% [======================== ] 813/2076 39% [======================== ] 814/2076 39% [======================== ] 815/2076 39% [======================== ] 816/2076 39% [======================== ] 817/2076 39% [======================== ] 818/2076 39% [======================== ] 819/2076 39% [======================== ] 820/2076 39% [======================== ] 821/2076 39% [======================== ] 822/2076 39% [======================== ] 823/2076 39% [======================== ] 824/2076 39% [======================== ] 825/2076 39% [======================== ] 826/2076 39% [======================== ] 827/2076 39% [======================== ] 828/2076 39% [======================== ] 829/2076 39% [======================== ] 830/2076 39% [======================== ] 831/2076 40% [======================== ] 832/2076 40% [======================== ] 833/2076 40% [======================== ] 834/2076 40% [======================== ] 835/2076 40% [======================== ] 836/2076 40% [======================== ] 837/2076 40% [========================= ] 838/2076 40% [========================= ] 839/2076 40% [========================= ] 840/2076 40% [========================= ] 841/2076 40% [========================= ] 842/2076 40% [========================= ] 843/2076 40% [========================= ] 844/2076 40% [========================= ] 845/2076 40% [========================= ] 846/2076 40% [========================= ] 847/2076 40% [========================= ] 848/2076 40% [========================= ] 849/2076 40% [========================= ] 850/2076 40% [========================= ] 851/2076 40% [========================= ] 852/2076 41% [========================= ] 853/2076 41% [========================= ] 854/2076 41% [========================= ] 855/2076 41% [========================= ] 856/2076 41% [========================= ] 857/2076 41% [========================= ] 858/2076 41% [========================= ] 859/2076 41% [========================= ] 860/2076 41% [========================= ] 861/2076 41% [========================= ] 862/2076 41% [========================= ] 863/2076 41% [========================= ] 864/2076 41% [========================= ] 865/2076 41% [========================= ] 866/2076 41% [========================= ] 867/2076 41% [========================= ] 868/2076 41% [========================= ] 869/2076 41% [========================= ] 870/2076 41% [========================== ] 871/2076 41% [========================== ] 872/2076 42% [========================== ] 873/2076 42% [========================== ] 874/2076 42% [========================== ] 875/2076 42% [========================== ] 876/2076 42% [========================== ] 877/2076 42% [========================== ] 878/2076 42% [========================== ] 879/2076 42% [========================== ] 880/2076 42% [========================== ] 881/2076 42% [========================== ] 882/2076 42% [========================== ] 883/2076 42% [========================== ] 884/2076 42% [========================== ] 885/2076 42% [========================== ] 886/2076 42% [========================== ] 887/2076 42% [========================== ] 888/2076 42% [========================== ] 889/2076 42% [========================== ] 890/2076 42% [========================== ] 891/2076 42% [========================== ] 892/2076 42% [========================== ] 893/2076 43% [========================== ] 894/2076 43% [========================== ] 895/2076 43% [========================== ] 896/2076 43% [========================== ] 897/2076 43% [========================== ] 898/2076 43% [========================== ] 899/2076 43% [========================== ] 900/2076 43% [========================== ] 901/2076 43% [========================== ] 902/2076 43% [========================== ] 903/2076 43% [========================== ] 904/2076 43% [=========================== ] 905/2076 43% [=========================== ] 906/2076 43% [=========================== ] 907/2076 43% [=========================== ] 908/2076 43% [=========================== ] 909/2076 43% [=========================== ] 910/2076 43% [=========================== ] 911/2076 43% [=========================== ] 912/2076 43% [=========================== ] 913/2076 43% [=========================== ] 914/2076 44% [=========================== ] 915/2076 44% [=========================== ] 916/2076 44% [=========================== ] 917/2076 44% [=========================== ] 918/2076 44% [=========================== ] 919/2076 44% [=========================== ] 920/2076 44% [=========================== ] 921/2076 44% [=========================== ] 922/2076 44% [=========================== ] 923/2076 44% [=========================== ] 924/2076 44% [=========================== ] 925/2076 44% [=========================== ] 926/2076 44% [=========================== ] 927/2076 44% [=========================== ] 928/2076 44% [=========================== ] 929/2076 44% [=========================== ] 930/2076 44% [=========================== ] 931/2076 44% [=========================== ] 932/2076 44% [=========================== ] 933/2076 44% [=========================== ] 934/2076 44% [=========================== ] 935/2076 45% [=========================== ] 936/2076 45% [=========================== ] 937/2076 45% [============================ ] 938/2076 45% [============================ ] 939/2076 45% [============================ ] 940/2076 45% [============================ ] 941/2076 45% [============================ ] 942/2076 45% [============================ ] 943/2076 45% [============================ ] 944/2076 45% [============================ ] 945/2076 45% [============================ ] 946/2076 45% [============================ ] 947/2076 45% [============================ ] 948/2076 45% [============================ ] 949/2076 45% [============================ ] 950/2076 45% [============================ ] 951/2076 45% [============================ ] 952/2076 45% [============================ ] 953/2076 45% [============================ ] 954/2076 45% [============================ ] 955/2076 46% [============================ ] 956/2076 46% [============================ ] 957/2076 46% [============================ ] 958/2076 46% [============================ ] 959/2076 46% [============================ ] 960/2076 46% [============================ ] 961/2076 46% [============================ ] 962/2076 46% [============================ ] 963/2076 46% [============================ ] 964/2076 46% [============================ ] 965/2076 46% [============================ ] 966/2076 46% [============================ ] 967/2076 46% [============================ ] 968/2076 46% [============================ ] 969/2076 46% [============================ ] 970/2076 46% [============================ ] 971/2076 46% [============================= ] 972/2076 46% [============================= ] 973/2076 46% [============================= ] 974/2076 46% [============================= ] 975/2076 46% [============================= ] 976/2076 47% [============================= ] 977/2076 47% [============================= ] 978/2076 47% [============================= ] 979/2076 47% [============================= ] 980/2076 47% [============================= ] 981/2076 47% [============================= ] 982/2076 47% [============================= ] 983/2076 47% [============================= ] 984/2076 47% [============================= ] 985/2076 47% [============================= ] 986/2076 47% [============================= ] 987/2076 47% [============================= ] 988/2076 47% [============================= ] 989/2076 47% [============================= ] 990/2076 47% [============================= ] 991/2076 47% [============================= ] 992/2076 47% [============================= ] 993/2076 47% [============================= ] 994/2076 47% [============================= ] 995/2076 47% [============================= ] 996/2076 47% [============================= ] 997/2076 48% [============================= ] 998/2076 48% [============================= ] 999/2076 48% [============================= ] 1000/2076 48% [============================= ] 1001/2076 48% [============================= ] 1002/2076 48% [============================= ] 1003/2076 48% [============================= ] 1004/2076 48% [============================== ] 1005/2076 48% [============================== ] 1006/2076 48% [============================== ] 1007/2076 48% [============================== ] 1008/2076 48% [============================== ] 1009/2076 48% [============================== ] 1010/2076 48% [============================== ] 1011/2076 48% [============================== ] 1012/2076 48% [============================== ] 1013/2076 48% [============================== ] 1014/2076 48% [============================== ] 1015/2076 48% [============================== ] 1016/2076 48% [============================== ] 1017/2076 48% [============================== ] 1018/2076 49% [============================== ] 1019/2076 49% [============================== ] 1020/2076 49% [============================== ] 1021/2076 49% [============================== ] 1022/2076 49% [============================== ] 1023/2076 49% [============================== ] 1024/2076 49% [============================== ] 1025/2076 49% [============================== ] 1026/2076 49% [============================== ] 1027/2076 49% [============================== ] 1028/2076 49% [============================== ] 1029/2076 49% [============================== ] 1030/2076 49% [============================== ] 1031/2076 49% [============================== ] 1032/2076 49% [============================== ] 1033/2076 49% [============================== ] 1034/2076 49% [============================== ] 1035/2076 49% [============================== ] 1036/2076 49% [============================== ] 1037/2076 49% [=============================== ] 1038/2076 50% [=============================== ] 1039/2076 50% [=============================== ] 1040/2076 50% [=============================== ] 1041/2076 50% [=============================== ] 1042/2076 50% [=============================== ] 1043/2076 50% [=============================== ] 1044/2076 50% [=============================== ] 1045/2076 50% [=============================== ] 1046/2076 50% [=============================== ] 1047/2076 50% [=============================== ] 1048/2076 50% [=============================== ] 1049/2076 50% [=============================== ] 1050/2076 50% [=============================== ] 1051/2076 50% [=============================== ] 1052/2076 50% [=============================== ] 1053/2076 50% [=============================== ] 1054/2076 50% [=============================== ] 1055/2076 50% [=============================== ] 1056/2076 50% [=============================== ] 1057/2076 50% [=============================== ] 1058/2076 50% [=============================== ] 1059/2076 51% [=============================== ] 1060/2076 51% [=============================== ] 1061/2076 51% [=============================== ] 1062/2076 51% [=============================== ] 1063/2076 51% [=============================== ] 1064/2076 51% [=============================== ] 1065/2076 51% [=============================== ] 1066/2076 51% [=============================== ] 1067/2076 51% [=============================== ] 1068/2076 51% [=============================== ] 1069/2076 51% [=============================== ] 1070/2076 51% [=============================== ] 1071/2076 51% [================================ ] 1072/2076 51% [================================ ] 1073/2076 51% [================================ ] 1074/2076 51% [================================ ] 1075/2076 51% [================================ ] 1076/2076 51% [================================ ] 1077/2076 51% [================================ ] 1078/2076 51% [================================ ] 1079/2076 51% [================================ ] 1080/2076 52% [================================ ] 1081/2076 52% [================================ ] 1082/2076 52% [================================ ] 1083/2076 52% [================================ ] 1084/2076 52% [================================ ] 1085/2076 52% [================================ ] 1086/2076 52% [================================ ] 1087/2076 52% [================================ ] 1088/2076 52% [================================ ] 1089/2076 52% [================================ ] 1090/2076 52% [================================ ] 1091/2076 52% [================================ ] 1092/2076 52% [================================ ] 1093/2076 52% [================================ ] 1094/2076 52% [================================ ] 1095/2076 52% [================================ ] 1096/2076 52% [================================ ] 1097/2076 52% [================================ ] 1098/2076 52% [================================ ] 1099/2076 52% [================================ ] 1100/2076 52% [================================ ] 1101/2076 53% [================================ ] 1102/2076 53% [================================ ] 1103/2076 53% [================================ ] 1104/2076 53% [================================= ] 1105/2076 53% [================================= ] 1106/2076 53% [================================= ] 1107/2076 53% [================================= ] 1108/2076 53% [================================= ] 1109/2076 53% [================================= ] 1110/2076 53% [================================= ] 1111/2076 53% [================================= ] 1112/2076 53% [================================= ] 1113/2076 53% [================================= ] 1114/2076 53% [================================= ] 1115/2076 53% [================================= ] 1116/2076 53% [================================= ] 1117/2076 53% [================================= ] 1118/2076 53% [================================= ] 1119/2076 53% [================================= ] 1120/2076 53% [================================= ] 1121/2076 53% [================================= ] 1122/2076 54% [================================= ] 1123/2076 54% [================================= ] 1124/2076 54% [================================= ] 1125/2076 54% [================================= ] 1126/2076 54% [================================= ] 1127/2076 54% [================================= ] 1128/2076 54% [================================= ] 1129/2076 54% [================================= ] 1130/2076 54% [================================= ] 1131/2076 54% [================================= ] 1132/2076 54% [================================= ] 1133/2076 54% [================================= ] 1134/2076 54% [================================= ] 1135/2076 54% [================================= ] 1136/2076 54% [================================= ] 1137/2076 54% [================================= ] 1138/2076 54% [================================== ] 1139/2076 54% [================================== ] 1140/2076 54% [================================== ] 1141/2076 54% [================================== ] 1142/2076 55% [================================== ] 1143/2076 55% [================================== ] 1144/2076 55% [================================== ] 1145/2076 55% [================================== ] 1146/2076 55% [================================== ] 1147/2076 55% [================================== ] 1148/2076 55% [================================== ] 1149/2076 55% [================================== ] 1150/2076 55% [================================== ] 1151/2076 55% [================================== ] 1152/2076 55% [================================== ] 1153/2076 55% [================================== ] 1154/2076 55% [================================== ] 1155/2076 55% [================================== ] 1156/2076 55% [================================== ] 1157/2076 55% [================================== ] 1158/2076 55% [================================== ] 1159/2076 55% [================================== ] 1160/2076 55% [================================== ] 1161/2076 55% [================================== ] 1162/2076 55% [================================== ] 1163/2076 56% [================================== ] 1164/2076 56% [================================== ] 1165/2076 56% [================================== ] 1166/2076 56% [================================== ] 1167/2076 56% [================================== ] 1168/2076 56% [================================== ] 1169/2076 56% [================================== ] 1170/2076 56% [================================== ] 1171/2076 56% [=================================== ] 1172/2076 56% [=================================== ] 1173/2076 56% [=================================== ] 1174/2076 56% [=================================== ] 1175/2076 56% [=================================== ] 1176/2076 56% [=================================== ] 1177/2076 56% [=================================== ] 1178/2076 56% [=================================== ] 1179/2076 56% [=================================== ] 1180/2076 56% [=================================== ] 1181/2076 56% [=================================== ] 1182/2076 56% [=================================== ] 1183/2076 56% [=================================== ] 1184/2076 57% [=================================== ] 1185/2076 57% [=================================== ] 1186/2076 57% [=================================== ] 1187/2076 57% [=================================== ] 1188/2076 57% [=================================== ] 1189/2076 57% [=================================== ] 1190/2076 57% [=================================== ] 1191/2076 57% [=================================== ] 1192/2076 57% [=================================== ] 1193/2076 57% [=================================== ] 1194/2076 57% [=================================== ] 1195/2076 57% [=================================== ] 1196/2076 57% [=================================== ] 1197/2076 57% [=================================== ] 1198/2076 57% [=================================== ] 1199/2076 57% [=================================== ] 1200/2076 57% [=================================== ] 1201/2076 57% [=================================== ] 1202/2076 57% [=================================== ] 1203/2076 57% [=================================== ] 1204/2076 57% [=================================== ] 1205/2076 58% [==================================== ] 1206/2076 58% [==================================== ] 1207/2076 58% [==================================== ] 1208/2076 58% [==================================== ] 1209/2076 58% [==================================== ] 1210/2076 58% [==================================== ] 1211/2076 58% [==================================== ] 1212/2076 58% [==================================== ] 1213/2076 58% [==================================== ] 1214/2076 58% [==================================== ] 1215/2076 58% [==================================== ] 1216/2076 58% [==================================== ] 1217/2076 58% [==================================== ] 1218/2076 58% [==================================== ] 1219/2076 58% [==================================== ] 1220/2076 58% [==================================== ] 1221/2076 58% [==================================== ] 1222/2076 58% [==================================== ] 1223/2076 58% [==================================== ] 1224/2076 58% [==================================== ] 1225/2076 59% [==================================== ] 1226/2076 59% [==================================== ] 1227/2076 59% [==================================== ] 1228/2076 59% [==================================== ] 1229/2076 59% [==================================== ] 1230/2076 59% [==================================== ] 1231/2076 59% [==================================== ] 1232/2076 59% [==================================== ] 1233/2076 59% [==================================== ] 1234/2076 59% [==================================== ] 1235/2076 59% [==================================== ] 1236/2076 59% [==================================== ] 1237/2076 59% [==================================== ] 1238/2076 59% [===================================== ] 1239/2076 59% [===================================== ] 1240/2076 59% [===================================== ] 1241/2076 59% [===================================== ] 1242/2076 59% [===================================== ] 1243/2076 59% [===================================== ] 1244/2076 59% [===================================== ] 1245/2076 59% [===================================== ] 1246/2076 60% [===================================== ] 1247/2076 60% [===================================== ] 1248/2076 60% [===================================== ] 1249/2076 60% [===================================== ] 1250/2076 60% [===================================== ] 1251/2076 60% [===================================== ] 1252/2076 60% [===================================== ] 1253/2076 60% [===================================== ] 1254/2076 60% [===================================== ] 1255/2076 60% [===================================== ] 1256/2076 60% [===================================== ] 1257/2076 60% [===================================== ] 1258/2076 60% [===================================== ] 1259/2076 60% [===================================== ] 1260/2076 60% [===================================== ] 1261/2076 60% [===================================== ] 1262/2076 60% [===================================== ] 1263/2076 60% [===================================== ] 1264/2076 60% [===================================== ] 1265/2076 60% [===================================== ] 1266/2076 60% [===================================== ] 1267/2076 61% [===================================== ] 1268/2076 61% [===================================== ] 1269/2076 61% [===================================== ] 1270/2076 61% [===================================== ] 1271/2076 61% [===================================== ] 1272/2076 61% [====================================== ] 1273/2076 61% [====================================== ] 1274/2076 61% [====================================== ] 1275/2076 61% [====================================== ] 1276/2076 61% [====================================== ] 1277/2076 61% [====================================== ] 1278/2076 61% [====================================== ] 1279/2076 61% [====================================== ] 1280/2076 61% [====================================== ] 1281/2076 61% [====================================== ] 1282/2076 61% [====================================== ] 1283/2076 61% [====================================== ] 1284/2076 61% [====================================== ] 1285/2076 61% [====================================== ] 1286/2076 61% [====================================== ] 1287/2076 61% [====================================== ] 1288/2076 62% [====================================== ] 1289/2076 62% [====================================== ] 1290/2076 62% [====================================== ] 1291/2076 62% [====================================== ] 1292/2076 62% [====================================== ] 1293/2076 62% [====================================== ] 1294/2076 62% [====================================== ] 1295/2076 62% [====================================== ] 1296/2076 62% [====================================== ] 1297/2076 62% [====================================== ] 1298/2076 62% [====================================== ] 1299/2076 62% [====================================== ] 1300/2076 62% [====================================== ] 1301/2076 62% [====================================== ] 1302/2076 62% [====================================== ] 1303/2076 62% [====================================== ] 1304/2076 62% [====================================== ] 1305/2076 62% [======================================= ] 1306/2076 62% [======================================= ] 1307/2076 62% [======================================= ] 1308/2076 63% [======================================= ] 1309/2076 63% [======================================= ] 1310/2076 63% [======================================= ] 1311/2076 63% [======================================= ] 1312/2076 63% [======================================= ] 1313/2076 63% [======================================= ] 1314/2076 63% [======================================= ] 1315/2076 63% [======================================= ] 1316/2076 63% [======================================= ] 1317/2076 63% [======================================= ] 1318/2076 63% [======================================= ] 1319/2076 63% [======================================= ] 1320/2076 63% [======================================= ] 1321/2076 63% [======================================= ] 1322/2076 63% [======================================= ] 1323/2076 63% [======================================= ] 1324/2076 63% [======================================= ] 1325/2076 63% [======================================= ] 1326/2076 63% [======================================= ] 1327/2076 63% [======================================= ] 1328/2076 63% [======================================= ] 1329/2076 64% [======================================= ] 1330/2076 64% [======================================= ] 1331/2076 64% [======================================= ] 1332/2076 64% [======================================= ] 1333/2076 64% [======================================= ] 1334/2076 64% [======================================= ] 1335/2076 64% [======================================= ] 1336/2076 64% [======================================= ] 1337/2076 64% [======================================= ] 1338/2076 64% [======================================= ] 1339/2076 64% [======================================== ] 1340/2076 64% [======================================== ] 1341/2076 64% [======================================== ] 1342/2076 64% [======================================== ] 1343/2076 64% [======================================== ] 1344/2076 64% [======================================== ] 1345/2076 64% [======================================== ] 1346/2076 64% [======================================== ] 1347/2076 64% [======================================== ] 1348/2076 64% [======================================== ] 1349/2076 64% [======================================== ] 1350/2076 65% [======================================== ] 1351/2076 65% [======================================== ] 1352/2076 65% [======================================== ] 1353/2076 65% [======================================== ] 1354/2076 65% [======================================== ] 1355/2076 65% [======================================== ] 1356/2076 65% [======================================== ] 1357/2076 65% [======================================== ] 1358/2076 65% [======================================== ] 1359/2076 65% [======================================== ] 1360/2076 65% [======================================== ] 1361/2076 65% [======================================== ] 1362/2076 65% [======================================== ] 1363/2076 65% [======================================== ] 1364/2076 65% [======================================== ] 1365/2076 65% [======================================== ] 1366/2076 65% [======================================== ] 1367/2076 65% [======================================== ] 1368/2076 65% [======================================== ] 1369/2076 65% [======================================== ] 1370/2076 65% [======================================== ] 1371/2076 66% [======================================== ] 1372/2076 66% [========================================= ] 1373/2076 66% [========================================= ] 1374/2076 66% [========================================= ] 1375/2076 66% [========================================= ] 1376/2076 66% [========================================= ] 1377/2076 66% [========================================= ] 1378/2076 66% [========================================= ] 1379/2076 66% [========================================= ] 1380/2076 66% [========================================= ] 1381/2076 66% [========================================= ] 1382/2076 66% [========================================= ] 1383/2076 66% [========================================= ] 1384/2076 66% [========================================= ] 1385/2076 66% [========================================= ] 1386/2076 66% [========================================= ] 1387/2076 66% [========================================= ] 1388/2076 66% [========================================= ] 1389/2076 66% [========================================= ] 1390/2076 66% [========================================= ] 1391/2076 67% [========================================= ] 1392/2076 67% [========================================= ] 1393/2076 67% [========================================= ] 1394/2076 67% [========================================= ] 1395/2076 67% [========================================= ] 1396/2076 67% [========================================= ] 1397/2076 67% [========================================= ] 1398/2076 67% [========================================= ] 1399/2076 67% [========================================= ] 1400/2076 67% [========================================= ] 1401/2076 67% [========================================= ] 1402/2076 67% [========================================= ] 1403/2076 67% [========================================= ] 1404/2076 67% [========================================= ] 1405/2076 67% [========================================= ] 1406/2076 67% [========================================== ] 1407/2076 67% [========================================== ] 1408/2076 67% [========================================== ] 1409/2076 67% [========================================== ] 1410/2076 67% [========================================== ] 1411/2076 67% [========================================== ] 1412/2076 68% [========================================== ] 1413/2076 68% [========================================== ] 1414/2076 68% [========================================== ] 1415/2076 68% [========================================== ] 1416/2076 68% [========================================== ] 1417/2076 68% [========================================== ] 1418/2076 68% [========================================== ] 1419/2076 68% [========================================== ] 1420/2076 68% [========================================== ] 1421/2076 68% [========================================== ] 1422/2076 68% [========================================== ] 1423/2076 68% [========================================== ] 1424/2076 68% [========================================== ] 1425/2076 68% [========================================== ] 1426/2076 68% [========================================== ] 1427/2076 68% [========================================== ] 1428/2076 68% [========================================== ] 1429/2076 68% [========================================== ] 1430/2076 68% [========================================== ] 1431/2076 68% [========================================== ] 1432/2076 68% [========================================== ] 1433/2076 69% [========================================== ] 1434/2076 69% [========================================== ] 1435/2076 69% [========================================== ] 1436/2076 69% [========================================== ] 1437/2076 69% [========================================== ] 1438/2076 69% [========================================== ] 1439/2076 69% [=========================================== ] 1440/2076 69% [=========================================== ] 1441/2076 69% [=========================================== ] 1442/2076 69% [=========================================== ] 1443/2076 69% [=========================================== ] 1444/2076 69% [=========================================== ] 1445/2076 69% [=========================================== ] 1446/2076 69% [=========================================== ] 1447/2076 69% [=========================================== ] 1448/2076 69% [=========================================== ] 1449/2076 69% [=========================================== ] 1450/2076 69% [=========================================== ] 1451/2076 69% [=========================================== ] 1452/2076 69% [=========================================== ] 1453/2076 69% [=========================================== ] 1454/2076 70% [=========================================== ] 1455/2076 70% [=========================================== ] 1456/2076 70% [=========================================== ] 1457/2076 70% [=========================================== ] 1458/2076 70% [=========================================== ] 1459/2076 70% [=========================================== ] 1460/2076 70% [=========================================== ] 1461/2076 70% [=========================================== ] 1462/2076 70% [=========================================== ] 1463/2076 70% [=========================================== ] 1464/2076 70% [=========================================== ] 1465/2076 70% [=========================================== ] 1466/2076 70% [=========================================== ] 1467/2076 70% [=========================================== ] 1468/2076 70% [=========================================== ] 1469/2076 70% [=========================================== ] 1470/2076 70% [=========================================== ] 1471/2076 70% [=========================================== ] 1472/2076 70% [=========================================== ] 1473/2076 70% [============================================ ] 1474/2076 71% [============================================ ] 1475/2076 71% [============================================ ] 1476/2076 71% [============================================ ] 1477/2076 71% [============================================ ] 1478/2076 71% [============================================ ] 1479/2076 71% [============================================ ] 1480/2076 71% [============================================ ] 1481/2076 71% [============================================ ] 1482/2076 71% [============================================ ] 1483/2076 71% [============================================ ] 1484/2076 71% [============================================ ] 1485/2076 71% [============================================ ] 1486/2076 71% [============================================ ] 1487/2076 71% [============================================ ] 1488/2076 71% [============================================ ] 1489/2076 71% [============================================ ] 1490/2076 71% [============================================ ] 1491/2076 71% [============================================ ] 1492/2076 71% [============================================ ] 1493/2076 71% [============================================ ] 1494/2076 71% [============================================ ] 1495/2076 72% [============================================ ] 1496/2076 72% [============================================ ] 1497/2076 72% [============================================ ] 1498/2076 72% [============================================ ] 1499/2076 72% [============================================ ] 1500/2076 72% [============================================ ] 1501/2076 72% [============================================ ] 1502/2076 72% [============================================ ] 1503/2076 72% [============================================ ] 1504/2076 72% [============================================ ] 1505/2076 72% [============================================ ] 1506/2076 72% [============================================= ] 1507/2076 72% [============================================= ] 1508/2076 72% [============================================= ] 1509/2076 72% [============================================= ] 1510/2076 72% [============================================= ] 1511/2076 72% [============================================= ] 1512/2076 72% [============================================= ] 1513/2076 72% [============================================= ] 1514/2076 72% [============================================= ] 1515/2076 72% [============================================= ] 1516/2076 73% [============================================= ] 1517/2076 73% [============================================= ] 1518/2076 73% [============================================= ] 1519/2076 73% [============================================= ] 1520/2076 73% [============================================= ] 1521/2076 73% [============================================= ] 1522/2076 73% [============================================= ] 1523/2076 73% [============================================= ] 1524/2076 73% [============================================= ] 1525/2076 73% [============================================= ] 1526/2076 73% [============================================= ] 1527/2076 73% [============================================= ] 1528/2076 73% [============================================= ] 1529/2076 73% [============================================= ] 1530/2076 73% [============================================= ] 1531/2076 73% [============================================= ] 1532/2076 73% [============================================= ] 1533/2076 73% [============================================= ] 1534/2076 73% [============================================= ] 1535/2076 73% [============================================= ] 1536/2076 73% [============================================= ] 1537/2076 74% [============================================= ] 1538/2076 74% [============================================= ] 1539/2076 74% [============================================= ] 1540/2076 74% [============================================== ] 1541/2076 74% [============================================== ] 1542/2076 74% [============================================== ] 1543/2076 74% [============================================== ] 1544/2076 74% [============================================== ] 1545/2076 74% [============================================== ] 1546/2076 74% [============================================== ] 1547/2076 74% [============================================== ] 1548/2076 74% [============================================== ] 1549/2076 74% [============================================== ] 1550/2076 74% [============================================== ] 1551/2076 74% [============================================== ] 1552/2076 74% [============================================== ] 1553/2076 74% [============================================== ] 1554/2076 74% [============================================== ] 1555/2076 74% [============================================== ] 1556/2076 74% [============================================== ] 1557/2076 75% [============================================== ] 1558/2076 75% [============================================== ] 1559/2076 75% [============================================== ] 1560/2076 75% [============================================== ] 1561/2076 75% [============================================== ] 1562/2076 75% [============================================== ] 1563/2076 75% [============================================== ] 1564/2076 75% [============================================== ] 1565/2076 75% [============================================== ] 1566/2076 75% [============================================== ] 1567/2076 75% [============================================== ] 1568/2076 75% [============================================== ] 1569/2076 75% [============================================== ] 1570/2076 75% [============================================== ] 1571/2076 75% [============================================== ] 1572/2076 75% [============================================== ] 1573/2076 75% [=============================================== ] 1574/2076 75% [=============================================== ] 1575/2076 75% [=============================================== ] 1576/2076 75% [=============================================== ] 1577/2076 75% [=============================================== ] 1578/2076 76% [=============================================== ] 1579/2076 76% [=============================================== ] 1580/2076 76% [=============================================== ] 1581/2076 76% [=============================================== ] 1582/2076 76% [=============================================== ] 1583/2076 76% [=============================================== ] 1584/2076 76% [=============================================== ] 1585/2076 76% [=============================================== ] 1586/2076 76% [=============================================== ] 1587/2076 76% [=============================================== ] 1588/2076 76% [=============================================== ] 1589/2076 76% [=============================================== ] 1590/2076 76% [=============================================== ] 1591/2076 76% [=============================================== ] 1592/2076 76% [=============================================== ] 1593/2076 76% [=============================================== ] 1594/2076 76% [=============================================== ] 1595/2076 76% [=============================================== ] 1596/2076 76% [=============================================== ] 1597/2076 76% [=============================================== ] 1598/2076 76% [=============================================== ] 1599/2076 77% [=============================================== ] 1600/2076 77% [=============================================== ] 1601/2076 77% [=============================================== ] 1602/2076 77% [=============================================== ] 1603/2076 77% [=============================================== ] 1604/2076 77% [=============================================== ] 1605/2076 77% [=============================================== ] 1606/2076 77% [=============================================== ] 1607/2076 77% [================================================ ] 1608/2076 77% [================================================ ] 1609/2076 77% [================================================ ] 1610/2076 77% [================================================ ] 1611/2076 77% [================================================ ] 1612/2076 77% [================================================ ] 1613/2076 77% [================================================ ] 1614/2076 77% [================================================ ] 1615/2076 77% [================================================ ] 1616/2076 77% [================================================ ] 1617/2076 77% [================================================ ] 1618/2076 77% [================================================ ] 1619/2076 77% [================================================ ] 1620/2076 78% [================================================ ] 1621/2076 78% [================================================ ] 1622/2076 78% [================================================ ] 1623/2076 78% [================================================ ] 1624/2076 78% [================================================ ] 1625/2076 78% [================================================ ] 1626/2076 78% [================================================ ] 1627/2076 78% [================================================ ] 1628/2076 78% [================================================ ] 1629/2076 78% [================================================ ] 1630/2076 78% [================================================ ] 1631/2076 78% [================================================ ] 1632/2076 78% [================================================ ] 1633/2076 78% [================================================ ] 1634/2076 78% [================================================ ] 1635/2076 78% [================================================ ] 1636/2076 78% [================================================ ] 1637/2076 78% [================================================ ] 1638/2076 78% [================================================ ] 1639/2076 78% [================================================ ] 1640/2076 78% [================================================= ] 1641/2076 79% [================================================= ] 1642/2076 79% [================================================= ] 1643/2076 79% [================================================= ] 1644/2076 79% [================================================= ] 1645/2076 79% [================================================= ] 1646/2076 79% [================================================= ] 1647/2076 79% [================================================= ] 1648/2076 79% [================================================= ] 1649/2076 79% [================================================= ] 1650/2076 79% [================================================= ] 1651/2076 79% [================================================= ] 1652/2076 79% [================================================= ] 1653/2076 79% [================================================= ] 1654/2076 79% [================================================= ] 1655/2076 79% [================================================= ] 1656/2076 79% [================================================= ] 1657/2076 79% [================================================= ] 1658/2076 79% [================================================= ] 1659/2076 79% [================================================= ] 1660/2076 79% [================================================= ] 1661/2076 80% [================================================= ] 1662/2076 80% [================================================= ] 1663/2076 80% [================================================= ] 1664/2076 80% [================================================= ] 1665/2076 80% [================================================= ] 1666/2076 80% [================================================= ] 1667/2076 80% [================================================= ] 1668/2076 80% [================================================= ] 1669/2076 80% [================================================= ] 1670/2076 80% [================================================= ] 1671/2076 80% [================================================= ] 1672/2076 80% [================================================= ] 1673/2076 80% [================================================= ] 1674/2076 80% [================================================== ] 1675/2076 80% [================================================== ] 1676/2076 80% [================================================== ] 1677/2076 80% [================================================== ] 1678/2076 80% [================================================== ] 1679/2076 80% [================================================== ] 1680/2076 80% [================================================== ] 1681/2076 80% [================================================== ] 1682/2076 81% [================================================== ] 1683/2076 81% [================================================== ] 1684/2076 81% [================================================== ] 1685/2076 81% [================================================== ] 1686/2076 81% [================================================== ] 1687/2076 81% [================================================== ] 1688/2076 81% [================================================== ] 1689/2076 81% [================================================== ] 1690/2076 81% [================================================== ] 1691/2076 81% [================================================== ] 1692/2076 81% [================================================== ] 1693/2076 81% [================================================== ] 1694/2076 81% [================================================== ] 1695/2076 81% [================================================== ] 1696/2076 81% [================================================== ] 1697/2076 81% [================================================== ] 1698/2076 81% [================================================== ] 1699/2076 81% [================================================== ] 1700/2076 81% [================================================== ] 1701/2076 81% [================================================== ] 1702/2076 81% [================================================== ] 1703/2076 82% [================================================== ] 1704/2076 82% [================================================== ] 1705/2076 82% [================================================== ] 1706/2076 82% [================================================== ] 1707/2076 82% [=================================================== ] 1708/2076 82% [=================================================== ] 1709/2076 82% [=================================================== ] 1710/2076 82% [=================================================== ] 1711/2076 82% [=================================================== ] 1712/2076 82% [=================================================== ] 1713/2076 82% [=================================================== ] 1714/2076 82% [=================================================== ] 1715/2076 82% [=================================================== ] 1716/2076 82% [=================================================== ] 1717/2076 82% [=================================================== ] 1718/2076 82% [=================================================== ] 1719/2076 82% [=================================================== ] 1720/2076 82% [=================================================== ] 1721/2076 82% [=================================================== ] 1722/2076 82% [=================================================== ] 1723/2076 82% [=================================================== ] 1724/2076 83% [=================================================== ] 1725/2076 83% [=================================================== ] 1726/2076 83% [=================================================== ] 1727/2076 83% [=================================================== ] 1728/2076 83% [=================================================== ] 1729/2076 83% [=================================================== ] 1730/2076 83% [=================================================== ] 1731/2076 83% [=================================================== ] 1732/2076 83% [=================================================== ] 1733/2076 83% [=================================================== ] 1734/2076 83% [=================================================== ] 1735/2076 83% [=================================================== ] 1736/2076 83% [=================================================== ] 1737/2076 83% [=================================================== ] 1738/2076 83% [=================================================== ] 1739/2076 83% [=================================================== ] 1740/2076 83% [=================================================== ] 1741/2076 83% [==================================================== ] 1742/2076 83% [==================================================== ] 1743/2076 83% [==================================================== ] 1744/2076 84% [==================================================== ] 1745/2076 84% [==================================================== ] 1746/2076 84% [==================================================== ] 1747/2076 84% [==================================================== ] 1748/2076 84% [==================================================== ] 1749/2076 84% [==================================================== ] 1750/2076 84% [==================================================== ] 1751/2076 84% [==================================================== ] 1752/2076 84% [==================================================== ] 1753/2076 84% [==================================================== ] 1754/2076 84% [==================================================== ] 1755/2076 84% [==================================================== ] 1756/2076 84% [==================================================== ] 1757/2076 84% [==================================================== ] 1758/2076 84% [==================================================== ] 1759/2076 84% [==================================================== ] 1760/2076 84% [==================================================== ] 1761/2076 84% [==================================================== ] 1762/2076 84% [==================================================== ] 1763/2076 84% [==================================================== ] 1764/2076 84% [==================================================== ] 1765/2076 85% [==================================================== ] 1766/2076 85% [==================================================== ] 1767/2076 85% [==================================================== ] 1768/2076 85% [==================================================== ] 1769/2076 85% [==================================================== ] 1770/2076 85% [==================================================== ] 1771/2076 85% [==================================================== ] 1772/2076 85% [==================================================== ] 1773/2076 85% [==================================================== ] 1774/2076 85% [===================================================== ] 1775/2076 85% [===================================================== ] 1776/2076 85% [===================================================== ] 1777/2076 85% [===================================================== ] 1778/2076 85% [===================================================== ] 1779/2076 85% [===================================================== ] 1780/2076 85% [===================================================== ] 1781/2076 85% [===================================================== ] 1782/2076 85% [===================================================== ] 1783/2076 85% [===================================================== ] 1784/2076 85% [===================================================== ] 1785/2076 85% [===================================================== ] 1786/2076 86% [===================================================== ] 1787/2076 86% [===================================================== ] 1788/2076 86% [===================================================== ] 1789/2076 86% [===================================================== ] 1790/2076 86% [===================================================== ] 1791/2076 86% [===================================================== ] 1792/2076 86% [===================================================== ] 1793/2076 86% [===================================================== ] 1794/2076 86% [===================================================== ] 1795/2076 86% [===================================================== ] 1796/2076 86% [===================================================== ] 1797/2076 86% [===================================================== ] 1798/2076 86% [===================================================== ] 1799/2076 86% [===================================================== ] 1800/2076 86% [===================================================== ] 1801/2076 86% [===================================================== ] 1802/2076 86% [===================================================== ] 1803/2076 86% [===================================================== ] 1804/2076 86% [===================================================== ] 1805/2076 86% [===================================================== ] 1806/2076 86% [===================================================== ] 1807/2076 87% [===================================================== ] 1808/2076 87% [====================================================== ] 1809/2076 87% [====================================================== ] 1810/2076 87% [====================================================== ] 1811/2076 87% [====================================================== ] 1812/2076 87% [====================================================== ] 1813/2076 87% [====================================================== ] 1814/2076 87% [====================================================== ] 1815/2076 87% [====================================================== ] 1816/2076 87% [====================================================== ] 1817/2076 87% [====================================================== ] 1818/2076 87% [====================================================== ] 1819/2076 87% [====================================================== ] 1820/2076 87% [====================================================== ] 1821/2076 87% [====================================================== ] 1822/2076 87% [====================================================== ] 1823/2076 87% [====================================================== ] 1824/2076 87% [====================================================== ] 1825/2076 87% [====================================================== ] 1826/2076 87% [====================================================== ] 1827/2076 88% [====================================================== ] 1828/2076 88% [====================================================== ] 1829/2076 88% [====================================================== ] 1830/2076 88% [====================================================== ] 1831/2076 88% [====================================================== ] 1832/2076 88% [====================================================== ] 1833/2076 88% [====================================================== ] 1834/2076 88% [====================================================== ] 1835/2076 88% [====================================================== ] 1836/2076 88% [====================================================== ] 1837/2076 88% [====================================================== ] 1838/2076 88% [====================================================== ] 1839/2076 88% [====================================================== ] 1840/2076 88% [====================================================== ] 1841/2076 88% [======================================================= ] 1842/2076 88% [======================================================= ] 1843/2076 88% [======================================================= ] 1844/2076 88% [======================================================= ] 1845/2076 88% [======================================================= ] 1846/2076 88% [======================================================= ] 1847/2076 88% [======================================================= ] 1848/2076 89% [======================================================= ] 1849/2076 89% [======================================================= ] 1850/2076 89% [======================================================= ] 1851/2076 89% [======================================================= ] 1852/2076 89% [======================================================= ] 1853/2076 89% [======================================================= ] 1854/2076 89% [======================================================= ] 1855/2076 89% [======================================================= ] 1856/2076 89% [======================================================= ] 1857/2076 89% [======================================================= ] 1858/2076 89% [======================================================= ] 1859/2076 89% [======================================================= ] 1860/2076 89% [======================================================= ] 1861/2076 89% [======================================================= ] 1862/2076 89% [======================================================= ] 1863/2076 89% [======================================================= ] 1864/2076 89% [======================================================= ] 1865/2076 89% [======================================================= ] 1866/2076 89% [======================================================= ] 1867/2076 89% [======================================================= ] 1868/2076 89% [======================================================= ] 1869/2076 90% [======================================================= ] 1870/2076 90% [======================================================= ] 1871/2076 90% [======================================================= ] 1872/2076 90% [======================================================= ] 1873/2076 90% [======================================================= ] 1874/2076 90% [======================================================= ] 1875/2076 90% [======================================================== ] 1876/2076 90% [======================================================== ] 1877/2076 90% [======================================================== ] 1878/2076 90% [======================================================== ] 1879/2076 90% [======================================================== ] 1880/2076 90% [======================================================== ] 1881/2076 90% [======================================================== ] 1882/2076 90% [======================================================== ] 1883/2076 90% [======================================================== ] 1884/2076 90% [======================================================== ] 1885/2076 90% [======================================================== ] 1886/2076 90% [======================================================== ] 1887/2076 90% [======================================================== ] 1888/2076 90% [======================================================== ] 1889/2076 90% [======================================================== ] 1890/2076 91% [======================================================== ] 1891/2076 91% [======================================================== ] 1892/2076 91% [======================================================== ] 1893/2076 91% [======================================================== ] 1894/2076 91% [======================================================== ] 1895/2076 91% [======================================================== ] 1896/2076 91% [======================================================== ] 1897/2076 91% [======================================================== ] 1898/2076 91% [======================================================== ] 1899/2076 91% [======================================================== ] 1900/2076 91% [======================================================== ] 1901/2076 91% [======================================================== ] 1902/2076 91% [======================================================== ] 1903/2076 91% [======================================================== ] 1904/2076 91% [======================================================== ] 1905/2076 91% [======================================================== ] 1906/2076 91% [======================================================== ] 1907/2076 91% [======================================================== ] 1908/2076 91% [========================================================= ] 1909/2076 91% [========================================================= ] 1910/2076 92% [========================================================= ] 1911/2076 92% [========================================================= ] 1912/2076 92% [========================================================= ] 1913/2076 92% [========================================================= ] 1914/2076 92% [========================================================= ] 1915/2076 92% [========================================================= ] 1916/2076 92% [========================================================= ] 1917/2076 92% [========================================================= ] 1918/2076 92% [========================================================= ] 1919/2076 92% [========================================================= ] 1920/2076 92% [========================================================= ] 1921/2076 92% [========================================================= ] 1922/2076 92% [========================================================= ] 1923/2076 92% [========================================================= ] 1924/2076 92% [========================================================= ] 1925/2076 92% [========================================================= ] 1926/2076 92% [========================================================= ] 1927/2076 92% [========================================================= ] 1928/2076 92% [========================================================= ] 1929/2076 92% [========================================================= ] 1930/2076 92% [========================================================= ] 1931/2076 93% [========================================================= ] 1932/2076 93% [========================================================= ] 1933/2076 93% [========================================================= ] 1934/2076 93% [========================================================= ] 1935/2076 93% [========================================================= ] 1936/2076 93% [========================================================= ] 1937/2076 93% [========================================================= ] 1938/2076 93% [========================================================= ] 1939/2076 93% [========================================================= ] 1940/2076 93% [========================================================= ] 1941/2076 93% [========================================================= ] 1942/2076 93% [========================================================== ] 1943/2076 93% [========================================================== ] 1944/2076 93% [========================================================== ] 1945/2076 93% [========================================================== ] 1946/2076 93% [========================================================== ] 1947/2076 93% [========================================================== ] 1948/2076 93% [========================================================== ] 1949/2076 93% [========================================================== ] 1950/2076 93% [========================================================== ] 1951/2076 93% [========================================================== ] 1952/2076 94% [========================================================== ] 1953/2076 94% [========================================================== ] 1954/2076 94% [========================================================== ] 1955/2076 94% [========================================================== ] 1956/2076 94% [========================================================== ] 1957/2076 94% [========================================================== ] 1958/2076 94% [========================================================== ] 1959/2076 94% [========================================================== ] 1960/2076 94% [========================================================== ] 1961/2076 94% [========================================================== ] 1962/2076 94% [========================================================== ] 1963/2076 94% [========================================================== ] 1964/2076 94% [========================================================== ] 1965/2076 94% [========================================================== ] 1966/2076 94% [========================================================== ] 1967/2076 94% [========================================================== ] 1968/2076 94% [========================================================== ] 1969/2076 94% [========================================================== ] 1970/2076 94% [========================================================== ] 1971/2076 94% [========================================================== ] 1972/2076 94% [========================================================== ] 1973/2076 95% [========================================================== ] 1974/2076 95% [========================================================== ] 1975/2076 95% [=========================================================== ] 1976/2076 95% [=========================================================== ] 1977/2076 95% [=========================================================== ] 1978/2076 95% [=========================================================== ] 1979/2076 95% [=========================================================== ] 1980/2076 95% [=========================================================== ] 1981/2076 95% [=========================================================== ] 1982/2076 95% [=========================================================== ] 1983/2076 95% [=========================================================== ] 1984/2076 95% [=========================================================== ] 1985/2076 95% [=========================================================== ] 1986/2076 95% [=========================================================== ] 1987/2076 95% [=========================================================== ] 1988/2076 95% [=========================================================== ] 1989/2076 95% [=========================================================== ] 1990/2076 95% [=========================================================== ] 1991/2076 95% [=========================================================== ] 1992/2076 95% [=========================================================== ] 1993/2076 96% [=========================================================== ] 1994/2076 96% [=========================================================== ] 1995/2076 96% [=========================================================== ] 1996/2076 96% [=========================================================== ] 1997/2076 96% [=========================================================== ] 1998/2076 96% [=========================================================== ] 1999/2076 96% [=========================================================== ] 2000/2076 96% [=========================================================== ] 2001/2076 96% [=========================================================== ] 2002/2076 96% [=========================================================== ] 2003/2076 96% [=========================================================== ] 2004/2076 96% [=========================================================== ] 2005/2076 96% [=========================================================== ] 2006/2076 96% [=========================================================== ] 2007/2076 96% [=========================================================== ] 2008/2076 96% [=========================================================== ] 2009/2076 96% [============================================================ ] 2010/2076 96% [============================================================ ] 2011/2076 96% [============================================================ ] 2012/2076 96% [============================================================ ] 2013/2076 96% [============================================================ ] 2014/2076 97% [============================================================ ] 2015/2076 97% [============================================================ ] 2016/2076 97% [============================================================ ] 2017/2076 97% [============================================================ ] 2018/2076 97% [============================================================ ] 2019/2076 97% [============================================================ ] 2020/2076 97% [============================================================ ] 2021/2076 97% [============================================================ ] 2022/2076 97% [============================================================ ] 2023/2076 97% [============================================================ ] 2024/2076 97% [============================================================ ] 2025/2076 97% [============================================================ ] 2026/2076 97% [============================================================ ] 2027/2076 97% [============================================================ ] 2028/2076 97% [============================================================ ] 2029/2076 97% [============================================================ ] 2030/2076 97% [============================================================ ] 2031/2076 97% [============================================================ ] 2032/2076 97% [============================================================ ] 2033/2076 97% [============================================================ ] 2034/2076 97% [============================================================ ] 2035/2076 98% [============================================================ ] 2036/2076 98% [============================================================ ] 2037/2076 98% [============================================================ ] 2038/2076 98% [============================================================ ] 2039/2076 98% [============================================================ ] 2040/2076 98% [============================================================ ] 2041/2076 98% [============================================================ ] 2042/2076 98% [============================================================= ] 2043/2076 98% [============================================================= ] 2044/2076 98% [============================================================= ] 2045/2076 98% [============================================================= ] 2046/2076 98% [============================================================= ] 2047/2076 98% [============================================================= ] 2048/2076 98% [============================================================= ] 2049/2076 98% [============================================================= ] 2050/2076 98% [============================================================= ] 2051/2076 98% [============================================================= ] 2052/2076 98% [============================================================= ] 2053/2076 98% [============================================================= ] 2054/2076 98% [============================================================= ] 2055/2076 98% [============================================================= ] 2056/2076 99% [============================================================= ] 2057/2076 99% [============================================================= ] 2058/2076 99% [============================================================= ] 2059/2076 99% [============================================================= ] 2060/2076 99% [============================================================= ] 2061/2076 99% [============================================================= ] 2062/2076 99% [============================================================= ] 2063/2076 99% [============================================================= ] 2064/2076 99% [============================================================= ] 2065/2076 99% [============================================================= ] 2066/2076 99% [============================================================= ] 2067/2076 99% [============================================================= ] 2068/2076 99% [============================================================= ] 2069/2076 99% [============================================================= ] 2070/2076 99% [============================================================= ] 2071/2076 99% [============================================================= ] 2072/2076 99% [============================================================= ] 2073/2076 99% [============================================================= ] 2074/2076 99% [============================================================= ] 2075/2076 99% [==============================================================] 2076/2076 100% operation complete, 2076 objects in 115872 NAND pages. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/riscv32-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2023.02-139-g0c7ba302bd Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> bcg729 1.1.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-cryptsetup 2.6.1 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> 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) >>> dhcpdump 1.8 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> faad2 2.10.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> ffmpeg 4.4.3 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> forge 1.3.1 Collecting legal info LICENSE: OK (sha256: f63ff0e4e239244aa79280da2dd4811a0469e5e201caf5cbc0d97c3a1dff8e82) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> host-gptfdisk 1.0.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> hicolor-icon-theme 0.17 Collecting legal info COPYING: OK (sha256: b0a64377d4ee87b7dbcf418ce4fb33ec3b2d7081b6732890e4af06b8118c4526) >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> initscripts Collecting legal info >>> ipset 7.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdeflate 1.15 Collecting legal info COPYING: OK (sha256: 5d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40fe) >>> libdill 32d0e8b733416208e0412a56490332772bc5c6e1 Collecting legal info COPYING: OK (sha256: 3f78d9c42c8919cb6dc63e51de17b9eb40a49d9cdd876ce59e77392721e8c2c6) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> 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) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libminiupnpc 2.2.4 Collecting legal info LICENSE: OK (sha256: a0f853256954f388ce4fab5faaef6a1f5bcd5e682c3c7c70b07b7130e932a021) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpciaccess 0.17 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> librsync 2.3.2 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> linux-firmware 20221214 Collecting legal info LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.ibt_firmware: OK (sha256: 5181b0b51efc79d5acb2c9bb92042878fdbad97a92114d4ab5e32e2b5b52fce4) LICENCE.iwlwifi_firmware: OK (sha256: 16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5) LICENCE.microchip: OK (sha256: 0fc67bd715b3395f3f2af464781910e9e69c4ba23da304352229b42dc9e986c3) LICENCE.qat_firmware: OK (sha256: 2051d5bf0755a0668f8c3d9a0d1c41d4b8cc411aba70f720fda71ae9e3b4d25c) LICENCE.ralink_a_mediatek_company_firmware: OK (sha256: 8568352b57f3574f9d5b2753cdb7c6e5eb2b79e82fbb9c9ba6566947467ef508) LICENCE.rtlwifi_firmware.txt: OK (sha256: a61351665b4f264f6c631364f85b907d8f8f41f8b369533ef4021765f9f3b62e) LICENSE.amdgpu: OK (sha256: a6c0ec4338bc89480da52812bea7f9e4b52bc7118e3e352141f99d779c397c53) WHENCE: OK (sha256: 744babd4eae138ccfb5bd343b1589912b9839274f8a794af0b6c9b451df73579) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> mbw 1.5 Collecting legal info mbw.spec: OK (sha256: 1afb2b8258506742238b9ceb8a865d7030c5889c56ba2911a0c0c042aa1335d1) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> minizip-zlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-mkpasswd Collecting legal info >>> host-mtools 4.0.42 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> obsidian-cursors 1.0 Collecting legal info >>> oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> qcom-db410c-firmware 1034.2.1 Collecting legal info LICENSE: OK (sha256: 11e60ad6f83c2a86e40dca374c24230b53650dd3e0adf2e72c15f8cafedc2e5a) >>> host-rauc 1.9 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.4 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> rhash 1.4.3 Collecting legal info COPYING: OK (sha256: 953e55838353335148c90b5a38a4894292680b1d4c37228ffddddbf18ce54bf5) >>> host-rust-bin 1.68.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> host-sentry-cli 2.8.0 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> sound-theme-freedesktop 0.7 Collecting legal info >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> spi-tools 1.0.2 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> sqlite 3.40.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> tcpdump 4.99.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> tiff 4.5.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> vuejs 3.2.45 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> vulkan-headers 1.2.203 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> wolfssl 5.5.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: b23c1da1f85d699d3288d73c952b4cd02760d23dc1ddc1b221cbb8be82387189) >>> wolftpm 2.7.0 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> beaglev-ddrinit 8d6318acfe71e790c983b34448c9abfcfcec3ed8 Collecting legal info LICENSE: OK (sha256: 284d26192537710910ec1f112ec5f4c981601ae23702391986d6ce0b8ba90813) >>> host-riscv64-elf-toolchain 2020.12.8 Collecting legal info >>> beaglev-secondboot e17302063c9a4b74475b18ff24dd149c27257354 Collecting legal info LICENSE: OK (sha256: 284d26192537710910ec1f112ec5f4c981601ae23702391986d6ce0b8ba90813) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-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: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) WARNING: riscv64-elf-toolchain-2020.12.8: cannot save license (HOST_RISCV64_ELF_TOOLCHAIN_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'