if [ -x /home/buildroot/autobuild/instance-1/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-1/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab; fi /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~sole::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/include /home/buildroot/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-1/output-1/target/usr/doc find /home/buildroot/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-1/output-1/target/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/man /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/info /home/buildroot/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/doc /home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-1/output-1/target/lib/debug /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-1/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-1/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-1/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-1/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-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-6067-gfd0238db2a4"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05.1"; \ echo "PRETTY_NAME=\"Buildroot 2022.05.1\"" \ ) > /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-1/output-1/per-package /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n tss -1 tss -1 * - - - TPM2 Access Broker & Resource Management daemon\n\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n\n' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.erofs mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkfs.erofs /home/buildroot/autobuild/instance-1/output-1/images/rootfs.erofs /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.erofs 1.4 c_version: [ 1.4] c_dbg_lvl: [ 2] c_dry_run: [ 0] >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-1/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-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2192 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/2192 0% [ ] 2/2192 0% [ ] 3/2192 0% [ ] 4/2192 0% [ ] 5/2192 0% [ ] 6/2192 0% [ ] 7/2192 0% [ ] 8/2192 0% [ ] 9/2192 0% [ ] 10/2192 0% [ ] 11/2192 0% [ ] 12/2192 0% [ ] 13/2192 0% [ ] 14/2192 0% [ ] 15/2192 0% [ ] 16/2192 0% [ ] 17/2192 0% [ ] 18/2192 0% [ ] 19/2192 0% [ ] 20/2192 0% [ ] 21/2192 0% [ ] 22/2192 1% [ ] 23/2192 1% [ ] 24/2192 1% [ ] 25/2192 1% [ ] 26/2192 1% [ ] 27/2192 1% [ ] 28/2192 1% [ ] 29/2192 1% [ ] 30/2192 1% [ ] 31/2192 1% [ ] 32/2192 1% [ ] 33/2192 1% [ ] 34/2192 1% [ ] 35/2192 1% [= ] 36/2192 1% [= ] 37/2192 1% [= ] 38/2192 1% [= ] 39/2192 1% [= ] 40/2192 1% [= ] 41/2192 1% [= ] 42/2192 1% [= ] 43/2192 1% [= ] 44/2192 2% [= ] 45/2192 2% [= ] 46/2192 2% [= ] 47/2192 2% [= ] 48/2192 2% [= ] 49/2192 2% [= ] 50/2192 2% [= ] 51/2192 2% [= ] 52/2192 2% [= ] 53/2192 2% [= ] 54/2192 2% [= ] 55/2192 2% [= ] 56/2192 2% [= ] 57/2192 2% [= ] 58/2192 2% [= ] 59/2192 2% [= ] 60/2192 2% [= ] 61/2192 2% [= ] 62/2192 2% [= ] 63/2192 2% [= ] 64/2192 2% [= ] 65/2192 2% [= ] 66/2192 3% [= ] 67/2192 3% [= ] 68/2192 3% [= ] 69/2192 3% [= ] 70/2192 3% [== ] 71/2192 3% [== ] 72/2192 3% [== ] 73/2192 3% [== ] 74/2192 3% [== ] 75/2192 3% [== ] 76/2192 3% [== ] 77/2192 3% [== ] 78/2192 3% [== ] 79/2192 3% [== ] 80/2192 3% [== ] 81/2192 3% [== ] 82/2192 3% [== ] 83/2192 3% [== ] 84/2192 3% [== ] 85/2192 3% [== ] 86/2192 3% [== ] 87/2192 3% [== ] 88/2192 4% [== ] 89/2192 4% [== ] 90/2192 4% [== ] 91/2192 4% [== ] 92/2192 4% [== ] 93/2192 4% [== ] 94/2192 4% [== ] 95/2192 4% [== ] 96/2192 4% [== ] 97/2192 4% [== ] 98/2192 4% [== ] 99/2192 4% [== ] 100/2192 4% [== ] 101/2192 4% [== ] 102/2192 4% [== ] 103/2192 4% [== ] 104/2192 4% [== ] 105/2192 4% [== ] 106/2192 4% [=== ] 107/2192 4% [=== ] 108/2192 4% [=== ] 109/2192 4% [=== ] 110/2192 5% [=== ] 111/2192 5% [=== ] 112/2192 5% [=== ] 113/2192 5% [=== ] 114/2192 5% [=== ] 115/2192 5% [=== ] 116/2192 5% [=== ] 117/2192 5% [=== ] 118/2192 5% [=== ] 119/2192 5% [=== ] 120/2192 5% [=== ] 121/2192 5% [=== ] 122/2192 5% [=== ] 123/2192 5% [=== ] 124/2192 5% [=== ] 125/2192 5% [=== ] 126/2192 5% [=== ] 127/2192 5% [=== ] 128/2192 5% [=== ] 129/2192 5% [=== ] 130/2192 5% [=== ] 131/2192 5% [=== ] 132/2192 6% [=== ] 133/2192 6% [=== ] 134/2192 6% [=== ] 135/2192 6% [=== ] 136/2192 6% [=== ] 137/2192 6% [=== ] 138/2192 6% [=== ] 139/2192 6% [=== ] 140/2192 6% [=== ] 141/2192 6% [==== ] 142/2192 6% [==== ] 143/2192 6% [==== ] 144/2192 6% [==== ] 145/2192 6% [==== ] 146/2192 6% [==== ] 147/2192 6% [==== ] 148/2192 6% [==== ] 149/2192 6% [==== ] 150/2192 6% [==== ] 151/2192 6% [==== ] 152/2192 6% [==== ] 153/2192 6% [==== ] 154/2192 7% [==== ] 155/2192 7% [==== ] 156/2192 7% [==== ] 157/2192 7% [==== ] 158/2192 7% [==== ] 159/2192 7% [==== ] 160/2192 7% [==== ] 161/2192 7% [==== ] 162/2192 7% [==== ] 163/2192 7% [==== ] 164/2192 7% [==== ] 165/2192 7% [==== ] 166/2192 7% [==== ] 167/2192 7% [==== ] 168/2192 7% [==== ] 169/2192 7% [==== ] 170/2192 7% [==== ] 171/2192 7% [==== ] 172/2192 7% [==== ] 173/2192 7% [==== ] 174/2192 7% [==== ] 175/2192 7% [==== ] 176/2192 8% [===== ] 177/2192 8% [===== ] 178/2192 8% [===== ] 179/2192 8% [===== ] 180/2192 8% [===== ] 181/2192 8% [===== ] 182/2192 8% [===== ] 183/2192 8% [===== ] 184/2192 8% [===== ] 185/2192 8% [===== ] 186/2192 8% [===== ] 187/2192 8% [===== ] 188/2192 8% [===== ] 189/2192 8% [===== ] 190/2192 8% [===== ] 191/2192 8% [===== ] 192/2192 8% [===== ] 193/2192 8% [===== ] 194/2192 8% [===== ] 195/2192 8% [===== ] 196/2192 8% [===== ] 197/2192 8% [===== ] 198/2192 9% [===== ] 199/2192 9% [===== ] 200/2192 9% [===== ] 201/2192 9% [===== ] 202/2192 9% [===== ] 203/2192 9% [===== ] 204/2192 9% [===== ] 205/2192 9% [===== ] 206/2192 9% [===== ] 207/2192 9% [===== ] 208/2192 9% [===== ] 209/2192 9% [===== ] 210/2192 9% [===== ] 211/2192 9% [===== ] 212/2192 9% [====== ] 213/2192 9% [====== ] 214/2192 9% [====== ] 215/2192 9% [====== ] 216/2192 9% [====== ] 217/2192 9% [====== ] 218/2192 9% [====== ] 219/2192 9% [====== ] 220/2192 10% [====== ] 221/2192 10% [====== ] 222/2192 10% [====== ] 223/2192 10% [====== ] 224/2192 10% [====== ] 225/2192 10% [====== ] 226/2192 10% [====== ] 227/2192 10% [====== ] 228/2192 10% [====== ] 229/2192 10% [====== ] 230/2192 10% [====== ] 231/2192 10% [====== ] 232/2192 10% [====== ] 233/2192 10% [====== ] 234/2192 10% [====== ] 235/2192 10% [====== ] 236/2192 10% [====== ] 237/2192 10% [====== ] 238/2192 10% [====== ] 239/2192 10% [====== ] 240/2192 10% [====== ] 241/2192 10% [====== ] 242/2192 11% [====== ] 243/2192 11% [====== ] 244/2192 11% [====== ] 245/2192 11% [====== ] 246/2192 11% [====== ] 247/2192 11% [======= ] 248/2192 11% [======= ] 249/2192 11% [======= ] 250/2192 11% [======= ] 251/2192 11% [======= ] 252/2192 11% [======= ] 253/2192 11% [======= ] 254/2192 11% [======= ] 255/2192 11% [======= ] 256/2192 11% [======= ] 257/2192 11% [======= ] 258/2192 11% [======= ] 259/2192 11% [======= ] 260/2192 11% [======= ] 261/2192 11% [======= ] 262/2192 11% [======= ] 263/2192 11% [======= ] 264/2192 12% [======= ] 265/2192 12% [======= ] 266/2192 12% [======= ] 267/2192 12% [======= ] 268/2192 12% [======= ] 269/2192 12% [======= ] 270/2192 12% [======= ] 271/2192 12% [======= ] 272/2192 12% [======= ] 273/2192 12% [======= ] 274/2192 12% [======= ] 275/2192 12% [======= ] 276/2192 12% [======= ] 277/2192 12% [======= ] 278/2192 12% [======= ] 279/2192 12% [======= ] 280/2192 12% [======= ] 281/2192 12% [======= ] 282/2192 12% [======== ] 283/2192 12% [======== ] 284/2192 12% [======== ] 285/2192 13% [======== ] 286/2192 13% [======== ] 287/2192 13% [======== ] 288/2192 13% [======== ] 289/2192 13% [======== ] 290/2192 13% [======== ] 291/2192 13% [======== ] 292/2192 13% [======== ] 293/2192 13% [======== ] 294/2192 13% [======== ] 295/2192 13% [======== ] 296/2192 13% [======== ] 297/2192 13% [======== ] 298/2192 13% [======== ] 299/2192 13% [======== ] 300/2192 13% [======== ] 301/2192 13% [======== ] 302/2192 13% [======== ] 303/2192 13% [======== ] 304/2192 13% [======== ] 305/2192 13% [======== ] 306/2192 13% [======== ] 307/2192 14% [======== ] 308/2192 14% [======== ] 309/2192 14% [======== ] 310/2192 14% [======== ] 311/2192 14% [======== ] 312/2192 14% [======== ] 313/2192 14% [======== ] 314/2192 14% [======== ] 315/2192 14% [======== ] 316/2192 14% [======== ] 317/2192 14% [======== ] 318/2192 14% [========= ] 319/2192 14% [========= ] 320/2192 14% [========= ] 321/2192 14% [========= ] 322/2192 14% [========= ] 323/2192 14% [========= ] 324/2192 14% [========= ] 325/2192 14% [========= ] 326/2192 14% [========= ] 327/2192 14% [========= ] 328/2192 14% [========= ] 329/2192 15% [========= ] 330/2192 15% [========= ] 331/2192 15% [========= ] 332/2192 15% [========= ] 333/2192 15% [========= ] 334/2192 15% [========= ] 335/2192 15% [========= ] 336/2192 15% [========= ] 337/2192 15% [========= ] 338/2192 15% [========= ] 339/2192 15% [========= ] 340/2192 15% [========= ] 341/2192 15% [========= ] 342/2192 15% [========= ] 343/2192 15% [========= ] 344/2192 15% [========= ] 345/2192 15% [========= ] 346/2192 15% [========= ] 347/2192 15% [========= ] 348/2192 15% [========= ] 349/2192 15% [========= ] 350/2192 15% [========= ] 351/2192 16% [========= ] 352/2192 16% [========= ] 353/2192 16% [========== ] 354/2192 16% [========== ] 355/2192 16% [========== ] 356/2192 16% [========== ] 357/2192 16% [========== ] 358/2192 16% [========== ] 359/2192 16% [========== ] 360/2192 16% [========== ] 361/2192 16% [========== ] 362/2192 16% [========== ] 363/2192 16% [========== ] 364/2192 16% [========== ] 365/2192 16% [========== ] 366/2192 16% [========== ] 367/2192 16% [========== ] 368/2192 16% [========== ] 369/2192 16% [========== ] 370/2192 16% [========== ] 371/2192 16% [========== ] 372/2192 16% [========== ] 373/2192 17% [========== ] 374/2192 17% [========== ] 375/2192 17% [========== ] 376/2192 17% [========== ] 377/2192 17% [========== ] 378/2192 17% [========== ] 379/2192 17% [========== ] 380/2192 17% [========== ] 381/2192 17% [========== ] 382/2192 17% [========== ] 383/2192 17% [========== ] 384/2192 17% [========== ] 385/2192 17% [========== ] 386/2192 17% [========== ] 387/2192 17% [========== ] 388/2192 17% [=========== ] 389/2192 17% [=========== ] 390/2192 17% [=========== ] 391/2192 17% [=========== ] 392/2192 17% [=========== ] 393/2192 17% [=========== ] 394/2192 17% [=========== ] 395/2192 18% [=========== ] 396/2192 18% [=========== ] 397/2192 18% [=========== ] 398/2192 18% [=========== ] 399/2192 18% [=========== ] 400/2192 18% [=========== ] 401/2192 18% [=========== ] 402/2192 18% [=========== ] 403/2192 18% [=========== ] 404/2192 18% [=========== ] 405/2192 18% [=========== ] 406/2192 18% [=========== ] 407/2192 18% [=========== ] 408/2192 18% [=========== ] 409/2192 18% [=========== ] 410/2192 18% [=========== ] 411/2192 18% [=========== ] 412/2192 18% [=========== ] 413/2192 18% [=========== ] 414/2192 18% [=========== ] 415/2192 18% [=========== ] 416/2192 18% [=========== ] 417/2192 19% [=========== ] 418/2192 19% [=========== ] 419/2192 19% [=========== ] 420/2192 19% [=========== ] 421/2192 19% [=========== ] 422/2192 19% [=========== ] 423/2192 19% [=========== ] 424/2192 19% [============ ] 425/2192 19% [============ ] 426/2192 19% [============ ] 427/2192 19% [============ ] 428/2192 19% [============ ] 429/2192 19% [============ ] 430/2192 19% [============ ] 431/2192 19% [============ ] 432/2192 19% [============ ] 433/2192 19% [============ ] 434/2192 19% [============ ] 435/2192 19% [============ ] 436/2192 19% [============ ] 437/2192 19% [============ ] 438/2192 19% [============ ] 439/2192 20% [============ ] 440/2192 20% [============ ] 441/2192 20% [============ ] 442/2192 20% [============ ] 443/2192 20% [============ ] 444/2192 20% [============ ] 445/2192 20% [============ ] 446/2192 20% [============ ] 447/2192 20% [============ ] 448/2192 20% [============ ] 449/2192 20% [============ ] 450/2192 20% [============ ] 451/2192 20% [============ ] 452/2192 20% [============ ] 453/2192 20% [============ ] 454/2192 20% [============ ] 455/2192 20% [============ ] 456/2192 20% [============ ] 457/2192 20% [============ ] 458/2192 20% [============ ] 459/2192 20% [============= ] 460/2192 20% [============= ] 461/2192 21% [============= ] 462/2192 21% [============= ] 463/2192 21% [============= ] 464/2192 21% [============= ] 465/2192 21% [============= ] 466/2192 21% [============= ] 467/2192 21% [============= ] 468/2192 21% [============= ] 469/2192 21% [============= ] 470/2192 21% [============= ] 471/2192 21% [============= ] 472/2192 21% [============= ] 473/2192 21% [============= ] 474/2192 21% [============= ] 475/2192 21% [============= ] 476/2192 21% [============= ] 477/2192 21% [============= ] 478/2192 21% [============= ] 479/2192 21% [============= ] 480/2192 21% [============= ] 481/2192 21% [============= ] 482/2192 21% [============= ] 483/2192 22% [============= ] 484/2192 22% [============= ] 485/2192 22% [============= ] 486/2192 22% [============= ] 487/2192 22% [============= ] 488/2192 22% [============= ] 489/2192 22% [============= ] 490/2192 22% [============= ] 491/2192 22% [============= ] 492/2192 22% [============= ] 493/2192 22% [============= ] 494/2192 22% [============== ] 495/2192 22% [============== ] 496/2192 22% [============== ] 497/2192 22% [============== ] 498/2192 22% [============== ] 499/2192 22% [============== ] 500/2192 22% [============== ] 501/2192 22% [============== ] 502/2192 22% [============== ] 503/2192 22% [============== ] 504/2192 22% [============== ] 505/2192 23% [============== ] 506/2192 23% [============== ] 507/2192 23% [============== ] 508/2192 23% [============== ] 509/2192 23% [============== ] 510/2192 23% [============== ] 511/2192 23% [============== ] 512/2192 23% [============== ] 513/2192 23% [============== ] 514/2192 23% [============== ] 515/2192 23% [============== ] 516/2192 23% [============== ] 517/2192 23% [============== ] 518/2192 23% [============== ] 519/2192 23% [============== ] 520/2192 23% [============== ] 521/2192 23% [============== ] 522/2192 23% [============== ] 523/2192 23% [============== ] 524/2192 23% [============== ] 525/2192 23% [============== ] 526/2192 23% [============== ] 527/2192 24% [============== ] 528/2192 24% [============== ] 529/2192 24% [============== ] 530/2192 24% [=============== ] 531/2192 24% [=============== ] 532/2192 24% [=============== ] 533/2192 24% [=============== ] 534/2192 24% [=============== ] 535/2192 24% [=============== ] 536/2192 24% [=============== ] 537/2192 24% [=============== ] 538/2192 24% [=============== ] 539/2192 24% [=============== ] 540/2192 24% [=============== ] 541/2192 24% [=============== ] 542/2192 24% [=============== ] 543/2192 24% [=============== ] 544/2192 24% [=============== ] 545/2192 24% [=============== ] 546/2192 24% [=============== ] 547/2192 24% [=============== ] 548/2192 25% [=============== ] 549/2192 25% [=============== ] 550/2192 25% [=============== ] 551/2192 25% [=============== ] 552/2192 25% [=============== ] 553/2192 25% [=============== ] 554/2192 25% [=============== ] 555/2192 25% [=============== ] 556/2192 25% [=============== ] 557/2192 25% [=============== ] 558/2192 25% [=============== ] 559/2192 25% [=============== ] 560/2192 25% [=============== ] 561/2192 25% [=============== ] 562/2192 25% [=============== ] 563/2192 25% [=============== ] 564/2192 25% [=============== ] 565/2192 25% [================ ] 566/2192 25% [================ ] 567/2192 25% [================ ] 568/2192 25% [================ ] 569/2192 25% [================ ] 570/2192 26% [================ ] 571/2192 26% [================ ] 572/2192 26% [================ ] 573/2192 26% [================ ] 574/2192 26% [================ ] 575/2192 26% [================ ] 576/2192 26% [================ ] 577/2192 26% [================ ] 578/2192 26% [================ ] 579/2192 26% [================ ] 580/2192 26% [================ ] 581/2192 26% [================ ] 582/2192 26% [================ ] 583/2192 26% [================ ] 584/2192 26% [================ ] 585/2192 26% [================ ] 586/2192 26% [================ ] 587/2192 26% [================ ] 588/2192 26% [================ ] 589/2192 26% [================ ] 590/2192 26% [================ ] 591/2192 26% [================ ] 592/2192 27% [================ ] 593/2192 27% [================ ] 594/2192 27% [================ ] 595/2192 27% [================ ] 596/2192 27% [================ ] 597/2192 27% [================ ] 598/2192 27% [================ ] 599/2192 27% [================ ] 600/2192 27% [================ ] 601/2192 27% [================= ] 602/2192 27% [================= ] 603/2192 27% [================= ] 604/2192 27% [================= ] 605/2192 27% [================= ] 606/2192 27% [================= ] 607/2192 27% [================= ] 608/2192 27% [================= ] 609/2192 27% [================= ] 610/2192 27% [================= ] 611/2192 27% [================= ] 612/2192 27% [================= ] 613/2192 27% [================= ] 614/2192 28% [================= ] 615/2192 28% [================= ] 616/2192 28% [================= ] 617/2192 28% [================= ] 618/2192 28% [================= ] 619/2192 28% [================= ] 620/2192 28% [================= ] 621/2192 28% [================= ] 622/2192 28% [================= ] 623/2192 28% [================= ] 624/2192 28% [================= ] 625/2192 28% [================= ] 626/2192 28% [================= ] 627/2192 28% [================= ] 628/2192 28% [================= ] 629/2192 28% [================= ] 630/2192 28% [================= ] 631/2192 28% [================= ] 632/2192 28% [================= ] 633/2192 28% [================= ] 634/2192 28% [================= ] 635/2192 28% [================= ] 636/2192 29% [================== ] 637/2192 29% [================== ] 638/2192 29% [================== ] 639/2192 29% [================== ] 640/2192 29% [================== ] 641/2192 29% [================== ] 642/2192 29% [================== ] 643/2192 29% [================== ] 644/2192 29% [================== ] 645/2192 29% [================== ] 646/2192 29% [================== ] 647/2192 29% [================== ] 648/2192 29% [================== ] 649/2192 29% [================== ] 650/2192 29% [================== ] 651/2192 29% [================== ] 652/2192 29% [================== ] 653/2192 29% [================== ] 654/2192 29% [================== ] 655/2192 29% [================== ] 656/2192 29% [================== ] 657/2192 29% [================== ] 658/2192 30% [================== ] 659/2192 30% [================== ] 660/2192 30% [================== ] 661/2192 30% [================== ] 662/2192 30% [================== ] 663/2192 30% [================== ] 664/2192 30% [================== ] 665/2192 30% [================== ] 666/2192 30% [================== ] 667/2192 30% [================== ] 668/2192 30% [================== ] 669/2192 30% [================== ] 670/2192 30% [================== ] 671/2192 30% [=================== ] 672/2192 30% [=================== ] 673/2192 30% [=================== ] 674/2192 30% [=================== ] 675/2192 30% [=================== ] 676/2192 30% [=================== ] 677/2192 30% [=================== ] 678/2192 30% [=================== ] 679/2192 30% [=================== ] 680/2192 31% [=================== ] 681/2192 31% [=================== ] 682/2192 31% [=================== ] 683/2192 31% [=================== ] 684/2192 31% [=================== ] 685/2192 31% [=================== ] 686/2192 31% [=================== ] 687/2192 31% [=================== ] 688/2192 31% [=================== ] 689/2192 31% [=================== ] 690/2192 31% [=================== ] 691/2192 31% [=================== ] 692/2192 31% [=================== ] 693/2192 31% [=================== ] 694/2192 31% [=================== ] 695/2192 31% [=================== ] 696/2192 31% [=================== ] 697/2192 31% [=================== ] 698/2192 31% [=================== ] 699/2192 31% [=================== ] 700/2192 31% [=================== ] 701/2192 31% [=================== ] 702/2192 32% [=================== ] 703/2192 32% [=================== ] 704/2192 32% [=================== ] 705/2192 32% [=================== ] 706/2192 32% [=================== ] 707/2192 32% [==================== ] 708/2192 32% [==================== ] 709/2192 32% [==================== ] 710/2192 32% [==================== ] 711/2192 32% [==================== ] 712/2192 32% [==================== ] 713/2192 32% [==================== ] 714/2192 32% [==================== ] 715/2192 32% [==================== ] 716/2192 32% [==================== ] 717/2192 32% [==================== ] 718/2192 32% [==================== ] 719/2192 32% [==================== ] 720/2192 32% [==================== ] 721/2192 32% [==================== ] 722/2192 32% [==================== ] 723/2192 32% [==================== ] 724/2192 33% [==================== ] 725/2192 33% [==================== ] 726/2192 33% [==================== ] 727/2192 33% [==================== ] 728/2192 33% [==================== ] 729/2192 33% [==================== ] 730/2192 33% [==================== ] 731/2192 33% [==================== ] 732/2192 33% [==================== ] 733/2192 33% [==================== ] 734/2192 33% [==================== ] 735/2192 33% [==================== ] 736/2192 33% [==================== ] 737/2192 33% [==================== ] 738/2192 33% [==================== ] 739/2192 33% [==================== ] 740/2192 33% [==================== ] 741/2192 33% [==================== ] 742/2192 33% [===================== ] 743/2192 33% [===================== ] 744/2192 33% [===================== ] 745/2192 33% [===================== ] 746/2192 34% [===================== ] 747/2192 34% [===================== ] 748/2192 34% [===================== ] 749/2192 34% [===================== ] 750/2192 34% [===================== ] 751/2192 34% [===================== ] 752/2192 34% [===================== ] 753/2192 34% [===================== ] 754/2192 34% [===================== ] 755/2192 34% [===================== ] 756/2192 34% [===================== ] 757/2192 34% [===================== ] 758/2192 34% [===================== ] 759/2192 34% [===================== ] 760/2192 34% [===================== ] 761/2192 34% [===================== ] 762/2192 34% [===================== ] 763/2192 34% [===================== ] 764/2192 34% [===================== ] 765/2192 34% [===================== ] 766/2192 34% [===================== ] 767/2192 34% [===================== ] 768/2192 35% [===================== ] 769/2192 35% [===================== ] 770/2192 35% [===================== ] 771/2192 35% [===================== ] 772/2192 35% [===================== ] 773/2192 35% [===================== ] 774/2192 35% [===================== ] 775/2192 35% [===================== ] 776/2192 35% [===================== ] 777/2192 35% [====================== ] 778/2192 35% [====================== ] 779/2192 35% [====================== ] 780/2192 35% [====================== ] 781/2192 35% [====================== ] 782/2192 35% [====================== ] 783/2192 35% [====================== ] 784/2192 35% [====================== ] 785/2192 35% [====================== ] 786/2192 35% [====================== ] 787/2192 35% [====================== ] 788/2192 35% [====================== ] 789/2192 35% [====================== ] 790/2192 36% [====================== ] 791/2192 36% [====================== ] 792/2192 36% [====================== ] 793/2192 36% [====================== ] 794/2192 36% [====================== ] 795/2192 36% [====================== ] 796/2192 36% [====================== ] 797/2192 36% [====================== ] 798/2192 36% [====================== ] 799/2192 36% [====================== ] 800/2192 36% [====================== ] 801/2192 36% [====================== ] 802/2192 36% [====================== ] 803/2192 36% [====================== ] 804/2192 36% [====================== ] 805/2192 36% [====================== ] 806/2192 36% [====================== ] 807/2192 36% [====================== ] 808/2192 36% [====================== ] 809/2192 36% [====================== ] 810/2192 36% [====================== ] 811/2192 36% [====================== ] 812/2192 37% [====================== ] 813/2192 37% [======================= ] 814/2192 37% [======================= ] 815/2192 37% [======================= ] 816/2192 37% [======================= ] 817/2192 37% [======================= ] 818/2192 37% [======================= ] 819/2192 37% [======================= ] 820/2192 37% [======================= ] 821/2192 37% [======================= ] 822/2192 37% [======================= ] 823/2192 37% [======================= ] 824/2192 37% [======================= ] 825/2192 37% [======================= ] 826/2192 37% [======================= ] 827/2192 37% [======================= ] 828/2192 37% [======================= ] 829/2192 37% [======================= ] 830/2192 37% [======================= ] 831/2192 37% [======================= ] 832/2192 37% [======================= ] 833/2192 38% [======================= ] 834/2192 38% [======================= ] 835/2192 38% [======================= ] 836/2192 38% [======================= ] 837/2192 38% [======================= ] 838/2192 38% [======================= ] 839/2192 38% [======================= ] 840/2192 38% [======================= ] 841/2192 38% [======================= ] 842/2192 38% [======================= ] 843/2192 38% [======================= ] 844/2192 38% [======================= ] 845/2192 38% [======================= ] 846/2192 38% [======================= ] 847/2192 38% [======================= ] 848/2192 38% [======================== ] 849/2192 38% [======================== ] 850/2192 38% [======================== ] 851/2192 38% [======================== ] 852/2192 38% [======================== ] 853/2192 38% [======================== ] 854/2192 38% [======================== ] 855/2192 39% [======================== ] 856/2192 39% [======================== ] 857/2192 39% [======================== ] 858/2192 39% [======================== ] 859/2192 39% [======================== ] 860/2192 39% [======================== ] 861/2192 39% [======================== ] 862/2192 39% [======================== ] 863/2192 39% [======================== ] 864/2192 39% [======================== ] 865/2192 39% [======================== ] 866/2192 39% [======================== ] 867/2192 39% [======================== ] 868/2192 39% [======================== ] 869/2192 39% [======================== ] 870/2192 39% [======================== ] 871/2192 39% [======================== ] 872/2192 39% [======================== ] 873/2192 39% [======================== ] 874/2192 39% [======================== ] 875/2192 39% [======================== ] 876/2192 39% [======================== ] 877/2192 40% [======================== ] 878/2192 40% [======================== ] 879/2192 40% [======================== ] 880/2192 40% [======================== ] 881/2192 40% [======================== ] 882/2192 40% [======================== ] 883/2192 40% [========================= ] 884/2192 40% [========================= ] 885/2192 40% [========================= ] 886/2192 40% [========================= ] 887/2192 40% [========================= ] 888/2192 40% [========================= ] 889/2192 40% [========================= ] 890/2192 40% [========================= ] 891/2192 40% [========================= ] 892/2192 40% [========================= ] 893/2192 40% [========================= ] 894/2192 40% [========================= ] 895/2192 40% [========================= ] 896/2192 40% [========================= ] 897/2192 40% [========================= ] 898/2192 40% [========================= ] 899/2192 41% [========================= ] 900/2192 41% [========================= ] 901/2192 41% [========================= ] 902/2192 41% [========================= ] 903/2192 41% [========================= ] 904/2192 41% [========================= ] 905/2192 41% [========================= ] 906/2192 41% [========================= ] 907/2192 41% [========================= ] 908/2192 41% [========================= ] 909/2192 41% [========================= ] 910/2192 41% [========================= ] 911/2192 41% [========================= ] 912/2192 41% [========================= ] 913/2192 41% [========================= ] 914/2192 41% [========================= ] 915/2192 41% [========================= ] 916/2192 41% [========================= ] 917/2192 41% [========================= ] 918/2192 41% [========================= ] 919/2192 41% [========================== ] 920/2192 41% [========================== ] 921/2192 42% [========================== ] 922/2192 42% [========================== ] 923/2192 42% [========================== ] 924/2192 42% [========================== ] 925/2192 42% [========================== ] 926/2192 42% [========================== ] 927/2192 42% [========================== ] 928/2192 42% [========================== ] 929/2192 42% [========================== ] 930/2192 42% [========================== ] 931/2192 42% [========================== ] 932/2192 42% [========================== ] 933/2192 42% [========================== ] 934/2192 42% [========================== ] 935/2192 42% [========================== ] 936/2192 42% [========================== ] 937/2192 42% [========================== ] 938/2192 42% [========================== ] 939/2192 42% [========================== ] 940/2192 42% [========================== ] 941/2192 42% [========================== ] 942/2192 42% [========================== ] 943/2192 43% [========================== ] 944/2192 43% [========================== ] 945/2192 43% [========================== ] 946/2192 43% [========================== ] 947/2192 43% [========================== ] 948/2192 43% [========================== ] 949/2192 43% [========================== ] 950/2192 43% [========================== ] 951/2192 43% [========================== ] 952/2192 43% [========================== ] 953/2192 43% [========================== ] 954/2192 43% [=========================== ] 955/2192 43% [=========================== ] 956/2192 43% [=========================== ] 957/2192 43% [=========================== ] 958/2192 43% [=========================== ] 959/2192 43% [=========================== ] 960/2192 43% [=========================== ] 961/2192 43% [=========================== ] 962/2192 43% [=========================== ] 963/2192 43% [=========================== ] 964/2192 43% [=========================== ] 965/2192 44% [=========================== ] 966/2192 44% [=========================== ] 967/2192 44% [=========================== ] 968/2192 44% [=========================== ] 969/2192 44% [=========================== ] 970/2192 44% [=========================== ] 971/2192 44% [=========================== ] 972/2192 44% [=========================== ] 973/2192 44% [=========================== ] 974/2192 44% [=========================== ] 975/2192 44% [=========================== ] 976/2192 44% [=========================== ] 977/2192 44% [=========================== ] 978/2192 44% [=========================== ] 979/2192 44% [=========================== ] 980/2192 44% [=========================== ] 981/2192 44% [=========================== ] 982/2192 44% [=========================== ] 983/2192 44% [=========================== ] 984/2192 44% [=========================== ] 985/2192 44% [=========================== ] 986/2192 44% [=========================== ] 987/2192 45% [=========================== ] 988/2192 45% [=========================== ] 989/2192 45% [============================ ] 990/2192 45% [============================ ] 991/2192 45% [============================ ] 992/2192 45% [============================ ] 993/2192 45% [============================ ] 994/2192 45% [============================ ] 995/2192 45% [============================ ] 996/2192 45% [============================ ] 997/2192 45% [============================ ] 998/2192 45% [============================ ] 999/2192 45% [============================ ] 1000/2192 45% [============================ ] 1001/2192 45% [============================ ] 1002/2192 45% [============================ ] 1003/2192 45% [============================ ] 1004/2192 45% [============================ ] 1005/2192 45% [============================ ] 1006/2192 45% [============================ ] 1007/2192 45% [============================ ] 1008/2192 45% [============================ ] 1009/2192 46% [============================ ] 1010/2192 46% [============================ ] 1011/2192 46% [============================ ] 1012/2192 46% [============================ ] 1013/2192 46% [============================ ] 1014/2192 46% [============================ ] 1015/2192 46% [============================ ] 1016/2192 46% [============================ ] 1017/2192 46% [============================ ] 1018/2192 46% [============================ ] 1019/2192 46% [============================ ] 1020/2192 46% [============================ ] 1021/2192 46% [============================ ] 1022/2192 46% [============================ ] 1023/2192 46% [============================ ] 1024/2192 46% [============================ ] 1025/2192 46% [============================= ] 1026/2192 46% [============================= ] 1027/2192 46% [============================= ] 1028/2192 46% [============================= ] 1029/2192 46% [============================= ] 1030/2192 46% [============================= ] 1031/2192 47% [============================= ] 1032/2192 47% [============================= ] 1033/2192 47% [============================= ] 1034/2192 47% [============================= ] 1035/2192 47% [============================= ] 1036/2192 47% [============================= ] 1037/2192 47% [============================= ] 1038/2192 47% [============================= ] 1039/2192 47% [============================= ] 1040/2192 47% [============================= ] 1041/2192 47% [============================= ] 1042/2192 47% [============================= ] 1043/2192 47% [============================= ] 1044/2192 47% [============================= ] 1045/2192 47% [============================= ] 1046/2192 47% [============================= ] 1047/2192 47% [============================= ] 1048/2192 47% [============================= ] 1049/2192 47% [============================= ] 1050/2192 47% [============================= ] 1051/2192 47% [============================= ] 1052/2192 47% [============================= ] 1053/2192 48% [============================= ] 1054/2192 48% [============================= ] 1055/2192 48% [============================= ] 1056/2192 48% [============================= ] 1057/2192 48% [============================= ] 1058/2192 48% [============================= ] 1059/2192 48% [============================= ] 1060/2192 48% [============================== ] 1061/2192 48% [============================== ] 1062/2192 48% [============================== ] 1063/2192 48% [============================== ] 1064/2192 48% [============================== ] 1065/2192 48% [============================== ] 1066/2192 48% [============================== ] 1067/2192 48% [============================== ] 1068/2192 48% [============================== ] 1069/2192 48% [============================== ] 1070/2192 48% [============================== ] 1071/2192 48% [============================== ] 1072/2192 48% [============================== ] 1073/2192 48% [============================== ] 1074/2192 48% [============================== ] 1075/2192 49% [============================== ] 1076/2192 49% [============================== ] 1077/2192 49% [============================== ] 1078/2192 49% [============================== ] 1079/2192 49% [============================== ] 1080/2192 49% [============================== ] 1081/2192 49% [============================== ] 1082/2192 49% [============================== ] 1083/2192 49% [============================== ] 1084/2192 49% [============================== ] 1085/2192 49% [============================== ] 1086/2192 49% [============================== ] 1087/2192 49% [============================== ] 1088/2192 49% [============================== ] 1089/2192 49% [============================== ] 1090/2192 49% [============================== ] 1091/2192 49% [============================== ] 1092/2192 49% [============================== ] 1093/2192 49% [============================== ] 1094/2192 49% [============================== ] 1095/2192 49% [=============================== ] 1096/2192 50% [=============================== ] 1097/2192 50% [=============================== ] 1098/2192 50% [=============================== ] 1099/2192 50% [=============================== ] 1100/2192 50% [=============================== ] 1101/2192 50% [=============================== ] 1102/2192 50% [=============================== ] 1103/2192 50% [=============================== ] 1104/2192 50% [=============================== ] 1105/2192 50% [=============================== ] 1106/2192 50% [=============================== ] 1107/2192 50% [=============================== ] 1108/2192 50% [=============================== ] 1109/2192 50% [=============================== ] 1110/2192 50% [=============================== ] 1111/2192 50% [=============================== ] 1112/2192 50% [=============================== ] 1113/2192 50% [=============================== ] 1114/2192 50% [=============================== ] 1115/2192 50% [=============================== ] 1116/2192 50% [=============================== ] 1117/2192 50% [=============================== ] 1118/2192 51% [=============================== ] 1119/2192 51% [=============================== ] 1120/2192 51% [=============================== ] 1121/2192 51% [=============================== ] 1122/2192 51% [=============================== ] 1123/2192 51% [=============================== ] 1124/2192 51% [=============================== ] 1125/2192 51% [=============================== ] 1126/2192 51% [=============================== ] 1127/2192 51% [=============================== ] 1128/2192 51% [=============================== ] 1129/2192 51% [=============================== ] 1130/2192 51% [=============================== ] 1131/2192 51% [================================ ] 1132/2192 51% [================================ ] 1133/2192 51% [================================ ] 1134/2192 51% [================================ ] 1135/2192 51% [================================ ] 1136/2192 51% [================================ ] 1137/2192 51% [================================ ] 1138/2192 51% [================================ ] 1139/2192 51% [================================ ] 1140/2192 52% [================================ ] 1141/2192 52% [================================ ] 1142/2192 52% [================================ ] 1143/2192 52% [================================ ] 1144/2192 52% [================================ ] 1145/2192 52% [================================ ] 1146/2192 52% [================================ ] 1147/2192 52% [================================ ] 1148/2192 52% [================================ ] 1149/2192 52% [================================ ] 1150/2192 52% [================================ ] 1151/2192 52% [================================ ] 1152/2192 52% [================================ ] 1153/2192 52% [================================ ] 1154/2192 52% [================================ ] 1155/2192 52% [================================ ] 1156/2192 52% [================================ ] 1157/2192 52% [================================ ] 1158/2192 52% [================================ ] 1159/2192 52% [================================ ] 1160/2192 52% [================================ ] 1161/2192 52% [================================ ] 1162/2192 53% [================================ ] 1163/2192 53% [================================ ] 1164/2192 53% [================================ ] 1165/2192 53% [================================ ] 1166/2192 53% [================================= ] 1167/2192 53% [================================= ] 1168/2192 53% [================================= ] 1169/2192 53% [================================= ] 1170/2192 53% [================================= ] 1171/2192 53% [================================= ] 1172/2192 53% [================================= ] 1173/2192 53% [================================= ] 1174/2192 53% [================================= ] 1175/2192 53% [================================= ] 1176/2192 53% [================================= ] 1177/2192 53% [================================= ] 1178/2192 53% [================================= ] 1179/2192 53% [================================= ] 1180/2192 53% [================================= ] 1181/2192 53% [================================= ] 1182/2192 53% [================================= ] 1183/2192 53% [================================= ] 1184/2192 54% [================================= ] 1185/2192 54% [================================= ] 1186/2192 54% [================================= ] 1187/2192 54% [================================= ] 1188/2192 54% [================================= ] 1189/2192 54% [================================= ] 1190/2192 54% [================================= ] 1191/2192 54% [================================= ] 1192/2192 54% [================================= ] 1193/2192 54% [================================= ] 1194/2192 54% [================================= ] 1195/2192 54% [================================= ] 1196/2192 54% [================================= ] 1197/2192 54% [================================= ] 1198/2192 54% [================================= ] 1199/2192 54% [================================= ] 1200/2192 54% [================================= ] 1201/2192 54% [================================= ] 1202/2192 54% [================================== ] 1203/2192 54% [================================== ] 1204/2192 54% [================================== ] 1205/2192 54% [================================== ] 1206/2192 55% [================================== ] 1207/2192 55% [================================== ] 1208/2192 55% [================================== ] 1209/2192 55% [================================== ] 1210/2192 55% [================================== ] 1211/2192 55% [================================== ] 1212/2192 55% [================================== ] 1213/2192 55% [================================== ] 1214/2192 55% [================================== ] 1215/2192 55% [================================== ] 1216/2192 55% [================================== ] 1217/2192 55% [================================== ] 1218/2192 55% [================================== ] 1219/2192 55% [================================== ] 1220/2192 55% [================================== ] 1221/2192 55% [================================== ] 1222/2192 55% [================================== ] 1223/2192 55% [================================== ] 1224/2192 55% [================================== ] 1225/2192 55% [================================== ] 1226/2192 55% [================================== ] 1227/2192 55% [================================== ] 1228/2192 56% [================================== ] 1229/2192 56% [================================== ] 1230/2192 56% [================================== ] 1231/2192 56% [================================== ] 1232/2192 56% [================================== ] 1233/2192 56% [================================== ] 1234/2192 56% [================================== ] 1235/2192 56% [================================== ] 1236/2192 56% [================================== ] 1237/2192 56% [=================================== ] 1238/2192 56% [=================================== ] 1239/2192 56% [=================================== ] 1240/2192 56% [=================================== ] 1241/2192 56% [=================================== ] 1242/2192 56% [=================================== ] 1243/2192 56% [=================================== ] 1244/2192 56% [=================================== ] 1245/2192 56% [=================================== ] 1246/2192 56% [=================================== ] 1247/2192 56% [=================================== ] 1248/2192 56% [=================================== ] 1249/2192 56% [=================================== ] 1250/2192 57% [=================================== ] 1251/2192 57% [=================================== ] 1252/2192 57% [=================================== ] 1253/2192 57% [=================================== ] 1254/2192 57% [=================================== ] 1255/2192 57% [=================================== ] 1256/2192 57% [=================================== ] 1257/2192 57% [=================================== ] 1258/2192 57% [=================================== ] 1259/2192 57% [=================================== ] 1260/2192 57% [=================================== ] 1261/2192 57% [=================================== ] 1262/2192 57% [=================================== ] 1263/2192 57% [=================================== ] 1264/2192 57% [=================================== ] 1265/2192 57% [=================================== ] 1266/2192 57% [=================================== ] 1267/2192 57% [=================================== ] 1268/2192 57% [=================================== ] 1269/2192 57% [=================================== ] 1270/2192 57% [=================================== ] 1271/2192 57% [=================================== ] 1272/2192 58% [==================================== ] 1273/2192 58% [==================================== ] 1274/2192 58% [==================================== ] 1275/2192 58% [==================================== ] 1276/2192 58% [==================================== ] 1277/2192 58% [==================================== ] 1278/2192 58% [==================================== ] 1279/2192 58% [==================================== ] 1280/2192 58% [==================================== ] 1281/2192 58% [==================================== ] 1282/2192 58% [==================================== ] 1283/2192 58% [==================================== ] 1284/2192 58% [==================================== ] 1285/2192 58% [==================================== ] 1286/2192 58% [==================================== ] 1287/2192 58% [==================================== ] 1288/2192 58% [==================================== ] 1289/2192 58% [==================================== ] 1290/2192 58% [==================================== ] 1291/2192 58% [==================================== ] 1292/2192 58% [==================================== ] 1293/2192 58% [==================================== ] 1294/2192 59% [==================================== ] 1295/2192 59% [==================================== ] 1296/2192 59% [==================================== ] 1297/2192 59% [==================================== ] 1298/2192 59% [==================================== ] 1299/2192 59% [==================================== ] 1300/2192 59% [==================================== ] 1301/2192 59% [==================================== ] 1302/2192 59% [==================================== ] 1303/2192 59% [==================================== ] 1304/2192 59% [==================================== ] 1305/2192 59% [==================================== ] 1306/2192 59% [==================================== ] 1307/2192 59% [==================================== ] 1308/2192 59% [===================================== ] 1309/2192 59% [===================================== ] 1310/2192 59% [===================================== ] 1311/2192 59% [===================================== ] 1312/2192 59% [===================================== ] 1313/2192 59% [===================================== ] 1314/2192 59% [===================================== ] 1315/2192 59% [===================================== ] 1316/2192 60% [===================================== ] 1317/2192 60% [===================================== ] 1318/2192 60% [===================================== ] 1319/2192 60% [===================================== ] 1320/2192 60% [===================================== ] 1321/2192 60% [===================================== ] 1322/2192 60% [===================================== ] 1323/2192 60% [===================================== ] 1324/2192 60% [===================================== ] 1325/2192 60% [===================================== ] 1326/2192 60% [===================================== ] 1327/2192 60% [===================================== ] 1328/2192 60% [===================================== ] 1329/2192 60% [===================================== ] 1330/2192 60% [===================================== ] 1331/2192 60% [===================================== ] 1332/2192 60% [===================================== ] 1333/2192 60% [===================================== ] 1334/2192 60% [===================================== ] 1335/2192 60% [===================================== ] 1336/2192 60% [===================================== ] 1337/2192 60% [===================================== ] 1338/2192 61% [===================================== ] 1339/2192 61% [===================================== ] 1340/2192 61% [===================================== ] 1341/2192 61% [===================================== ] 1342/2192 61% [===================================== ] 1343/2192 61% [====================================== ] 1344/2192 61% [====================================== ] 1345/2192 61% [====================================== ] 1346/2192 61% [====================================== ] 1347/2192 61% [====================================== ] 1348/2192 61% [====================================== ] 1349/2192 61% [====================================== ] 1350/2192 61% [====================================== ] 1351/2192 61% [====================================== ] 1352/2192 61% [====================================== ] 1353/2192 61% [====================================== ] 1354/2192 61% [====================================== ] 1355/2192 61% [====================================== ] 1356/2192 61% [====================================== ] 1357/2192 61% [====================================== ] 1358/2192 61% [====================================== ] 1359/2192 61% [====================================== ] 1360/2192 62% [====================================== ] 1361/2192 62% [====================================== ] 1362/2192 62% [====================================== ] 1363/2192 62% [====================================== ] 1364/2192 62% [====================================== ] 1365/2192 62% [====================================== ] 1366/2192 62% [====================================== ] 1367/2192 62% [====================================== ] 1368/2192 62% [====================================== ] 1369/2192 62% [====================================== ] 1370/2192 62% [====================================== ] 1371/2192 62% [====================================== ] 1372/2192 62% [====================================== ] 1373/2192 62% [====================================== ] 1374/2192 62% [====================================== ] 1375/2192 62% [====================================== ] 1376/2192 62% [====================================== ] 1377/2192 62% [====================================== ] 1378/2192 62% [======================================= ] 1379/2192 62% [======================================= ] 1380/2192 62% [======================================= ] 1381/2192 63% [======================================= ] 1382/2192 63% [======================================= ] 1383/2192 63% [======================================= ] 1384/2192 63% [======================================= ] 1385/2192 63% [======================================= ] 1386/2192 63% [======================================= ] 1387/2192 63% [======================================= ] 1388/2192 63% [======================================= ] 1389/2192 63% [======================================= ] 1390/2192 63% [======================================= ] 1391/2192 63% [======================================= ] 1392/2192 63% [======================================= ] 1393/2192 63% [======================================= ] 1394/2192 63% [======================================= ] 1395/2192 63% [======================================= ] 1396/2192 63% [======================================= ] 1397/2192 63% [======================================= ] 1398/2192 63% [======================================= ] 1399/2192 63% [======================================= ] 1400/2192 63% [======================================= ] 1401/2192 63% [======================================= ] 1402/2192 63% [======================================= ] 1403/2192 64% [======================================= ] 1404/2192 64% [======================================= ] 1405/2192 64% [======================================= ] 1406/2192 64% [======================================= ] 1407/2192 64% [======================================= ] 1408/2192 64% [======================================= ] 1409/2192 64% [======================================= ] 1410/2192 64% [======================================= ] 1411/2192 64% [======================================= ] 1412/2192 64% [======================================= ] 1413/2192 64% [======================================= ] 1414/2192 64% [======================================== ] 1415/2192 64% [======================================== ] 1416/2192 64% [======================================== ] 1417/2192 64% [======================================== ] 1418/2192 64% [======================================== ] 1419/2192 64% [======================================== ] 1420/2192 64% [======================================== ] 1421/2192 64% [======================================== ] 1422/2192 64% [======================================== ] 1423/2192 64% [======================================== ] 1424/2192 64% [======================================== ] 1425/2192 65% [======================================== ] 1426/2192 65% [======================================== ] 1427/2192 65% [======================================== ] 1428/2192 65% [======================================== ] 1429/2192 65% [======================================== ] 1430/2192 65% [======================================== ] 1431/2192 65% [======================================== ] 1432/2192 65% [======================================== ] 1433/2192 65% [======================================== ] 1434/2192 65% [======================================== ] 1435/2192 65% [======================================== ] 1436/2192 65% [======================================== ] 1437/2192 65% [======================================== ] 1438/2192 65% [======================================== ] 1439/2192 65% [======================================== ] 1440/2192 65% [======================================== ] 1441/2192 65% [======================================== ] 1442/2192 65% [======================================== ] 1443/2192 65% [======================================== ] 1444/2192 65% [======================================== ] 1445/2192 65% [======================================== ] 1446/2192 65% [======================================== ] 1447/2192 66% [======================================== ] 1448/2192 66% [======================================== ] 1449/2192 66% [========================================= ] 1450/2192 66% [========================================= ] 1451/2192 66% [========================================= ] 1452/2192 66% [========================================= ] 1453/2192 66% [========================================= ] 1454/2192 66% [========================================= ] 1455/2192 66% [========================================= ] 1456/2192 66% [========================================= ] 1457/2192 66% [========================================= ] 1458/2192 66% [========================================= ] 1459/2192 66% [========================================= ] 1460/2192 66% [========================================= ] 1461/2192 66% [========================================= ] 1462/2192 66% [========================================= ] 1463/2192 66% [========================================= ] 1464/2192 66% [========================================= ] 1465/2192 66% [========================================= ] 1466/2192 66% [========================================= ] 1467/2192 66% [========================================= ] 1468/2192 66% [========================================= ] 1469/2192 67% [========================================= ] 1470/2192 67% [========================================= ] 1471/2192 67% [========================================= ] 1472/2192 67% [========================================= ] 1473/2192 67% [========================================= ] 1474/2192 67% [========================================= ] 1475/2192 67% [========================================= ] 1476/2192 67% [========================================= ] 1477/2192 67% [========================================= ] 1478/2192 67% [========================================= ] 1479/2192 67% [========================================= ] 1480/2192 67% [========================================= ] 1481/2192 67% [========================================= ] 1482/2192 67% [========================================= ] 1483/2192 67% [========================================= ] 1484/2192 67% [========================================== ] 1485/2192 67% [========================================== ] 1486/2192 67% [========================================== ] 1487/2192 67% [========================================== ] 1488/2192 67% [========================================== ] 1489/2192 67% [========================================== ] 1490/2192 67% [========================================== ] 1491/2192 68% [========================================== ] 1492/2192 68% [========================================== ] 1493/2192 68% [========================================== ] 1494/2192 68% [========================================== ] 1495/2192 68% [========================================== ] 1496/2192 68% [========================================== ] 1497/2192 68% [========================================== ] 1498/2192 68% [========================================== ] 1499/2192 68% [========================================== ] 1500/2192 68% [========================================== ] 1501/2192 68% [========================================== ] 1502/2192 68% [========================================== ] 1503/2192 68% [========================================== ] 1504/2192 68% [========================================== ] 1505/2192 68% [========================================== ] 1506/2192 68% [========================================== ] 1507/2192 68% [========================================== ] 1508/2192 68% [========================================== ] 1509/2192 68% [========================================== ] 1510/2192 68% [========================================== ] 1511/2192 68% [========================================== ] 1512/2192 68% [========================================== ] 1513/2192 69% [========================================== ] 1514/2192 69% [========================================== ] 1515/2192 69% [========================================== ] 1516/2192 69% [========================================== ] 1517/2192 69% [========================================== ] 1518/2192 69% [========================================== ] 1519/2192 69% [========================================== ] 1520/2192 69% [=========================================== ] 1521/2192 69% [=========================================== ] 1522/2192 69% [=========================================== ] 1523/2192 69% [=========================================== ] 1524/2192 69% [=========================================== ] 1525/2192 69% [=========================================== ] 1526/2192 69% [=========================================== ] 1527/2192 69% [=========================================== ] 1528/2192 69% [=========================================== ] 1529/2192 69% [=========================================== ] 1530/2192 69% [=========================================== ] 1531/2192 69% [=========================================== ] 1532/2192 69% [=========================================== ] 1533/2192 69% [=========================================== ] 1534/2192 69% [=========================================== ] 1535/2192 70% [=========================================== ] 1536/2192 70% [=========================================== ] 1537/2192 70% [=========================================== ] 1538/2192 70% [=========================================== ] 1539/2192 70% [=========================================== ] 1540/2192 70% [=========================================== ] 1541/2192 70% [=========================================== ] 1542/2192 70% [=========================================== ] 1543/2192 70% [=========================================== ] 1544/2192 70% [=========================================== ] 1545/2192 70% [=========================================== ] 1546/2192 70% [=========================================== ] 1547/2192 70% [=========================================== ] 1548/2192 70% [=========================================== ] 1549/2192 70% [=========================================== ] 1550/2192 70% [=========================================== ] 1551/2192 70% [=========================================== ] 1552/2192 70% [=========================================== ] 1553/2192 70% [=========================================== ] 1554/2192 70% [=========================================== ] 1555/2192 70% [============================================ ] 1556/2192 70% [============================================ ] 1557/2192 71% [============================================ ] 1558/2192 71% [============================================ ] 1559/2192 71% [============================================ ] 1560/2192 71% [============================================ ] 1561/2192 71% [============================================ ] 1562/2192 71% [============================================ ] 1563/2192 71% [============================================ ] 1564/2192 71% [============================================ ] 1565/2192 71% [============================================ ] 1566/2192 71% [============================================ ] 1567/2192 71% [============================================ ] 1568/2192 71% [============================================ ] 1569/2192 71% [============================================ ] 1570/2192 71% [============================================ ] 1571/2192 71% [============================================ ] 1572/2192 71% [============================================ ] 1573/2192 71% [============================================ ] 1574/2192 71% [============================================ ] 1575/2192 71% [============================================ ] 1576/2192 71% [============================================ ] 1577/2192 71% [============================================ ] 1578/2192 71% [============================================ ] 1579/2192 72% [============================================ ] 1580/2192 72% [============================================ ] 1581/2192 72% [============================================ ] 1582/2192 72% [============================================ ] 1583/2192 72% [============================================ ] 1584/2192 72% [============================================ ] 1585/2192 72% [============================================ ] 1586/2192 72% [============================================ ] 1587/2192 72% [============================================ ] 1588/2192 72% [============================================ ] 1589/2192 72% [============================================ ] 1590/2192 72% [============================================= ] 1591/2192 72% [============================================= ] 1592/2192 72% [============================================= ] 1593/2192 72% [============================================= ] 1594/2192 72% [============================================= ] 1595/2192 72% [============================================= ] 1596/2192 72% [============================================= ] 1597/2192 72% [============================================= ] 1598/2192 72% [============================================= ] 1599/2192 72% [============================================= ] 1600/2192 72% [============================================= ] 1601/2192 73% [============================================= ] 1602/2192 73% [============================================= ] 1603/2192 73% [============================================= ] 1604/2192 73% [============================================= ] 1605/2192 73% [============================================= ] 1606/2192 73% [============================================= ] 1607/2192 73% [============================================= ] 1608/2192 73% [============================================= ] 1609/2192 73% [============================================= ] 1610/2192 73% [============================================= ] 1611/2192 73% [============================================= ] 1612/2192 73% [============================================= ] 1613/2192 73% [============================================= ] 1614/2192 73% [============================================= ] 1615/2192 73% [============================================= ] 1616/2192 73% [============================================= ] 1617/2192 73% [============================================= ] 1618/2192 73% [============================================= ] 1619/2192 73% [============================================= ] 1620/2192 73% [============================================= ] 1621/2192 73% [============================================= ] 1622/2192 73% [============================================= ] 1623/2192 74% [============================================= ] 1624/2192 74% [============================================= ] 1625/2192 74% [============================================= ] 1626/2192 74% [============================================== ] 1627/2192 74% [============================================== ] 1628/2192 74% [============================================== ] 1629/2192 74% [============================================== ] 1630/2192 74% [============================================== ] 1631/2192 74% [============================================== ] 1632/2192 74% [============================================== ] 1633/2192 74% [============================================== ] 1634/2192 74% [============================================== ] 1635/2192 74% [============================================== ] 1636/2192 74% [============================================== ] 1637/2192 74% [============================================== ] 1638/2192 74% [============================================== ] 1639/2192 74% [============================================== ] 1640/2192 74% [============================================== ] 1641/2192 74% [============================================== ] 1642/2192 74% [============================================== ] 1643/2192 74% [============================================== ] 1644/2192 75% [============================================== ] 1645/2192 75% [============================================== ] 1646/2192 75% [============================================== ] 1647/2192 75% [============================================== ] 1648/2192 75% [============================================== ] 1649/2192 75% [============================================== ] 1650/2192 75% [============================================== ] 1651/2192 75% [============================================== ] 1652/2192 75% [============================================== ] 1653/2192 75% [============================================== ] 1654/2192 75% [============================================== ] 1655/2192 75% [============================================== ] 1656/2192 75% [============================================== ] 1657/2192 75% [============================================== ] 1658/2192 75% [============================================== ] 1659/2192 75% [============================================== ] 1660/2192 75% [============================================== ] 1661/2192 75% [=============================================== ] 1662/2192 75% [=============================================== ] 1663/2192 75% [=============================================== ] 1664/2192 75% [=============================================== ] 1665/2192 75% [=============================================== ] 1666/2192 76% [=============================================== ] 1667/2192 76% [=============================================== ] 1668/2192 76% [=============================================== ] 1669/2192 76% [=============================================== ] 1670/2192 76% [=============================================== ] 1671/2192 76% [=============================================== ] 1672/2192 76% [=============================================== ] 1673/2192 76% [=============================================== ] 1674/2192 76% [=============================================== ] 1675/2192 76% [=============================================== ] 1676/2192 76% [=============================================== ] 1677/2192 76% [=============================================== ] 1678/2192 76% [=============================================== ] 1679/2192 76% [=============================================== ] 1680/2192 76% [=============================================== ] 1681/2192 76% [=============================================== ] 1682/2192 76% [=============================================== ] 1683/2192 76% [=============================================== ] 1684/2192 76% [=============================================== ] 1685/2192 76% [=============================================== ] 1686/2192 76% [=============================================== ] 1687/2192 76% [=============================================== ] 1688/2192 77% [=============================================== ] 1689/2192 77% [=============================================== ] 1690/2192 77% [=============================================== ] 1691/2192 77% [=============================================== ] 1692/2192 77% [=============================================== ] 1693/2192 77% [=============================================== ] 1694/2192 77% [=============================================== ] 1695/2192 77% [=============================================== ] 1696/2192 77% [=============================================== ] 1697/2192 77% [================================================ ] 1698/2192 77% [================================================ ] 1699/2192 77% [================================================ ] 1700/2192 77% [================================================ ] 1701/2192 77% [================================================ ] 1702/2192 77% [================================================ ] 1703/2192 77% [================================================ ] 1704/2192 77% [================================================ ] 1705/2192 77% [================================================ ] 1706/2192 77% [================================================ ] 1707/2192 77% [================================================ ] 1708/2192 77% [================================================ ] 1709/2192 77% [================================================ ] 1710/2192 78% [================================================ ] 1711/2192 78% [================================================ ] 1712/2192 78% [================================================ ] 1713/2192 78% [================================================ ] 1714/2192 78% [================================================ ] 1715/2192 78% [================================================ ] 1716/2192 78% [================================================ ] 1717/2192 78% [================================================ ] 1718/2192 78% [================================================ ] 1719/2192 78% [================================================ ] 1720/2192 78% [================================================ ] 1721/2192 78% [================================================ ] 1722/2192 78% [================================================ ] 1723/2192 78% [================================================ ] 1724/2192 78% [================================================ ] 1725/2192 78% [================================================ ] 1726/2192 78% [================================================ ] 1727/2192 78% [================================================ ] 1728/2192 78% [================================================ ] 1729/2192 78% [================================================ ] 1730/2192 78% [================================================ ] 1731/2192 78% [================================================ ] 1732/2192 79% [================================================= ] 1733/2192 79% [================================================= ] 1734/2192 79% [================================================= ] 1735/2192 79% [================================================= ] 1736/2192 79% [================================================= ] 1737/2192 79% [================================================= ] 1738/2192 79% [================================================= ] 1739/2192 79% [================================================= ] 1740/2192 79% [================================================= ] 1741/2192 79% [================================================= ] 1742/2192 79% [================================================= ] 1743/2192 79% [================================================= ] 1744/2192 79% [================================================= ] 1745/2192 79% [================================================= ] 1746/2192 79% [================================================= ] 1747/2192 79% [================================================= ] 1748/2192 79% [================================================= ] 1749/2192 79% [================================================= ] 1750/2192 79% [================================================= ] 1751/2192 79% [================================================= ] 1752/2192 79% [================================================= ] 1753/2192 79% [================================================= ] 1754/2192 80% [================================================= ] 1755/2192 80% [================================================= ] 1756/2192 80% [================================================= ] 1757/2192 80% [================================================= ] 1758/2192 80% [================================================= ] 1759/2192 80% [================================================= ] 1760/2192 80% [================================================= ] 1761/2192 80% [================================================= ] 1762/2192 80% [================================================= ] 1763/2192 80% [================================================= ] 1764/2192 80% [================================================= ] 1765/2192 80% [================================================= ] 1766/2192 80% [================================================= ] 1767/2192 80% [================================================== ] 1768/2192 80% [================================================== ] 1769/2192 80% [================================================== ] 1770/2192 80% [================================================== ] 1771/2192 80% [================================================== ] 1772/2192 80% [================================================== ] 1773/2192 80% [================================================== ] 1774/2192 80% [================================================== ] 1775/2192 80% [================================================== ] 1776/2192 81% [================================================== ] 1777/2192 81% [================================================== ] 1778/2192 81% [================================================== ] 1779/2192 81% [================================================== ] 1780/2192 81% [================================================== ] 1781/2192 81% [================================================== ] 1782/2192 81% [================================================== ] 1783/2192 81% [================================================== ] 1784/2192 81% [================================================== ] 1785/2192 81% [================================================== ] 1786/2192 81% [================================================== ] 1787/2192 81% [================================================== ] 1788/2192 81% [================================================== ] 1789/2192 81% [================================================== ] 1790/2192 81% [================================================== ] 1791/2192 81% [================================================== ] 1792/2192 81% [================================================== ] 1793/2192 81% [================================================== ] 1794/2192 81% [================================================== ] 1795/2192 81% [================================================== ] 1796/2192 81% [================================================== ] 1797/2192 81% [================================================== ] 1798/2192 82% [================================================== ] 1799/2192 82% [================================================== ] 1800/2192 82% [================================================== ] 1801/2192 82% [================================================== ] 1802/2192 82% [================================================== ] 1803/2192 82% [=================================================== ] 1804/2192 82% [=================================================== ] 1805/2192 82% [=================================================== ] 1806/2192 82% [=================================================== ] 1807/2192 82% [=================================================== ] 1808/2192 82% [=================================================== ] 1809/2192 82% [=================================================== ] 1810/2192 82% [=================================================== ] 1811/2192 82% [=================================================== ] 1812/2192 82% [=================================================== ] 1813/2192 82% [=================================================== ] 1814/2192 82% [=================================================== ] 1815/2192 82% [=================================================== ] 1816/2192 82% [=================================================== ] 1817/2192 82% [=================================================== ] 1818/2192 82% [=================================================== ] 1819/2192 82% [=================================================== ] 1820/2192 83% [=================================================== ] 1821/2192 83% [=================================================== ] 1822/2192 83% [=================================================== ] 1823/2192 83% [=================================================== ] 1824/2192 83% [=================================================== ] 1825/2192 83% [=================================================== ] 1826/2192 83% [=================================================== ] 1827/2192 83% [=================================================== ] 1828/2192 83% [=================================================== ] 1829/2192 83% [=================================================== ] 1830/2192 83% [=================================================== ] 1831/2192 83% [=================================================== ] 1832/2192 83% [=================================================== ] 1833/2192 83% [=================================================== ] 1834/2192 83% [=================================================== ] 1835/2192 83% [=================================================== ] 1836/2192 83% [=================================================== ] 1837/2192 83% [=================================================== ] 1838/2192 83% [==================================================== ] 1839/2192 83% [==================================================== ] 1840/2192 83% [==================================================== ] 1841/2192 83% [==================================================== ] 1842/2192 84% [==================================================== ] 1843/2192 84% [==================================================== ] 1844/2192 84% [==================================================== ] 1845/2192 84% [==================================================== ] 1846/2192 84% [==================================================== ] 1847/2192 84% [==================================================== ] 1848/2192 84% [==================================================== ] 1849/2192 84% [==================================================== ] 1850/2192 84% [==================================================== ] 1851/2192 84% [==================================================== ] 1852/2192 84% [==================================================== ] 1853/2192 84% [==================================================== ] 1854/2192 84% [==================================================== ] 1855/2192 84% [==================================================== ] 1856/2192 84% [==================================================== ] 1857/2192 84% [==================================================== ] 1858/2192 84% [==================================================== ] 1859/2192 84% [==================================================== ] 1860/2192 84% [==================================================== ] 1861/2192 84% [==================================================== ] 1862/2192 84% [==================================================== ] 1863/2192 84% [==================================================== ] 1864/2192 85% [==================================================== ] 1865/2192 85% [==================================================== ] 1866/2192 85% [==================================================== ] 1867/2192 85% [==================================================== ] 1868/2192 85% [==================================================== ] 1869/2192 85% [==================================================== ] 1870/2192 85% [==================================================== ] 1871/2192 85% [==================================================== ] 1872/2192 85% [==================================================== ] 1873/2192 85% [===================================================== ] 1874/2192 85% [===================================================== ] 1875/2192 85% [===================================================== ] 1876/2192 85% [===================================================== ] 1877/2192 85% [===================================================== ] 1878/2192 85% [===================================================== ] 1879/2192 85% [===================================================== ] 1880/2192 85% [===================================================== ] 1881/2192 85% [===================================================== ] 1882/2192 85% [===================================================== ] 1883/2192 85% [===================================================== ] 1884/2192 85% [===================================================== ] 1885/2192 85% [===================================================== ] 1886/2192 86% [===================================================== ] 1887/2192 86% [===================================================== ] 1888/2192 86% [===================================================== ] 1889/2192 86% [===================================================== ] 1890/2192 86% [===================================================== ] 1891/2192 86% [===================================================== ] 1892/2192 86% [===================================================== ] 1893/2192 86% [===================================================== ] 1894/2192 86% [===================================================== ] 1895/2192 86% [===================================================== ] 1896/2192 86% [===================================================== ] 1897/2192 86% [===================================================== ] 1898/2192 86% [===================================================== ] 1899/2192 86% [===================================================== ] 1900/2192 86% [===================================================== ] 1901/2192 86% [===================================================== ] 1902/2192 86% [===================================================== ] 1903/2192 86% [===================================================== ] 1904/2192 86% [===================================================== ] 1905/2192 86% [===================================================== ] 1906/2192 86% [===================================================== ] 1907/2192 86% [===================================================== ] 1908/2192 87% [===================================================== ] 1909/2192 87% [====================================================== ] 1910/2192 87% [====================================================== ] 1911/2192 87% [====================================================== ] 1912/2192 87% [====================================================== ] 1913/2192 87% [====================================================== ] 1914/2192 87% [====================================================== ] 1915/2192 87% [====================================================== ] 1916/2192 87% [====================================================== ] 1917/2192 87% [====================================================== ] 1918/2192 87% [====================================================== ] 1919/2192 87% [====================================================== ] 1920/2192 87% [====================================================== ] 1921/2192 87% [====================================================== ] 1922/2192 87% [====================================================== ] 1923/2192 87% [====================================================== ] 1924/2192 87% [====================================================== ] 1925/2192 87% [====================================================== ] 1926/2192 87% [====================================================== ] 1927/2192 87% [====================================================== ] 1928/2192 87% [====================================================== ] 1929/2192 88% [====================================================== ] 1930/2192 88% [====================================================== ] 1931/2192 88% [====================================================== ] 1932/2192 88% [====================================================== ] 1933/2192 88% [====================================================== ] 1934/2192 88% [====================================================== ] 1935/2192 88% [====================================================== ] 1936/2192 88% [====================================================== ] 1937/2192 88% [====================================================== ] 1938/2192 88% [====================================================== ] 1939/2192 88% [====================================================== ] 1940/2192 88% [====================================================== ] 1941/2192 88% [====================================================== ] 1942/2192 88% [====================================================== ] 1943/2192 88% [====================================================== ] 1944/2192 88% [======================================================= ] 1945/2192 88% [======================================================= ] 1946/2192 88% [======================================================= ] 1947/2192 88% [======================================================= ] 1948/2192 88% [======================================================= ] 1949/2192 88% [======================================================= ] 1950/2192 88% [======================================================= ] 1951/2192 89% [======================================================= ] 1952/2192 89% [======================================================= ] 1953/2192 89% [======================================================= ] 1954/2192 89% [======================================================= ] 1955/2192 89% [======================================================= ] 1956/2192 89% [======================================================= ] 1957/2192 89% [======================================================= ] 1958/2192 89% [======================================================= ] 1959/2192 89% [======================================================= ] 1960/2192 89% [======================================================= ] 1961/2192 89% [======================================================= ] 1962/2192 89% [======================================================= ] 1963/2192 89% [======================================================= ] 1964/2192 89% [======================================================= ] 1965/2192 89% [======================================================= ] 1966/2192 89% [======================================================= ] 1967/2192 89% [======================================================= ] 1968/2192 89% [======================================================= ] 1969/2192 89% [======================================================= ] 1970/2192 89% [======================================================= ] 1971/2192 89% [======================================================= ] 1972/2192 89% [======================================================= ] 1973/2192 90% [======================================================= ] 1974/2192 90% [======================================================= ] 1975/2192 90% [======================================================= ] 1976/2192 90% [======================================================= ] 1977/2192 90% [======================================================= ] 1978/2192 90% [======================================================= ] 1979/2192 90% [======================================================== ] 1980/2192 90% [======================================================== ] 1981/2192 90% [======================================================== ] 1982/2192 90% [======================================================== ] 1983/2192 90% [======================================================== ] 1984/2192 90% [======================================================== ] 1985/2192 90% [======================================================== ] 1986/2192 90% [======================================================== ] 1987/2192 90% [======================================================== ] 1988/2192 90% [======================================================== ] 1989/2192 90% [======================================================== ] 1990/2192 90% [======================================================== ] 1991/2192 90% [======================================================== ] 1992/2192 90% [======================================================== ] 1993/2192 90% [======================================================== ] 1994/2192 90% [======================================================== ] 1995/2192 91% [======================================================== ] 1996/2192 91% [======================================================== ] 1997/2192 91% [======================================================== ] 1998/2192 91% [======================================================== ] 1999/2192 91% [======================================================== ] 2000/2192 91% [======================================================== ] 2001/2192 91% [======================================================== ] 2002/2192 91% [======================================================== ] 2003/2192 91% [======================================================== ] 2004/2192 91% [======================================================== ] 2005/2192 91% [======================================================== ] 2006/2192 91% [======================================================== ] 2007/2192 91% [======================================================== ] 2008/2192 91% [======================================================== ] 2009/2192 91% [======================================================== ] 2010/2192 91% [======================================================== ] 2011/2192 91% [======================================================== ] 2012/2192 91% [======================================================== ] 2013/2192 91% [======================================================== ] 2014/2192 91% [======================================================== ] 2015/2192 91% [========================================================= ] 2016/2192 91% [========================================================= ] 2017/2192 92% [========================================================= ] 2018/2192 92% [========================================================= ] 2019/2192 92% [========================================================= ] 2020/2192 92% [========================================================= ] 2021/2192 92% [========================================================= ] 2022/2192 92% [========================================================= ] 2023/2192 92% [========================================================= ] 2024/2192 92% [========================================================= ] 2025/2192 92% [========================================================= ] 2026/2192 92% [========================================================= ] 2027/2192 92% [========================================================= ] 2028/2192 92% [========================================================= ] 2029/2192 92% [========================================================= ] 2030/2192 92% [========================================================= ] 2031/2192 92% [========================================================= ] 2032/2192 92% [========================================================= ] 2033/2192 92% [========================================================= ] 2034/2192 92% [========================================================= ] 2035/2192 92% [========================================================= ] 2036/2192 92% [========================================================= ] 2037/2192 92% [========================================================= ] 2038/2192 92% [========================================================= ] 2039/2192 93% [========================================================= ] 2040/2192 93% [========================================================= ] 2041/2192 93% [========================================================= ] 2042/2192 93% [========================================================= ] 2043/2192 93% [========================================================= ] 2044/2192 93% [========================================================= ] 2045/2192 93% [========================================================= ] 2046/2192 93% [========================================================= ] 2047/2192 93% [========================================================= ] 2048/2192 93% [========================================================= ] 2049/2192 93% [========================================================= ] 2050/2192 93% [========================================================== ] 2051/2192 93% [========================================================== ] 2052/2192 93% [========================================================== ] 2053/2192 93% [========================================================== ] 2054/2192 93% [========================================================== ] 2055/2192 93% [========================================================== ] 2056/2192 93% [========================================================== ] 2057/2192 93% [========================================================== ] 2058/2192 93% [========================================================== ] 2059/2192 93% [========================================================== ] 2060/2192 93% [========================================================== ] 2061/2192 94% [========================================================== ] 2062/2192 94% [========================================================== ] 2063/2192 94% [========================================================== ] 2064/2192 94% [========================================================== ] 2065/2192 94% [========================================================== ] 2066/2192 94% [========================================================== ] 2067/2192 94% [========================================================== ] 2068/2192 94% [========================================================== ] 2069/2192 94% [========================================================== ] 2070/2192 94% [========================================================== ] 2071/2192 94% [========================================================== ] 2072/2192 94% [========================================================== ] 2073/2192 94% [========================================================== ] 2074/2192 94% [========================================================== ] 2075/2192 94% [========================================================== ] 2076/2192 94% [========================================================== ] 2077/2192 94% [========================================================== ] 2078/2192 94% [========================================================== ] 2079/2192 94% [========================================================== ] 2080/2192 94% [========================================================== ] 2081/2192 94% [========================================================== ] 2082/2192 94% [========================================================== ] 2083/2192 95% [========================================================== ] 2084/2192 95% [========================================================== ] 2085/2192 95% [=========================================================== ] 2086/2192 95% [=========================================================== ] 2087/2192 95% [=========================================================== ] 2088/2192 95% [=========================================================== ] 2089/2192 95% [=========================================================== ] 2090/2192 95% [=========================================================== ] 2091/2192 95% [=========================================================== ] 2092/2192 95% [=========================================================== ] 2093/2192 95% [=========================================================== ] 2094/2192 95% [=========================================================== ] 2095/2192 95% [=========================================================== ] 2096/2192 95% [=========================================================== ] 2097/2192 95% [=========================================================== ] 2098/2192 95% [=========================================================== ] 2099/2192 95% [=========================================================== ] 2100/2192 95% [=========================================================== ] 2101/2192 95% [=========================================================== ] 2102/2192 95% [=========================================================== ] 2103/2192 95% [=========================================================== ] 2104/2192 95% [=========================================================== ] 2105/2192 96% [=========================================================== ] 2106/2192 96% [=========================================================== ] 2107/2192 96% [=========================================================== ] 2108/2192 96% [=========================================================== ] 2109/2192 96% [=========================================================== ] 2110/2192 96% [=========================================================== ] 2111/2192 96% [=========================================================== ] 2112/2192 96% [=========================================================== ] 2113/2192 96% [=========================================================== ] 2114/2192 96% [=========================================================== ] 2115/2192 96% [=========================================================== ] 2116/2192 96% [=========================================================== ] 2117/2192 96% [=========================================================== ] 2118/2192 96% [=========================================================== ] 2119/2192 96% [=========================================================== ] 2120/2192 96% [=========================================================== ] 2121/2192 96% [============================================================ ] 2122/2192 96% [============================================================ ] 2123/2192 96% [============================================================ ] 2124/2192 96% [============================================================ ] 2125/2192 96% [============================================================ ] 2126/2192 96% [============================================================ ] 2127/2192 97% [============================================================ ] 2128/2192 97% [============================================================ ] 2129/2192 97% [============================================================ ] 2130/2192 97% [============================================================ ] 2131/2192 97% [============================================================ ] 2132/2192 97% [============================================================ ] 2133/2192 97% [============================================================ ] 2134/2192 97% [============================================================ ] 2135/2192 97% [============================================================ ] 2136/2192 97% [============================================================ ] 2137/2192 97% [============================================================ ] 2138/2192 97% [============================================================ ] 2139/2192 97% [============================================================ ] 2140/2192 97% [============================================================ ] 2141/2192 97% [============================================================ ] 2142/2192 97% [============================================================ ] 2143/2192 97% [============================================================ ] 2144/2192 97% [============================================================ ] 2145/2192 97% [============================================================ ] 2146/2192 97% [============================================================ ] 2147/2192 97% [============================================================ ] 2148/2192 97% [============================================================ ] 2149/2192 98% [============================================================ ] 2150/2192 98% [============================================================ ] 2151/2192 98% [============================================================ ] 2152/2192 98% [============================================================ ] 2153/2192 98% [============================================================ ] 2154/2192 98% [============================================================ ] 2155/2192 98% [============================================================ ] 2156/2192 98% [============================================================= ] 2157/2192 98% [============================================================= ] 2158/2192 98% [============================================================= ] 2159/2192 98% [============================================================= ] 2160/2192 98% [============================================================= ] 2161/2192 98% [============================================================= ] 2162/2192 98% [============================================================= ] 2163/2192 98% [============================================================= ] 2164/2192 98% [============================================================= ] 2165/2192 98% [============================================================= ] 2166/2192 98% [============================================================= ] 2167/2192 98% [============================================================= ] 2168/2192 98% [============================================================= ] 2169/2192 98% [============================================================= ] 2170/2192 98% [============================================================= ] 2171/2192 99% [============================================================= ] 2172/2192 99% [============================================================= ] 2173/2192 99% [============================================================= ] 2174/2192 99% [============================================================= ] 2175/2192 99% [============================================================= ] 2176/2192 99% [============================================================= ] 2177/2192 99% [============================================================= ] 2178/2192 99% [============================================================= ] 2179/2192 99% [============================================================= ] 2180/2192 99% [============================================================= ] 2181/2192 99% [============================================================= ] 2182/2192 99% [============================================================= ] 2183/2192 99% [============================================================= ] 2184/2192 99% [============================================================= ] 2185/2192 99% [============================================================= ] 2186/2192 99% [============================================================= ] 2187/2192 99% [============================================================= ] 2188/2192 99% [============================================================= ] 2189/2192 99% [============================================================= ] 2190/2192 99% [============================================================= ] 2191/2192 99% [==============================================================] 2192/2192 100% operation complete, 2192 objects in 60259 NAND pages. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/or1k-buildroot-linux-musl/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2021.05-6067-gfd0238db2a4 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> apg 2.3.0b Collecting legal info COPYING: OK (sha256: 5d0c892ea452c3828f1e311637cde4e3a04eb6431554308b3fcdac8c1b330168) >>> host-ccache 3.7.12 Collecting legal info LICENSE.adoc: OK (sha256: 4f63223bcdee822d55a6768cc8399ffe06401d7a03cfe79e1dc305f50dc22c59) GPL-3.0.txt: OK (sha256: ec6b1a326ff93b2cc21df88a697ae470ff6927a55b8929e7e491b315e1563361) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.36.1 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.3 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 4.19.251 Collecting legal info >>> musl-compat-headers Collecting legal info >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> arptables 0.0.5 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> 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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-meson 0.62.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> beecrypt 4.2.1 Collecting legal info COPYING.LIB: OK (sha256: 512d2d21b6b3384ba64781abb0208a1b87740bc31e2df48e2b206ddb7e4d5779) >>> chocolate-doom 3.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sdl2 2.0.22 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> sdl2_mixer 2.0.4 Collecting legal info COPYING.txt: OK (sha256: 113727180e7956cb9718b03b41da85b63ea54743a33047071a623bf672895a10) >>> sdl2_net 2.0.1 Collecting legal info COPYING.txt: OK (sha256: f09845a238245402a8b8388db6634d8a5b2c3e1dc098f16f9d8c74a276ef4594) >>> copas 2.0.2-1 Collecting legal info copas-2_0_2/LICENSE: OK (sha256: 3f59cccf38e9397f6fb34dcff983a24d336df982edb5b0cde549d0c32c28c9c0) >>> host-luarocks 3.9.0 Collecting legal info COPYING: OK (sha256: 542ad0ee9b8ba582437ca7b4d0959c9b9432f25d2067f144d017188a7a84dd2f) >>> host-luainterpreter Collecting legal info >>> host-lua 5.1.5 Collecting legal info COPYRIGHT: OK (sha256: ee5e3e82af1e1b543c4f216e399d7c8cfee797711913f349e385101c4ae60a79) >>> luainterpreter Collecting legal info >>> lua 5.1.5 Collecting legal info COPYRIGHT: OK (sha256: ee5e3e82af1e1b543c4f216e399d7c8cfee797711913f349e385101c4ae60a79) >>> linenoise 1.0 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> coxpcall 1.17.0-1 Collecting legal info coxpcall/doc/license.html: OK (sha256: 11f0f03dda1a28eca658d5e3361c15fd4d048371364aacc5f6870d77a66866c8) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> ell 0.49 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-erofs-utils 1.4 Collecting legal info COPYING: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> exfat-utils 1.3.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> f2fs-tools 1.14.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmrender-resurrect 0.0.9 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> gstreamer1 1.20.3 Collecting legal info COPYING: OK (sha256: ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libupnp 1.14.12 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> gst1-plugins-base 1.20.3 Collecting legal info COPYING: OK (sha256: ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> gst1-shark v0.7.5 Collecting legal info COPYING: OK (sha256: 6d191b8f1fa03cabced18b8e48fddbf960a19f965bed8491e76ed62238f92f0b) >>> hwdata 0.358 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> igd2-for-linux 2.1 Collecting legal info linuxigd2/doc/LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) linuxigd2/src/threadutil/COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> initscripts Collecting legal info >>> iproute2 5.17.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> iptables 1.8.7 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> iwd 1.25 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> jquery-mobile 1.4.3 Collecting legal info >>> jquery 3.5.1 Collecting legal info >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libidn2 2.3.2 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libunistring 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libpsl 0.21.1 Collecting legal info COPYING: OK (sha256: 7903413e7aa0bbcb77aa19150a3f1034edc0a760cff174f9a53efe4de6f056a4) src/LICENSE.chromium: OK (sha256: 1d7f52747a9169751cdf2641a8299c0098e9ecdf9429296ffd55bdb14c9ed5b3) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.18.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtirpc 1.3.2 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lksctp-tools 1.0.17 Collecting legal info COPYING.lib: OK (sha256: dee5f35e583183abb9212938643ecb2d858fd89e2e286f4b1d903f65d49d6c76) COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> lmbench 3.0-a9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) COPYING-2: OK (sha256: 3be7a155efa448db90071a95fbf81796f8f90edf9204f0463cfd23402dc90a72) >>> lpeg 1.0.2-1 Collecting legal info >>> lua-rotas 0.2.1-1 Collecting legal info lua-Rotas-0.2.1/COPYRIGHT: OK (sha256: ac8bb87b7b5e803ae27510b9c6fd284f1b00e741258bc59fc78d3bc107d96fbb) >>> luafilesystem 1.8.0-1 Collecting legal info luafilesystem/LICENSE: OK (sha256: beb2c9eed6466d572c3888028a77421206053a3c023429cbd69e5015badba842) >>> luasocket 3.0.0-1 Collecting legal info luasocket/LICENSE: OK (sha256: 224afe42d0738eaaeb57ab289466a1c4e77091591e69dbcef2dbb385589f2f41) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> minicom 2.8 Collecting legal info COPYING: OK (sha256: cf80a758014eefbf068afffe3d462fc34ff4f528527524d8e100329c42094e15) >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> ofono 1.34 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> open62541 v1.2.4 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> openswan 3.0.0 Collecting legal info COPYING: OK (sha256: 1c36ae1e7b0f6cce4b4ffe969b71f83635734804acdd38544443564b00f8783a) LICENSE: OK (sha256: d7d012ef3be47faffba4d97a83d4986c9f4a63ac997ebf5961d33852e5f1801a) >>> orbit 2.2.4-1 Collecting legal info orbit/doc/us/license.html: OK (sha256: dd7d37caed0f4ee994e9e64ea4ab292dce549bb609412c84fc47ed079275ae98) orbit/doc/us/license.md: OK (sha256: 140134369c1f041abf7d8cd39a5b0c42f8b5e827695ce7c1ef5ca8f0911a0246) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> rings 1.3.0-1 Collecting legal info rings-v_1_3_0/doc/us/license.html: OK (sha256: f582a0c43737391070827ef273df0145b594b095ad2f49595701368b729e024f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> semodule-utils 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> smack 1.3.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> ssdp-responder 1.8 Collecting legal info LICENSE: OK (sha256: e17dc0bc91bf499d8cca5e016c22c6d2a4770e3cc1a43756a7973375a83ddb90) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tpm-tools 1.3.9.1 Collecting legal info LICENSE: OK (sha256: 7b47225a5b77cb7825efc6a4d7e0ac57864c790542cf92f5080ec2bf310c00e5) >>> trousers 0.3.15 Collecting legal info LICENSE: OK (sha256: 1ad596d12e7471549663c03e280b5b5d084a2e853fb86e4d766109818f9d7dae) >>> tpm2-abrmd 2.3.3 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Collecting legal info >>> uclibc-ng-test 0844445e7358eb10e716155b55b0fb23e88d644a Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> wsapi-xavante 1.7-1 Collecting legal info wsapi/doc/us/license.html: OK (sha256: 6aa14e3febf7a9e810ce672b015f5a5514241ce5d1c3a6a48f921f089d270159) wsapi/doc/us/license.md: OK (sha256: c7bf3061d00a96d10cb9dbc3a737d0af22594e2ef8f788842d7ab92eeaa864f2) >>> wsapi 1.7-1 Collecting legal info wsapi/doc/us/license.html: OK (sha256: 6aa14e3febf7a9e810ce672b015f5a5514241ce5d1c3a6a48f921f089d270159) wsapi/doc/us/license.md: OK (sha256: c7bf3061d00a96d10cb9dbc3a737d0af22594e2ef8f788842d7ab92eeaa864f2) >>> xkeyboard-config 2.34 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.5 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8 Collecting legal info COPYING: OK (sha256: 2daec087a88e7c9b8082557cdeebad5bbb8155a4137472f0b22e269cd99d0c1e) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xcb-proto 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.9 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2022.1 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: 3bd8e0c41497bfe6ab8d11c3c90c5e79edd0b2437f2bf81161575f54bae53f21) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> host-xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> host-xlib_libXdmcp 1.1.3 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.4.0 Collecting legal info COPYING: OK (sha256: a9c96c832e00774266b492d4d41556f12a64f039ba3ef645c4b8c6010fcb8f2a) >>> host-xlib_libxkbfile 1.1.0 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> xavante 2.4.0-1 Collecting legal info xavante-2.4.0/doc/us/license.html: OK (sha256: 57b2c50f08bf500c969fe13500f217adb36582e4d8e75c9e2ed04191cb4a045c) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-4.19.251: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: jquery-mobile-1.4.3: cannot save license (JQUERY_MOBILE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: lpeg-1.0.2-1: cannot save license (LPEG_LICENSE_FILES not defined) WARNING: tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2: cannot save license (TSTOOLS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'