>>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-3/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-3/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/instance-3/output-1/host/bin/microblaze-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-3/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%microblaze%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-3/output-1/host/microblaze-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-3/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/instance-3/output-1/host/bin/microblaze-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-3/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%microblaze%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-3/output-1/host/microblaze-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-3/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-3/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells; fi mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-3/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-3/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-3/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-3/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-3/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-3/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab; fi rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/include /home/buildroot/autobuild/instance-3/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-3/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-3/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-3/output-1/target/usr/doc find /home/buildroot/autobuild/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-3/output-1/target/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/man /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/info /home/buildroot/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/doc /home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-3/output-1/target/lib/debug /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-5946-g3f7d62b5c3"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05"; \ echo "PRETTY_NAME=\"Buildroot 2022.05\"" \ ) > /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-3/output-1/per-package /home/buildroot/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2211 objects. stage 2: creating image '/home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/2211 0% [ ] 2/2211 0% [ ] 3/2211 0% [ ] 4/2211 0% [ ] 5/2211 0% [ ] 6/2211 0% [ ] 7/2211 0% [ ] 8/2211 0% [ ] 9/2211 0% [ ] 10/2211 0% [ ] 11/2211 0% [ ] 12/2211 0% [ ] 13/2211 0% [ ] 14/2211 0% [ ] 15/2211 0% [ ] 16/2211 0% [ ] 17/2211 0% [ ] 18/2211 0% [ ] 19/2211 0% [ ] 20/2211 0% [ ] 21/2211 0% [ ] 22/2211 0% [ ] 23/2211 1% [ ] 24/2211 1% [ ] 25/2211 1% [ ] 26/2211 1% [ ] 27/2211 1% [ ] 28/2211 1% [ ] 29/2211 1% [ ] 30/2211 1% [ ] 31/2211 1% [ ] 32/2211 1% [ ] 33/2211 1% [ ] 34/2211 1% [ ] 35/2211 1% [= ] 36/2211 1% [= ] 37/2211 1% [= ] 38/2211 1% [= ] 39/2211 1% [= ] 40/2211 1% [= ] 41/2211 1% [= ] 42/2211 1% [= ] 43/2211 1% [= ] 44/2211 1% [= ] 45/2211 2% [= ] 46/2211 2% [= ] 47/2211 2% [= ] 48/2211 2% [= ] 49/2211 2% [= ] 50/2211 2% [= ] 51/2211 2% [= ] 52/2211 2% [= ] 53/2211 2% [= ] 54/2211 2% [= ] 55/2211 2% [= ] 56/2211 2% [= ] 57/2211 2% [= ] 58/2211 2% [= ] 59/2211 2% [= ] 60/2211 2% [= ] 61/2211 2% [= ] 62/2211 2% [= ] 63/2211 2% [= ] 64/2211 2% [= ] 65/2211 2% [= ] 66/2211 2% [= ] 67/2211 3% [= ] 68/2211 3% [= ] 69/2211 3% [= ] 70/2211 3% [= ] 71/2211 3% [== ] 72/2211 3% [== ] 73/2211 3% [== ] 74/2211 3% [== ] 75/2211 3% [== ] 76/2211 3% [== ] 77/2211 3% [== ] 78/2211 3% [== ] 79/2211 3% [== ] 80/2211 3% [== ] 81/2211 3% [== ] 82/2211 3% [== ] 83/2211 3% [== ] 84/2211 3% [== ] 85/2211 3% [== ] 86/2211 3% [== ] 87/2211 3% [== ] 88/2211 3% [== ] 89/2211 4% [== ] 90/2211 4% [== ] 91/2211 4% [== ] 92/2211 4% [== ] 93/2211 4% [== ] 94/2211 4% [== ] 95/2211 4% [== ] 96/2211 4% [== ] 97/2211 4% [== ] 98/2211 4% [== ] 99/2211 4% [== ] 100/2211 4% [== ] 101/2211 4% [== ] 102/2211 4% [== ] 103/2211 4% [== ] 104/2211 4% [== ] 105/2211 4% [== ] 106/2211 4% [=== ] 107/2211 4% [=== ] 108/2211 4% [=== ] 109/2211 4% [=== ] 110/2211 4% [=== ] 111/2211 5% [=== ] 112/2211 5% [=== ] 113/2211 5% [=== ] 114/2211 5% [=== ] 115/2211 5% [=== ] 116/2211 5% [=== ] 117/2211 5% [=== ] 118/2211 5% [=== ] 119/2211 5% [=== ] 120/2211 5% [=== ] 121/2211 5% [=== ] 122/2211 5% [=== ] 123/2211 5% [=== ] 124/2211 5% [=== ] 125/2211 5% [=== ] 126/2211 5% [=== ] 127/2211 5% [=== ] 128/2211 5% [=== ] 129/2211 5% [=== ] 130/2211 5% [=== ] 131/2211 5% [=== ] 132/2211 5% [=== ] 133/2211 6% [=== ] 134/2211 6% [=== ] 135/2211 6% [=== ] 136/2211 6% [=== ] 137/2211 6% [=== ] 138/2211 6% [=== ] 139/2211 6% [=== ] 140/2211 6% [=== ] 141/2211 6% [=== ] 142/2211 6% [==== ] 143/2211 6% [==== ] 144/2211 6% [==== ] 145/2211 6% [==== ] 146/2211 6% [==== ] 147/2211 6% [==== ] 148/2211 6% [==== ] 149/2211 6% [==== ] 150/2211 6% [==== ] 151/2211 6% [==== ] 152/2211 6% [==== ] 153/2211 6% [==== ] 154/2211 6% [==== ] 155/2211 7% [==== ] 156/2211 7% [==== ] 157/2211 7% [==== ] 158/2211 7% [==== ] 159/2211 7% [==== ] 160/2211 7% [==== ] 161/2211 7% [==== ] 162/2211 7% [==== ] 163/2211 7% [==== ] 164/2211 7% [==== ] 165/2211 7% [==== ] 166/2211 7% [==== ] 167/2211 7% [==== ] 168/2211 7% [==== ] 169/2211 7% [==== ] 170/2211 7% [==== ] 171/2211 7% [==== ] 172/2211 7% [==== ] 173/2211 7% [==== ] 174/2211 7% [==== ] 175/2211 7% [==== ] 176/2211 7% [==== ] 177/2211 8% [==== ] 178/2211 8% [===== ] 179/2211 8% [===== ] 180/2211 8% [===== ] 181/2211 8% [===== ] 182/2211 8% [===== ] 183/2211 8% [===== ] 184/2211 8% [===== ] 185/2211 8% [===== ] 186/2211 8% [===== ] 187/2211 8% [===== ] 188/2211 8% [===== ] 189/2211 8% [===== ] 190/2211 8% [===== ] 191/2211 8% [===== ] 192/2211 8% [===== ] 193/2211 8% [===== ] 194/2211 8% [===== ] 195/2211 8% [===== ] 196/2211 8% [===== ] 197/2211 8% [===== ] 198/2211 8% [===== ] 199/2211 9% [===== ] 200/2211 9% [===== ] 201/2211 9% [===== ] 202/2211 9% [===== ] 203/2211 9% [===== ] 204/2211 9% [===== ] 205/2211 9% [===== ] 206/2211 9% [===== ] 207/2211 9% [===== ] 208/2211 9% [===== ] 209/2211 9% [===== ] 210/2211 9% [===== ] 211/2211 9% [===== ] 212/2211 9% [===== ] 213/2211 9% [====== ] 214/2211 9% [====== ] 215/2211 9% [====== ] 216/2211 9% [====== ] 217/2211 9% [====== ] 218/2211 9% [====== ] 219/2211 9% [====== ] 220/2211 9% [====== ] 221/2211 9% [====== ] 222/2211 10% [====== ] 223/2211 10% [====== ] 224/2211 10% [====== ] 225/2211 10% [====== ] 226/2211 10% [====== ] 227/2211 10% [====== ] 228/2211 10% [====== ] 229/2211 10% [====== ] 230/2211 10% [====== ] 231/2211 10% [====== ] 232/2211 10% [====== ] 233/2211 10% [====== ] 234/2211 10% [====== ] 235/2211 10% [====== ] 236/2211 10% [====== ] 237/2211 10% [====== ] 238/2211 10% [====== ] 239/2211 10% [====== ] 240/2211 10% [====== ] 241/2211 10% [====== ] 242/2211 10% [====== ] 243/2211 10% [====== ] 244/2211 11% [====== ] 245/2211 11% [====== ] 246/2211 11% [====== ] 247/2211 11% [====== ] 248/2211 11% [====== ] 249/2211 11% [======= ] 250/2211 11% [======= ] 251/2211 11% [======= ] 252/2211 11% [======= ] 253/2211 11% [======= ] 254/2211 11% [======= ] 255/2211 11% [======= ] 256/2211 11% [======= ] 257/2211 11% [======= ] 258/2211 11% [======= ] 259/2211 11% [======= ] 260/2211 11% [======= ] 261/2211 11% [======= ] 262/2211 11% [======= ] 263/2211 11% [======= ] 264/2211 11% [======= ] 265/2211 11% [======= ] 266/2211 12% [======= ] 267/2211 12% [======= ] 268/2211 12% [======= ] 269/2211 12% [======= ] 270/2211 12% [======= ] 271/2211 12% [======= ] 272/2211 12% [======= ] 273/2211 12% [======= ] 274/2211 12% [======= ] 275/2211 12% [======= ] 276/2211 12% [======= ] 277/2211 12% [======= ] 278/2211 12% [======= ] 279/2211 12% [======= ] 280/2211 12% [======= ] 281/2211 12% [======= ] 282/2211 12% [======= ] 283/2211 12% [======= ] 284/2211 12% [======= ] 285/2211 12% [======== ] 286/2211 12% [======== ] 287/2211 12% [======== ] 288/2211 13% [======== ] 289/2211 13% [======== ] 290/2211 13% [======== ] 291/2211 13% [======== ] 292/2211 13% [======== ] 293/2211 13% [======== ] 294/2211 13% [======== ] 295/2211 13% [======== ] 296/2211 13% [======== ] 297/2211 13% [======== ] 298/2211 13% [======== ] 299/2211 13% [======== ] 300/2211 13% [======== ] 301/2211 13% [======== ] 302/2211 13% [======== ] 303/2211 13% [======== ] 304/2211 13% [======== ] 305/2211 13% [======== ] 306/2211 13% [======== ] 307/2211 13% [======== ] 308/2211 13% [======== ] 309/2211 13% [======== ] 310/2211 14% [======== ] 311/2211 14% [======== ] 312/2211 14% [======== ] 313/2211 14% [======== ] 314/2211 14% [======== ] 315/2211 14% [======== ] 316/2211 14% [======== ] 317/2211 14% [======== ] 318/2211 14% [======== ] 319/2211 14% [======== ] 320/2211 14% [========= ] 321/2211 14% [========= ] 322/2211 14% [========= ] 323/2211 14% [========= ] 324/2211 14% [========= ] 325/2211 14% [========= ] 326/2211 14% [========= ] 327/2211 14% [========= ] 328/2211 14% [========= ] 329/2211 14% [========= ] 330/2211 14% [========= ] 331/2211 14% [========= ] 332/2211 15% [========= ] 333/2211 15% [========= ] 334/2211 15% [========= ] 335/2211 15% [========= ] 336/2211 15% [========= ] 337/2211 15% [========= ] 338/2211 15% [========= ] 339/2211 15% [========= ] 340/2211 15% [========= ] 341/2211 15% [========= ] 342/2211 15% [========= ] 343/2211 15% [========= ] 344/2211 15% [========= ] 345/2211 15% [========= ] 346/2211 15% [========= ] 347/2211 15% [========= ] 348/2211 15% [========= ] 349/2211 15% [========= ] 350/2211 15% [========= ] 351/2211 15% [========= ] 352/2211 15% [========= ] 353/2211 15% [========= ] 354/2211 16% [========= ] 355/2211 16% [========= ] 356/2211 16% [========== ] 357/2211 16% [========== ] 358/2211 16% [========== ] 359/2211 16% [========== ] 360/2211 16% [========== ] 361/2211 16% [========== ] 362/2211 16% [========== ] 363/2211 16% [========== ] 364/2211 16% [========== ] 365/2211 16% [========== ] 366/2211 16% [========== ] 367/2211 16% [========== ] 368/2211 16% [========== ] 369/2211 16% [========== ] 370/2211 16% [========== ] 371/2211 16% [========== ] 372/2211 16% [========== ] 373/2211 16% [========== ] 374/2211 16% [========== ] 375/2211 16% [========== ] 376/2211 17% [========== ] 377/2211 17% [========== ] 378/2211 17% [========== ] 379/2211 17% [========== ] 380/2211 17% [========== ] 381/2211 17% [========== ] 382/2211 17% [========== ] 383/2211 17% [========== ] 384/2211 17% [========== ] 385/2211 17% [========== ] 386/2211 17% [========== ] 387/2211 17% [========== ] 388/2211 17% [========== ] 389/2211 17% [========== ] 390/2211 17% [========== ] 391/2211 17% [========== ] 392/2211 17% [=========== ] 393/2211 17% [=========== ] 394/2211 17% [=========== ] 395/2211 17% [=========== ] 396/2211 17% [=========== ] 397/2211 17% [=========== ] 398/2211 18% [=========== ] 399/2211 18% [=========== ] 400/2211 18% [=========== ] 401/2211 18% [=========== ] 402/2211 18% [=========== ] 403/2211 18% [=========== ] 404/2211 18% [=========== ] 405/2211 18% [=========== ] 406/2211 18% [=========== ] 407/2211 18% [=========== ] 408/2211 18% [=========== ] 409/2211 18% [=========== ] 410/2211 18% [=========== ] 411/2211 18% [=========== ] 412/2211 18% [=========== ] 413/2211 18% [=========== ] 414/2211 18% [=========== ] 415/2211 18% [=========== ] 416/2211 18% [=========== ] 417/2211 18% [=========== ] 418/2211 18% [=========== ] 419/2211 18% [=========== ] 420/2211 18% [=========== ] 421/2211 19% [=========== ] 422/2211 19% [=========== ] 423/2211 19% [=========== ] 424/2211 19% [=========== ] 425/2211 19% [=========== ] 426/2211 19% [=========== ] 427/2211 19% [============ ] 428/2211 19% [============ ] 429/2211 19% [============ ] 430/2211 19% [============ ] 431/2211 19% [============ ] 432/2211 19% [============ ] 433/2211 19% [============ ] 434/2211 19% [============ ] 435/2211 19% [============ ] 436/2211 19% [============ ] 437/2211 19% [============ ] 438/2211 19% [============ ] 439/2211 19% [============ ] 440/2211 19% [============ ] 441/2211 19% [============ ] 442/2211 19% [============ ] 443/2211 20% [============ ] 444/2211 20% [============ ] 445/2211 20% [============ ] 446/2211 20% [============ ] 447/2211 20% [============ ] 448/2211 20% [============ ] 449/2211 20% [============ ] 450/2211 20% [============ ] 451/2211 20% [============ ] 452/2211 20% [============ ] 453/2211 20% [============ ] 454/2211 20% [============ ] 455/2211 20% [============ ] 456/2211 20% [============ ] 457/2211 20% [============ ] 458/2211 20% [============ ] 459/2211 20% [============ ] 460/2211 20% [============ ] 461/2211 20% [============ ] 462/2211 20% [============ ] 463/2211 20% [============= ] 464/2211 20% [============= ] 465/2211 21% [============= ] 466/2211 21% [============= ] 467/2211 21% [============= ] 468/2211 21% [============= ] 469/2211 21% [============= ] 470/2211 21% [============= ] 471/2211 21% [============= ] 472/2211 21% [============= ] 473/2211 21% [============= ] 474/2211 21% [============= ] 475/2211 21% [============= ] 476/2211 21% [============= ] 477/2211 21% [============= ] 478/2211 21% [============= ] 479/2211 21% [============= ] 480/2211 21% [============= ] 481/2211 21% [============= ] 482/2211 21% [============= ] 483/2211 21% [============= ] 484/2211 21% [============= ] 485/2211 21% [============= ] 486/2211 21% [============= ] 487/2211 22% [============= ] 488/2211 22% [============= ] 489/2211 22% [============= ] 490/2211 22% [============= ] 491/2211 22% [============= ] 492/2211 22% [============= ] 493/2211 22% [============= ] 494/2211 22% [============= ] 495/2211 22% [============= ] 496/2211 22% [============= ] 497/2211 22% [============= ] 498/2211 22% [============= ] 499/2211 22% [============== ] 500/2211 22% [============== ] 501/2211 22% [============== ] 502/2211 22% [============== ] 503/2211 22% [============== ] 504/2211 22% [============== ] 505/2211 22% [============== ] 506/2211 22% [============== ] 507/2211 22% [============== ] 508/2211 22% [============== ] 509/2211 23% [============== ] 510/2211 23% [============== ] 511/2211 23% [============== ] 512/2211 23% [============== ] 513/2211 23% [============== ] 514/2211 23% [============== ] 515/2211 23% [============== ] 516/2211 23% [============== ] 517/2211 23% [============== ] 518/2211 23% [============== ] 519/2211 23% [============== ] 520/2211 23% [============== ] 521/2211 23% [============== ] 522/2211 23% [============== ] 523/2211 23% [============== ] 524/2211 23% [============== ] 525/2211 23% [============== ] 526/2211 23% [============== ] 527/2211 23% [============== ] 528/2211 23% [============== ] 529/2211 23% [============== ] 530/2211 23% [============== ] 531/2211 24% [============== ] 532/2211 24% [============== ] 533/2211 24% [============== ] 534/2211 24% [=============== ] 535/2211 24% [=============== ] 536/2211 24% [=============== ] 537/2211 24% [=============== ] 538/2211 24% [=============== ] 539/2211 24% [=============== ] 540/2211 24% [=============== ] 541/2211 24% [=============== ] 542/2211 24% [=============== ] 543/2211 24% [=============== ] 544/2211 24% [=============== ] 545/2211 24% [=============== ] 546/2211 24% [=============== ] 547/2211 24% [=============== ] 548/2211 24% [=============== ] 549/2211 24% [=============== ] 550/2211 24% [=============== ] 551/2211 24% [=============== ] 552/2211 24% [=============== ] 553/2211 25% [=============== ] 554/2211 25% [=============== ] 555/2211 25% [=============== ] 556/2211 25% [=============== ] 557/2211 25% [=============== ] 558/2211 25% [=============== ] 559/2211 25% [=============== ] 560/2211 25% [=============== ] 561/2211 25% [=============== ] 562/2211 25% [=============== ] 563/2211 25% [=============== ] 564/2211 25% [=============== ] 565/2211 25% [=============== ] 566/2211 25% [=============== ] 567/2211 25% [=============== ] 568/2211 25% [=============== ] 569/2211 25% [=============== ] 570/2211 25% [================ ] 571/2211 25% [================ ] 572/2211 25% [================ ] 573/2211 25% [================ ] 574/2211 25% [================ ] 575/2211 26% [================ ] 576/2211 26% [================ ] 577/2211 26% [================ ] 578/2211 26% [================ ] 579/2211 26% [================ ] 580/2211 26% [================ ] 581/2211 26% [================ ] 582/2211 26% [================ ] 583/2211 26% [================ ] 584/2211 26% [================ ] 585/2211 26% [================ ] 586/2211 26% [================ ] 587/2211 26% [================ ] 588/2211 26% [================ ] 589/2211 26% [================ ] 590/2211 26% [================ ] 591/2211 26% [================ ] 592/2211 26% [================ ] 593/2211 26% [================ ] 594/2211 26% [================ ] 595/2211 26% [================ ] 596/2211 26% [================ ] 597/2211 27% [================ ] 598/2211 27% [================ ] 599/2211 27% [================ ] 600/2211 27% [================ ] 601/2211 27% [================ ] 602/2211 27% [================ ] 603/2211 27% [================ ] 604/2211 27% [================ ] 605/2211 27% [================ ] 606/2211 27% [================= ] 607/2211 27% [================= ] 608/2211 27% [================= ] 609/2211 27% [================= ] 610/2211 27% [================= ] 611/2211 27% [================= ] 612/2211 27% [================= ] 613/2211 27% [================= ] 614/2211 27% [================= ] 615/2211 27% [================= ] 616/2211 27% [================= ] 617/2211 27% [================= ] 618/2211 27% [================= ] 619/2211 27% [================= ] 620/2211 28% [================= ] 621/2211 28% [================= ] 622/2211 28% [================= ] 623/2211 28% [================= ] 624/2211 28% [================= ] 625/2211 28% [================= ] 626/2211 28% [================= ] 627/2211 28% [================= ] 628/2211 28% [================= ] 629/2211 28% [================= ] 630/2211 28% [================= ] 631/2211 28% [================= ] 632/2211 28% [================= ] 633/2211 28% [================= ] 634/2211 28% [================= ] 635/2211 28% [================= ] 636/2211 28% [================= ] 637/2211 28% [================= ] 638/2211 28% [================= ] 639/2211 28% [================= ] 640/2211 28% [================= ] 641/2211 28% [================== ] 642/2211 29% [================== ] 643/2211 29% [================== ] 644/2211 29% [================== ] 645/2211 29% [================== ] 646/2211 29% [================== ] 647/2211 29% [================== ] 648/2211 29% [================== ] 649/2211 29% [================== ] 650/2211 29% [================== ] 651/2211 29% [================== ] 652/2211 29% [================== ] 653/2211 29% [================== ] 654/2211 29% [================== ] 655/2211 29% [================== ] 656/2211 29% [================== ] 657/2211 29% [================== ] 658/2211 29% [================== ] 659/2211 29% [================== ] 660/2211 29% [================== ] 661/2211 29% [================== ] 662/2211 29% [================== ] 663/2211 29% [================== ] 664/2211 30% [================== ] 665/2211 30% [================== ] 666/2211 30% [================== ] 667/2211 30% [================== ] 668/2211 30% [================== ] 669/2211 30% [================== ] 670/2211 30% [================== ] 671/2211 30% [================== ] 672/2211 30% [================== ] 673/2211 30% [================== ] 674/2211 30% [================== ] 675/2211 30% [================== ] 676/2211 30% [================== ] 677/2211 30% [=================== ] 678/2211 30% [=================== ] 679/2211 30% [=================== ] 680/2211 30% [=================== ] 681/2211 30% [=================== ] 682/2211 30% [=================== ] 683/2211 30% [=================== ] 684/2211 30% [=================== ] 685/2211 30% [=================== ] 686/2211 31% [=================== ] 687/2211 31% [=================== ] 688/2211 31% [=================== ] 689/2211 31% [=================== ] 690/2211 31% [=================== ] 691/2211 31% [=================== ] 692/2211 31% [=================== ] 693/2211 31% [=================== ] 694/2211 31% [=================== ] 695/2211 31% [=================== ] 696/2211 31% [=================== ] 697/2211 31% [=================== ] 698/2211 31% [=================== ] 699/2211 31% [=================== ] 700/2211 31% [=================== ] 701/2211 31% [=================== ] 702/2211 31% [=================== ] 703/2211 31% [=================== ] 704/2211 31% [=================== ] 705/2211 31% [=================== ] 706/2211 31% [=================== ] 707/2211 31% [=================== ] 708/2211 32% [=================== ] 709/2211 32% [=================== ] 710/2211 32% [=================== ] 711/2211 32% [=================== ] 712/2211 32% [=================== ] 713/2211 32% [==================== ] 714/2211 32% [==================== ] 715/2211 32% [==================== ] 716/2211 32% [==================== ] 717/2211 32% [==================== ] 718/2211 32% [==================== ] 719/2211 32% [==================== ] 720/2211 32% [==================== ] 721/2211 32% [==================== ] 722/2211 32% [==================== ] 723/2211 32% [==================== ] 724/2211 32% [==================== ] 725/2211 32% [==================== ] 726/2211 32% [==================== ] 727/2211 32% [==================== ] 728/2211 32% [==================== ] 729/2211 32% [==================== ] 730/2211 33% [==================== ] 731/2211 33% [==================== ] 732/2211 33% [==================== ] 733/2211 33% [==================== ] 734/2211 33% [==================== ] 735/2211 33% [==================== ] 736/2211 33% [==================== ] 737/2211 33% [==================== ] 738/2211 33% [==================== ] 739/2211 33% [==================== ] 740/2211 33% [==================== ] 741/2211 33% [==================== ] 742/2211 33% [==================== ] 743/2211 33% [==================== ] 744/2211 33% [==================== ] 745/2211 33% [==================== ] 746/2211 33% [==================== ] 747/2211 33% [==================== ] 748/2211 33% [===================== ] 749/2211 33% [===================== ] 750/2211 33% [===================== ] 751/2211 33% [===================== ] 752/2211 34% [===================== ] 753/2211 34% [===================== ] 754/2211 34% [===================== ] 755/2211 34% [===================== ] 756/2211 34% [===================== ] 757/2211 34% [===================== ] 758/2211 34% [===================== ] 759/2211 34% [===================== ] 760/2211 34% [===================== ] 761/2211 34% [===================== ] 762/2211 34% [===================== ] 763/2211 34% [===================== ] 764/2211 34% [===================== ] 765/2211 34% [===================== ] 766/2211 34% [===================== ] 767/2211 34% [===================== ] 768/2211 34% [===================== ] 769/2211 34% [===================== ] 770/2211 34% [===================== ] 771/2211 34% [===================== ] 772/2211 34% [===================== ] 773/2211 34% [===================== ] 774/2211 35% [===================== ] 775/2211 35% [===================== ] 776/2211 35% [===================== ] 777/2211 35% [===================== ] 778/2211 35% [===================== ] 779/2211 35% [===================== ] 780/2211 35% [===================== ] 781/2211 35% [===================== ] 782/2211 35% [===================== ] 783/2211 35% [===================== ] 784/2211 35% [====================== ] 785/2211 35% [====================== ] 786/2211 35% [====================== ] 787/2211 35% [====================== ] 788/2211 35% [====================== ] 789/2211 35% [====================== ] 790/2211 35% [====================== ] 791/2211 35% [====================== ] 792/2211 35% [====================== ] 793/2211 35% [====================== ] 794/2211 35% [====================== ] 795/2211 35% [====================== ] 796/2211 36% [====================== ] 797/2211 36% [====================== ] 798/2211 36% [====================== ] 799/2211 36% [====================== ] 800/2211 36% [====================== ] 801/2211 36% [====================== ] 802/2211 36% [====================== ] 803/2211 36% [====================== ] 804/2211 36% [====================== ] 805/2211 36% [====================== ] 806/2211 36% [====================== ] 807/2211 36% [====================== ] 808/2211 36% [====================== ] 809/2211 36% [====================== ] 810/2211 36% [====================== ] 811/2211 36% [====================== ] 812/2211 36% [====================== ] 813/2211 36% [====================== ] 814/2211 36% [====================== ] 815/2211 36% [====================== ] 816/2211 36% [====================== ] 817/2211 36% [====================== ] 818/2211 36% [====================== ] 819/2211 37% [====================== ] 820/2211 37% [======================= ] 821/2211 37% [======================= ] 822/2211 37% [======================= ] 823/2211 37% [======================= ] 824/2211 37% [======================= ] 825/2211 37% [======================= ] 826/2211 37% [======================= ] 827/2211 37% [======================= ] 828/2211 37% [======================= ] 829/2211 37% [======================= ] 830/2211 37% [======================= ] 831/2211 37% [======================= ] 832/2211 37% [======================= ] 833/2211 37% [======================= ] 834/2211 37% [======================= ] 835/2211 37% [======================= ] 836/2211 37% [======================= ] 837/2211 37% [======================= ] 838/2211 37% [======================= ] 839/2211 37% [======================= ] 840/2211 37% [======================= ] 841/2211 38% [======================= ] 842/2211 38% [======================= ] 843/2211 38% [======================= ] 844/2211 38% [======================= ] 845/2211 38% [======================= ] 846/2211 38% [======================= ] 847/2211 38% [======================= ] 848/2211 38% [======================= ] 849/2211 38% [======================= ] 850/2211 38% [======================= ] 851/2211 38% [======================= ] 852/2211 38% [======================= ] 853/2211 38% [======================= ] 854/2211 38% [======================= ] 855/2211 38% [======================== ] 856/2211 38% [======================== ] 857/2211 38% [======================== ] 858/2211 38% [======================== ] 859/2211 38% [======================== ] 860/2211 38% [======================== ] 861/2211 38% [======================== ] 862/2211 38% [======================== ] 863/2211 39% [======================== ] 864/2211 39% [======================== ] 865/2211 39% [======================== ] 866/2211 39% [======================== ] 867/2211 39% [======================== ] 868/2211 39% [======================== ] 869/2211 39% [======================== ] 870/2211 39% [======================== ] 871/2211 39% [======================== ] 872/2211 39% [======================== ] 873/2211 39% [======================== ] 874/2211 39% [======================== ] 875/2211 39% [======================== ] 876/2211 39% [======================== ] 877/2211 39% [======================== ] 878/2211 39% [======================== ] 879/2211 39% [======================== ] 880/2211 39% [======================== ] 881/2211 39% [======================== ] 882/2211 39% [======================== ] 883/2211 39% [======================== ] 884/2211 39% [======================== ] 885/2211 40% [======================== ] 886/2211 40% [======================== ] 887/2211 40% [======================== ] 888/2211 40% [======================== ] 889/2211 40% [======================== ] 890/2211 40% [======================== ] 891/2211 40% [========================= ] 892/2211 40% [========================= ] 893/2211 40% [========================= ] 894/2211 40% [========================= ] 895/2211 40% [========================= ] 896/2211 40% [========================= ] 897/2211 40% [========================= ] 898/2211 40% [========================= ] 899/2211 40% [========================= ] 900/2211 40% [========================= ] 901/2211 40% [========================= ] 902/2211 40% [========================= ] 903/2211 40% [========================= ] 904/2211 40% [========================= ] 905/2211 40% [========================= ] 906/2211 40% [========================= ] 907/2211 41% [========================= ] 908/2211 41% [========================= ] 909/2211 41% [========================= ] 910/2211 41% [========================= ] 911/2211 41% [========================= ] 912/2211 41% [========================= ] 913/2211 41% [========================= ] 914/2211 41% [========================= ] 915/2211 41% [========================= ] 916/2211 41% [========================= ] 917/2211 41% [========================= ] 918/2211 41% [========================= ] 919/2211 41% [========================= ] 920/2211 41% [========================= ] 921/2211 41% [========================= ] 922/2211 41% [========================= ] 923/2211 41% [========================= ] 924/2211 41% [========================= ] 925/2211 41% [========================= ] 926/2211 41% [========================= ] 927/2211 41% [========================== ] 928/2211 41% [========================== ] 929/2211 42% [========================== ] 930/2211 42% [========================== ] 931/2211 42% [========================== ] 932/2211 42% [========================== ] 933/2211 42% [========================== ] 934/2211 42% [========================== ] 935/2211 42% [========================== ] 936/2211 42% [========================== ] 937/2211 42% [========================== ] 938/2211 42% [========================== ] 939/2211 42% [========================== ] 940/2211 42% [========================== ] 941/2211 42% [========================== ] 942/2211 42% [========================== ] 943/2211 42% [========================== ] 944/2211 42% [========================== ] 945/2211 42% [========================== ] 946/2211 42% [========================== ] 947/2211 42% [========================== ] 948/2211 42% [========================== ] 949/2211 42% [========================== ] 950/2211 42% [========================== ] 951/2211 43% [========================== ] 952/2211 43% [========================== ] 953/2211 43% [========================== ] 954/2211 43% [========================== ] 955/2211 43% [========================== ] 956/2211 43% [========================== ] 957/2211 43% [========================== ] 958/2211 43% [========================== ] 959/2211 43% [========================== ] 960/2211 43% [========================== ] 961/2211 43% [========================== ] 962/2211 43% [=========================== ] 963/2211 43% [=========================== ] 964/2211 43% [=========================== ] 965/2211 43% [=========================== ] 966/2211 43% [=========================== ] 967/2211 43% [=========================== ] 968/2211 43% [=========================== ] 969/2211 43% [=========================== ] 970/2211 43% [=========================== ] 971/2211 43% [=========================== ] 972/2211 43% [=========================== ] 973/2211 44% [=========================== ] 974/2211 44% [=========================== ] 975/2211 44% [=========================== ] 976/2211 44% [=========================== ] 977/2211 44% [=========================== ] 978/2211 44% [=========================== ] 979/2211 44% [=========================== ] 980/2211 44% [=========================== ] 981/2211 44% [=========================== ] 982/2211 44% [=========================== ] 983/2211 44% [=========================== ] 984/2211 44% [=========================== ] 985/2211 44% [=========================== ] 986/2211 44% [=========================== ] 987/2211 44% [=========================== ] 988/2211 44% [=========================== ] 989/2211 44% [=========================== ] 990/2211 44% [=========================== ] 991/2211 44% [=========================== ] 992/2211 44% [=========================== ] 993/2211 44% [=========================== ] 994/2211 44% [=========================== ] 995/2211 45% [=========================== ] 996/2211 45% [=========================== ] 997/2211 45% [=========================== ] 998/2211 45% [============================ ] 999/2211 45% [============================ ] 1000/2211 45% [============================ ] 1001/2211 45% [============================ ] 1002/2211 45% [============================ ] 1003/2211 45% [============================ ] 1004/2211 45% [============================ ] 1005/2211 45% [============================ ] 1006/2211 45% [============================ ] 1007/2211 45% [============================ ] 1008/2211 45% [============================ ] 1009/2211 45% [============================ ] 1010/2211 45% [============================ ] 1011/2211 45% [============================ ] 1012/2211 45% [============================ ] 1013/2211 45% [============================ ] 1014/2211 45% [============================ ] 1015/2211 45% [============================ ] 1016/2211 45% [============================ ] 1017/2211 45% [============================ ] 1018/2211 46% [============================ ] 1019/2211 46% [============================ ] 1020/2211 46% [============================ ] 1021/2211 46% [============================ ] 1022/2211 46% [============================ ] 1023/2211 46% [============================ ] 1024/2211 46% [============================ ] 1025/2211 46% [============================ ] 1026/2211 46% [============================ ] 1027/2211 46% [============================ ] 1028/2211 46% [============================ ] 1029/2211 46% [============================ ] 1030/2211 46% [============================ ] 1031/2211 46% [============================ ] 1032/2211 46% [============================ ] 1033/2211 46% [============================ ] 1034/2211 46% [============================= ] 1035/2211 46% [============================= ] 1036/2211 46% [============================= ] 1037/2211 46% [============================= ] 1038/2211 46% [============================= ] 1039/2211 46% [============================= ] 1040/2211 47% [============================= ] 1041/2211 47% [============================= ] 1042/2211 47% [============================= ] 1043/2211 47% [============================= ] 1044/2211 47% [============================= ] 1045/2211 47% [============================= ] 1046/2211 47% [============================= ] 1047/2211 47% [============================= ] 1048/2211 47% [============================= ] 1049/2211 47% [============================= ] 1050/2211 47% [============================= ] 1051/2211 47% [============================= ] 1052/2211 47% [============================= ] 1053/2211 47% [============================= ] 1054/2211 47% [============================= ] 1055/2211 47% [============================= ] 1056/2211 47% [============================= ] 1057/2211 47% [============================= ] 1058/2211 47% [============================= ] 1059/2211 47% [============================= ] 1060/2211 47% [============================= ] 1061/2211 47% [============================= ] 1062/2211 48% [============================= ] 1063/2211 48% [============================= ] 1064/2211 48% [============================= ] 1065/2211 48% [============================= ] 1066/2211 48% [============================= ] 1067/2211 48% [============================= ] 1068/2211 48% [============================= ] 1069/2211 48% [============================== ] 1070/2211 48% [============================== ] 1071/2211 48% [============================== ] 1072/2211 48% [============================== ] 1073/2211 48% [============================== ] 1074/2211 48% [============================== ] 1075/2211 48% [============================== ] 1076/2211 48% [============================== ] 1077/2211 48% [============================== ] 1078/2211 48% [============================== ] 1079/2211 48% [============================== ] 1080/2211 48% [============================== ] 1081/2211 48% [============================== ] 1082/2211 48% [============================== ] 1083/2211 48% [============================== ] 1084/2211 49% [============================== ] 1085/2211 49% [============================== ] 1086/2211 49% [============================== ] 1087/2211 49% [============================== ] 1088/2211 49% [============================== ] 1089/2211 49% [============================== ] 1090/2211 49% [============================== ] 1091/2211 49% [============================== ] 1092/2211 49% [============================== ] 1093/2211 49% [============================== ] 1094/2211 49% [============================== ] 1095/2211 49% [============================== ] 1096/2211 49% [============================== ] 1097/2211 49% [============================== ] 1098/2211 49% [============================== ] 1099/2211 49% [============================== ] 1100/2211 49% [============================== ] 1101/2211 49% [============================== ] 1102/2211 49% [============================== ] 1103/2211 49% [============================== ] 1104/2211 49% [============================== ] 1105/2211 49% [=============================== ] 1106/2211 50% [=============================== ] 1107/2211 50% [=============================== ] 1108/2211 50% [=============================== ] 1109/2211 50% [=============================== ] 1110/2211 50% [=============================== ] 1111/2211 50% [=============================== ] 1112/2211 50% [=============================== ] 1113/2211 50% [=============================== ] 1114/2211 50% [=============================== ] 1115/2211 50% [=============================== ] 1116/2211 50% [=============================== ] 1117/2211 50% [=============================== ] 1118/2211 50% [=============================== ] 1119/2211 50% [=============================== ] 1120/2211 50% [=============================== ] 1121/2211 50% [=============================== ] 1122/2211 50% [=============================== ] 1123/2211 50% [=============================== ] 1124/2211 50% [=============================== ] 1125/2211 50% [=============================== ] 1126/2211 50% [=============================== ] 1127/2211 50% [=============================== ] 1128/2211 51% [=============================== ] 1129/2211 51% [=============================== ] 1130/2211 51% [=============================== ] 1131/2211 51% [=============================== ] 1132/2211 51% [=============================== ] 1133/2211 51% [=============================== ] 1134/2211 51% [=============================== ] 1135/2211 51% [=============================== ] 1136/2211 51% [=============================== ] 1137/2211 51% [=============================== ] 1138/2211 51% [=============================== ] 1139/2211 51% [=============================== ] 1140/2211 51% [=============================== ] 1141/2211 51% [================================ ] 1142/2211 51% [================================ ] 1143/2211 51% [================================ ] 1144/2211 51% [================================ ] 1145/2211 51% [================================ ] 1146/2211 51% [================================ ] 1147/2211 51% [================================ ] 1148/2211 51% [================================ ] 1149/2211 51% [================================ ] 1150/2211 52% [================================ ] 1151/2211 52% [================================ ] 1152/2211 52% [================================ ] 1153/2211 52% [================================ ] 1154/2211 52% [================================ ] 1155/2211 52% [================================ ] 1156/2211 52% [================================ ] 1157/2211 52% [================================ ] 1158/2211 52% [================================ ] 1159/2211 52% [================================ ] 1160/2211 52% [================================ ] 1161/2211 52% [================================ ] 1162/2211 52% [================================ ] 1163/2211 52% [================================ ] 1164/2211 52% [================================ ] 1165/2211 52% [================================ ] 1166/2211 52% [================================ ] 1167/2211 52% [================================ ] 1168/2211 52% [================================ ] 1169/2211 52% [================================ ] 1170/2211 52% [================================ ] 1171/2211 52% [================================ ] 1172/2211 53% [================================ ] 1173/2211 53% [================================ ] 1174/2211 53% [================================ ] 1175/2211 53% [================================ ] 1176/2211 53% [================================= ] 1177/2211 53% [================================= ] 1178/2211 53% [================================= ] 1179/2211 53% [================================= ] 1180/2211 53% [================================= ] 1181/2211 53% [================================= ] 1182/2211 53% [================================= ] 1183/2211 53% [================================= ] 1184/2211 53% [================================= ] 1185/2211 53% [================================= ] 1186/2211 53% [================================= ] 1187/2211 53% [================================= ] 1188/2211 53% [================================= ] 1189/2211 53% [================================= ] 1190/2211 53% [================================= ] 1191/2211 53% [================================= ] 1192/2211 53% [================================= ] 1193/2211 53% [================================= ] 1194/2211 54% [================================= ] 1195/2211 54% [================================= ] 1196/2211 54% [================================= ] 1197/2211 54% [================================= ] 1198/2211 54% [================================= ] 1199/2211 54% [================================= ] 1200/2211 54% [================================= ] 1201/2211 54% [================================= ] 1202/2211 54% [================================= ] 1203/2211 54% [================================= ] 1204/2211 54% [================================= ] 1205/2211 54% [================================= ] 1206/2211 54% [================================= ] 1207/2211 54% [================================= ] 1208/2211 54% [================================= ] 1209/2211 54% [================================= ] 1210/2211 54% [================================= ] 1211/2211 54% [================================= ] 1212/2211 54% [================================== ] 1213/2211 54% [================================== ] 1214/2211 54% [================================== ] 1215/2211 54% [================================== ] 1216/2211 54% [================================== ] 1217/2211 55% [================================== ] 1218/2211 55% [================================== ] 1219/2211 55% [================================== ] 1220/2211 55% [================================== ] 1221/2211 55% [================================== ] 1222/2211 55% [================================== ] 1223/2211 55% [================================== ] 1224/2211 55% [================================== ] 1225/2211 55% [================================== ] 1226/2211 55% [================================== ] 1227/2211 55% [================================== ] 1228/2211 55% [================================== ] 1229/2211 55% [================================== ] 1230/2211 55% [================================== ] 1231/2211 55% [================================== ] 1232/2211 55% [================================== ] 1233/2211 55% [================================== ] 1234/2211 55% [================================== ] 1235/2211 55% [================================== ] 1236/2211 55% [================================== ] 1237/2211 55% [================================== ] 1238/2211 55% [================================== ] 1239/2211 56% [================================== ] 1240/2211 56% [================================== ] 1241/2211 56% [================================== ] 1242/2211 56% [================================== ] 1243/2211 56% [================================== ] 1244/2211 56% [================================== ] 1245/2211 56% [================================== ] 1246/2211 56% [================================== ] 1247/2211 56% [================================== ] 1248/2211 56% [=================================== ] 1249/2211 56% [=================================== ] 1250/2211 56% [=================================== ] 1251/2211 56% [=================================== ] 1252/2211 56% [=================================== ] 1253/2211 56% [=================================== ] 1254/2211 56% [=================================== ] 1255/2211 56% [=================================== ] 1256/2211 56% [=================================== ] 1257/2211 56% [=================================== ] 1258/2211 56% [=================================== ] 1259/2211 56% [=================================== ] 1260/2211 56% [=================================== ] 1261/2211 57% [=================================== ] 1262/2211 57% [=================================== ] 1263/2211 57% [=================================== ] 1264/2211 57% [=================================== ] 1265/2211 57% [=================================== ] 1266/2211 57% [=================================== ] 1267/2211 57% [=================================== ] 1268/2211 57% [=================================== ] 1269/2211 57% [=================================== ] 1270/2211 57% [=================================== ] 1271/2211 57% [=================================== ] 1272/2211 57% [=================================== ] 1273/2211 57% [=================================== ] 1274/2211 57% [=================================== ] 1275/2211 57% [=================================== ] 1276/2211 57% [=================================== ] 1277/2211 57% [=================================== ] 1278/2211 57% [=================================== ] 1279/2211 57% [=================================== ] 1280/2211 57% [=================================== ] 1281/2211 57% [=================================== ] 1282/2211 57% [=================================== ] 1283/2211 58% [==================================== ] 1284/2211 58% [==================================== ] 1285/2211 58% [==================================== ] 1286/2211 58% [==================================== ] 1287/2211 58% [==================================== ] 1288/2211 58% [==================================== ] 1289/2211 58% [==================================== ] 1290/2211 58% [==================================== ] 1291/2211 58% [==================================== ] 1292/2211 58% [==================================== ] 1293/2211 58% [==================================== ] 1294/2211 58% [==================================== ] 1295/2211 58% [==================================== ] 1296/2211 58% [==================================== ] 1297/2211 58% [==================================== ] 1298/2211 58% [==================================== ] 1299/2211 58% [==================================== ] 1300/2211 58% [==================================== ] 1301/2211 58% [==================================== ] 1302/2211 58% [==================================== ] 1303/2211 58% [==================================== ] 1304/2211 58% [==================================== ] 1305/2211 59% [==================================== ] 1306/2211 59% [==================================== ] 1307/2211 59% [==================================== ] 1308/2211 59% [==================================== ] 1309/2211 59% [==================================== ] 1310/2211 59% [==================================== ] 1311/2211 59% [==================================== ] 1312/2211 59% [==================================== ] 1313/2211 59% [==================================== ] 1314/2211 59% [==================================== ] 1315/2211 59% [==================================== ] 1316/2211 59% [==================================== ] 1317/2211 59% [==================================== ] 1318/2211 59% [==================================== ] 1319/2211 59% [===================================== ] 1320/2211 59% [===================================== ] 1321/2211 59% [===================================== ] 1322/2211 59% [===================================== ] 1323/2211 59% [===================================== ] 1324/2211 59% [===================================== ] 1325/2211 59% [===================================== ] 1326/2211 59% [===================================== ] 1327/2211 60% [===================================== ] 1328/2211 60% [===================================== ] 1329/2211 60% [===================================== ] 1330/2211 60% [===================================== ] 1331/2211 60% [===================================== ] 1332/2211 60% [===================================== ] 1333/2211 60% [===================================== ] 1334/2211 60% [===================================== ] 1335/2211 60% [===================================== ] 1336/2211 60% [===================================== ] 1337/2211 60% [===================================== ] 1338/2211 60% [===================================== ] 1339/2211 60% [===================================== ] 1340/2211 60% [===================================== ] 1341/2211 60% [===================================== ] 1342/2211 60% [===================================== ] 1343/2211 60% [===================================== ] 1344/2211 60% [===================================== ] 1345/2211 60% [===================================== ] 1346/2211 60% [===================================== ] 1347/2211 60% [===================================== ] 1348/2211 60% [===================================== ] 1349/2211 61% [===================================== ] 1350/2211 61% [===================================== ] 1351/2211 61% [===================================== ] 1352/2211 61% [===================================== ] 1353/2211 61% [===================================== ] 1354/2211 61% [===================================== ] 1355/2211 61% [====================================== ] 1356/2211 61% [====================================== ] 1357/2211 61% [====================================== ] 1358/2211 61% [====================================== ] 1359/2211 61% [====================================== ] 1360/2211 61% [====================================== ] 1361/2211 61% [====================================== ] 1362/2211 61% [====================================== ] 1363/2211 61% [====================================== ] 1364/2211 61% [====================================== ] 1365/2211 61% [====================================== ] 1366/2211 61% [====================================== ] 1367/2211 61% [====================================== ] 1368/2211 61% [====================================== ] 1369/2211 61% [====================================== ] 1370/2211 61% [====================================== ] 1371/2211 62% [====================================== ] 1372/2211 62% [====================================== ] 1373/2211 62% [====================================== ] 1374/2211 62% [====================================== ] 1375/2211 62% [====================================== ] 1376/2211 62% [====================================== ] 1377/2211 62% [====================================== ] 1378/2211 62% [====================================== ] 1379/2211 62% [====================================== ] 1380/2211 62% [====================================== ] 1381/2211 62% [====================================== ] 1382/2211 62% [====================================== ] 1383/2211 62% [====================================== ] 1384/2211 62% [====================================== ] 1385/2211 62% [====================================== ] 1386/2211 62% [====================================== ] 1387/2211 62% [====================================== ] 1388/2211 62% [====================================== ] 1389/2211 62% [====================================== ] 1390/2211 62% [======================================= ] 1391/2211 62% [======================================= ] 1392/2211 62% [======================================= ] 1393/2211 63% [======================================= ] 1394/2211 63% [======================================= ] 1395/2211 63% [======================================= ] 1396/2211 63% [======================================= ] 1397/2211 63% [======================================= ] 1398/2211 63% [======================================= ] 1399/2211 63% [======================================= ] 1400/2211 63% [======================================= ] 1401/2211 63% [======================================= ] 1402/2211 63% [======================================= ] 1403/2211 63% [======================================= ] 1404/2211 63% [======================================= ] 1405/2211 63% [======================================= ] 1406/2211 63% [======================================= ] 1407/2211 63% [======================================= ] 1408/2211 63% [======================================= ] 1409/2211 63% [======================================= ] 1410/2211 63% [======================================= ] 1411/2211 63% [======================================= ] 1412/2211 63% [======================================= ] 1413/2211 63% [======================================= ] 1414/2211 63% [======================================= ] 1415/2211 63% [======================================= ] 1416/2211 64% [======================================= ] 1417/2211 64% [======================================= ] 1418/2211 64% [======================================= ] 1419/2211 64% [======================================= ] 1420/2211 64% [======================================= ] 1421/2211 64% [======================================= ] 1422/2211 64% [======================================= ] 1423/2211 64% [======================================= ] 1424/2211 64% [======================================= ] 1425/2211 64% [======================================= ] 1426/2211 64% [======================================== ] 1427/2211 64% [======================================== ] 1428/2211 64% [======================================== ] 1429/2211 64% [======================================== ] 1430/2211 64% [======================================== ] 1431/2211 64% [======================================== ] 1432/2211 64% [======================================== ] 1433/2211 64% [======================================== ] 1434/2211 64% [======================================== ] 1435/2211 64% [======================================== ] 1436/2211 64% [======================================== ] 1437/2211 64% [======================================== ] 1438/2211 65% [======================================== ] 1439/2211 65% [======================================== ] 1440/2211 65% [======================================== ] 1441/2211 65% [======================================== ] 1442/2211 65% [======================================== ] 1443/2211 65% [======================================== ] 1444/2211 65% [======================================== ] 1445/2211 65% [======================================== ] 1446/2211 65% [======================================== ] 1447/2211 65% [======================================== ] 1448/2211 65% [======================================== ] 1449/2211 65% [======================================== ] 1450/2211 65% [======================================== ] 1451/2211 65% [======================================== ] 1452/2211 65% [======================================== ] 1453/2211 65% [======================================== ] 1454/2211 65% [======================================== ] 1455/2211 65% [======================================== ] 1456/2211 65% [======================================== ] 1457/2211 65% [======================================== ] 1458/2211 65% [======================================== ] 1459/2211 65% [======================================== ] 1460/2211 66% [======================================== ] 1461/2211 66% [======================================== ] 1462/2211 66% [========================================= ] 1463/2211 66% [========================================= ] 1464/2211 66% [========================================= ] 1465/2211 66% [========================================= ] 1466/2211 66% [========================================= ] 1467/2211 66% [========================================= ] 1468/2211 66% [========================================= ] 1469/2211 66% [========================================= ] 1470/2211 66% [========================================= ] 1471/2211 66% [========================================= ] 1472/2211 66% [========================================= ] 1473/2211 66% [========================================= ] 1474/2211 66% [========================================= ] 1475/2211 66% [========================================= ] 1476/2211 66% [========================================= ] 1477/2211 66% [========================================= ] 1478/2211 66% [========================================= ] 1479/2211 66% [========================================= ] 1480/2211 66% [========================================= ] 1481/2211 66% [========================================= ] 1482/2211 67% [========================================= ] 1483/2211 67% [========================================= ] 1484/2211 67% [========================================= ] 1485/2211 67% [========================================= ] 1486/2211 67% [========================================= ] 1487/2211 67% [========================================= ] 1488/2211 67% [========================================= ] 1489/2211 67% [========================================= ] 1490/2211 67% [========================================= ] 1491/2211 67% [========================================= ] 1492/2211 67% [========================================= ] 1493/2211 67% [========================================= ] 1494/2211 67% [========================================= ] 1495/2211 67% [========================================= ] 1496/2211 67% [========================================= ] 1497/2211 67% [========================================== ] 1498/2211 67% [========================================== ] 1499/2211 67% [========================================== ] 1500/2211 67% [========================================== ] 1501/2211 67% [========================================== ] 1502/2211 67% [========================================== ] 1503/2211 67% [========================================== ] 1504/2211 68% [========================================== ] 1505/2211 68% [========================================== ] 1506/2211 68% [========================================== ] 1507/2211 68% [========================================== ] 1508/2211 68% [========================================== ] 1509/2211 68% [========================================== ] 1510/2211 68% [========================================== ] 1511/2211 68% [========================================== ] 1512/2211 68% [========================================== ] 1513/2211 68% [========================================== ] 1514/2211 68% [========================================== ] 1515/2211 68% [========================================== ] 1516/2211 68% [========================================== ] 1517/2211 68% [========================================== ] 1518/2211 68% [========================================== ] 1519/2211 68% [========================================== ] 1520/2211 68% [========================================== ] 1521/2211 68% [========================================== ] 1522/2211 68% [========================================== ] 1523/2211 68% [========================================== ] 1524/2211 68% [========================================== ] 1525/2211 68% [========================================== ] 1526/2211 69% [========================================== ] 1527/2211 69% [========================================== ] 1528/2211 69% [========================================== ] 1529/2211 69% [========================================== ] 1530/2211 69% [========================================== ] 1531/2211 69% [========================================== ] 1532/2211 69% [========================================== ] 1533/2211 69% [=========================================== ] 1534/2211 69% [=========================================== ] 1535/2211 69% [=========================================== ] 1536/2211 69% [=========================================== ] 1537/2211 69% [=========================================== ] 1538/2211 69% [=========================================== ] 1539/2211 69% [=========================================== ] 1540/2211 69% [=========================================== ] 1541/2211 69% [=========================================== ] 1542/2211 69% [=========================================== ] 1543/2211 69% [=========================================== ] 1544/2211 69% [=========================================== ] 1545/2211 69% [=========================================== ] 1546/2211 69% [=========================================== ] 1547/2211 69% [=========================================== ] 1548/2211 70% [=========================================== ] 1549/2211 70% [=========================================== ] 1550/2211 70% [=========================================== ] 1551/2211 70% [=========================================== ] 1552/2211 70% [=========================================== ] 1553/2211 70% [=========================================== ] 1554/2211 70% [=========================================== ] 1555/2211 70% [=========================================== ] 1556/2211 70% [=========================================== ] 1557/2211 70% [=========================================== ] 1558/2211 70% [=========================================== ] 1559/2211 70% [=========================================== ] 1560/2211 70% [=========================================== ] 1561/2211 70% [=========================================== ] 1562/2211 70% [=========================================== ] 1563/2211 70% [=========================================== ] 1564/2211 70% [=========================================== ] 1565/2211 70% [=========================================== ] 1566/2211 70% [=========================================== ] 1567/2211 70% [=========================================== ] 1568/2211 70% [=========================================== ] 1569/2211 70% [============================================ ] 1570/2211 71% [============================================ ] 1571/2211 71% [============================================ ] 1572/2211 71% [============================================ ] 1573/2211 71% [============================================ ] 1574/2211 71% [============================================ ] 1575/2211 71% [============================================ ] 1576/2211 71% [============================================ ] 1577/2211 71% [============================================ ] 1578/2211 71% [============================================ ] 1579/2211 71% [============================================ ] 1580/2211 71% [============================================ ] 1581/2211 71% [============================================ ] 1582/2211 71% [============================================ ] 1583/2211 71% [============================================ ] 1584/2211 71% [============================================ ] 1585/2211 71% [============================================ ] 1586/2211 71% [============================================ ] 1587/2211 71% [============================================ ] 1588/2211 71% [============================================ ] 1589/2211 71% [============================================ ] 1590/2211 71% [============================================ ] 1591/2211 71% [============================================ ] 1592/2211 72% [============================================ ] 1593/2211 72% [============================================ ] 1594/2211 72% [============================================ ] 1595/2211 72% [============================================ ] 1596/2211 72% [============================================ ] 1597/2211 72% [============================================ ] 1598/2211 72% [============================================ ] 1599/2211 72% [============================================ ] 1600/2211 72% [============================================ ] 1601/2211 72% [============================================ ] 1602/2211 72% [============================================ ] 1603/2211 72% [============================================ ] 1604/2211 72% [============================================= ] 1605/2211 72% [============================================= ] 1606/2211 72% [============================================= ] 1607/2211 72% [============================================= ] 1608/2211 72% [============================================= ] 1609/2211 72% [============================================= ] 1610/2211 72% [============================================= ] 1611/2211 72% [============================================= ] 1612/2211 72% [============================================= ] 1613/2211 72% [============================================= ] 1614/2211 72% [============================================= ] 1615/2211 73% [============================================= ] 1616/2211 73% [============================================= ] 1617/2211 73% [============================================= ] 1618/2211 73% [============================================= ] 1619/2211 73% [============================================= ] 1620/2211 73% [============================================= ] 1621/2211 73% [============================================= ] 1622/2211 73% [============================================= ] 1623/2211 73% [============================================= ] 1624/2211 73% [============================================= ] 1625/2211 73% [============================================= ] 1626/2211 73% [============================================= ] 1627/2211 73% [============================================= ] 1628/2211 73% [============================================= ] 1629/2211 73% [============================================= ] 1630/2211 73% [============================================= ] 1631/2211 73% [============================================= ] 1632/2211 73% [============================================= ] 1633/2211 73% [============================================= ] 1634/2211 73% [============================================= ] 1635/2211 73% [============================================= ] 1636/2211 73% [============================================= ] 1637/2211 74% [============================================= ] 1638/2211 74% [============================================= ] 1639/2211 74% [============================================= ] 1640/2211 74% [============================================== ] 1641/2211 74% [============================================== ] 1642/2211 74% [============================================== ] 1643/2211 74% [============================================== ] 1644/2211 74% [============================================== ] 1645/2211 74% [============================================== ] 1646/2211 74% [============================================== ] 1647/2211 74% [============================================== ] 1648/2211 74% [============================================== ] 1649/2211 74% [============================================== ] 1650/2211 74% [============================================== ] 1651/2211 74% [============================================== ] 1652/2211 74% [============================================== ] 1653/2211 74% [============================================== ] 1654/2211 74% [============================================== ] 1655/2211 74% [============================================== ] 1656/2211 74% [============================================== ] 1657/2211 74% [============================================== ] 1658/2211 74% [============================================== ] 1659/2211 75% [============================================== ] 1660/2211 75% [============================================== ] 1661/2211 75% [============================================== ] 1662/2211 75% [============================================== ] 1663/2211 75% [============================================== ] 1664/2211 75% [============================================== ] 1665/2211 75% [============================================== ] 1666/2211 75% [============================================== ] 1667/2211 75% [============================================== ] 1668/2211 75% [============================================== ] 1669/2211 75% [============================================== ] 1670/2211 75% [============================================== ] 1671/2211 75% [============================================== ] 1672/2211 75% [============================================== ] 1673/2211 75% [============================================== ] 1674/2211 75% [============================================== ] 1675/2211 75% [============================================== ] 1676/2211 75% [=============================================== ] 1677/2211 75% [=============================================== ] 1678/2211 75% [=============================================== ] 1679/2211 75% [=============================================== ] 1680/2211 75% [=============================================== ] 1681/2211 76% [=============================================== ] 1682/2211 76% [=============================================== ] 1683/2211 76% [=============================================== ] 1684/2211 76% [=============================================== ] 1685/2211 76% [=============================================== ] 1686/2211 76% [=============================================== ] 1687/2211 76% [=============================================== ] 1688/2211 76% [=============================================== ] 1689/2211 76% [=============================================== ] 1690/2211 76% [=============================================== ] 1691/2211 76% [=============================================== ] 1692/2211 76% [=============================================== ] 1693/2211 76% [=============================================== ] 1694/2211 76% [=============================================== ] 1695/2211 76% [=============================================== ] 1696/2211 76% [=============================================== ] 1697/2211 76% [=============================================== ] 1698/2211 76% [=============================================== ] 1699/2211 76% [=============================================== ] 1700/2211 76% [=============================================== ] 1701/2211 76% [=============================================== ] 1702/2211 76% [=============================================== ] 1703/2211 77% [=============================================== ] 1704/2211 77% [=============================================== ] 1705/2211 77% [=============================================== ] 1706/2211 77% [=============================================== ] 1707/2211 77% [=============================================== ] 1708/2211 77% [=============================================== ] 1709/2211 77% [=============================================== ] 1710/2211 77% [=============================================== ] 1711/2211 77% [================================================ ] 1712/2211 77% [================================================ ] 1713/2211 77% [================================================ ] 1714/2211 77% [================================================ ] 1715/2211 77% [================================================ ] 1716/2211 77% [================================================ ] 1717/2211 77% [================================================ ] 1718/2211 77% [================================================ ] 1719/2211 77% [================================================ ] 1720/2211 77% [================================================ ] 1721/2211 77% [================================================ ] 1722/2211 77% [================================================ ] 1723/2211 77% [================================================ ] 1724/2211 77% [================================================ ] 1725/2211 78% [================================================ ] 1726/2211 78% [================================================ ] 1727/2211 78% [================================================ ] 1728/2211 78% [================================================ ] 1729/2211 78% [================================================ ] 1730/2211 78% [================================================ ] 1731/2211 78% [================================================ ] 1732/2211 78% [================================================ ] 1733/2211 78% [================================================ ] 1734/2211 78% [================================================ ] 1735/2211 78% [================================================ ] 1736/2211 78% [================================================ ] 1737/2211 78% [================================================ ] 1738/2211 78% [================================================ ] 1739/2211 78% [================================================ ] 1740/2211 78% [================================================ ] 1741/2211 78% [================================================ ] 1742/2211 78% [================================================ ] 1743/2211 78% [================================================ ] 1744/2211 78% [================================================ ] 1745/2211 78% [================================================ ] 1746/2211 78% [================================================ ] 1747/2211 79% [================================================= ] 1748/2211 79% [================================================= ] 1749/2211 79% [================================================= ] 1750/2211 79% [================================================= ] 1751/2211 79% [================================================= ] 1752/2211 79% [================================================= ] 1753/2211 79% [================================================= ] 1754/2211 79% [================================================= ] 1755/2211 79% [================================================= ] 1756/2211 79% [================================================= ] 1757/2211 79% [================================================= ] 1758/2211 79% [================================================= ] 1759/2211 79% [================================================= ] 1760/2211 79% [================================================= ] 1761/2211 79% [================================================= ] 1762/2211 79% [================================================= ] 1763/2211 79% [================================================= ] 1764/2211 79% [================================================= ] 1765/2211 79% [================================================= ] 1766/2211 79% [================================================= ] 1767/2211 79% [================================================= ] 1768/2211 79% [================================================= ] 1769/2211 80% [================================================= ] 1770/2211 80% [================================================= ] 1771/2211 80% [================================================= ] 1772/2211 80% [================================================= ] 1773/2211 80% [================================================= ] 1774/2211 80% [================================================= ] 1775/2211 80% [================================================= ] 1776/2211 80% [================================================= ] 1777/2211 80% [================================================= ] 1778/2211 80% [================================================= ] 1779/2211 80% [================================================= ] 1780/2211 80% [================================================= ] 1781/2211 80% [================================================= ] 1782/2211 80% [================================================= ] 1783/2211 80% [================================================== ] 1784/2211 80% [================================================== ] 1785/2211 80% [================================================== ] 1786/2211 80% [================================================== ] 1787/2211 80% [================================================== ] 1788/2211 80% [================================================== ] 1789/2211 80% [================================================== ] 1790/2211 80% [================================================== ] 1791/2211 81% [================================================== ] 1792/2211 81% [================================================== ] 1793/2211 81% [================================================== ] 1794/2211 81% [================================================== ] 1795/2211 81% [================================================== ] 1796/2211 81% [================================================== ] 1797/2211 81% [================================================== ] 1798/2211 81% [================================================== ] 1799/2211 81% [================================================== ] 1800/2211 81% [================================================== ] 1801/2211 81% [================================================== ] 1802/2211 81% [================================================== ] 1803/2211 81% [================================================== ] 1804/2211 81% [================================================== ] 1805/2211 81% [================================================== ] 1806/2211 81% [================================================== ] 1807/2211 81% [================================================== ] 1808/2211 81% [================================================== ] 1809/2211 81% [================================================== ] 1810/2211 81% [================================================== ] 1811/2211 81% [================================================== ] 1812/2211 81% [================================================== ] 1813/2211 81% [================================================== ] 1814/2211 82% [================================================== ] 1815/2211 82% [================================================== ] 1816/2211 82% [================================================== ] 1817/2211 82% [================================================== ] 1818/2211 82% [=================================================== ] 1819/2211 82% [=================================================== ] 1820/2211 82% [=================================================== ] 1821/2211 82% [=================================================== ] 1822/2211 82% [=================================================== ] 1823/2211 82% [=================================================== ] 1824/2211 82% [=================================================== ] 1825/2211 82% [=================================================== ] 1826/2211 82% [=================================================== ] 1827/2211 82% [=================================================== ] 1828/2211 82% [=================================================== ] 1829/2211 82% [=================================================== ] 1830/2211 82% [=================================================== ] 1831/2211 82% [=================================================== ] 1832/2211 82% [=================================================== ] 1833/2211 82% [=================================================== ] 1834/2211 82% [=================================================== ] 1835/2211 82% [=================================================== ] 1836/2211 83% [=================================================== ] 1837/2211 83% [=================================================== ] 1838/2211 83% [=================================================== ] 1839/2211 83% [=================================================== ] 1840/2211 83% [=================================================== ] 1841/2211 83% [=================================================== ] 1842/2211 83% [=================================================== ] 1843/2211 83% [=================================================== ] 1844/2211 83% [=================================================== ] 1845/2211 83% [=================================================== ] 1846/2211 83% [=================================================== ] 1847/2211 83% [=================================================== ] 1848/2211 83% [=================================================== ] 1849/2211 83% [=================================================== ] 1850/2211 83% [=================================================== ] 1851/2211 83% [=================================================== ] 1852/2211 83% [=================================================== ] 1853/2211 83% [=================================================== ] 1854/2211 83% [==================================================== ] 1855/2211 83% [==================================================== ] 1856/2211 83% [==================================================== ] 1857/2211 83% [==================================================== ] 1858/2211 84% [==================================================== ] 1859/2211 84% [==================================================== ] 1860/2211 84% [==================================================== ] 1861/2211 84% [==================================================== ] 1862/2211 84% [==================================================== ] 1863/2211 84% [==================================================== ] 1864/2211 84% [==================================================== ] 1865/2211 84% [==================================================== ] 1866/2211 84% [==================================================== ] 1867/2211 84% [==================================================== ] 1868/2211 84% [==================================================== ] 1869/2211 84% [==================================================== ] 1870/2211 84% [==================================================== ] 1871/2211 84% [==================================================== ] 1872/2211 84% [==================================================== ] 1873/2211 84% [==================================================== ] 1874/2211 84% [==================================================== ] 1875/2211 84% [==================================================== ] 1876/2211 84% [==================================================== ] 1877/2211 84% [==================================================== ] 1878/2211 84% [==================================================== ] 1879/2211 84% [==================================================== ] 1880/2211 85% [==================================================== ] 1881/2211 85% [==================================================== ] 1882/2211 85% [==================================================== ] 1883/2211 85% [==================================================== ] 1884/2211 85% [==================================================== ] 1885/2211 85% [==================================================== ] 1886/2211 85% [==================================================== ] 1887/2211 85% [==================================================== ] 1888/2211 85% [==================================================== ] 1889/2211 85% [==================================================== ] 1890/2211 85% [===================================================== ] 1891/2211 85% [===================================================== ] 1892/2211 85% [===================================================== ] 1893/2211 85% [===================================================== ] 1894/2211 85% [===================================================== ] 1895/2211 85% [===================================================== ] 1896/2211 85% [===================================================== ] 1897/2211 85% [===================================================== ] 1898/2211 85% [===================================================== ] 1899/2211 85% [===================================================== ] 1900/2211 85% [===================================================== ] 1901/2211 85% [===================================================== ] 1902/2211 86% [===================================================== ] 1903/2211 86% [===================================================== ] 1904/2211 86% [===================================================== ] 1905/2211 86% [===================================================== ] 1906/2211 86% [===================================================== ] 1907/2211 86% [===================================================== ] 1908/2211 86% [===================================================== ] 1909/2211 86% [===================================================== ] 1910/2211 86% [===================================================== ] 1911/2211 86% [===================================================== ] 1912/2211 86% [===================================================== ] 1913/2211 86% [===================================================== ] 1914/2211 86% [===================================================== ] 1915/2211 86% [===================================================== ] 1916/2211 86% [===================================================== ] 1917/2211 86% [===================================================== ] 1918/2211 86% [===================================================== ] 1919/2211 86% [===================================================== ] 1920/2211 86% [===================================================== ] 1921/2211 86% [===================================================== ] 1922/2211 86% [===================================================== ] 1923/2211 86% [===================================================== ] 1924/2211 87% [===================================================== ] 1925/2211 87% [====================================================== ] 1926/2211 87% [====================================================== ] 1927/2211 87% [====================================================== ] 1928/2211 87% [====================================================== ] 1929/2211 87% [====================================================== ] 1930/2211 87% [====================================================== ] 1931/2211 87% [====================================================== ] 1932/2211 87% [====================================================== ] 1933/2211 87% [====================================================== ] 1934/2211 87% [====================================================== ] 1935/2211 87% [====================================================== ] 1936/2211 87% [====================================================== ] 1937/2211 87% [====================================================== ] 1938/2211 87% [====================================================== ] 1939/2211 87% [====================================================== ] 1940/2211 87% [====================================================== ] 1941/2211 87% [====================================================== ] 1942/2211 87% [====================================================== ] 1943/2211 87% [====================================================== ] 1944/2211 87% [====================================================== ] 1945/2211 87% [====================================================== ] 1946/2211 88% [====================================================== ] 1947/2211 88% [====================================================== ] 1948/2211 88% [====================================================== ] 1949/2211 88% [====================================================== ] 1950/2211 88% [====================================================== ] 1951/2211 88% [====================================================== ] 1952/2211 88% [====================================================== ] 1953/2211 88% [====================================================== ] 1954/2211 88% [====================================================== ] 1955/2211 88% [====================================================== ] 1956/2211 88% [====================================================== ] 1957/2211 88% [====================================================== ] 1958/2211 88% [====================================================== ] 1959/2211 88% [====================================================== ] 1960/2211 88% [====================================================== ] 1961/2211 88% [======================================================= ] 1962/2211 88% [======================================================= ] 1963/2211 88% [======================================================= ] 1964/2211 88% [======================================================= ] 1965/2211 88% [======================================================= ] 1966/2211 88% [======================================================= ] 1967/2211 88% [======================================================= ] 1968/2211 89% [======================================================= ] 1969/2211 89% [======================================================= ] 1970/2211 89% [======================================================= ] 1971/2211 89% [======================================================= ] 1972/2211 89% [======================================================= ] 1973/2211 89% [======================================================= ] 1974/2211 89% [======================================================= ] 1975/2211 89% [======================================================= ] 1976/2211 89% [======================================================= ] 1977/2211 89% [======================================================= ] 1978/2211 89% [======================================================= ] 1979/2211 89% [======================================================= ] 1980/2211 89% [======================================================= ] 1981/2211 89% [======================================================= ] 1982/2211 89% [======================================================= ] 1983/2211 89% [======================================================= ] 1984/2211 89% [======================================================= ] 1985/2211 89% [======================================================= ] 1986/2211 89% [======================================================= ] 1987/2211 89% [======================================================= ] 1988/2211 89% [======================================================= ] 1989/2211 89% [======================================================= ] 1990/2211 90% [======================================================= ] 1991/2211 90% [======================================================= ] 1992/2211 90% [======================================================= ] 1993/2211 90% [======================================================= ] 1994/2211 90% [======================================================= ] 1995/2211 90% [======================================================= ] 1996/2211 90% [======================================================= ] 1997/2211 90% [======================================================== ] 1998/2211 90% [======================================================== ] 1999/2211 90% [======================================================== ] 2000/2211 90% [======================================================== ] 2001/2211 90% [======================================================== ] 2002/2211 90% [======================================================== ] 2003/2211 90% [======================================================== ] 2004/2211 90% [======================================================== ] 2005/2211 90% [======================================================== ] 2006/2211 90% [======================================================== ] 2007/2211 90% [======================================================== ] 2008/2211 90% [======================================================== ] 2009/2211 90% [======================================================== ] 2010/2211 90% [======================================================== ] 2011/2211 90% [======================================================== ] 2012/2211 90% [======================================================== ] 2013/2211 91% [======================================================== ] 2014/2211 91% [======================================================== ] 2015/2211 91% [======================================================== ] 2016/2211 91% [======================================================== ] 2017/2211 91% [======================================================== ] 2018/2211 91% [======================================================== ] 2019/2211 91% [======================================================== ] 2020/2211 91% [======================================================== ] 2021/2211 91% [======================================================== ] 2022/2211 91% [======================================================== ] 2023/2211 91% [======================================================== ] 2024/2211 91% [======================================================== ] 2025/2211 91% [======================================================== ] 2026/2211 91% [======================================================== ] 2027/2211 91% [======================================================== ] 2028/2211 91% [======================================================== ] 2029/2211 91% [======================================================== ] 2030/2211 91% [======================================================== ] 2031/2211 91% [======================================================== ] 2032/2211 91% [========================================================= ] 2033/2211 91% [========================================================= ] 2034/2211 91% [========================================================= ] 2035/2211 92% [========================================================= ] 2036/2211 92% [========================================================= ] 2037/2211 92% [========================================================= ] 2038/2211 92% [========================================================= ] 2039/2211 92% [========================================================= ] 2040/2211 92% [========================================================= ] 2041/2211 92% [========================================================= ] 2042/2211 92% [========================================================= ] 2043/2211 92% [========================================================= ] 2044/2211 92% [========================================================= ] 2045/2211 92% [========================================================= ] 2046/2211 92% [========================================================= ] 2047/2211 92% [========================================================= ] 2048/2211 92% [========================================================= ] 2049/2211 92% [========================================================= ] 2050/2211 92% [========================================================= ] 2051/2211 92% [========================================================= ] 2052/2211 92% [========================================================= ] 2053/2211 92% [========================================================= ] 2054/2211 92% [========================================================= ] 2055/2211 92% [========================================================= ] 2056/2211 92% [========================================================= ] 2057/2211 93% [========================================================= ] 2058/2211 93% [========================================================= ] 2059/2211 93% [========================================================= ] 2060/2211 93% [========================================================= ] 2061/2211 93% [========================================================= ] 2062/2211 93% [========================================================= ] 2063/2211 93% [========================================================= ] 2064/2211 93% [========================================================= ] 2065/2211 93% [========================================================= ] 2066/2211 93% [========================================================= ] 2067/2211 93% [========================================================= ] 2068/2211 93% [========================================================== ] 2069/2211 93% [========================================================== ] 2070/2211 93% [========================================================== ] 2071/2211 93% [========================================================== ] 2072/2211 93% [========================================================== ] 2073/2211 93% [========================================================== ] 2074/2211 93% [========================================================== ] 2075/2211 93% [========================================================== ] 2076/2211 93% [========================================================== ] 2077/2211 93% [========================================================== ] 2078/2211 93% [========================================================== ] 2079/2211 94% [========================================================== ] 2080/2211 94% [========================================================== ] 2081/2211 94% [========================================================== ] 2082/2211 94% [========================================================== ] 2083/2211 94% [========================================================== ] 2084/2211 94% [========================================================== ] 2085/2211 94% [========================================================== ] 2086/2211 94% [========================================================== ] 2087/2211 94% [========================================================== ] 2088/2211 94% [========================================================== ] 2089/2211 94% [========================================================== ] 2090/2211 94% [========================================================== ] 2091/2211 94% [========================================================== ] 2092/2211 94% [========================================================== ] 2093/2211 94% [========================================================== ] 2094/2211 94% [========================================================== ] 2095/2211 94% [========================================================== ] 2096/2211 94% [========================================================== ] 2097/2211 94% [========================================================== ] 2098/2211 94% [========================================================== ] 2099/2211 94% [========================================================== ] 2100/2211 94% [========================================================== ] 2101/2211 95% [========================================================== ] 2102/2211 95% [========================================================== ] 2103/2211 95% [========================================================== ] 2104/2211 95% [=========================================================== ] 2105/2211 95% [=========================================================== ] 2106/2211 95% [=========================================================== ] 2107/2211 95% [=========================================================== ] 2108/2211 95% [=========================================================== ] 2109/2211 95% [=========================================================== ] 2110/2211 95% [=========================================================== ] 2111/2211 95% [=========================================================== ] 2112/2211 95% [=========================================================== ] 2113/2211 95% [=========================================================== ] 2114/2211 95% [=========================================================== ] 2115/2211 95% [=========================================================== ] 2116/2211 95% [=========================================================== ] 2117/2211 95% [=========================================================== ] 2118/2211 95% [=========================================================== ] 2119/2211 95% [=========================================================== ] 2120/2211 95% [=========================================================== ] 2121/2211 95% [=========================================================== ] 2122/2211 95% [=========================================================== ] 2123/2211 96% [=========================================================== ] 2124/2211 96% [=========================================================== ] 2125/2211 96% [=========================================================== ] 2126/2211 96% [=========================================================== ] 2127/2211 96% [=========================================================== ] 2128/2211 96% [=========================================================== ] 2129/2211 96% [=========================================================== ] 2130/2211 96% [=========================================================== ] 2131/2211 96% [=========================================================== ] 2132/2211 96% [=========================================================== ] 2133/2211 96% [=========================================================== ] 2134/2211 96% [=========================================================== ] 2135/2211 96% [=========================================================== ] 2136/2211 96% [=========================================================== ] 2137/2211 96% [=========================================================== ] 2138/2211 96% [=========================================================== ] 2139/2211 96% [============================================================ ] 2140/2211 96% [============================================================ ] 2141/2211 96% [============================================================ ] 2142/2211 96% [============================================================ ] 2143/2211 96% [============================================================ ] 2144/2211 96% [============================================================ ] 2145/2211 97% [============================================================ ] 2146/2211 97% [============================================================ ] 2147/2211 97% [============================================================ ] 2148/2211 97% [============================================================ ] 2149/2211 97% [============================================================ ] 2150/2211 97% [============================================================ ] 2151/2211 97% [============================================================ ] 2152/2211 97% [============================================================ ] 2153/2211 97% [============================================================ ] 2154/2211 97% [============================================================ ] 2155/2211 97% [============================================================ ] 2156/2211 97% [============================================================ ] 2157/2211 97% [============================================================ ] 2158/2211 97% [============================================================ ] 2159/2211 97% [============================================================ ] 2160/2211 97% [============================================================ ] 2161/2211 97% [============================================================ ] 2162/2211 97% [============================================================ ] 2163/2211 97% [============================================================ ] 2164/2211 97% [============================================================ ] 2165/2211 97% [============================================================ ] 2166/2211 97% [============================================================ ] 2167/2211 98% [============================================================ ] 2168/2211 98% [============================================================ ] 2169/2211 98% [============================================================ ] 2170/2211 98% [============================================================ ] 2171/2211 98% [============================================================ ] 2172/2211 98% [============================================================ ] 2173/2211 98% [============================================================ ] 2174/2211 98% [============================================================ ] 2175/2211 98% [============================================================= ] 2176/2211 98% [============================================================= ] 2177/2211 98% [============================================================= ] 2178/2211 98% [============================================================= ] 2179/2211 98% [============================================================= ] 2180/2211 98% [============================================================= ] 2181/2211 98% [============================================================= ] 2182/2211 98% [============================================================= ] 2183/2211 98% [============================================================= ] 2184/2211 98% [============================================================= ] 2185/2211 98% [============================================================= ] 2186/2211 98% [============================================================= ] 2187/2211 98% [============================================================= ] 2188/2211 98% [============================================================= ] 2189/2211 99% [============================================================= ] 2190/2211 99% [============================================================= ] 2191/2211 99% [============================================================= ] 2192/2211 99% [============================================================= ] 2193/2211 99% [============================================================= ] 2194/2211 99% [============================================================= ] 2195/2211 99% [============================================================= ] 2196/2211 99% [============================================================= ] 2197/2211 99% [============================================================= ] 2198/2211 99% [============================================================= ] 2199/2211 99% [============================================================= ] 2200/2211 99% [============================================================= ] 2201/2211 99% [============================================================= ] 2202/2211 99% [============================================================= ] 2203/2211 99% [============================================================= ] 2204/2211 99% [============================================================= ] 2205/2211 99% [============================================================= ] 2206/2211 99% [============================================================= ] 2207/2211 99% [============================================================= ] 2208/2211 99% [============================================================= ] 2209/2211 99% [============================================================= ] 2210/2211 99% [==============================================================] 2211/2211 100% operation complete, 2211 objects in 95589 NAND pages. ln -snf /home/buildroot/autobuild/instance-3/output-1/host/microblaze-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2021.05-5946-g3f7d62b5c3 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.36.1 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 4.9.317 Collecting legal info >>> autossh 1.4g Collecting legal info autossh.c: OK (sha256: 014ec5a85a8899d4ea0e0a886bb3fc4c72b4bbec6414093ba1fdac5b178c25b4) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-python3 3.10.4 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> chrony 4.2 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> darkhttpd 1.13 Collecting legal info darkhttpd.c: OK (sha256: 44e784df460954c7760e2eeae69aecb12a3d23ca1c0a4f6047c3c6452b2e2f49) >>> host-dos2unix 7.4.2 Collecting legal info COPYING.txt: OK (sha256: db8888b7d1454348aca0c6ca851327245ef60e57afa8a6555761c8b95d24af77) >>> dropbear 2022.82 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> 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) >>> easyframes 0.4 Collecting legal info COPYING: OK (sha256: 24f37598e822a1411fb7164ce7eb3ef120aea8279016399abc282c2381ce3f57) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> erofs-utils 1.4 Collecting legal info COPYING: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> fetchmail 6.4.29 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> openssl Collecting legal info >>> libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> ffmpeg 4.4.2 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> speex 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript 9.55.0 Collecting legal info LICENSE: OK (sha256: 8ce064f423b7c24a011b6ebf9431b8bf9861a5255e47c84bfb23fc526d030a8b) >>> host-lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> git 2.31.2 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnuplot 5.4.3 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> host-gptfdisk 1.0.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> host-imx-mkimage rel_imx_5.4.70_2.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> initscripts Collecting legal info >>> iodine 0.7.0 Collecting legal info README: OK (sha256: f41a252b2218759aa351270b7ad9791bdd323836b940e35c0614837a5d24dcb7) >>> ipmitool 1.8.18 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libpciaccess 0.16 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsndfile 1.0.31 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libubootenv 7dbfffa4cc0e42ad3febb122a711fe9d1b20e9f7 Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> host-meson 0.62.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> linenoise 1.0 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> lldpd 1.0.9 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mender-artifact 3.6.1 Collecting legal info LICENSE: OK (sha256: b4acfcfa2a0ba1a8c82ec3965fbcee886cff8394ca4214e0ddac0a36beb1e05a) LIC_FILES_CHKSUM.sha256: OK (sha256: ac23df36801aea6a28685b60a742f68f99d357e0d9973d5c36aa2e72599d8e2a) vendor/github.com/minio/sha256-simd/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/github.com/mendersoftware/progressbar/LICENSE: OK (sha256: 8f5d89b47d7a05a199b77b7e0f362dad391d451ebda4ef48ba11c50c071564c7) vendor/github.com/pkg/errors/LICENSE: OK (sha256: 8d427fd87bc9579ea368fde3d49f9ca22eac857f91a9dec7e3004bdfab7dee86) vendor/github.com/pmezard/go-difflib/LICENSE: OK (sha256: 2eb550be6801c1ea434feba53bf6d12e7c71c90253e0a9de4a4f46cf88b56477) vendor/golang.org/x/sys/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/crypto/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/github.com/remyoudompheng/go-liblzma/LICENSE: OK (sha256: a284e538f3e5649ae6a8f32da2bbd18e9daabf2c1ebbfb99ed92e797b159be1a) vendor/github.com/klauspost/compress/LICENSE: OK (sha256: 16f848582e4b276a7392cd34496b7a33d6f65c0e190c163ff3a056a7c61219ce) vendor/github.com/russross/blackfriday/v2/LICENSE.txt: OK (sha256: 75e1ca97a84a9da6051dee0114333388216f2c4a5a028296b882ff3d57274735) vendor/github.com/davecgh/go-spew/LICENSE: OK (sha256: 1b93a317849ee09d3d7e4f1d20c2b78ddb230b4becb12d7c224c927b9d470251) vendor/github.com/stretchr/testify/LICENSE: OK (sha256: f8e536c1c7b695810427095dc85f5f80d44ff7c10535e8a9486cf393e2599189) vendor/github.com/urfave/cli/LICENSE: OK (sha256: da277af11b85227490377fbcac6afccc68be560c4fff36ac05ca62de55345fd7) vendor/github.com/sirupsen/logrus/LICENSE: OK (sha256: 51a0c9ec7f8b7634181b8d4c03e5b5d204ac21d6e72f46c313973424664b2e6b) vendor/github.com/klauspost/pgzip/LICENSE: OK (sha256: 6d2de1cde19c4d2bd8bcd9aaa1d581f4cfa3db9cf71896140330eaa2f2687685) vendor/github.com/cpuguy83/go-md2man/v2/LICENSE.md: OK (sha256: a55959c4e3e8917bfa857359bb641115336276a6cc97408fd8197e079fb18470) vendor/github.com/shurcooL/sanitized_anchor_name/LICENSE: OK (sha256: c8024e31c1de453fea90f22a221968835cc7af9d520274a2576c9ec9976055b0) vendor/gopkg.in/yaml.v3/LICENSE: OK (sha256: d18f6323b71b0b768bb5e9616e36da390fbd39369a81807cca352de4e4e6aa0b) vendor/github.com/mattn/go-isatty/LICENSE: OK (sha256: 08eab1118c80885fa1fa6a6dd7303f65a379fcb3733e063d20d1bbc2c76e6fa1) >>> host-go 1.18.3 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mg 3.5 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> ncdu 1.16 Collecting legal info COPYING: OK (sha256: e9ed7095eee84ad6804450495738277b539da0c0b2006f50faf8e6e67a0a15aa) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openvpn 2.5.6 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> pngquant 2.17.0 Collecting legal info COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826) >>> pure-ftpd 1.0.50 Collecting legal info COPYING: OK (sha256: c1be5d56c28927b05131d7384bd522af4b11c3afea45725f5ca7983c11db61ac) >>> host-python-lxml 4.8.0 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> qoriq-cadence-dp-firmware lsdk1909 Collecting legal info COPYING: OK (sha256: d55f024af2bfff714b90de596f6d0399124b999e8c18a86b13a3b507bae6f561) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> s6-dns 2.3.5.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-linux-init 1.0.6.3 Collecting legal info COPYING: OK (sha256: 4a5e44a69d649f0c37b29d7f6e5df1bb292b09898247be07f0c97814dac4b15d) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-linux-utils 2.5.1.5 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> stress 1.0.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tio 1.32 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> udpxy 1.0.23-9-prod Collecting legal info README: OK (sha256: 60ead3913246c7cd930fe653c0053aba1af2cd9f82b266befdbbd6e0b8ecb750) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> vtun 3.0.4 Collecting legal info README.OpenSSL: OK (sha256: 5692a9a69dc5abc1aa9cbc54899d114b65c4cefbd9d7fcecc304316a2f26ced3) >>> whetstone 1.2 Collecting legal info >>> wilc-firmware wilc_linux_15_6 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> ytree 2.04 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> zchunk 1.2.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> 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: linux-headers-4.9.317: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'