>>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-2/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-2/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-2/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%arc700%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-2/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-2/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-2/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%arc700%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-2/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-2/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-2/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells; fi mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; fi rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/include /home/buildroot/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-2/output-1/target/usr/doc find /home/buildroot/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-2/output-1/target/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/man /home/buildroot/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/info /home/buildroot/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/doc /home/buildroot/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-2/output-1/target/lib/debug /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-2/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-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.08.2-90-g3a00793d8f"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.08.2"; \ echo "PRETTY_NAME=\"Buildroot 2023.08.2\"" \ ) > /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-2/output-1/per-package /home/buildroot/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs printf ' ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.squashfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mksquashfs /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.squashfs -noappend -processors 4 -b 8K -comp lzma\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 4 processors Creating 4.0 filesystem on /home/buildroot/autobuild/instance-2/output-1/images/rootfs.squashfs, block size 8192. [=============================================================|] 4693/4693 100% Exportable Squashfs 4.0 filesystem, lzma compressed, data block size 8192 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 13427.90 Kbytes (13.11 Mbytes) 44.38% of uncompressed filesystem size (30255.57 Kbytes) Inode table size 21622 bytes (21.12 Kbytes) 27.08% of uncompressed inode table size (79851 bytes) Directory table size 16383 bytes (16.00 Kbytes) 41.82% of uncompressed directory table size (39173 bytes) Number of duplicate files found 13 Number of inodes 1921 Number of files 1316 Number of fragments 235 Number of symbolic links 446 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 159 Number of hard-links 0 Number of ids (unique uids + gids) 4 Number of uids 3 root (0) unknown (100) unknown (33) Number of gids 3 root (0) ssh_keys (101) tape (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1921 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/1921 0% [ ] 2/1921 0% [ ] 3/1921 0% [ ] 4/1921 0% [ ] 5/1921 0% [ ] 6/1921 0% [ ] 7/1921 0% [ ] 8/1921 0% [ ] 9/1921 0% [ ] 10/1921 0% [ ] 11/1921 0% [ ] 12/1921 0% [ ] 13/1921 0% [ ] 14/1921 0% [ ] 15/1921 0% [ ] 16/1921 0% [ ] 17/1921 0% [ ] 18/1921 0% [ ] 19/1921 0% [ ] 20/1921 1% [ ] 21/1921 1% [ ] 22/1921 1% [ ] 23/1921 1% [ ] 24/1921 1% [ ] 25/1921 1% [ ] 26/1921 1% [ ] 27/1921 1% [ ] 28/1921 1% [ ] 29/1921 1% [ ] 30/1921 1% [= ] 31/1921 1% [= ] 32/1921 1% [= ] 33/1921 1% [= ] 34/1921 1% [= ] 35/1921 1% [= ] 36/1921 1% [= ] 37/1921 1% [= ] 38/1921 1% [= ] 39/1921 2% [= ] 40/1921 2% [= ] 41/1921 2% [= ] 42/1921 2% [= ] 43/1921 2% [= ] 44/1921 2% [= ] 45/1921 2% [= ] 46/1921 2% [= ] 47/1921 2% [= ] 48/1921 2% [= ] 49/1921 2% [= ] 50/1921 2% [= ] 51/1921 2% [= ] 52/1921 2% [= ] 53/1921 2% [= ] 54/1921 2% [= ] 55/1921 2% [= ] 56/1921 2% [= ] 57/1921 2% [= ] 58/1921 3% [= ] 59/1921 3% [= ] 60/1921 3% [= ] 61/1921 3% [== ] 62/1921 3% [== ] 63/1921 3% [== ] 64/1921 3% [== ] 65/1921 3% [== ] 66/1921 3% [== ] 67/1921 3% [== ] 68/1921 3% [== ] 69/1921 3% [== ] 70/1921 3% [== ] 71/1921 3% [== ] 72/1921 3% [== ] 73/1921 3% [== ] 74/1921 3% [== ] 75/1921 3% [== ] 76/1921 3% [== ] 77/1921 4% [== ] 78/1921 4% [== ] 79/1921 4% [== ] 80/1921 4% [== ] 81/1921 4% [== ] 82/1921 4% [== ] 83/1921 4% [== ] 84/1921 4% [== ] 85/1921 4% [== ] 86/1921 4% [== ] 87/1921 4% [== ] 88/1921 4% [== ] 89/1921 4% [== ] 90/1921 4% [== ] 91/1921 4% [== ] 92/1921 4% [=== ] 93/1921 4% [=== ] 94/1921 4% [=== ] 95/1921 4% [=== ] 96/1921 4% [=== ] 97/1921 5% [=== ] 98/1921 5% [=== ] 99/1921 5% [=== ] 100/1921 5% [=== ] 101/1921 5% [=== ] 102/1921 5% [=== ] 103/1921 5% [=== ] 104/1921 5% [=== ] 105/1921 5% [=== ] 106/1921 5% [=== ] 107/1921 5% [=== ] 108/1921 5% [=== ] 109/1921 5% [=== ] 110/1921 5% [=== ] 111/1921 5% [=== ] 112/1921 5% [=== ] 113/1921 5% [=== ] 114/1921 5% [=== ] 115/1921 5% [=== ] 116/1921 6% [=== ] 117/1921 6% [=== ] 118/1921 6% [=== ] 119/1921 6% [=== ] 120/1921 6% [=== ] 121/1921 6% [=== ] 122/1921 6% [=== ] 123/1921 6% [==== ] 124/1921 6% [==== ] 125/1921 6% [==== ] 126/1921 6% [==== ] 127/1921 6% [==== ] 128/1921 6% [==== ] 129/1921 6% [==== ] 130/1921 6% [==== ] 131/1921 6% [==== ] 132/1921 6% [==== ] 133/1921 6% [==== ] 134/1921 6% [==== ] 135/1921 7% [==== ] 136/1921 7% [==== ] 137/1921 7% [==== ] 138/1921 7% [==== ] 139/1921 7% [==== ] 140/1921 7% [==== ] 141/1921 7% [==== ] 142/1921 7% [==== ] 143/1921 7% [==== ] 144/1921 7% [==== ] 145/1921 7% [==== ] 146/1921 7% [==== ] 147/1921 7% [==== ] 148/1921 7% [==== ] 149/1921 7% [==== ] 150/1921 7% [==== ] 151/1921 7% [==== ] 152/1921 7% [==== ] 153/1921 7% [==== ] 154/1921 8% [===== ] 155/1921 8% [===== ] 156/1921 8% [===== ] 157/1921 8% [===== ] 158/1921 8% [===== ] 159/1921 8% [===== ] 160/1921 8% [===== ] 161/1921 8% [===== ] 162/1921 8% [===== ] 163/1921 8% [===== ] 164/1921 8% [===== ] 165/1921 8% [===== ] 166/1921 8% [===== ] 167/1921 8% [===== ] 168/1921 8% [===== ] 169/1921 8% [===== ] 170/1921 8% [===== ] 171/1921 8% [===== ] 172/1921 8% [===== ] 173/1921 9% [===== ] 174/1921 9% [===== ] 175/1921 9% [===== ] 176/1921 9% [===== ] 177/1921 9% [===== ] 178/1921 9% [===== ] 179/1921 9% [===== ] 180/1921 9% [===== ] 181/1921 9% [===== ] 182/1921 9% [===== ] 183/1921 9% [===== ] 184/1921 9% [===== ] 185/1921 9% [====== ] 186/1921 9% [====== ] 187/1921 9% [====== ] 188/1921 9% [====== ] 189/1921 9% [====== ] 190/1921 9% [====== ] 191/1921 9% [====== ] 192/1921 9% [====== ] 193/1921 10% [====== ] 194/1921 10% [====== ] 195/1921 10% [====== ] 196/1921 10% [====== ] 197/1921 10% [====== ] 198/1921 10% [====== ] 199/1921 10% [====== ] 200/1921 10% [====== ] 201/1921 10% [====== ] 202/1921 10% [====== ] 203/1921 10% [====== ] 204/1921 10% [====== ] 205/1921 10% [====== ] 206/1921 10% [====== ] 207/1921 10% [====== ] 208/1921 10% [====== ] 209/1921 10% [====== ] 210/1921 10% [====== ] 211/1921 10% [====== ] 212/1921 11% [====== ] 213/1921 11% [====== ] 214/1921 11% [====== ] 215/1921 11% [====== ] 216/1921 11% [======= ] 217/1921 11% [======= ] 218/1921 11% [======= ] 219/1921 11% [======= ] 220/1921 11% [======= ] 221/1921 11% [======= ] 222/1921 11% [======= ] 223/1921 11% [======= ] 224/1921 11% [======= ] 225/1921 11% [======= ] 226/1921 11% [======= ] 227/1921 11% [======= ] 228/1921 11% [======= ] 229/1921 11% [======= ] 230/1921 11% [======= ] 231/1921 12% [======= ] 232/1921 12% [======= ] 233/1921 12% [======= ] 234/1921 12% [======= ] 235/1921 12% [======= ] 236/1921 12% [======= ] 237/1921 12% [======= ] 238/1921 12% [======= ] 239/1921 12% [======= ] 240/1921 12% [======= ] 241/1921 12% [======= ] 242/1921 12% [======= ] 243/1921 12% [======= ] 244/1921 12% [======= ] 245/1921 12% [======= ] 246/1921 12% [======= ] 247/1921 12% [======== ] 248/1921 12% [======== ] 249/1921 12% [======== ] 250/1921 13% [======== ] 251/1921 13% [======== ] 252/1921 13% [======== ] 253/1921 13% [======== ] 254/1921 13% [======== ] 255/1921 13% [======== ] 256/1921 13% [======== ] 257/1921 13% [======== ] 258/1921 13% [======== ] 259/1921 13% [======== ] 260/1921 13% [======== ] 261/1921 13% [======== ] 262/1921 13% [======== ] 263/1921 13% [======== ] 264/1921 13% [======== ] 265/1921 13% [======== ] 266/1921 13% [======== ] 267/1921 13% [======== ] 268/1921 13% [======== ] 269/1921 14% [======== ] 270/1921 14% [======== ] 271/1921 14% [======== ] 272/1921 14% [======== ] 273/1921 14% [======== ] 274/1921 14% [======== ] 275/1921 14% [======== ] 276/1921 14% [======== ] 277/1921 14% [======== ] 278/1921 14% [========= ] 279/1921 14% [========= ] 280/1921 14% [========= ] 281/1921 14% [========= ] 282/1921 14% [========= ] 283/1921 14% [========= ] 284/1921 14% [========= ] 285/1921 14% [========= ] 286/1921 14% [========= ] 287/1921 14% [========= ] 288/1921 14% [========= ] 289/1921 15% [========= ] 290/1921 15% [========= ] 291/1921 15% [========= ] 292/1921 15% [========= ] 293/1921 15% [========= ] 294/1921 15% [========= ] 295/1921 15% [========= ] 296/1921 15% [========= ] 297/1921 15% [========= ] 298/1921 15% [========= ] 299/1921 15% [========= ] 300/1921 15% [========= ] 301/1921 15% [========= ] 302/1921 15% [========= ] 303/1921 15% [========= ] 304/1921 15% [========= ] 305/1921 15% [========= ] 306/1921 15% [========= ] 307/1921 15% [========= ] 308/1921 16% [========= ] 309/1921 16% [========== ] 310/1921 16% [========== ] 311/1921 16% [========== ] 312/1921 16% [========== ] 313/1921 16% [========== ] 314/1921 16% [========== ] 315/1921 16% [========== ] 316/1921 16% [========== ] 317/1921 16% [========== ] 318/1921 16% [========== ] 319/1921 16% [========== ] 320/1921 16% [========== ] 321/1921 16% [========== ] 322/1921 16% [========== ] 323/1921 16% [========== ] 324/1921 16% [========== ] 325/1921 16% [========== ] 326/1921 16% [========== ] 327/1921 17% [========== ] 328/1921 17% [========== ] 329/1921 17% [========== ] 330/1921 17% [========== ] 331/1921 17% [========== ] 332/1921 17% [========== ] 333/1921 17% [========== ] 334/1921 17% [========== ] 335/1921 17% [========== ] 336/1921 17% [========== ] 337/1921 17% [========== ] 338/1921 17% [========== ] 339/1921 17% [========== ] 340/1921 17% [=========== ] 341/1921 17% [=========== ] 342/1921 17% [=========== ] 343/1921 17% [=========== ] 344/1921 17% [=========== ] 345/1921 17% [=========== ] 346/1921 18% [=========== ] 347/1921 18% [=========== ] 348/1921 18% [=========== ] 349/1921 18% [=========== ] 350/1921 18% [=========== ] 351/1921 18% [=========== ] 352/1921 18% [=========== ] 353/1921 18% [=========== ] 354/1921 18% [=========== ] 355/1921 18% [=========== ] 356/1921 18% [=========== ] 357/1921 18% [=========== ] 358/1921 18% [=========== ] 359/1921 18% [=========== ] 360/1921 18% [=========== ] 361/1921 18% [=========== ] 362/1921 18% [=========== ] 363/1921 18% [=========== ] 364/1921 18% [=========== ] 365/1921 19% [=========== ] 366/1921 19% [=========== ] 367/1921 19% [=========== ] 368/1921 19% [=========== ] 369/1921 19% [=========== ] 370/1921 19% [=========== ] 371/1921 19% [============ ] 372/1921 19% [============ ] 373/1921 19% [============ ] 374/1921 19% [============ ] 375/1921 19% [============ ] 376/1921 19% [============ ] 377/1921 19% [============ ] 378/1921 19% [============ ] 379/1921 19% [============ ] 380/1921 19% [============ ] 381/1921 19% [============ ] 382/1921 19% [============ ] 383/1921 19% [============ ] 384/1921 19% [============ ] 385/1921 20% [============ ] 386/1921 20% [============ ] 387/1921 20% [============ ] 388/1921 20% [============ ] 389/1921 20% [============ ] 390/1921 20% [============ ] 391/1921 20% [============ ] 392/1921 20% [============ ] 393/1921 20% [============ ] 394/1921 20% [============ ] 395/1921 20% [============ ] 396/1921 20% [============ ] 397/1921 20% [============ ] 398/1921 20% [============ ] 399/1921 20% [============ ] 400/1921 20% [============ ] 401/1921 20% [============ ] 402/1921 20% [============= ] 403/1921 20% [============= ] 404/1921 21% [============= ] 405/1921 21% [============= ] 406/1921 21% [============= ] 407/1921 21% [============= ] 408/1921 21% [============= ] 409/1921 21% [============= ] 410/1921 21% [============= ] 411/1921 21% [============= ] 412/1921 21% [============= ] 413/1921 21% [============= ] 414/1921 21% [============= ] 415/1921 21% [============= ] 416/1921 21% [============= ] 417/1921 21% [============= ] 418/1921 21% [============= ] 419/1921 21% [============= ] 420/1921 21% [============= ] 421/1921 21% [============= ] 422/1921 21% [============= ] 423/1921 22% [============= ] 424/1921 22% [============= ] 425/1921 22% [============= ] 426/1921 22% [============= ] 427/1921 22% [============= ] 428/1921 22% [============= ] 429/1921 22% [============= ] 430/1921 22% [============= ] 431/1921 22% [============= ] 432/1921 22% [============= ] 433/1921 22% [============== ] 434/1921 22% [============== ] 435/1921 22% [============== ] 436/1921 22% [============== ] 437/1921 22% [============== ] 438/1921 22% [============== ] 439/1921 22% [============== ] 440/1921 22% [============== ] 441/1921 22% [============== ] 442/1921 23% [============== ] 443/1921 23% [============== ] 444/1921 23% [============== ] 445/1921 23% [============== ] 446/1921 23% [============== ] 447/1921 23% [============== ] 448/1921 23% [============== ] 449/1921 23% [============== ] 450/1921 23% [============== ] 451/1921 23% [============== ] 452/1921 23% [============== ] 453/1921 23% [============== ] 454/1921 23% [============== ] 455/1921 23% [============== ] 456/1921 23% [============== ] 457/1921 23% [============== ] 458/1921 23% [============== ] 459/1921 23% [============== ] 460/1921 23% [============== ] 461/1921 23% [============== ] 462/1921 24% [============== ] 463/1921 24% [============== ] 464/1921 24% [=============== ] 465/1921 24% [=============== ] 466/1921 24% [=============== ] 467/1921 24% [=============== ] 468/1921 24% [=============== ] 469/1921 24% [=============== ] 470/1921 24% [=============== ] 471/1921 24% [=============== ] 472/1921 24% [=============== ] 473/1921 24% [=============== ] 474/1921 24% [=============== ] 475/1921 24% [=============== ] 476/1921 24% [=============== ] 477/1921 24% [=============== ] 478/1921 24% [=============== ] 479/1921 24% [=============== ] 480/1921 24% [=============== ] 481/1921 25% [=============== ] 482/1921 25% [=============== ] 483/1921 25% [=============== ] 484/1921 25% [=============== ] 485/1921 25% [=============== ] 486/1921 25% [=============== ] 487/1921 25% [=============== ] 488/1921 25% [=============== ] 489/1921 25% [=============== ] 490/1921 25% [=============== ] 491/1921 25% [=============== ] 492/1921 25% [=============== ] 493/1921 25% [=============== ] 494/1921 25% [=============== ] 495/1921 25% [================ ] 496/1921 25% [================ ] 497/1921 25% [================ ] 498/1921 25% [================ ] 499/1921 25% [================ ] 500/1921 26% [================ ] 501/1921 26% [================ ] 502/1921 26% [================ ] 503/1921 26% [================ ] 504/1921 26% [================ ] 505/1921 26% [================ ] 506/1921 26% [================ ] 507/1921 26% [================ ] 508/1921 26% [================ ] 509/1921 26% [================ ] 510/1921 26% [================ ] 511/1921 26% [================ ] 512/1921 26% [================ ] 513/1921 26% [================ ] 514/1921 26% [================ ] 515/1921 26% [================ ] 516/1921 26% [================ ] 517/1921 26% [================ ] 518/1921 26% [================ ] 519/1921 27% [================ ] 520/1921 27% [================ ] 521/1921 27% [================ ] 522/1921 27% [================ ] 523/1921 27% [================ ] 524/1921 27% [================ ] 525/1921 27% [================ ] 526/1921 27% [================= ] 527/1921 27% [================= ] 528/1921 27% [================= ] 529/1921 27% [================= ] 530/1921 27% [================= ] 531/1921 27% [================= ] 532/1921 27% [================= ] 533/1921 27% [================= ] 534/1921 27% [================= ] 535/1921 27% [================= ] 536/1921 27% [================= ] 537/1921 27% [================= ] 538/1921 28% [================= ] 539/1921 28% [================= ] 540/1921 28% [================= ] 541/1921 28% [================= ] 542/1921 28% [================= ] 543/1921 28% [================= ] 544/1921 28% [================= ] 545/1921 28% [================= ] 546/1921 28% [================= ] 547/1921 28% [================= ] 548/1921 28% [================= ] 549/1921 28% [================= ] 550/1921 28% [================= ] 551/1921 28% [================= ] 552/1921 28% [================= ] 553/1921 28% [================= ] 554/1921 28% [================= ] 555/1921 28% [================= ] 556/1921 28% [================= ] 557/1921 28% [================== ] 558/1921 29% [================== ] 559/1921 29% [================== ] 560/1921 29% [================== ] 561/1921 29% [================== ] 562/1921 29% [================== ] 563/1921 29% [================== ] 564/1921 29% [================== ] 565/1921 29% [================== ] 566/1921 29% [================== ] 567/1921 29% [================== ] 568/1921 29% [================== ] 569/1921 29% [================== ] 570/1921 29% [================== ] 571/1921 29% [================== ] 572/1921 29% [================== ] 573/1921 29% [================== ] 574/1921 29% [================== ] 575/1921 29% [================== ] 576/1921 29% [================== ] 577/1921 30% [================== ] 578/1921 30% [================== ] 579/1921 30% [================== ] 580/1921 30% [================== ] 581/1921 30% [================== ] 582/1921 30% [================== ] 583/1921 30% [================== ] 584/1921 30% [================== ] 585/1921 30% [================== ] 586/1921 30% [================== ] 587/1921 30% [================== ] 588/1921 30% [=================== ] 589/1921 30% [=================== ] 590/1921 30% [=================== ] 591/1921 30% [=================== ] 592/1921 30% [=================== ] 593/1921 30% [=================== ] 594/1921 30% [=================== ] 595/1921 30% [=================== ] 596/1921 31% [=================== ] 597/1921 31% [=================== ] 598/1921 31% [=================== ] 599/1921 31% [=================== ] 600/1921 31% [=================== ] 601/1921 31% [=================== ] 602/1921 31% [=================== ] 603/1921 31% [=================== ] 604/1921 31% [=================== ] 605/1921 31% [=================== ] 606/1921 31% [=================== ] 607/1921 31% [=================== ] 608/1921 31% [=================== ] 609/1921 31% [=================== ] 610/1921 31% [=================== ] 611/1921 31% [=================== ] 612/1921 31% [=================== ] 613/1921 31% [=================== ] 614/1921 31% [=================== ] 615/1921 32% [=================== ] 616/1921 32% [=================== ] 617/1921 32% [=================== ] 618/1921 32% [=================== ] 619/1921 32% [==================== ] 620/1921 32% [==================== ] 621/1921 32% [==================== ] 622/1921 32% [==================== ] 623/1921 32% [==================== ] 624/1921 32% [==================== ] 625/1921 32% [==================== ] 626/1921 32% [==================== ] 627/1921 32% [==================== ] 628/1921 32% [==================== ] 629/1921 32% [==================== ] 630/1921 32% [==================== ] 631/1921 32% [==================== ] 632/1921 32% [==================== ] 633/1921 32% [==================== ] 634/1921 33% [==================== ] 635/1921 33% [==================== ] 636/1921 33% [==================== ] 637/1921 33% [==================== ] 638/1921 33% [==================== ] 639/1921 33% [==================== ] 640/1921 33% [==================== ] 641/1921 33% [==================== ] 642/1921 33% [==================== ] 643/1921 33% [==================== ] 644/1921 33% [==================== ] 645/1921 33% [==================== ] 646/1921 33% [==================== ] 647/1921 33% [==================== ] 648/1921 33% [==================== ] 649/1921 33% [==================== ] 650/1921 33% [===================== ] 651/1921 33% [===================== ] 652/1921 33% [===================== ] 653/1921 33% [===================== ] 654/1921 34% [===================== ] 655/1921 34% [===================== ] 656/1921 34% [===================== ] 657/1921 34% [===================== ] 658/1921 34% [===================== ] 659/1921 34% [===================== ] 660/1921 34% [===================== ] 661/1921 34% [===================== ] 662/1921 34% [===================== ] 663/1921 34% [===================== ] 664/1921 34% [===================== ] 665/1921 34% [===================== ] 666/1921 34% [===================== ] 667/1921 34% [===================== ] 668/1921 34% [===================== ] 669/1921 34% [===================== ] 670/1921 34% [===================== ] 671/1921 34% [===================== ] 672/1921 34% [===================== ] 673/1921 35% [===================== ] 674/1921 35% [===================== ] 675/1921 35% [===================== ] 676/1921 35% [===================== ] 677/1921 35% [===================== ] 678/1921 35% [===================== ] 679/1921 35% [===================== ] 680/1921 35% [===================== ] 681/1921 35% [====================== ] 682/1921 35% [====================== ] 683/1921 35% [====================== ] 684/1921 35% [====================== ] 685/1921 35% [====================== ] 686/1921 35% [====================== ] 687/1921 35% [====================== ] 688/1921 35% [====================== ] 689/1921 35% [====================== ] 690/1921 35% [====================== ] 691/1921 35% [====================== ] 692/1921 36% [====================== ] 693/1921 36% [====================== ] 694/1921 36% [====================== ] 695/1921 36% [====================== ] 696/1921 36% [====================== ] 697/1921 36% [====================== ] 698/1921 36% [====================== ] 699/1921 36% [====================== ] 700/1921 36% [====================== ] 701/1921 36% [====================== ] 702/1921 36% [====================== ] 703/1921 36% [====================== ] 704/1921 36% [====================== ] 705/1921 36% [====================== ] 706/1921 36% [====================== ] 707/1921 36% [====================== ] 708/1921 36% [====================== ] 709/1921 36% [====================== ] 710/1921 36% [====================== ] 711/1921 37% [====================== ] 712/1921 37% [======================= ] 713/1921 37% [======================= ] 714/1921 37% [======================= ] 715/1921 37% [======================= ] 716/1921 37% [======================= ] 717/1921 37% [======================= ] 718/1921 37% [======================= ] 719/1921 37% [======================= ] 720/1921 37% [======================= ] 721/1921 37% [======================= ] 722/1921 37% [======================= ] 723/1921 37% [======================= ] 724/1921 37% [======================= ] 725/1921 37% [======================= ] 726/1921 37% [======================= ] 727/1921 37% [======================= ] 728/1921 37% [======================= ] 729/1921 37% [======================= ] 730/1921 38% [======================= ] 731/1921 38% [======================= ] 732/1921 38% [======================= ] 733/1921 38% [======================= ] 734/1921 38% [======================= ] 735/1921 38% [======================= ] 736/1921 38% [======================= ] 737/1921 38% [======================= ] 738/1921 38% [======================= ] 739/1921 38% [======================= ] 740/1921 38% [======================= ] 741/1921 38% [======================= ] 742/1921 38% [======================= ] 743/1921 38% [======================== ] 744/1921 38% [======================== ] 745/1921 38% [======================== ] 746/1921 38% [======================== ] 747/1921 38% [======================== ] 748/1921 38% [======================== ] 749/1921 38% [======================== ] 750/1921 39% [======================== ] 751/1921 39% [======================== ] 752/1921 39% [======================== ] 753/1921 39% [======================== ] 754/1921 39% [======================== ] 755/1921 39% [======================== ] 756/1921 39% [======================== ] 757/1921 39% [======================== ] 758/1921 39% [======================== ] 759/1921 39% [======================== ] 760/1921 39% [======================== ] 761/1921 39% [======================== ] 762/1921 39% [======================== ] 763/1921 39% [======================== ] 764/1921 39% [======================== ] 765/1921 39% [======================== ] 766/1921 39% [======================== ] 767/1921 39% [======================== ] 768/1921 39% [======================== ] 769/1921 40% [======================== ] 770/1921 40% [======================== ] 771/1921 40% [======================== ] 772/1921 40% [======================== ] 773/1921 40% [======================== ] 774/1921 40% [========================= ] 775/1921 40% [========================= ] 776/1921 40% [========================= ] 777/1921 40% [========================= ] 778/1921 40% [========================= ] 779/1921 40% [========================= ] 780/1921 40% [========================= ] 781/1921 40% [========================= ] 782/1921 40% [========================= ] 783/1921 40% [========================= ] 784/1921 40% [========================= ] 785/1921 40% [========================= ] 786/1921 40% [========================= ] 787/1921 40% [========================= ] 788/1921 41% [========================= ] 789/1921 41% [========================= ] 790/1921 41% [========================= ] 791/1921 41% [========================= ] 792/1921 41% [========================= ] 793/1921 41% [========================= ] 794/1921 41% [========================= ] 795/1921 41% [========================= ] 796/1921 41% [========================= ] 797/1921 41% [========================= ] 798/1921 41% [========================= ] 799/1921 41% [========================= ] 800/1921 41% [========================= ] 801/1921 41% [========================= ] 802/1921 41% [========================= ] 803/1921 41% [========================= ] 804/1921 41% [========================= ] 805/1921 41% [========================== ] 806/1921 41% [========================== ] 807/1921 42% [========================== ] 808/1921 42% [========================== ] 809/1921 42% [========================== ] 810/1921 42% [========================== ] 811/1921 42% [========================== ] 812/1921 42% [========================== ] 813/1921 42% [========================== ] 814/1921 42% [========================== ] 815/1921 42% [========================== ] 816/1921 42% [========================== ] 817/1921 42% [========================== ] 818/1921 42% [========================== ] 819/1921 42% [========================== ] 820/1921 42% [========================== ] 821/1921 42% [========================== ] 822/1921 42% [========================== ] 823/1921 42% [========================== ] 824/1921 42% [========================== ] 825/1921 42% [========================== ] 826/1921 42% [========================== ] 827/1921 43% [========================== ] 828/1921 43% [========================== ] 829/1921 43% [========================== ] 830/1921 43% [========================== ] 831/1921 43% [========================== ] 832/1921 43% [========================== ] 833/1921 43% [========================== ] 834/1921 43% [========================== ] 835/1921 43% [========================== ] 836/1921 43% [=========================== ] 837/1921 43% [=========================== ] 838/1921 43% [=========================== ] 839/1921 43% [=========================== ] 840/1921 43% [=========================== ] 841/1921 43% [=========================== ] 842/1921 43% [=========================== ] 843/1921 43% [=========================== ] 844/1921 43% [=========================== ] 845/1921 43% [=========================== ] 846/1921 44% [=========================== ] 847/1921 44% [=========================== ] 848/1921 44% [=========================== ] 849/1921 44% [=========================== ] 850/1921 44% [=========================== ] 851/1921 44% [=========================== ] 852/1921 44% [=========================== ] 853/1921 44% [=========================== ] 854/1921 44% [=========================== ] 855/1921 44% [=========================== ] 856/1921 44% [=========================== ] 857/1921 44% [=========================== ] 858/1921 44% [=========================== ] 859/1921 44% [=========================== ] 860/1921 44% [=========================== ] 861/1921 44% [=========================== ] 862/1921 44% [=========================== ] 863/1921 44% [=========================== ] 864/1921 44% [=========================== ] 865/1921 45% [=========================== ] 866/1921 45% [=========================== ] 867/1921 45% [============================ ] 868/1921 45% [============================ ] 869/1921 45% [============================ ] 870/1921 45% [============================ ] 871/1921 45% [============================ ] 872/1921 45% [============================ ] 873/1921 45% [============================ ] 874/1921 45% [============================ ] 875/1921 45% [============================ ] 876/1921 45% [============================ ] 877/1921 45% [============================ ] 878/1921 45% [============================ ] 879/1921 45% [============================ ] 880/1921 45% [============================ ] 881/1921 45% [============================ ] 882/1921 45% [============================ ] 883/1921 45% [============================ ] 884/1921 46% [============================ ] 885/1921 46% [============================ ] 886/1921 46% [============================ ] 887/1921 46% [============================ ] 888/1921 46% [============================ ] 889/1921 46% [============================ ] 890/1921 46% [============================ ] 891/1921 46% [============================ ] 892/1921 46% [============================ ] 893/1921 46% [============================ ] 894/1921 46% [============================ ] 895/1921 46% [============================ ] 896/1921 46% [============================ ] 897/1921 46% [============================ ] 898/1921 46% [============================= ] 899/1921 46% [============================= ] 900/1921 46% [============================= ] 901/1921 46% [============================= ] 902/1921 46% [============================= ] 903/1921 47% [============================= ] 904/1921 47% [============================= ] 905/1921 47% [============================= ] 906/1921 47% [============================= ] 907/1921 47% [============================= ] 908/1921 47% [============================= ] 909/1921 47% [============================= ] 910/1921 47% [============================= ] 911/1921 47% [============================= ] 912/1921 47% [============================= ] 913/1921 47% [============================= ] 914/1921 47% [============================= ] 915/1921 47% [============================= ] 916/1921 47% [============================= ] 917/1921 47% [============================= ] 918/1921 47% [============================= ] 919/1921 47% [============================= ] 920/1921 47% [============================= ] 921/1921 47% [============================= ] 922/1921 47% [============================= ] 923/1921 48% [============================= ] 924/1921 48% [============================= ] 925/1921 48% [============================= ] 926/1921 48% [============================= ] 927/1921 48% [============================= ] 928/1921 48% [============================= ] 929/1921 48% [============================== ] 930/1921 48% [============================== ] 931/1921 48% [============================== ] 932/1921 48% [============================== ] 933/1921 48% [============================== ] 934/1921 48% [============================== ] 935/1921 48% [============================== ] 936/1921 48% [============================== ] 937/1921 48% [============================== ] 938/1921 48% [============================== ] 939/1921 48% [============================== ] 940/1921 48% [============================== ] 941/1921 48% [============================== ] 942/1921 49% [============================== ] 943/1921 49% [============================== ] 944/1921 49% [============================== ] 945/1921 49% [============================== ] 946/1921 49% [============================== ] 947/1921 49% [============================== ] 948/1921 49% [============================== ] 949/1921 49% [============================== ] 950/1921 49% [============================== ] 951/1921 49% [============================== ] 952/1921 49% [============================== ] 953/1921 49% [============================== ] 954/1921 49% [============================== ] 955/1921 49% [============================== ] 956/1921 49% [============================== ] 957/1921 49% [============================== ] 958/1921 49% [============================== ] 959/1921 49% [============================== ] 960/1921 49% [=============================== ] 961/1921 50% [=============================== ] 962/1921 50% [=============================== ] 963/1921 50% [=============================== ] 964/1921 50% [=============================== ] 965/1921 50% [=============================== ] 966/1921 50% [=============================== ] 967/1921 50% [=============================== ] 968/1921 50% [=============================== ] 969/1921 50% [=============================== ] 970/1921 50% [=============================== ] 971/1921 50% [=============================== ] 972/1921 50% [=============================== ] 973/1921 50% [=============================== ] 974/1921 50% [=============================== ] 975/1921 50% [=============================== ] 976/1921 50% [=============================== ] 977/1921 50% [=============================== ] 978/1921 50% [=============================== ] 979/1921 50% [=============================== ] 980/1921 51% [=============================== ] 981/1921 51% [=============================== ] 982/1921 51% [=============================== ] 983/1921 51% [=============================== ] 984/1921 51% [=============================== ] 985/1921 51% [=============================== ] 986/1921 51% [=============================== ] 987/1921 51% [=============================== ] 988/1921 51% [=============================== ] 989/1921 51% [=============================== ] 990/1921 51% [=============================== ] 991/1921 51% [================================ ] 992/1921 51% [================================ ] 993/1921 51% [================================ ] 994/1921 51% [================================ ] 995/1921 51% [================================ ] 996/1921 51% [================================ ] 997/1921 51% [================================ ] 998/1921 51% [================================ ] 999/1921 52% [================================ ] 1000/1921 52% [================================ ] 1001/1921 52% [================================ ] 1002/1921 52% [================================ ] 1003/1921 52% [================================ ] 1004/1921 52% [================================ ] 1005/1921 52% [================================ ] 1006/1921 52% [================================ ] 1007/1921 52% [================================ ] 1008/1921 52% [================================ ] 1009/1921 52% [================================ ] 1010/1921 52% [================================ ] 1011/1921 52% [================================ ] 1012/1921 52% [================================ ] 1013/1921 52% [================================ ] 1014/1921 52% [================================ ] 1015/1921 52% [================================ ] 1016/1921 52% [================================ ] 1017/1921 52% [================================ ] 1018/1921 52% [================================ ] 1019/1921 53% [================================ ] 1020/1921 53% [================================ ] 1021/1921 53% [================================ ] 1022/1921 53% [================================= ] 1023/1921 53% [================================= ] 1024/1921 53% [================================= ] 1025/1921 53% [================================= ] 1026/1921 53% [================================= ] 1027/1921 53% [================================= ] 1028/1921 53% [================================= ] 1029/1921 53% [================================= ] 1030/1921 53% [================================= ] 1031/1921 53% [================================= ] 1032/1921 53% [================================= ] 1033/1921 53% [================================= ] 1034/1921 53% [================================= ] 1035/1921 53% [================================= ] 1036/1921 53% [================================= ] 1037/1921 53% [================================= ] 1038/1921 54% [================================= ] 1039/1921 54% [================================= ] 1040/1921 54% [================================= ] 1041/1921 54% [================================= ] 1042/1921 54% [================================= ] 1043/1921 54% [================================= ] 1044/1921 54% [================================= ] 1045/1921 54% [================================= ] 1046/1921 54% [================================= ] 1047/1921 54% [================================= ] 1048/1921 54% [================================= ] 1049/1921 54% [================================= ] 1050/1921 54% [================================= ] 1051/1921 54% [================================= ] 1052/1921 54% [================================= ] 1053/1921 54% [================================== ] 1054/1921 54% [================================== ] 1055/1921 54% [================================== ] 1056/1921 54% [================================== ] 1057/1921 55% [================================== ] 1058/1921 55% [================================== ] 1059/1921 55% [================================== ] 1060/1921 55% [================================== ] 1061/1921 55% [================================== ] 1062/1921 55% [================================== ] 1063/1921 55% [================================== ] 1064/1921 55% [================================== ] 1065/1921 55% [================================== ] 1066/1921 55% [================================== ] 1067/1921 55% [================================== ] 1068/1921 55% [================================== ] 1069/1921 55% [================================== ] 1070/1921 55% [================================== ] 1071/1921 55% [================================== ] 1072/1921 55% [================================== ] 1073/1921 55% [================================== ] 1074/1921 55% [================================== ] 1075/1921 55% [================================== ] 1076/1921 56% [================================== ] 1077/1921 56% [================================== ] 1078/1921 56% [================================== ] 1079/1921 56% [================================== ] 1080/1921 56% [================================== ] 1081/1921 56% [================================== ] 1082/1921 56% [================================== ] 1083/1921 56% [================================== ] 1084/1921 56% [=================================== ] 1085/1921 56% [=================================== ] 1086/1921 56% [=================================== ] 1087/1921 56% [=================================== ] 1088/1921 56% [=================================== ] 1089/1921 56% [=================================== ] 1090/1921 56% [=================================== ] 1091/1921 56% [=================================== ] 1092/1921 56% [=================================== ] 1093/1921 56% [=================================== ] 1094/1921 56% [=================================== ] 1095/1921 57% [=================================== ] 1096/1921 57% [=================================== ] 1097/1921 57% [=================================== ] 1098/1921 57% [=================================== ] 1099/1921 57% [=================================== ] 1100/1921 57% [=================================== ] 1101/1921 57% [=================================== ] 1102/1921 57% [=================================== ] 1103/1921 57% [=================================== ] 1104/1921 57% [=================================== ] 1105/1921 57% [=================================== ] 1106/1921 57% [=================================== ] 1107/1921 57% [=================================== ] 1108/1921 57% [=================================== ] 1109/1921 57% [=================================== ] 1110/1921 57% [=================================== ] 1111/1921 57% [=================================== ] 1112/1921 57% [=================================== ] 1113/1921 57% [=================================== ] 1114/1921 57% [=================================== ] 1115/1921 58% [==================================== ] 1116/1921 58% [==================================== ] 1117/1921 58% [==================================== ] 1118/1921 58% [==================================== ] 1119/1921 58% [==================================== ] 1120/1921 58% [==================================== ] 1121/1921 58% [==================================== ] 1122/1921 58% [==================================== ] 1123/1921 58% [==================================== ] 1124/1921 58% [==================================== ] 1125/1921 58% [==================================== ] 1126/1921 58% [==================================== ] 1127/1921 58% [==================================== ] 1128/1921 58% [==================================== ] 1129/1921 58% [==================================== ] 1130/1921 58% [==================================== ] 1131/1921 58% [==================================== ] 1132/1921 58% [==================================== ] 1133/1921 58% [==================================== ] 1134/1921 59% [==================================== ] 1135/1921 59% [==================================== ] 1136/1921 59% [==================================== ] 1137/1921 59% [==================================== ] 1138/1921 59% [==================================== ] 1139/1921 59% [==================================== ] 1140/1921 59% [==================================== ] 1141/1921 59% [==================================== ] 1142/1921 59% [==================================== ] 1143/1921 59% [==================================== ] 1144/1921 59% [==================================== ] 1145/1921 59% [==================================== ] 1146/1921 59% [===================================== ] 1147/1921 59% [===================================== ] 1148/1921 59% [===================================== ] 1149/1921 59% [===================================== ] 1150/1921 59% [===================================== ] 1151/1921 59% [===================================== ] 1152/1921 59% [===================================== ] 1153/1921 60% [===================================== ] 1154/1921 60% [===================================== ] 1155/1921 60% [===================================== ] 1156/1921 60% [===================================== ] 1157/1921 60% [===================================== ] 1158/1921 60% [===================================== ] 1159/1921 60% [===================================== ] 1160/1921 60% [===================================== ] 1161/1921 60% [===================================== ] 1162/1921 60% [===================================== ] 1163/1921 60% [===================================== ] 1164/1921 60% [===================================== ] 1165/1921 60% [===================================== ] 1166/1921 60% [===================================== ] 1167/1921 60% [===================================== ] 1168/1921 60% [===================================== ] 1169/1921 60% [===================================== ] 1170/1921 60% [===================================== ] 1171/1921 60% [===================================== ] 1172/1921 61% [===================================== ] 1173/1921 61% [===================================== ] 1174/1921 61% [===================================== ] 1175/1921 61% [===================================== ] 1176/1921 61% [===================================== ] 1177/1921 61% [====================================== ] 1178/1921 61% [====================================== ] 1179/1921 61% [====================================== ] 1180/1921 61% [====================================== ] 1181/1921 61% [====================================== ] 1182/1921 61% [====================================== ] 1183/1921 61% [====================================== ] 1184/1921 61% [====================================== ] 1185/1921 61% [====================================== ] 1186/1921 61% [====================================== ] 1187/1921 61% [====================================== ] 1188/1921 61% [====================================== ] 1189/1921 61% [====================================== ] 1190/1921 61% [====================================== ] 1191/1921 61% [====================================== ] 1192/1921 62% [====================================== ] 1193/1921 62% [====================================== ] 1194/1921 62% [====================================== ] 1195/1921 62% [====================================== ] 1196/1921 62% [====================================== ] 1197/1921 62% [====================================== ] 1198/1921 62% [====================================== ] 1199/1921 62% [====================================== ] 1200/1921 62% [====================================== ] 1201/1921 62% [====================================== ] 1202/1921 62% [====================================== ] 1203/1921 62% [====================================== ] 1204/1921 62% [====================================== ] 1205/1921 62% [====================================== ] 1206/1921 62% [====================================== ] 1207/1921 62% [====================================== ] 1208/1921 62% [======================================= ] 1209/1921 62% [======================================= ] 1210/1921 62% [======================================= ] 1211/1921 63% [======================================= ] 1212/1921 63% [======================================= ] 1213/1921 63% [======================================= ] 1214/1921 63% [======================================= ] 1215/1921 63% [======================================= ] 1216/1921 63% [======================================= ] 1217/1921 63% [======================================= ] 1218/1921 63% [======================================= ] 1219/1921 63% [======================================= ] 1220/1921 63% [======================================= ] 1221/1921 63% [======================================= ] 1222/1921 63% [======================================= ] 1223/1921 63% [======================================= ] 1224/1921 63% [======================================= ] 1225/1921 63% [======================================= ] 1226/1921 63% [======================================= ] 1227/1921 63% [======================================= ] 1228/1921 63% [======================================= ] 1229/1921 63% [======================================= ] 1230/1921 64% [======================================= ] 1231/1921 64% [======================================= ] 1232/1921 64% [======================================= ] 1233/1921 64% [======================================= ] 1234/1921 64% [======================================= ] 1235/1921 64% [======================================= ] 1236/1921 64% [======================================= ] 1237/1921 64% [======================================= ] 1238/1921 64% [======================================= ] 1239/1921 64% [======================================== ] 1240/1921 64% [======================================== ] 1241/1921 64% [======================================== ] 1242/1921 64% [======================================== ] 1243/1921 64% [======================================== ] 1244/1921 64% [======================================== ] 1245/1921 64% [======================================== ] 1246/1921 64% [======================================== ] 1247/1921 64% [======================================== ] 1248/1921 64% [======================================== ] 1249/1921 65% [======================================== ] 1250/1921 65% [======================================== ] 1251/1921 65% [======================================== ] 1252/1921 65% [======================================== ] 1253/1921 65% [======================================== ] 1254/1921 65% [======================================== ] 1255/1921 65% [======================================== ] 1256/1921 65% [======================================== ] 1257/1921 65% [======================================== ] 1258/1921 65% [======================================== ] 1259/1921 65% [======================================== ] 1260/1921 65% [======================================== ] 1261/1921 65% [======================================== ] 1262/1921 65% [======================================== ] 1263/1921 65% [======================================== ] 1264/1921 65% [======================================== ] 1265/1921 65% [======================================== ] 1266/1921 65% [======================================== ] 1267/1921 65% [======================================== ] 1268/1921 66% [======================================== ] 1269/1921 66% [======================================== ] 1270/1921 66% [========================================= ] 1271/1921 66% [========================================= ] 1272/1921 66% [========================================= ] 1273/1921 66% [========================================= ] 1274/1921 66% [========================================= ] 1275/1921 66% [========================================= ] 1276/1921 66% [========================================= ] 1277/1921 66% [========================================= ] 1278/1921 66% [========================================= ] 1279/1921 66% [========================================= ] 1280/1921 66% [========================================= ] 1281/1921 66% [========================================= ] 1282/1921 66% [========================================= ] 1283/1921 66% [========================================= ] 1284/1921 66% [========================================= ] 1285/1921 66% [========================================= ] 1286/1921 66% [========================================= ] 1287/1921 66% [========================================= ] 1288/1921 67% [========================================= ] 1289/1921 67% [========================================= ] 1290/1921 67% [========================================= ] 1291/1921 67% [========================================= ] 1292/1921 67% [========================================= ] 1293/1921 67% [========================================= ] 1294/1921 67% [========================================= ] 1295/1921 67% [========================================= ] 1296/1921 67% [========================================= ] 1297/1921 67% [========================================= ] 1298/1921 67% [========================================= ] 1299/1921 67% [========================================= ] 1300/1921 67% [========================================= ] 1301/1921 67% [========================================== ] 1302/1921 67% [========================================== ] 1303/1921 67% [========================================== ] 1304/1921 67% [========================================== ] 1305/1921 67% [========================================== ] 1306/1921 67% [========================================== ] 1307/1921 68% [========================================== ] 1308/1921 68% [========================================== ] 1309/1921 68% [========================================== ] 1310/1921 68% [========================================== ] 1311/1921 68% [========================================== ] 1312/1921 68% [========================================== ] 1313/1921 68% [========================================== ] 1314/1921 68% [========================================== ] 1315/1921 68% [========================================== ] 1316/1921 68% [========================================== ] 1317/1921 68% [========================================== ] 1318/1921 68% [========================================== ] 1319/1921 68% [========================================== ] 1320/1921 68% [========================================== ] 1321/1921 68% [========================================== ] 1322/1921 68% [========================================== ] 1323/1921 68% [========================================== ] 1324/1921 68% [========================================== ] 1325/1921 68% [========================================== ] 1326/1921 69% [========================================== ] 1327/1921 69% [========================================== ] 1328/1921 69% [========================================== ] 1329/1921 69% [========================================== ] 1330/1921 69% [========================================== ] 1331/1921 69% [========================================== ] 1332/1921 69% [=========================================== ] 1333/1921 69% [=========================================== ] 1334/1921 69% [=========================================== ] 1335/1921 69% [=========================================== ] 1336/1921 69% [=========================================== ] 1337/1921 69% [=========================================== ] 1338/1921 69% [=========================================== ] 1339/1921 69% [=========================================== ] 1340/1921 69% [=========================================== ] 1341/1921 69% [=========================================== ] 1342/1921 69% [=========================================== ] 1343/1921 69% [=========================================== ] 1344/1921 69% [=========================================== ] 1345/1921 70% [=========================================== ] 1346/1921 70% [=========================================== ] 1347/1921 70% [=========================================== ] 1348/1921 70% [=========================================== ] 1349/1921 70% [=========================================== ] 1350/1921 70% [=========================================== ] 1351/1921 70% [=========================================== ] 1352/1921 70% [=========================================== ] 1353/1921 70% [=========================================== ] 1354/1921 70% [=========================================== ] 1355/1921 70% [=========================================== ] 1356/1921 70% [=========================================== ] 1357/1921 70% [=========================================== ] 1358/1921 70% [=========================================== ] 1359/1921 70% [=========================================== ] 1360/1921 70% [=========================================== ] 1361/1921 70% [=========================================== ] 1362/1921 70% [=========================================== ] 1363/1921 70% [============================================ ] 1364/1921 71% [============================================ ] 1365/1921 71% [============================================ ] 1366/1921 71% [============================================ ] 1367/1921 71% [============================================ ] 1368/1921 71% [============================================ ] 1369/1921 71% [============================================ ] 1370/1921 71% [============================================ ] 1371/1921 71% [============================================ ] 1372/1921 71% [============================================ ] 1373/1921 71% [============================================ ] 1374/1921 71% [============================================ ] 1375/1921 71% [============================================ ] 1376/1921 71% [============================================ ] 1377/1921 71% [============================================ ] 1378/1921 71% [============================================ ] 1379/1921 71% [============================================ ] 1380/1921 71% [============================================ ] 1381/1921 71% [============================================ ] 1382/1921 71% [============================================ ] 1383/1921 71% [============================================ ] 1384/1921 72% [============================================ ] 1385/1921 72% [============================================ ] 1386/1921 72% [============================================ ] 1387/1921 72% [============================================ ] 1388/1921 72% [============================================ ] 1389/1921 72% [============================================ ] 1390/1921 72% [============================================ ] 1391/1921 72% [============================================ ] 1392/1921 72% [============================================ ] 1393/1921 72% [============================================ ] 1394/1921 72% [============================================= ] 1395/1921 72% [============================================= ] 1396/1921 72% [============================================= ] 1397/1921 72% [============================================= ] 1398/1921 72% [============================================= ] 1399/1921 72% [============================================= ] 1400/1921 72% [============================================= ] 1401/1921 72% [============================================= ] 1402/1921 72% [============================================= ] 1403/1921 73% [============================================= ] 1404/1921 73% [============================================= ] 1405/1921 73% [============================================= ] 1406/1921 73% [============================================= ] 1407/1921 73% [============================================= ] 1408/1921 73% [============================================= ] 1409/1921 73% [============================================= ] 1410/1921 73% [============================================= ] 1411/1921 73% [============================================= ] 1412/1921 73% [============================================= ] 1413/1921 73% [============================================= ] 1414/1921 73% [============================================= ] 1415/1921 73% [============================================= ] 1416/1921 73% [============================================= ] 1417/1921 73% [============================================= ] 1418/1921 73% [============================================= ] 1419/1921 73% [============================================= ] 1420/1921 73% [============================================= ] 1421/1921 73% [============================================= ] 1422/1921 74% [============================================= ] 1423/1921 74% [============================================= ] 1424/1921 74% [============================================= ] 1425/1921 74% [============================================== ] 1426/1921 74% [============================================== ] 1427/1921 74% [============================================== ] 1428/1921 74% [============================================== ] 1429/1921 74% [============================================== ] 1430/1921 74% [============================================== ] 1431/1921 74% [============================================== ] 1432/1921 74% [============================================== ] 1433/1921 74% [============================================== ] 1434/1921 74% [============================================== ] 1435/1921 74% [============================================== ] 1436/1921 74% [============================================== ] 1437/1921 74% [============================================== ] 1438/1921 74% [============================================== ] 1439/1921 74% [============================================== ] 1440/1921 74% [============================================== ] 1441/1921 75% [============================================== ] 1442/1921 75% [============================================== ] 1443/1921 75% [============================================== ] 1444/1921 75% [============================================== ] 1445/1921 75% [============================================== ] 1446/1921 75% [============================================== ] 1447/1921 75% [============================================== ] 1448/1921 75% [============================================== ] 1449/1921 75% [============================================== ] 1450/1921 75% [============================================== ] 1451/1921 75% [============================================== ] 1452/1921 75% [============================================== ] 1453/1921 75% [============================================== ] 1454/1921 75% [============================================== ] 1455/1921 75% [============================================== ] 1456/1921 75% [=============================================== ] 1457/1921 75% [=============================================== ] 1458/1921 75% [=============================================== ] 1459/1921 75% [=============================================== ] 1460/1921 76% [=============================================== ] 1461/1921 76% [=============================================== ] 1462/1921 76% [=============================================== ] 1463/1921 76% [=============================================== ] 1464/1921 76% [=============================================== ] 1465/1921 76% [=============================================== ] 1466/1921 76% [=============================================== ] 1467/1921 76% [=============================================== ] 1468/1921 76% [=============================================== ] 1469/1921 76% [=============================================== ] 1470/1921 76% [=============================================== ] 1471/1921 76% [=============================================== ] 1472/1921 76% [=============================================== ] 1473/1921 76% [=============================================== ] 1474/1921 76% [=============================================== ] 1475/1921 76% [=============================================== ] 1476/1921 76% [=============================================== ] 1477/1921 76% [=============================================== ] 1478/1921 76% [=============================================== ] 1479/1921 76% [=============================================== ] 1480/1921 77% [=============================================== ] 1481/1921 77% [=============================================== ] 1482/1921 77% [=============================================== ] 1483/1921 77% [=============================================== ] 1484/1921 77% [=============================================== ] 1485/1921 77% [=============================================== ] 1486/1921 77% [=============================================== ] 1487/1921 77% [================================================ ] 1488/1921 77% [================================================ ] 1489/1921 77% [================================================ ] 1490/1921 77% [================================================ ] 1491/1921 77% [================================================ ] 1492/1921 77% [================================================ ] 1493/1921 77% [================================================ ] 1494/1921 77% [================================================ ] 1495/1921 77% [================================================ ] 1496/1921 77% [================================================ ] 1497/1921 77% [================================================ ] 1498/1921 77% [================================================ ] 1499/1921 78% [================================================ ] 1500/1921 78% [================================================ ] 1501/1921 78% [================================================ ] 1502/1921 78% [================================================ ] 1503/1921 78% [================================================ ] 1504/1921 78% [================================================ ] 1505/1921 78% [================================================ ] 1506/1921 78% [================================================ ] 1507/1921 78% [================================================ ] 1508/1921 78% [================================================ ] 1509/1921 78% [================================================ ] 1510/1921 78% [================================================ ] 1511/1921 78% [================================================ ] 1512/1921 78% [================================================ ] 1513/1921 78% [================================================ ] 1514/1921 78% [================================================ ] 1515/1921 78% [================================================ ] 1516/1921 78% [================================================ ] 1517/1921 78% [================================================ ] 1518/1921 79% [================================================= ] 1519/1921 79% [================================================= ] 1520/1921 79% [================================================= ] 1521/1921 79% [================================================= ] 1522/1921 79% [================================================= ] 1523/1921 79% [================================================= ] 1524/1921 79% [================================================= ] 1525/1921 79% [================================================= ] 1526/1921 79% [================================================= ] 1527/1921 79% [================================================= ] 1528/1921 79% [================================================= ] 1529/1921 79% [================================================= ] 1530/1921 79% [================================================= ] 1531/1921 79% [================================================= ] 1532/1921 79% [================================================= ] 1533/1921 79% [================================================= ] 1534/1921 79% [================================================= ] 1535/1921 79% [================================================= ] 1536/1921 79% [================================================= ] 1537/1921 80% [================================================= ] 1538/1921 80% [================================================= ] 1539/1921 80% [================================================= ] 1540/1921 80% [================================================= ] 1541/1921 80% [================================================= ] 1542/1921 80% [================================================= ] 1543/1921 80% [================================================= ] 1544/1921 80% [================================================= ] 1545/1921 80% [================================================= ] 1546/1921 80% [================================================= ] 1547/1921 80% [================================================= ] 1548/1921 80% [================================================= ] 1549/1921 80% [================================================== ] 1550/1921 80% [================================================== ] 1551/1921 80% [================================================== ] 1552/1921 80% [================================================== ] 1553/1921 80% [================================================== ] 1554/1921 80% [================================================== ] 1555/1921 80% [================================================== ] 1556/1921 80% [================================================== ] 1557/1921 81% [================================================== ] 1558/1921 81% [================================================== ] 1559/1921 81% [================================================== ] 1560/1921 81% [================================================== ] 1561/1921 81% [================================================== ] 1562/1921 81% [================================================== ] 1563/1921 81% [================================================== ] 1564/1921 81% [================================================== ] 1565/1921 81% [================================================== ] 1566/1921 81% [================================================== ] 1567/1921 81% [================================================== ] 1568/1921 81% [================================================== ] 1569/1921 81% [================================================== ] 1570/1921 81% [================================================== ] 1571/1921 81% [================================================== ] 1572/1921 81% [================================================== ] 1573/1921 81% [================================================== ] 1574/1921 81% [================================================== ] 1575/1921 81% [================================================== ] 1576/1921 82% [================================================== ] 1577/1921 82% [================================================== ] 1578/1921 82% [================================================== ] 1579/1921 82% [================================================== ] 1580/1921 82% [=================================================== ] 1581/1921 82% [=================================================== ] 1582/1921 82% [=================================================== ] 1583/1921 82% [=================================================== ] 1584/1921 82% [=================================================== ] 1585/1921 82% [=================================================== ] 1586/1921 82% [=================================================== ] 1587/1921 82% [=================================================== ] 1588/1921 82% [=================================================== ] 1589/1921 82% [=================================================== ] 1590/1921 82% [=================================================== ] 1591/1921 82% [=================================================== ] 1592/1921 82% [=================================================== ] 1593/1921 82% [=================================================== ] 1594/1921 82% [=================================================== ] 1595/1921 83% [=================================================== ] 1596/1921 83% [=================================================== ] 1597/1921 83% [=================================================== ] 1598/1921 83% [=================================================== ] 1599/1921 83% [=================================================== ] 1600/1921 83% [=================================================== ] 1601/1921 83% [=================================================== ] 1602/1921 83% [=================================================== ] 1603/1921 83% [=================================================== ] 1604/1921 83% [=================================================== ] 1605/1921 83% [=================================================== ] 1606/1921 83% [=================================================== ] 1607/1921 83% [=================================================== ] 1608/1921 83% [=================================================== ] 1609/1921 83% [=================================================== ] 1610/1921 83% [=================================================== ] 1611/1921 83% [==================================================== ] 1612/1921 83% [==================================================== ] 1613/1921 83% [==================================================== ] 1614/1921 84% [==================================================== ] 1615/1921 84% [==================================================== ] 1616/1921 84% [==================================================== ] 1617/1921 84% [==================================================== ] 1618/1921 84% [==================================================== ] 1619/1921 84% [==================================================== ] 1620/1921 84% [==================================================== ] 1621/1921 84% [==================================================== ] 1622/1921 84% [==================================================== ] 1623/1921 84% [==================================================== ] 1624/1921 84% [==================================================== ] 1625/1921 84% [==================================================== ] 1626/1921 84% [==================================================== ] 1627/1921 84% [==================================================== ] 1628/1921 84% [==================================================== ] 1629/1921 84% [==================================================== ] 1630/1921 84% [==================================================== ] 1631/1921 84% [==================================================== ] 1632/1921 84% [==================================================== ] 1633/1921 85% [==================================================== ] 1634/1921 85% [==================================================== ] 1635/1921 85% [==================================================== ] 1636/1921 85% [==================================================== ] 1637/1921 85% [==================================================== ] 1638/1921 85% [==================================================== ] 1639/1921 85% [==================================================== ] 1640/1921 85% [==================================================== ] 1641/1921 85% [==================================================== ] 1642/1921 85% [===================================================== ] 1643/1921 85% [===================================================== ] 1644/1921 85% [===================================================== ] 1645/1921 85% [===================================================== ] 1646/1921 85% [===================================================== ] 1647/1921 85% [===================================================== ] 1648/1921 85% [===================================================== ] 1649/1921 85% [===================================================== ] 1650/1921 85% [===================================================== ] 1651/1921 85% [===================================================== ] 1652/1921 85% [===================================================== ] 1653/1921 86% [===================================================== ] 1654/1921 86% [===================================================== ] 1655/1921 86% [===================================================== ] 1656/1921 86% [===================================================== ] 1657/1921 86% [===================================================== ] 1658/1921 86% [===================================================== ] 1659/1921 86% [===================================================== ] 1660/1921 86% [===================================================== ] 1661/1921 86% [===================================================== ] 1662/1921 86% [===================================================== ] 1663/1921 86% [===================================================== ] 1664/1921 86% [===================================================== ] 1665/1921 86% [===================================================== ] 1666/1921 86% [===================================================== ] 1667/1921 86% [===================================================== ] 1668/1921 86% [===================================================== ] 1669/1921 86% [===================================================== ] 1670/1921 86% [===================================================== ] 1671/1921 86% [===================================================== ] 1672/1921 87% [===================================================== ] 1673/1921 87% [====================================================== ] 1674/1921 87% [====================================================== ] 1675/1921 87% [====================================================== ] 1676/1921 87% [====================================================== ] 1677/1921 87% [====================================================== ] 1678/1921 87% [====================================================== ] 1679/1921 87% [====================================================== ] 1680/1921 87% [====================================================== ] 1681/1921 87% [====================================================== ] 1682/1921 87% [====================================================== ] 1683/1921 87% [====================================================== ] 1684/1921 87% [====================================================== ] 1685/1921 87% [====================================================== ] 1686/1921 87% [====================================================== ] 1687/1921 87% [====================================================== ] 1688/1921 87% [====================================================== ] 1689/1921 87% [====================================================== ] 1690/1921 87% [====================================================== ] 1691/1921 88% [====================================================== ] 1692/1921 88% [====================================================== ] 1693/1921 88% [====================================================== ] 1694/1921 88% [====================================================== ] 1695/1921 88% [====================================================== ] 1696/1921 88% [====================================================== ] 1697/1921 88% [====================================================== ] 1698/1921 88% [====================================================== ] 1699/1921 88% [====================================================== ] 1700/1921 88% [====================================================== ] 1701/1921 88% [====================================================== ] 1702/1921 88% [====================================================== ] 1703/1921 88% [====================================================== ] 1704/1921 88% [======================================================= ] 1705/1921 88% [======================================================= ] 1706/1921 88% [======================================================= ] 1707/1921 88% [======================================================= ] 1708/1921 88% [======================================================= ] 1709/1921 88% [======================================================= ] 1710/1921 89% [======================================================= ] 1711/1921 89% [======================================================= ] 1712/1921 89% [======================================================= ] 1713/1921 89% [======================================================= ] 1714/1921 89% [======================================================= ] 1715/1921 89% [======================================================= ] 1716/1921 89% [======================================================= ] 1717/1921 89% [======================================================= ] 1718/1921 89% [======================================================= ] 1719/1921 89% [======================================================= ] 1720/1921 89% [======================================================= ] 1721/1921 89% [======================================================= ] 1722/1921 89% [======================================================= ] 1723/1921 89% [======================================================= ] 1724/1921 89% [======================================================= ] 1725/1921 89% [======================================================= ] 1726/1921 89% [======================================================= ] 1727/1921 89% [======================================================= ] 1728/1921 89% [======================================================= ] 1729/1921 90% [======================================================= ] 1730/1921 90% [======================================================= ] 1731/1921 90% [======================================================= ] 1732/1921 90% [======================================================= ] 1733/1921 90% [======================================================= ] 1734/1921 90% [======================================================= ] 1735/1921 90% [======================================================== ] 1736/1921 90% [======================================================== ] 1737/1921 90% [======================================================== ] 1738/1921 90% [======================================================== ] 1739/1921 90% [======================================================== ] 1740/1921 90% [======================================================== ] 1741/1921 90% [======================================================== ] 1742/1921 90% [======================================================== ] 1743/1921 90% [======================================================== ] 1744/1921 90% [======================================================== ] 1745/1921 90% [======================================================== ] 1746/1921 90% [======================================================== ] 1747/1921 90% [======================================================== ] 1748/1921 90% [======================================================== ] 1749/1921 91% [======================================================== ] 1750/1921 91% [======================================================== ] 1751/1921 91% [======================================================== ] 1752/1921 91% [======================================================== ] 1753/1921 91% [======================================================== ] 1754/1921 91% [======================================================== ] 1755/1921 91% [======================================================== ] 1756/1921 91% [======================================================== ] 1757/1921 91% [======================================================== ] 1758/1921 91% [======================================================== ] 1759/1921 91% [======================================================== ] 1760/1921 91% [======================================================== ] 1761/1921 91% [======================================================== ] 1762/1921 91% [======================================================== ] 1763/1921 91% [======================================================== ] 1764/1921 91% [======================================================== ] 1765/1921 91% [======================================================== ] 1766/1921 91% [========================================================= ] 1767/1921 91% [========================================================= ] 1768/1921 92% [========================================================= ] 1769/1921 92% [========================================================= ] 1770/1921 92% [========================================================= ] 1771/1921 92% [========================================================= ] 1772/1921 92% [========================================================= ] 1773/1921 92% [========================================================= ] 1774/1921 92% [========================================================= ] 1775/1921 92% [========================================================= ] 1776/1921 92% [========================================================= ] 1777/1921 92% [========================================================= ] 1778/1921 92% [========================================================= ] 1779/1921 92% [========================================================= ] 1780/1921 92% [========================================================= ] 1781/1921 92% [========================================================= ] 1782/1921 92% [========================================================= ] 1783/1921 92% [========================================================= ] 1784/1921 92% [========================================================= ] 1785/1921 92% [========================================================= ] 1786/1921 92% [========================================================= ] 1787/1921 93% [========================================================= ] 1788/1921 93% [========================================================= ] 1789/1921 93% [========================================================= ] 1790/1921 93% [========================================================= ] 1791/1921 93% [========================================================= ] 1792/1921 93% [========================================================= ] 1793/1921 93% [========================================================= ] 1794/1921 93% [========================================================= ] 1795/1921 93% [========================================================= ] 1796/1921 93% [========================================================= ] 1797/1921 93% [========================================================== ] 1798/1921 93% [========================================================== ] 1799/1921 93% [========================================================== ] 1800/1921 93% [========================================================== ] 1801/1921 93% [========================================================== ] 1802/1921 93% [========================================================== ] 1803/1921 93% [========================================================== ] 1804/1921 93% [========================================================== ] 1805/1921 93% [========================================================== ] 1806/1921 94% [========================================================== ] 1807/1921 94% [========================================================== ] 1808/1921 94% [========================================================== ] 1809/1921 94% [========================================================== ] 1810/1921 94% [========================================================== ] 1811/1921 94% [========================================================== ] 1812/1921 94% [========================================================== ] 1813/1921 94% [========================================================== ] 1814/1921 94% [========================================================== ] 1815/1921 94% [========================================================== ] 1816/1921 94% [========================================================== ] 1817/1921 94% [========================================================== ] 1818/1921 94% [========================================================== ] 1819/1921 94% [========================================================== ] 1820/1921 94% [========================================================== ] 1821/1921 94% [========================================================== ] 1822/1921 94% [========================================================== ] 1823/1921 94% [========================================================== ] 1824/1921 94% [========================================================== ] 1825/1921 95% [========================================================== ] 1826/1921 95% [========================================================== ] 1827/1921 95% [========================================================== ] 1828/1921 95% [=========================================================== ] 1829/1921 95% [=========================================================== ] 1830/1921 95% [=========================================================== ] 1831/1921 95% [=========================================================== ] 1832/1921 95% [=========================================================== ] 1833/1921 95% [=========================================================== ] 1834/1921 95% [=========================================================== ] 1835/1921 95% [=========================================================== ] 1836/1921 95% [=========================================================== ] 1837/1921 95% [=========================================================== ] 1838/1921 95% [=========================================================== ] 1839/1921 95% [=========================================================== ] 1840/1921 95% [=========================================================== ] 1841/1921 95% [=========================================================== ] 1842/1921 95% [=========================================================== ] 1843/1921 95% [=========================================================== ] 1844/1921 95% [=========================================================== ] 1845/1921 96% [=========================================================== ] 1846/1921 96% [=========================================================== ] 1847/1921 96% [=========================================================== ] 1848/1921 96% [=========================================================== ] 1849/1921 96% [=========================================================== ] 1850/1921 96% [=========================================================== ] 1851/1921 96% [=========================================================== ] 1852/1921 96% [=========================================================== ] 1853/1921 96% [=========================================================== ] 1854/1921 96% [=========================================================== ] 1855/1921 96% [=========================================================== ] 1856/1921 96% [=========================================================== ] 1857/1921 96% [=========================================================== ] 1858/1921 96% [=========================================================== ] 1859/1921 96% [============================================================ ] 1860/1921 96% [============================================================ ] 1861/1921 96% [============================================================ ] 1862/1921 96% [============================================================ ] 1863/1921 96% [============================================================ ] 1864/1921 97% [============================================================ ] 1865/1921 97% [============================================================ ] 1866/1921 97% [============================================================ ] 1867/1921 97% [============================================================ ] 1868/1921 97% [============================================================ ] 1869/1921 97% [============================================================ ] 1870/1921 97% [============================================================ ] 1871/1921 97% [============================================================ ] 1872/1921 97% [============================================================ ] 1873/1921 97% [============================================================ ] 1874/1921 97% [============================================================ ] 1875/1921 97% [============================================================ ] 1876/1921 97% [============================================================ ] 1877/1921 97% [============================================================ ] 1878/1921 97% [============================================================ ] 1879/1921 97% [============================================================ ] 1880/1921 97% [============================================================ ] 1881/1921 97% [============================================================ ] 1882/1921 97% [============================================================ ] 1883/1921 98% [============================================================ ] 1884/1921 98% [============================================================ ] 1885/1921 98% [============================================================ ] 1886/1921 98% [============================================================ ] 1887/1921 98% [============================================================ ] 1888/1921 98% [============================================================ ] 1889/1921 98% [============================================================ ] 1890/1921 98% [============================================================= ] 1891/1921 98% [============================================================= ] 1892/1921 98% [============================================================= ] 1893/1921 98% [============================================================= ] 1894/1921 98% [============================================================= ] 1895/1921 98% [============================================================= ] 1896/1921 98% [============================================================= ] 1897/1921 98% [============================================================= ] 1898/1921 98% [============================================================= ] 1899/1921 98% [============================================================= ] 1900/1921 98% [============================================================= ] 1901/1921 98% [============================================================= ] 1902/1921 99% [============================================================= ] 1903/1921 99% [============================================================= ] 1904/1921 99% [============================================================= ] 1905/1921 99% [============================================================= ] 1906/1921 99% [============================================================= ] 1907/1921 99% [============================================================= ] 1908/1921 99% [============================================================= ] 1909/1921 99% [============================================================= ] 1910/1921 99% [============================================================= ] 1911/1921 99% [============================================================= ] 1912/1921 99% [============================================================= ] 1913/1921 99% [============================================================= ] 1914/1921 99% [============================================================= ] 1915/1921 99% [============================================================= ] 1916/1921 99% [============================================================= ] 1917/1921 99% [============================================================= ] 1918/1921 99% [============================================================= ] 1919/1921 99% [============================================================= ] 1920/1921 99% [==============================================================] 1921/1921 100% operation complete, 1921 objects in 17724 NAND pages. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/arceb-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2023.08.2-90-g3a00793d8f Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 13.2.0 Collecting legal info >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.44 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 13.2.0 Collecting legal info >>> linux-headers 6.4.16 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> acsccid 1.1.8 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> pcsc-lite 1.9.9 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> brcmfmac_sdio-firmware-rpi ea9963f3f77b4bb6cd280577eb115152bdd67e8d Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> pciutils 3.10.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> darkhttpd 1.14 Collecting legal info darkhttpd.c: OK (sha256: f002944c9a8516e3346002d39c3e13681306833358c0f3c7781dff1fdb639710) >>> host-delve 1.20.2 Collecting legal info LICENSE: OK (sha256: 778864b990007e8cef6633f8c372dd05bac1fada6cf67b008afb1483f83b38f5) >>> host-go 1.20.10 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage2 1.19.11 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> dnsmasq 2.89 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freetype 2.13.1 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> xz 5.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> fscryptctl 1.0.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> openssl Collecting legal info >>> libopenssl 3.0.12 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> gpm 1.20.7 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> heirloom-mailx 12.5 Collecting legal info COPYING: OK (sha256: 5ddc00aed98a0cf75fc7edfd9f3aeb1e919ae0ad5e9ff55d61f643d62d802b07) >>> initscripts Collecting legal info >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jquery-ui 1.13.1 Collecting legal info LICENSE.txt: OK (sha256: de33fb695880d0b07615d4b86f78cd43796906959ade5fdfef70968827a0db78) >>> jquery 3.5.1 Collecting legal info >>> kbd 2.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) CREDITS: OK (sha256: 5a16340fe773f422144b436df90319114a2884933c56e9be6fad642e59be5e1f) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcurl 8.4.0 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libhid 0.2.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libldns 1.8.3 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.4 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libstrophe 0.12.2 Collecting legal info MIT-LICENSE.txt: OK (sha256: 82476f36ffd5e895a176013c0812166ba7b7d99f3d536fc7f5ed2e33e9f74a08) GPL-LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libupnp 1.14.18 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> lilv 0.24.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> host-python3 3.11.6 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.27.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> mongoose 7.8 Collecting legal info LICENSE: OK (sha256: b41c293820074278291813af9f181918154875c94d744a90bf4eec331be28ac5) >>> host-mtools 4.0.43 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> ncdu 1.18 Collecting legal info COPYING: OK (sha256: 4590cb935ff8a50cee76ce12c2cb0411c0b06e84c267b478579785dcf328660d) >>> host-parted 3.6 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-util-linux 2.39.1 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pigz 2.7 Collecting legal info README: OK (sha256: 67e2b9e30e924724a9d72549a6004ed15a041f51d9ea9ab781e048fa27ae07a2) >>> host-rust-bin 1.71.1 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> host-sam-ba 3.7 Collecting legal info LICENSE.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> host-gawk 5.2.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> tiff 4.6.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> host-swugenerator 0.2 Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-python-libconf 2.0.1 Collecting legal info LICENSE: OK (sha256: 3c2afc8c9f7a12032f225e6fa870e85af14d1b71236afe28d94a4b67e5e8c873) >>> tcping 1.3.6 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> uclibc-ng-test 6790eafe897b3a8c19a2caf50a5ecccf06647adf Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> ushare 2.1 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> vsftpd 3.0.5 Collecting legal info COPYING: OK (sha256: c9cf119e2f9dbcf187fb805ba5aded105db26a693803636fb7228c98460ffbf2) >>> wavpack 5.5.0 Collecting legal info COPYING: OK (sha256: 275d65ec11a78d552d078b9c26d950e3075892bca895a415ceaaec33bcfabff9) >>> wireless-regdb 2023.09.01 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> wpan-tools 0.9 Collecting legal info COPYING: OK (sha256: fe8e595c24d821a60885eb259619df5e5e3976c48465fde0be29fcd78530798f) >>> 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.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-13.2.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-13.2.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'