echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-0/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-0/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab; fi rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/include /home/buildroot/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-0/output-1/target/usr/doc find /home/buildroot/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output-1/target/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/man /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/info /home/buildroot/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/doc /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-0/output-1/target/lib/debug /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/instance-0/output-1/host/bin/microblazeel-buildroot-linux-musl-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-0/output-1/host/bin/microblazeel-buildroot-linux-musl-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02.5-15-g505b8ac335"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02.5"; \ echo "PRETTY_NAME=\"Buildroot 2023.02.5\"" \ ) > /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-0/output-1/per-package /home/buildroot/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/sbin/mkfs.ubifs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 41610 -m 0x800 -x zlib -o /home/buildroot/autobuild/instance-0/output-1/images/rootfs.ubifs\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" xz -9 -C crc32 -c -T 4 /home/buildroot/autobuild/instance-0/output-1/images/rootfs.ubifs > /home/buildroot/autobuild/instance-0/output-1/images/rootfs.ubifs.xz >>> Generating filesystem image rootfs.ubi mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/home/buildroot/autobuild/instance-0/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/home/buildroot/autobuild/instance-0/output-1/images;'\'' fs/ubi/ubinize.cfg > /home/buildroot/autobuild/instance-0/output-1/build/ubinize.cfg\n /home/buildroot/autobuild/instance-0/output-1/host/sbin/ubinize -o /home/buildroot/autobuild/instance-0/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /home/buildroot/autobuild/instance-0/output-1/build/ubinize.cfg\n rm /home/buildroot/autobuild/instance-0/output-1/build/ubinize.cfg\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/home/buildroot/autobuild/instance-0/output-1/images/rootfs.ubifs"93413376 bytes (89.0 MiB) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 2289 objects. stage 2: creating image '/home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/2289 0% [ ] 2/2289 0% [ ] 3/2289 0% [ ] 4/2289 0% [ ] 5/2289 0% [ ] 6/2289 0% [ ] 7/2289 0% [ ] 8/2289 0% [ ] 9/2289 0% [ ] 10/2289 0% [ ] 11/2289 0% [ ] 12/2289 0% [ ] 13/2289 0% [ ] 14/2289 0% [ ] 15/2289 0% [ ] 16/2289 0% [ ] 17/2289 0% [ ] 18/2289 0% [ ] 19/2289 0% [ ] 20/2289 0% [ ] 21/2289 0% [ ] 22/2289 0% [ ] 23/2289 1% [ ] 24/2289 1% [ ] 25/2289 1% [ ] 26/2289 1% [ ] 27/2289 1% [ ] 28/2289 1% [ ] 29/2289 1% [ ] 30/2289 1% [ ] 31/2289 1% [ ] 32/2289 1% [ ] 33/2289 1% [ ] 34/2289 1% [ ] 35/2289 1% [ ] 36/2289 1% [= ] 37/2289 1% [= ] 38/2289 1% [= ] 39/2289 1% [= ] 40/2289 1% [= ] 41/2289 1% [= ] 42/2289 1% [= ] 43/2289 1% [= ] 44/2289 1% [= ] 45/2289 1% [= ] 46/2289 2% [= ] 47/2289 2% [= ] 48/2289 2% [= ] 49/2289 2% [= ] 50/2289 2% [= ] 51/2289 2% [= ] 52/2289 2% [= ] 53/2289 2% [= ] 54/2289 2% [= ] 55/2289 2% [= ] 56/2289 2% [= ] 57/2289 2% [= ] 58/2289 2% [= ] 59/2289 2% [= ] 60/2289 2% [= ] 61/2289 2% [= ] 62/2289 2% [= ] 63/2289 2% [= ] 64/2289 2% [= ] 65/2289 2% [= ] 66/2289 2% [= ] 67/2289 2% [= ] 68/2289 2% [= ] 69/2289 3% [= ] 70/2289 3% [= ] 71/2289 3% [= ] 72/2289 3% [= ] 73/2289 3% [== ] 74/2289 3% [== ] 75/2289 3% [== ] 76/2289 3% [== ] 77/2289 3% [== ] 78/2289 3% [== ] 79/2289 3% [== ] 80/2289 3% [== ] 81/2289 3% [== ] 82/2289 3% [== ] 83/2289 3% [== ] 84/2289 3% [== ] 85/2289 3% [== ] 86/2289 3% [== ] 87/2289 3% [== ] 88/2289 3% [== ] 89/2289 3% [== ] 90/2289 3% [== ] 91/2289 3% [== ] 92/2289 4% [== ] 93/2289 4% [== ] 94/2289 4% [== ] 95/2289 4% [== ] 96/2289 4% [== ] 97/2289 4% [== ] 98/2289 4% [== ] 99/2289 4% [== ] 100/2289 4% [== ] 101/2289 4% [== ] 102/2289 4% [== ] 103/2289 4% [== ] 104/2289 4% [== ] 105/2289 4% [== ] 106/2289 4% [== ] 107/2289 4% [== ] 108/2289 4% [== ] 109/2289 4% [== ] 110/2289 4% [=== ] 111/2289 4% [=== ] 112/2289 4% [=== ] 113/2289 4% [=== ] 114/2289 4% [=== ] 115/2289 5% [=== ] 116/2289 5% [=== ] 117/2289 5% [=== ] 118/2289 5% [=== ] 119/2289 5% [=== ] 120/2289 5% [=== ] 121/2289 5% [=== ] 122/2289 5% [=== ] 123/2289 5% [=== ] 124/2289 5% [=== ] 125/2289 5% [=== ] 126/2289 5% [=== ] 127/2289 5% [=== ] 128/2289 5% [=== ] 129/2289 5% [=== ] 130/2289 5% [=== ] 131/2289 5% [=== ] 132/2289 5% [=== ] 133/2289 5% [=== ] 134/2289 5% [=== ] 135/2289 5% [=== ] 136/2289 5% [=== ] 137/2289 5% [=== ] 138/2289 6% [=== ] 139/2289 6% [=== ] 140/2289 6% [=== ] 141/2289 6% [=== ] 142/2289 6% [=== ] 143/2289 6% [=== ] 144/2289 6% [=== ] 145/2289 6% [=== ] 146/2289 6% [=== ] 147/2289 6% [==== ] 148/2289 6% [==== ] 149/2289 6% [==== ] 150/2289 6% [==== ] 151/2289 6% [==== ] 152/2289 6% [==== ] 153/2289 6% [==== ] 154/2289 6% [==== ] 155/2289 6% [==== ] 156/2289 6% [==== ] 157/2289 6% [==== ] 158/2289 6% [==== ] 159/2289 6% [==== ] 160/2289 6% [==== ] 161/2289 7% [==== ] 162/2289 7% [==== ] 163/2289 7% [==== ] 164/2289 7% [==== ] 165/2289 7% [==== ] 166/2289 7% [==== ] 167/2289 7% [==== ] 168/2289 7% [==== ] 169/2289 7% [==== ] 170/2289 7% [==== ] 171/2289 7% [==== ] 172/2289 7% [==== ] 173/2289 7% [==== ] 174/2289 7% [==== ] 175/2289 7% [==== ] 176/2289 7% [==== ] 177/2289 7% [==== ] 178/2289 7% [==== ] 179/2289 7% [==== ] 180/2289 7% [==== ] 181/2289 7% [==== ] 182/2289 7% [==== ] 183/2289 7% [==== ] 184/2289 8% [===== ] 185/2289 8% [===== ] 186/2289 8% [===== ] 187/2289 8% [===== ] 188/2289 8% [===== ] 189/2289 8% [===== ] 190/2289 8% [===== ] 191/2289 8% [===== ] 192/2289 8% [===== ] 193/2289 8% [===== ] 194/2289 8% [===== ] 195/2289 8% [===== ] 196/2289 8% [===== ] 197/2289 8% [===== ] 198/2289 8% [===== ] 199/2289 8% [===== ] 200/2289 8% [===== ] 201/2289 8% [===== ] 202/2289 8% [===== ] 203/2289 8% [===== ] 204/2289 8% [===== ] 205/2289 8% [===== ] 206/2289 8% [===== ] 207/2289 9% [===== ] 208/2289 9% [===== ] 209/2289 9% [===== ] 210/2289 9% [===== ] 211/2289 9% [===== ] 212/2289 9% [===== ] 213/2289 9% [===== ] 214/2289 9% [===== ] 215/2289 9% [===== ] 216/2289 9% [===== ] 217/2289 9% [===== ] 218/2289 9% [===== ] 219/2289 9% [===== ] 220/2289 9% [===== ] 221/2289 9% [====== ] 222/2289 9% [====== ] 223/2289 9% [====== ] 224/2289 9% [====== ] 225/2289 9% [====== ] 226/2289 9% [====== ] 227/2289 9% [====== ] 228/2289 9% [====== ] 229/2289 10% [====== ] 230/2289 10% [====== ] 231/2289 10% [====== ] 232/2289 10% [====== ] 233/2289 10% [====== ] 234/2289 10% [====== ] 235/2289 10% [====== ] 236/2289 10% [====== ] 237/2289 10% [====== ] 238/2289 10% [====== ] 239/2289 10% [====== ] 240/2289 10% [====== ] 241/2289 10% [====== ] 242/2289 10% [====== ] 243/2289 10% [====== ] 244/2289 10% [====== ] 245/2289 10% [====== ] 246/2289 10% [====== ] 247/2289 10% [====== ] 248/2289 10% [====== ] 249/2289 10% [====== ] 250/2289 10% [====== ] 251/2289 10% [====== ] 252/2289 11% [====== ] 253/2289 11% [====== ] 254/2289 11% [====== ] 255/2289 11% [====== ] 256/2289 11% [====== ] 257/2289 11% [====== ] 258/2289 11% [======= ] 259/2289 11% [======= ] 260/2289 11% [======= ] 261/2289 11% [======= ] 262/2289 11% [======= ] 263/2289 11% [======= ] 264/2289 11% [======= ] 265/2289 11% [======= ] 266/2289 11% [======= ] 267/2289 11% [======= ] 268/2289 11% [======= ] 269/2289 11% [======= ] 270/2289 11% [======= ] 271/2289 11% [======= ] 272/2289 11% [======= ] 273/2289 11% [======= ] 274/2289 11% [======= ] 275/2289 12% [======= ] 276/2289 12% [======= ] 277/2289 12% [======= ] 278/2289 12% [======= ] 279/2289 12% [======= ] 280/2289 12% [======= ] 281/2289 12% [======= ] 282/2289 12% [======= ] 283/2289 12% [======= ] 284/2289 12% [======= ] 285/2289 12% [======= ] 286/2289 12% [======= ] 287/2289 12% [======= ] 288/2289 12% [======= ] 289/2289 12% [======= ] 290/2289 12% [======= ] 291/2289 12% [======= ] 292/2289 12% [======= ] 293/2289 12% [======= ] 294/2289 12% [======= ] 295/2289 12% [======== ] 296/2289 12% [======== ] 297/2289 12% [======== ] 298/2289 13% [======== ] 299/2289 13% [======== ] 300/2289 13% [======== ] 301/2289 13% [======== ] 302/2289 13% [======== ] 303/2289 13% [======== ] 304/2289 13% [======== ] 305/2289 13% [======== ] 306/2289 13% [======== ] 307/2289 13% [======== ] 308/2289 13% [======== ] 309/2289 13% [======== ] 310/2289 13% [======== ] 311/2289 13% [======== ] 312/2289 13% [======== ] 313/2289 13% [======== ] 314/2289 13% [======== ] 315/2289 13% [======== ] 316/2289 13% [======== ] 317/2289 13% [======== ] 318/2289 13% [======== ] 319/2289 13% [======== ] 320/2289 13% [======== ] 321/2289 14% [======== ] 322/2289 14% [======== ] 323/2289 14% [======== ] 324/2289 14% [======== ] 325/2289 14% [======== ] 326/2289 14% [======== ] 327/2289 14% [======== ] 328/2289 14% [======== ] 329/2289 14% [======== ] 330/2289 14% [======== ] 331/2289 14% [======== ] 332/2289 14% [========= ] 333/2289 14% [========= ] 334/2289 14% [========= ] 335/2289 14% [========= ] 336/2289 14% [========= ] 337/2289 14% [========= ] 338/2289 14% [========= ] 339/2289 14% [========= ] 340/2289 14% [========= ] 341/2289 14% [========= ] 342/2289 14% [========= ] 343/2289 14% [========= ] 344/2289 15% [========= ] 345/2289 15% [========= ] 346/2289 15% [========= ] 347/2289 15% [========= ] 348/2289 15% [========= ] 349/2289 15% [========= ] 350/2289 15% [========= ] 351/2289 15% [========= ] 352/2289 15% [========= ] 353/2289 15% [========= ] 354/2289 15% [========= ] 355/2289 15% [========= ] 356/2289 15% [========= ] 357/2289 15% [========= ] 358/2289 15% [========= ] 359/2289 15% [========= ] 360/2289 15% [========= ] 361/2289 15% [========= ] 362/2289 15% [========= ] 363/2289 15% [========= ] 364/2289 15% [========= ] 365/2289 15% [========= ] 366/2289 15% [========= ] 367/2289 16% [========= ] 368/2289 16% [========= ] 369/2289 16% [========== ] 370/2289 16% [========== ] 371/2289 16% [========== ] 372/2289 16% [========== ] 373/2289 16% [========== ] 374/2289 16% [========== ] 375/2289 16% [========== ] 376/2289 16% [========== ] 377/2289 16% [========== ] 378/2289 16% [========== ] 379/2289 16% [========== ] 380/2289 16% [========== ] 381/2289 16% [========== ] 382/2289 16% [========== ] 383/2289 16% [========== ] 384/2289 16% [========== ] 385/2289 16% [========== ] 386/2289 16% [========== ] 387/2289 16% [========== ] 388/2289 16% [========== ] 389/2289 16% [========== ] 390/2289 17% [========== ] 391/2289 17% [========== ] 392/2289 17% [========== ] 393/2289 17% [========== ] 394/2289 17% [========== ] 395/2289 17% [========== ] 396/2289 17% [========== ] 397/2289 17% [========== ] 398/2289 17% [========== ] 399/2289 17% [========== ] 400/2289 17% [========== ] 401/2289 17% [========== ] 402/2289 17% [========== ] 403/2289 17% [========== ] 404/2289 17% [========== ] 405/2289 17% [========== ] 406/2289 17% [=========== ] 407/2289 17% [=========== ] 408/2289 17% [=========== ] 409/2289 17% [=========== ] 410/2289 17% [=========== ] 411/2289 17% [=========== ] 412/2289 17% [=========== ] 413/2289 18% [=========== ] 414/2289 18% [=========== ] 415/2289 18% [=========== ] 416/2289 18% [=========== ] 417/2289 18% [=========== ] 418/2289 18% [=========== ] 419/2289 18% [=========== ] 420/2289 18% [=========== ] 421/2289 18% [=========== ] 422/2289 18% [=========== ] 423/2289 18% [=========== ] 424/2289 18% [=========== ] 425/2289 18% [=========== ] 426/2289 18% [=========== ] 427/2289 18% [=========== ] 428/2289 18% [=========== ] 429/2289 18% [=========== ] 430/2289 18% [=========== ] 431/2289 18% [=========== ] 432/2289 18% [=========== ] 433/2289 18% [=========== ] 434/2289 18% [=========== ] 435/2289 19% [=========== ] 436/2289 19% [=========== ] 437/2289 19% [=========== ] 438/2289 19% [=========== ] 439/2289 19% [=========== ] 440/2289 19% [=========== ] 441/2289 19% [=========== ] 442/2289 19% [=========== ] 443/2289 19% [============ ] 444/2289 19% [============ ] 445/2289 19% [============ ] 446/2289 19% [============ ] 447/2289 19% [============ ] 448/2289 19% [============ ] 449/2289 19% [============ ] 450/2289 19% [============ ] 451/2289 19% [============ ] 452/2289 19% [============ ] 453/2289 19% [============ ] 454/2289 19% [============ ] 455/2289 19% [============ ] 456/2289 19% [============ ] 457/2289 19% [============ ] 458/2289 20% [============ ] 459/2289 20% [============ ] 460/2289 20% [============ ] 461/2289 20% [============ ] 462/2289 20% [============ ] 463/2289 20% [============ ] 464/2289 20% [============ ] 465/2289 20% [============ ] 466/2289 20% [============ ] 467/2289 20% [============ ] 468/2289 20% [============ ] 469/2289 20% [============ ] 470/2289 20% [============ ] 471/2289 20% [============ ] 472/2289 20% [============ ] 473/2289 20% [============ ] 474/2289 20% [============ ] 475/2289 20% [============ ] 476/2289 20% [============ ] 477/2289 20% [============ ] 478/2289 20% [============ ] 479/2289 20% [============= ] 480/2289 20% [============= ] 481/2289 21% [============= ] 482/2289 21% [============= ] 483/2289 21% [============= ] 484/2289 21% [============= ] 485/2289 21% [============= ] 486/2289 21% [============= ] 487/2289 21% [============= ] 488/2289 21% [============= ] 489/2289 21% [============= ] 490/2289 21% [============= ] 491/2289 21% [============= ] 492/2289 21% [============= ] 493/2289 21% [============= ] 494/2289 21% [============= ] 495/2289 21% [============= ] 496/2289 21% [============= ] 497/2289 21% [============= ] 498/2289 21% [============= ] 499/2289 21% [============= ] 500/2289 21% [============= ] 501/2289 21% [============= ] 502/2289 21% [============= ] 503/2289 21% [============= ] 504/2289 22% [============= ] 505/2289 22% [============= ] 506/2289 22% [============= ] 507/2289 22% [============= ] 508/2289 22% [============= ] 509/2289 22% [============= ] 510/2289 22% [============= ] 511/2289 22% [============= ] 512/2289 22% [============= ] 513/2289 22% [============= ] 514/2289 22% [============= ] 515/2289 22% [============= ] 516/2289 22% [============== ] 517/2289 22% [============== ] 518/2289 22% [============== ] 519/2289 22% [============== ] 520/2289 22% [============== ] 521/2289 22% [============== ] 522/2289 22% [============== ] 523/2289 22% [============== ] 524/2289 22% [============== ] 525/2289 22% [============== ] 526/2289 22% [============== ] 527/2289 23% [============== ] 528/2289 23% [============== ] 529/2289 23% [============== ] 530/2289 23% [============== ] 531/2289 23% [============== ] 532/2289 23% [============== ] 533/2289 23% [============== ] 534/2289 23% [============== ] 535/2289 23% [============== ] 536/2289 23% [============== ] 537/2289 23% [============== ] 538/2289 23% [============== ] 539/2289 23% [============== ] 540/2289 23% [============== ] 541/2289 23% [============== ] 542/2289 23% [============== ] 543/2289 23% [============== ] 544/2289 23% [============== ] 545/2289 23% [============== ] 546/2289 23% [============== ] 547/2289 23% [============== ] 548/2289 23% [============== ] 549/2289 23% [============== ] 550/2289 24% [============== ] 551/2289 24% [============== ] 552/2289 24% [============== ] 553/2289 24% [=============== ] 554/2289 24% [=============== ] 555/2289 24% [=============== ] 556/2289 24% [=============== ] 557/2289 24% [=============== ] 558/2289 24% [=============== ] 559/2289 24% [=============== ] 560/2289 24% [=============== ] 561/2289 24% [=============== ] 562/2289 24% [=============== ] 563/2289 24% [=============== ] 564/2289 24% [=============== ] 565/2289 24% [=============== ] 566/2289 24% [=============== ] 567/2289 24% [=============== ] 568/2289 24% [=============== ] 569/2289 24% [=============== ] 570/2289 24% [=============== ] 571/2289 24% [=============== ] 572/2289 24% [=============== ] 573/2289 25% [=============== ] 574/2289 25% [=============== ] 575/2289 25% [=============== ] 576/2289 25% [=============== ] 577/2289 25% [=============== ] 578/2289 25% [=============== ] 579/2289 25% [=============== ] 580/2289 25% [=============== ] 581/2289 25% [=============== ] 582/2289 25% [=============== ] 583/2289 25% [=============== ] 584/2289 25% [=============== ] 585/2289 25% [=============== ] 586/2289 25% [=============== ] 587/2289 25% [=============== ] 588/2289 25% [=============== ] 589/2289 25% [=============== ] 590/2289 25% [================ ] 591/2289 25% [================ ] 592/2289 25% [================ ] 593/2289 25% [================ ] 594/2289 25% [================ ] 595/2289 25% [================ ] 596/2289 26% [================ ] 597/2289 26% [================ ] 598/2289 26% [================ ] 599/2289 26% [================ ] 600/2289 26% [================ ] 601/2289 26% [================ ] 602/2289 26% [================ ] 603/2289 26% [================ ] 604/2289 26% [================ ] 605/2289 26% [================ ] 606/2289 26% [================ ] 607/2289 26% [================ ] 608/2289 26% [================ ] 609/2289 26% [================ ] 610/2289 26% [================ ] 611/2289 26% [================ ] 612/2289 26% [================ ] 613/2289 26% [================ ] 614/2289 26% [================ ] 615/2289 26% [================ ] 616/2289 26% [================ ] 617/2289 26% [================ ] 618/2289 26% [================ ] 619/2289 27% [================ ] 620/2289 27% [================ ] 621/2289 27% [================ ] 622/2289 27% [================ ] 623/2289 27% [================ ] 624/2289 27% [================ ] 625/2289 27% [================ ] 626/2289 27% [================ ] 627/2289 27% [================= ] 628/2289 27% [================= ] 629/2289 27% [================= ] 630/2289 27% [================= ] 631/2289 27% [================= ] 632/2289 27% [================= ] 633/2289 27% [================= ] 634/2289 27% [================= ] 635/2289 27% [================= ] 636/2289 27% [================= ] 637/2289 27% [================= ] 638/2289 27% [================= ] 639/2289 27% [================= ] 640/2289 27% [================= ] 641/2289 28% [================= ] 642/2289 28% [================= ] 643/2289 28% [================= ] 644/2289 28% [================= ] 645/2289 28% [================= ] 646/2289 28% [================= ] 647/2289 28% [================= ] 648/2289 28% [================= ] 649/2289 28% [================= ] 650/2289 28% [================= ] 651/2289 28% [================= ] 652/2289 28% [================= ] 653/2289 28% [================= ] 654/2289 28% [================= ] 655/2289 28% [================= ] 656/2289 28% [================= ] 657/2289 28% [================= ] 658/2289 28% [================= ] 659/2289 28% [================= ] 660/2289 28% [================= ] 661/2289 28% [================= ] 662/2289 28% [================= ] 663/2289 28% [================= ] 664/2289 29% [================== ] 665/2289 29% [================== ] 666/2289 29% [================== ] 667/2289 29% [================== ] 668/2289 29% [================== ] 669/2289 29% [================== ] 670/2289 29% [================== ] 671/2289 29% [================== ] 672/2289 29% [================== ] 673/2289 29% [================== ] 674/2289 29% [================== ] 675/2289 29% [================== ] 676/2289 29% [================== ] 677/2289 29% [================== ] 678/2289 29% [================== ] 679/2289 29% [================== ] 680/2289 29% [================== ] 681/2289 29% [================== ] 682/2289 29% [================== ] 683/2289 29% [================== ] 684/2289 29% [================== ] 685/2289 29% [================== ] 686/2289 29% [================== ] 687/2289 30% [================== ] 688/2289 30% [================== ] 689/2289 30% [================== ] 690/2289 30% [================== ] 691/2289 30% [================== ] 692/2289 30% [================== ] 693/2289 30% [================== ] 694/2289 30% [================== ] 695/2289 30% [================== ] 696/2289 30% [================== ] 697/2289 30% [================== ] 698/2289 30% [================== ] 699/2289 30% [================== ] 700/2289 30% [================== ] 701/2289 30% [=================== ] 702/2289 30% [=================== ] 703/2289 30% [=================== ] 704/2289 30% [=================== ] 705/2289 30% [=================== ] 706/2289 30% [=================== ] 707/2289 30% [=================== ] 708/2289 30% [=================== ] 709/2289 30% [=================== ] 710/2289 31% [=================== ] 711/2289 31% [=================== ] 712/2289 31% [=================== ] 713/2289 31% [=================== ] 714/2289 31% [=================== ] 715/2289 31% [=================== ] 716/2289 31% [=================== ] 717/2289 31% [=================== ] 718/2289 31% [=================== ] 719/2289 31% [=================== ] 720/2289 31% [=================== ] 721/2289 31% [=================== ] 722/2289 31% [=================== ] 723/2289 31% [=================== ] 724/2289 31% [=================== ] 725/2289 31% [=================== ] 726/2289 31% [=================== ] 727/2289 31% [=================== ] 728/2289 31% [=================== ] 729/2289 31% [=================== ] 730/2289 31% [=================== ] 731/2289 31% [=================== ] 732/2289 31% [=================== ] 733/2289 32% [=================== ] 734/2289 32% [=================== ] 735/2289 32% [=================== ] 736/2289 32% [=================== ] 737/2289 32% [=================== ] 738/2289 32% [==================== ] 739/2289 32% [==================== ] 740/2289 32% [==================== ] 741/2289 32% [==================== ] 742/2289 32% [==================== ] 743/2289 32% [==================== ] 744/2289 32% [==================== ] 745/2289 32% [==================== ] 746/2289 32% [==================== ] 747/2289 32% [==================== ] 748/2289 32% [==================== ] 749/2289 32% [==================== ] 750/2289 32% [==================== ] 751/2289 32% [==================== ] 752/2289 32% [==================== ] 753/2289 32% [==================== ] 754/2289 32% [==================== ] 755/2289 32% [==================== ] 756/2289 33% [==================== ] 757/2289 33% [==================== ] 758/2289 33% [==================== ] 759/2289 33% [==================== ] 760/2289 33% [==================== ] 761/2289 33% [==================== ] 762/2289 33% [==================== ] 763/2289 33% [==================== ] 764/2289 33% [==================== ] 765/2289 33% [==================== ] 766/2289 33% [==================== ] 767/2289 33% [==================== ] 768/2289 33% [==================== ] 769/2289 33% [==================== ] 770/2289 33% [==================== ] 771/2289 33% [==================== ] 772/2289 33% [==================== ] 773/2289 33% [==================== ] 774/2289 33% [==================== ] 775/2289 33% [===================== ] 776/2289 33% [===================== ] 777/2289 33% [===================== ] 778/2289 33% [===================== ] 779/2289 34% [===================== ] 780/2289 34% [===================== ] 781/2289 34% [===================== ] 782/2289 34% [===================== ] 783/2289 34% [===================== ] 784/2289 34% [===================== ] 785/2289 34% [===================== ] 786/2289 34% [===================== ] 787/2289 34% [===================== ] 788/2289 34% [===================== ] 789/2289 34% [===================== ] 790/2289 34% [===================== ] 791/2289 34% [===================== ] 792/2289 34% [===================== ] 793/2289 34% [===================== ] 794/2289 34% [===================== ] 795/2289 34% [===================== ] 796/2289 34% [===================== ] 797/2289 34% [===================== ] 798/2289 34% [===================== ] 799/2289 34% [===================== ] 800/2289 34% [===================== ] 801/2289 34% [===================== ] 802/2289 35% [===================== ] 803/2289 35% [===================== ] 804/2289 35% [===================== ] 805/2289 35% [===================== ] 806/2289 35% [===================== ] 807/2289 35% [===================== ] 808/2289 35% [===================== ] 809/2289 35% [===================== ] 810/2289 35% [===================== ] 811/2289 35% [===================== ] 812/2289 35% [====================== ] 813/2289 35% [====================== ] 814/2289 35% [====================== ] 815/2289 35% [====================== ] 816/2289 35% [====================== ] 817/2289 35% [====================== ] 818/2289 35% [====================== ] 819/2289 35% [====================== ] 820/2289 35% [====================== ] 821/2289 35% [====================== ] 822/2289 35% [====================== ] 823/2289 35% [====================== ] 824/2289 35% [====================== ] 825/2289 36% [====================== ] 826/2289 36% [====================== ] 827/2289 36% [====================== ] 828/2289 36% [====================== ] 829/2289 36% [====================== ] 830/2289 36% [====================== ] 831/2289 36% [====================== ] 832/2289 36% [====================== ] 833/2289 36% [====================== ] 834/2289 36% [====================== ] 835/2289 36% [====================== ] 836/2289 36% [====================== ] 837/2289 36% [====================== ] 838/2289 36% [====================== ] 839/2289 36% [====================== ] 840/2289 36% [====================== ] 841/2289 36% [====================== ] 842/2289 36% [====================== ] 843/2289 36% [====================== ] 844/2289 36% [====================== ] 845/2289 36% [====================== ] 846/2289 36% [====================== ] 847/2289 37% [====================== ] 848/2289 37% [====================== ] 849/2289 37% [======================= ] 850/2289 37% [======================= ] 851/2289 37% [======================= ] 852/2289 37% [======================= ] 853/2289 37% [======================= ] 854/2289 37% [======================= ] 855/2289 37% [======================= ] 856/2289 37% [======================= ] 857/2289 37% [======================= ] 858/2289 37% [======================= ] 859/2289 37% [======================= ] 860/2289 37% [======================= ] 861/2289 37% [======================= ] 862/2289 37% [======================= ] 863/2289 37% [======================= ] 864/2289 37% [======================= ] 865/2289 37% [======================= ] 866/2289 37% [======================= ] 867/2289 37% [======================= ] 868/2289 37% [======================= ] 869/2289 37% [======================= ] 870/2289 38% [======================= ] 871/2289 38% [======================= ] 872/2289 38% [======================= ] 873/2289 38% [======================= ] 874/2289 38% [======================= ] 875/2289 38% [======================= ] 876/2289 38% [======================= ] 877/2289 38% [======================= ] 878/2289 38% [======================= ] 879/2289 38% [======================= ] 880/2289 38% [======================= ] 881/2289 38% [======================= ] 882/2289 38% [======================= ] 883/2289 38% [======================= ] 884/2289 38% [======================= ] 885/2289 38% [======================= ] 886/2289 38% [======================== ] 887/2289 38% [======================== ] 888/2289 38% [======================== ] 889/2289 38% [======================== ] 890/2289 38% [======================== ] 891/2289 38% [======================== ] 892/2289 38% [======================== ] 893/2289 39% [======================== ] 894/2289 39% [======================== ] 895/2289 39% [======================== ] 896/2289 39% [======================== ] 897/2289 39% [======================== ] 898/2289 39% [======================== ] 899/2289 39% [======================== ] 900/2289 39% [======================== ] 901/2289 39% [======================== ] 902/2289 39% [======================== ] 903/2289 39% [======================== ] 904/2289 39% [======================== ] 905/2289 39% [======================== ] 906/2289 39% [======================== ] 907/2289 39% [======================== ] 908/2289 39% [======================== ] 909/2289 39% [======================== ] 910/2289 39% [======================== ] 911/2289 39% [======================== ] 912/2289 39% [======================== ] 913/2289 39% [======================== ] 914/2289 39% [======================== ] 915/2289 39% [======================== ] 916/2289 40% [======================== ] 917/2289 40% [======================== ] 918/2289 40% [======================== ] 919/2289 40% [======================== ] 920/2289 40% [======================== ] 921/2289 40% [======================== ] 922/2289 40% [========================= ] 923/2289 40% [========================= ] 924/2289 40% [========================= ] 925/2289 40% [========================= ] 926/2289 40% [========================= ] 927/2289 40% [========================= ] 928/2289 40% [========================= ] 929/2289 40% [========================= ] 930/2289 40% [========================= ] 931/2289 40% [========================= ] 932/2289 40% [========================= ] 933/2289 40% [========================= ] 934/2289 40% [========================= ] 935/2289 40% [========================= ] 936/2289 40% [========================= ] 937/2289 40% [========================= ] 938/2289 40% [========================= ] 939/2289 41% [========================= ] 940/2289 41% [========================= ] 941/2289 41% [========================= ] 942/2289 41% [========================= ] 943/2289 41% [========================= ] 944/2289 41% [========================= ] 945/2289 41% [========================= ] 946/2289 41% [========================= ] 947/2289 41% [========================= ] 948/2289 41% [========================= ] 949/2289 41% [========================= ] 950/2289 41% [========================= ] 951/2289 41% [========================= ] 952/2289 41% [========================= ] 953/2289 41% [========================= ] 954/2289 41% [========================= ] 955/2289 41% [========================= ] 956/2289 41% [========================= ] 957/2289 41% [========================= ] 958/2289 41% [========================= ] 959/2289 41% [========================== ] 960/2289 41% [========================== ] 961/2289 41% [========================== ] 962/2289 42% [========================== ] 963/2289 42% [========================== ] 964/2289 42% [========================== ] 965/2289 42% [========================== ] 966/2289 42% [========================== ] 967/2289 42% [========================== ] 968/2289 42% [========================== ] 969/2289 42% [========================== ] 970/2289 42% [========================== ] 971/2289 42% [========================== ] 972/2289 42% [========================== ] 973/2289 42% [========================== ] 974/2289 42% [========================== ] 975/2289 42% [========================== ] 976/2289 42% [========================== ] 977/2289 42% [========================== ] 978/2289 42% [========================== ] 979/2289 42% [========================== ] 980/2289 42% [========================== ] 981/2289 42% [========================== ] 982/2289 42% [========================== ] 983/2289 42% [========================== ] 984/2289 42% [========================== ] 985/2289 43% [========================== ] 986/2289 43% [========================== ] 987/2289 43% [========================== ] 988/2289 43% [========================== ] 989/2289 43% [========================== ] 990/2289 43% [========================== ] 991/2289 43% [========================== ] 992/2289 43% [========================== ] 993/2289 43% [========================== ] 994/2289 43% [========================== ] 995/2289 43% [========================== ] 996/2289 43% [=========================== ] 997/2289 43% [=========================== ] 998/2289 43% [=========================== ] 999/2289 43% [=========================== ] 1000/2289 43% [=========================== ] 1001/2289 43% [=========================== ] 1002/2289 43% [=========================== ] 1003/2289 43% [=========================== ] 1004/2289 43% [=========================== ] 1005/2289 43% [=========================== ] 1006/2289 43% [=========================== ] 1007/2289 43% [=========================== ] 1008/2289 44% [=========================== ] 1009/2289 44% [=========================== ] 1010/2289 44% [=========================== ] 1011/2289 44% [=========================== ] 1012/2289 44% [=========================== ] 1013/2289 44% [=========================== ] 1014/2289 44% [=========================== ] 1015/2289 44% [=========================== ] 1016/2289 44% [=========================== ] 1017/2289 44% [=========================== ] 1018/2289 44% [=========================== ] 1019/2289 44% [=========================== ] 1020/2289 44% [=========================== ] 1021/2289 44% [=========================== ] 1022/2289 44% [=========================== ] 1023/2289 44% [=========================== ] 1024/2289 44% [=========================== ] 1025/2289 44% [=========================== ] 1026/2289 44% [=========================== ] 1027/2289 44% [=========================== ] 1028/2289 44% [=========================== ] 1029/2289 44% [=========================== ] 1030/2289 44% [=========================== ] 1031/2289 45% [=========================== ] 1032/2289 45% [=========================== ] 1033/2289 45% [============================ ] 1034/2289 45% [============================ ] 1035/2289 45% [============================ ] 1036/2289 45% [============================ ] 1037/2289 45% [============================ ] 1038/2289 45% [============================ ] 1039/2289 45% [============================ ] 1040/2289 45% [============================ ] 1041/2289 45% [============================ ] 1042/2289 45% [============================ ] 1043/2289 45% [============================ ] 1044/2289 45% [============================ ] 1045/2289 45% [============================ ] 1046/2289 45% [============================ ] 1047/2289 45% [============================ ] 1048/2289 45% [============================ ] 1049/2289 45% [============================ ] 1050/2289 45% [============================ ] 1051/2289 45% [============================ ] 1052/2289 45% [============================ ] 1053/2289 46% [============================ ] 1054/2289 46% [============================ ] 1055/2289 46% [============================ ] 1056/2289 46% [============================ ] 1057/2289 46% [============================ ] 1058/2289 46% [============================ ] 1059/2289 46% [============================ ] 1060/2289 46% [============================ ] 1061/2289 46% [============================ ] 1062/2289 46% [============================ ] 1063/2289 46% [============================ ] 1064/2289 46% [============================ ] 1065/2289 46% [============================ ] 1066/2289 46% [============================ ] 1067/2289 46% [============================ ] 1068/2289 46% [============================ ] 1069/2289 46% [============================ ] 1070/2289 46% [============================= ] 1071/2289 46% [============================= ] 1072/2289 46% [============================= ] 1073/2289 46% [============================= ] 1074/2289 46% [============================= ] 1075/2289 46% [============================= ] 1076/2289 47% [============================= ] 1077/2289 47% [============================= ] 1078/2289 47% [============================= ] 1079/2289 47% [============================= ] 1080/2289 47% [============================= ] 1081/2289 47% [============================= ] 1082/2289 47% [============================= ] 1083/2289 47% [============================= ] 1084/2289 47% [============================= ] 1085/2289 47% [============================= ] 1086/2289 47% [============================= ] 1087/2289 47% [============================= ] 1088/2289 47% [============================= ] 1089/2289 47% [============================= ] 1090/2289 47% [============================= ] 1091/2289 47% [============================= ] 1092/2289 47% [============================= ] 1093/2289 47% [============================= ] 1094/2289 47% [============================= ] 1095/2289 47% [============================= ] 1096/2289 47% [============================= ] 1097/2289 47% [============================= ] 1098/2289 47% [============================= ] 1099/2289 48% [============================= ] 1100/2289 48% [============================= ] 1101/2289 48% [============================= ] 1102/2289 48% [============================= ] 1103/2289 48% [============================= ] 1104/2289 48% [============================= ] 1105/2289 48% [============================= ] 1106/2289 48% [============================= ] 1107/2289 48% [============================== ] 1108/2289 48% [============================== ] 1109/2289 48% [============================== ] 1110/2289 48% [============================== ] 1111/2289 48% [============================== ] 1112/2289 48% [============================== ] 1113/2289 48% [============================== ] 1114/2289 48% [============================== ] 1115/2289 48% [============================== ] 1116/2289 48% [============================== ] 1117/2289 48% [============================== ] 1118/2289 48% [============================== ] 1119/2289 48% [============================== ] 1120/2289 48% [============================== ] 1121/2289 48% [============================== ] 1122/2289 49% [============================== ] 1123/2289 49% [============================== ] 1124/2289 49% [============================== ] 1125/2289 49% [============================== ] 1126/2289 49% [============================== ] 1127/2289 49% [============================== ] 1128/2289 49% [============================== ] 1129/2289 49% [============================== ] 1130/2289 49% [============================== ] 1131/2289 49% [============================== ] 1132/2289 49% [============================== ] 1133/2289 49% [============================== ] 1134/2289 49% [============================== ] 1135/2289 49% [============================== ] 1136/2289 49% [============================== ] 1137/2289 49% [============================== ] 1138/2289 49% [============================== ] 1139/2289 49% [============================== ] 1140/2289 49% [============================== ] 1141/2289 49% [============================== ] 1142/2289 49% [============================== ] 1143/2289 49% [============================== ] 1144/2289 49% [=============================== ] 1145/2289 50% [=============================== ] 1146/2289 50% [=============================== ] 1147/2289 50% [=============================== ] 1148/2289 50% [=============================== ] 1149/2289 50% [=============================== ] 1150/2289 50% [=============================== ] 1151/2289 50% [=============================== ] 1152/2289 50% [=============================== ] 1153/2289 50% [=============================== ] 1154/2289 50% [=============================== ] 1155/2289 50% [=============================== ] 1156/2289 50% [=============================== ] 1157/2289 50% [=============================== ] 1158/2289 50% [=============================== ] 1159/2289 50% [=============================== ] 1160/2289 50% [=============================== ] 1161/2289 50% [=============================== ] 1162/2289 50% [=============================== ] 1163/2289 50% [=============================== ] 1164/2289 50% [=============================== ] 1165/2289 50% [=============================== ] 1166/2289 50% [=============================== ] 1167/2289 50% [=============================== ] 1168/2289 51% [=============================== ] 1169/2289 51% [=============================== ] 1170/2289 51% [=============================== ] 1171/2289 51% [=============================== ] 1172/2289 51% [=============================== ] 1173/2289 51% [=============================== ] 1174/2289 51% [=============================== ] 1175/2289 51% [=============================== ] 1176/2289 51% [=============================== ] 1177/2289 51% [=============================== ] 1178/2289 51% [=============================== ] 1179/2289 51% [=============================== ] 1180/2289 51% [=============================== ] 1181/2289 51% [================================ ] 1182/2289 51% [================================ ] 1183/2289 51% [================================ ] 1184/2289 51% [================================ ] 1185/2289 51% [================================ ] 1186/2289 51% [================================ ] 1187/2289 51% [================================ ] 1188/2289 51% [================================ ] 1189/2289 51% [================================ ] 1190/2289 51% [================================ ] 1191/2289 52% [================================ ] 1192/2289 52% [================================ ] 1193/2289 52% [================================ ] 1194/2289 52% [================================ ] 1195/2289 52% [================================ ] 1196/2289 52% [================================ ] 1197/2289 52% [================================ ] 1198/2289 52% [================================ ] 1199/2289 52% [================================ ] 1200/2289 52% [================================ ] 1201/2289 52% [================================ ] 1202/2289 52% [================================ ] 1203/2289 52% [================================ ] 1204/2289 52% [================================ ] 1205/2289 52% [================================ ] 1206/2289 52% [================================ ] 1207/2289 52% [================================ ] 1208/2289 52% [================================ ] 1209/2289 52% [================================ ] 1210/2289 52% [================================ ] 1211/2289 52% [================================ ] 1212/2289 52% [================================ ] 1213/2289 52% [================================ ] 1214/2289 53% [================================ ] 1215/2289 53% [================================ ] 1216/2289 53% [================================ ] 1217/2289 53% [================================ ] 1218/2289 53% [================================= ] 1219/2289 53% [================================= ] 1220/2289 53% [================================= ] 1221/2289 53% [================================= ] 1222/2289 53% [================================= ] 1223/2289 53% [================================= ] 1224/2289 53% [================================= ] 1225/2289 53% [================================= ] 1226/2289 53% [================================= ] 1227/2289 53% [================================= ] 1228/2289 53% [================================= ] 1229/2289 53% [================================= ] 1230/2289 53% [================================= ] 1231/2289 53% [================================= ] 1232/2289 53% [================================= ] 1233/2289 53% [================================= ] 1234/2289 53% [================================= ] 1235/2289 53% [================================= ] 1236/2289 53% [================================= ] 1237/2289 54% [================================= ] 1238/2289 54% [================================= ] 1239/2289 54% [================================= ] 1240/2289 54% [================================= ] 1241/2289 54% [================================= ] 1242/2289 54% [================================= ] 1243/2289 54% [================================= ] 1244/2289 54% [================================= ] 1245/2289 54% [================================= ] 1246/2289 54% [================================= ] 1247/2289 54% [================================= ] 1248/2289 54% [================================= ] 1249/2289 54% [================================= ] 1250/2289 54% [================================= ] 1251/2289 54% [================================= ] 1252/2289 54% [================================= ] 1253/2289 54% [================================= ] 1254/2289 54% [================================= ] 1255/2289 54% [================================== ] 1256/2289 54% [================================== ] 1257/2289 54% [================================== ] 1258/2289 54% [================================== ] 1259/2289 55% [================================== ] 1260/2289 55% [================================== ] 1261/2289 55% [================================== ] 1262/2289 55% [================================== ] 1263/2289 55% [================================== ] 1264/2289 55% [================================== ] 1265/2289 55% [================================== ] 1266/2289 55% [================================== ] 1267/2289 55% [================================== ] 1268/2289 55% [================================== ] 1269/2289 55% [================================== ] 1270/2289 55% [================================== ] 1271/2289 55% [================================== ] 1272/2289 55% [================================== ] 1273/2289 55% [================================== ] 1274/2289 55% [================================== ] 1275/2289 55% [================================== ] 1276/2289 55% [================================== ] 1277/2289 55% [================================== ] 1278/2289 55% [================================== ] 1279/2289 55% [================================== ] 1280/2289 55% [================================== ] 1281/2289 55% [================================== ] 1282/2289 56% [================================== ] 1283/2289 56% [================================== ] 1284/2289 56% [================================== ] 1285/2289 56% [================================== ] 1286/2289 56% [================================== ] 1287/2289 56% [================================== ] 1288/2289 56% [================================== ] 1289/2289 56% [================================== ] 1290/2289 56% [================================== ] 1291/2289 56% [================================== ] 1292/2289 56% [=================================== ] 1293/2289 56% [=================================== ] 1294/2289 56% [=================================== ] 1295/2289 56% [=================================== ] 1296/2289 56% [=================================== ] 1297/2289 56% [=================================== ] 1298/2289 56% [=================================== ] 1299/2289 56% [=================================== ] 1300/2289 56% [=================================== ] 1301/2289 56% [=================================== ] 1302/2289 56% [=================================== ] 1303/2289 56% [=================================== ] 1304/2289 56% [=================================== ] 1305/2289 57% [=================================== ] 1306/2289 57% [=================================== ] 1307/2289 57% [=================================== ] 1308/2289 57% [=================================== ] 1309/2289 57% [=================================== ] 1310/2289 57% [=================================== ] 1311/2289 57% [=================================== ] 1312/2289 57% [=================================== ] 1313/2289 57% [=================================== ] 1314/2289 57% [=================================== ] 1315/2289 57% [=================================== ] 1316/2289 57% [=================================== ] 1317/2289 57% [=================================== ] 1318/2289 57% [=================================== ] 1319/2289 57% [=================================== ] 1320/2289 57% [=================================== ] 1321/2289 57% [=================================== ] 1322/2289 57% [=================================== ] 1323/2289 57% [=================================== ] 1324/2289 57% [=================================== ] 1325/2289 57% [=================================== ] 1326/2289 57% [=================================== ] 1327/2289 57% [=================================== ] 1328/2289 58% [=================================== ] 1329/2289 58% [==================================== ] 1330/2289 58% [==================================== ] 1331/2289 58% [==================================== ] 1332/2289 58% [==================================== ] 1333/2289 58% [==================================== ] 1334/2289 58% [==================================== ] 1335/2289 58% [==================================== ] 1336/2289 58% [==================================== ] 1337/2289 58% [==================================== ] 1338/2289 58% [==================================== ] 1339/2289 58% [==================================== ] 1340/2289 58% [==================================== ] 1341/2289 58% [==================================== ] 1342/2289 58% [==================================== ] 1343/2289 58% [==================================== ] 1344/2289 58% [==================================== ] 1345/2289 58% [==================================== ] 1346/2289 58% [==================================== ] 1347/2289 58% [==================================== ] 1348/2289 58% [==================================== ] 1349/2289 58% [==================================== ] 1350/2289 58% [==================================== ] 1351/2289 59% [==================================== ] 1352/2289 59% [==================================== ] 1353/2289 59% [==================================== ] 1354/2289 59% [==================================== ] 1355/2289 59% [==================================== ] 1356/2289 59% [==================================== ] 1357/2289 59% [==================================== ] 1358/2289 59% [==================================== ] 1359/2289 59% [==================================== ] 1360/2289 59% [==================================== ] 1361/2289 59% [==================================== ] 1362/2289 59% [==================================== ] 1363/2289 59% [==================================== ] 1364/2289 59% [==================================== ] 1365/2289 59% [==================================== ] 1366/2289 59% [===================================== ] 1367/2289 59% [===================================== ] 1368/2289 59% [===================================== ] 1369/2289 59% [===================================== ] 1370/2289 59% [===================================== ] 1371/2289 59% [===================================== ] 1372/2289 59% [===================================== ] 1373/2289 59% [===================================== ] 1374/2289 60% [===================================== ] 1375/2289 60% [===================================== ] 1376/2289 60% [===================================== ] 1377/2289 60% [===================================== ] 1378/2289 60% [===================================== ] 1379/2289 60% [===================================== ] 1380/2289 60% [===================================== ] 1381/2289 60% [===================================== ] 1382/2289 60% [===================================== ] 1383/2289 60% [===================================== ] 1384/2289 60% [===================================== ] 1385/2289 60% [===================================== ] 1386/2289 60% [===================================== ] 1387/2289 60% [===================================== ] 1388/2289 60% [===================================== ] 1389/2289 60% [===================================== ] 1390/2289 60% [===================================== ] 1391/2289 60% [===================================== ] 1392/2289 60% [===================================== ] 1393/2289 60% [===================================== ] 1394/2289 60% [===================================== ] 1395/2289 60% [===================================== ] 1396/2289 60% [===================================== ] 1397/2289 61% [===================================== ] 1398/2289 61% [===================================== ] 1399/2289 61% [===================================== ] 1400/2289 61% [===================================== ] 1401/2289 61% [===================================== ] 1402/2289 61% [====================================== ] 1403/2289 61% [====================================== ] 1404/2289 61% [====================================== ] 1405/2289 61% [====================================== ] 1406/2289 61% [====================================== ] 1407/2289 61% [====================================== ] 1408/2289 61% [====================================== ] 1409/2289 61% [====================================== ] 1410/2289 61% [====================================== ] 1411/2289 61% [====================================== ] 1412/2289 61% [====================================== ] 1413/2289 61% [====================================== ] 1414/2289 61% [====================================== ] 1415/2289 61% [====================================== ] 1416/2289 61% [====================================== ] 1417/2289 61% [====================================== ] 1418/2289 61% [====================================== ] 1419/2289 61% [====================================== ] 1420/2289 62% [====================================== ] 1421/2289 62% [====================================== ] 1422/2289 62% [====================================== ] 1423/2289 62% [====================================== ] 1424/2289 62% [====================================== ] 1425/2289 62% [====================================== ] 1426/2289 62% [====================================== ] 1427/2289 62% [====================================== ] 1428/2289 62% [====================================== ] 1429/2289 62% [====================================== ] 1430/2289 62% [====================================== ] 1431/2289 62% [====================================== ] 1432/2289 62% [====================================== ] 1433/2289 62% [====================================== ] 1434/2289 62% [====================================== ] 1435/2289 62% [====================================== ] 1436/2289 62% [====================================== ] 1437/2289 62% [====================================== ] 1438/2289 62% [====================================== ] 1439/2289 62% [======================================= ] 1440/2289 62% [======================================= ] 1441/2289 62% [======================================= ] 1442/2289 62% [======================================= ] 1443/2289 63% [======================================= ] 1444/2289 63% [======================================= ] 1445/2289 63% [======================================= ] 1446/2289 63% [======================================= ] 1447/2289 63% [======================================= ] 1448/2289 63% [======================================= ] 1449/2289 63% [======================================= ] 1450/2289 63% [======================================= ] 1451/2289 63% [======================================= ] 1452/2289 63% [======================================= ] 1453/2289 63% [======================================= ] 1454/2289 63% [======================================= ] 1455/2289 63% [======================================= ] 1456/2289 63% [======================================= ] 1457/2289 63% [======================================= ] 1458/2289 63% [======================================= ] 1459/2289 63% [======================================= ] 1460/2289 63% [======================================= ] 1461/2289 63% [======================================= ] 1462/2289 63% [======================================= ] 1463/2289 63% [======================================= ] 1464/2289 63% [======================================= ] 1465/2289 64% [======================================= ] 1466/2289 64% [======================================= ] 1467/2289 64% [======================================= ] 1468/2289 64% [======================================= ] 1469/2289 64% [======================================= ] 1470/2289 64% [======================================= ] 1471/2289 64% [======================================= ] 1472/2289 64% [======================================= ] 1473/2289 64% [======================================= ] 1474/2289 64% [======================================= ] 1475/2289 64% [======================================= ] 1476/2289 64% [======================================== ] 1477/2289 64% [======================================== ] 1478/2289 64% [======================================== ] 1479/2289 64% [======================================== ] 1480/2289 64% [======================================== ] 1481/2289 64% [======================================== ] 1482/2289 64% [======================================== ] 1483/2289 64% [======================================== ] 1484/2289 64% [======================================== ] 1485/2289 64% [======================================== ] 1486/2289 64% [======================================== ] 1487/2289 64% [======================================== ] 1488/2289 65% [======================================== ] 1489/2289 65% [======================================== ] 1490/2289 65% [======================================== ] 1491/2289 65% [======================================== ] 1492/2289 65% [======================================== ] 1493/2289 65% [======================================== ] 1494/2289 65% [======================================== ] 1495/2289 65% [======================================== ] 1496/2289 65% [======================================== ] 1497/2289 65% [======================================== ] 1498/2289 65% [======================================== ] 1499/2289 65% [======================================== ] 1500/2289 65% [======================================== ] 1501/2289 65% [======================================== ] 1502/2289 65% [======================================== ] 1503/2289 65% [======================================== ] 1504/2289 65% [======================================== ] 1505/2289 65% [======================================== ] 1506/2289 65% [======================================== ] 1507/2289 65% [======================================== ] 1508/2289 65% [======================================== ] 1509/2289 65% [======================================== ] 1510/2289 65% [======================================== ] 1511/2289 66% [======================================== ] 1512/2289 66% [======================================== ] 1513/2289 66% [========================================= ] 1514/2289 66% [========================================= ] 1515/2289 66% [========================================= ] 1516/2289 66% [========================================= ] 1517/2289 66% [========================================= ] 1518/2289 66% [========================================= ] 1519/2289 66% [========================================= ] 1520/2289 66% [========================================= ] 1521/2289 66% [========================================= ] 1522/2289 66% [========================================= ] 1523/2289 66% [========================================= ] 1524/2289 66% [========================================= ] 1525/2289 66% [========================================= ] 1526/2289 66% [========================================= ] 1527/2289 66% [========================================= ] 1528/2289 66% [========================================= ] 1529/2289 66% [========================================= ] 1530/2289 66% [========================================= ] 1531/2289 66% [========================================= ] 1532/2289 66% [========================================= ] 1533/2289 66% [========================================= ] 1534/2289 67% [========================================= ] 1535/2289 67% [========================================= ] 1536/2289 67% [========================================= ] 1537/2289 67% [========================================= ] 1538/2289 67% [========================================= ] 1539/2289 67% [========================================= ] 1540/2289 67% [========================================= ] 1541/2289 67% [========================================= ] 1542/2289 67% [========================================= ] 1543/2289 67% [========================================= ] 1544/2289 67% [========================================= ] 1545/2289 67% [========================================= ] 1546/2289 67% [========================================= ] 1547/2289 67% [========================================= ] 1548/2289 67% [========================================= ] 1549/2289 67% [========================================= ] 1550/2289 67% [========================================== ] 1551/2289 67% [========================================== ] 1552/2289 67% [========================================== ] 1553/2289 67% [========================================== ] 1554/2289 67% [========================================== ] 1555/2289 67% [========================================== ] 1556/2289 67% [========================================== ] 1557/2289 68% [========================================== ] 1558/2289 68% [========================================== ] 1559/2289 68% [========================================== ] 1560/2289 68% [========================================== ] 1561/2289 68% [========================================== ] 1562/2289 68% [========================================== ] 1563/2289 68% [========================================== ] 1564/2289 68% [========================================== ] 1565/2289 68% [========================================== ] 1566/2289 68% [========================================== ] 1567/2289 68% [========================================== ] 1568/2289 68% [========================================== ] 1569/2289 68% [========================================== ] 1570/2289 68% [========================================== ] 1571/2289 68% [========================================== ] 1572/2289 68% [========================================== ] 1573/2289 68% [========================================== ] 1574/2289 68% [========================================== ] 1575/2289 68% [========================================== ] 1576/2289 68% [========================================== ] 1577/2289 68% [========================================== ] 1578/2289 68% [========================================== ] 1579/2289 68% [========================================== ] 1580/2289 69% [========================================== ] 1581/2289 69% [========================================== ] 1582/2289 69% [========================================== ] 1583/2289 69% [========================================== ] 1584/2289 69% [========================================== ] 1585/2289 69% [========================================== ] 1586/2289 69% [========================================== ] 1587/2289 69% [=========================================== ] 1588/2289 69% [=========================================== ] 1589/2289 69% [=========================================== ] 1590/2289 69% [=========================================== ] 1591/2289 69% [=========================================== ] 1592/2289 69% [=========================================== ] 1593/2289 69% [=========================================== ] 1594/2289 69% [=========================================== ] 1595/2289 69% [=========================================== ] 1596/2289 69% [=========================================== ] 1597/2289 69% [=========================================== ] 1598/2289 69% [=========================================== ] 1599/2289 69% [=========================================== ] 1600/2289 69% [=========================================== ] 1601/2289 69% [=========================================== ] 1602/2289 69% [=========================================== ] 1603/2289 70% [=========================================== ] 1604/2289 70% [=========================================== ] 1605/2289 70% [=========================================== ] 1606/2289 70% [=========================================== ] 1607/2289 70% [=========================================== ] 1608/2289 70% [=========================================== ] 1609/2289 70% [=========================================== ] 1610/2289 70% [=========================================== ] 1611/2289 70% [=========================================== ] 1612/2289 70% [=========================================== ] 1613/2289 70% [=========================================== ] 1614/2289 70% [=========================================== ] 1615/2289 70% [=========================================== ] 1616/2289 70% [=========================================== ] 1617/2289 70% [=========================================== ] 1618/2289 70% [=========================================== ] 1619/2289 70% [=========================================== ] 1620/2289 70% [=========================================== ] 1621/2289 70% [=========================================== ] 1622/2289 70% [=========================================== ] 1623/2289 70% [=========================================== ] 1624/2289 70% [============================================ ] 1625/2289 70% [============================================ ] 1626/2289 71% [============================================ ] 1627/2289 71% [============================================ ] 1628/2289 71% [============================================ ] 1629/2289 71% [============================================ ] 1630/2289 71% [============================================ ] 1631/2289 71% [============================================ ] 1632/2289 71% [============================================ ] 1633/2289 71% [============================================ ] 1634/2289 71% [============================================ ] 1635/2289 71% [============================================ ] 1636/2289 71% [============================================ ] 1637/2289 71% [============================================ ] 1638/2289 71% [============================================ ] 1639/2289 71% [============================================ ] 1640/2289 71% [============================================ ] 1641/2289 71% [============================================ ] 1642/2289 71% [============================================ ] 1643/2289 71% [============================================ ] 1644/2289 71% [============================================ ] 1645/2289 71% [============================================ ] 1646/2289 71% [============================================ ] 1647/2289 71% [============================================ ] 1648/2289 71% [============================================ ] 1649/2289 72% [============================================ ] 1650/2289 72% [============================================ ] 1651/2289 72% [============================================ ] 1652/2289 72% [============================================ ] 1653/2289 72% [============================================ ] 1654/2289 72% [============================================ ] 1655/2289 72% [============================================ ] 1656/2289 72% [============================================ ] 1657/2289 72% [============================================ ] 1658/2289 72% [============================================ ] 1659/2289 72% [============================================ ] 1660/2289 72% [============================================ ] 1661/2289 72% [============================================= ] 1662/2289 72% [============================================= ] 1663/2289 72% [============================================= ] 1664/2289 72% [============================================= ] 1665/2289 72% [============================================= ] 1666/2289 72% [============================================= ] 1667/2289 72% [============================================= ] 1668/2289 72% [============================================= ] 1669/2289 72% [============================================= ] 1670/2289 72% [============================================= ] 1671/2289 73% [============================================= ] 1672/2289 73% [============================================= ] 1673/2289 73% [============================================= ] 1674/2289 73% [============================================= ] 1675/2289 73% [============================================= ] 1676/2289 73% [============================================= ] 1677/2289 73% [============================================= ] 1678/2289 73% [============================================= ] 1679/2289 73% [============================================= ] 1680/2289 73% [============================================= ] 1681/2289 73% [============================================= ] 1682/2289 73% [============================================= ] 1683/2289 73% [============================================= ] 1684/2289 73% [============================================= ] 1685/2289 73% [============================================= ] 1686/2289 73% [============================================= ] 1687/2289 73% [============================================= ] 1688/2289 73% [============================================= ] 1689/2289 73% [============================================= ] 1690/2289 73% [============================================= ] 1691/2289 73% [============================================= ] 1692/2289 73% [============================================= ] 1693/2289 73% [============================================= ] 1694/2289 74% [============================================= ] 1695/2289 74% [============================================= ] 1696/2289 74% [============================================= ] 1697/2289 74% [============================================= ] 1698/2289 74% [============================================== ] 1699/2289 74% [============================================== ] 1700/2289 74% [============================================== ] 1701/2289 74% [============================================== ] 1702/2289 74% [============================================== ] 1703/2289 74% [============================================== ] 1704/2289 74% [============================================== ] 1705/2289 74% [============================================== ] 1706/2289 74% [============================================== ] 1707/2289 74% [============================================== ] 1708/2289 74% [============================================== ] 1709/2289 74% [============================================== ] 1710/2289 74% [============================================== ] 1711/2289 74% [============================================== ] 1712/2289 74% [============================================== ] 1713/2289 74% [============================================== ] 1714/2289 74% [============================================== ] 1715/2289 74% [============================================== ] 1716/2289 74% [============================================== ] 1717/2289 75% [============================================== ] 1718/2289 75% [============================================== ] 1719/2289 75% [============================================== ] 1720/2289 75% [============================================== ] 1721/2289 75% [============================================== ] 1722/2289 75% [============================================== ] 1723/2289 75% [============================================== ] 1724/2289 75% [============================================== ] 1725/2289 75% [============================================== ] 1726/2289 75% [============================================== ] 1727/2289 75% [============================================== ] 1728/2289 75% [============================================== ] 1729/2289 75% [============================================== ] 1730/2289 75% [============================================== ] 1731/2289 75% [============================================== ] 1732/2289 75% [============================================== ] 1733/2289 75% [============================================== ] 1734/2289 75% [============================================== ] 1735/2289 75% [=============================================== ] 1736/2289 75% [=============================================== ] 1737/2289 75% [=============================================== ] 1738/2289 75% [=============================================== ] 1739/2289 75% [=============================================== ] 1740/2289 76% [=============================================== ] 1741/2289 76% [=============================================== ] 1742/2289 76% [=============================================== ] 1743/2289 76% [=============================================== ] 1744/2289 76% [=============================================== ] 1745/2289 76% [=============================================== ] 1746/2289 76% [=============================================== ] 1747/2289 76% [=============================================== ] 1748/2289 76% [=============================================== ] 1749/2289 76% [=============================================== ] 1750/2289 76% [=============================================== ] 1751/2289 76% [=============================================== ] 1752/2289 76% [=============================================== ] 1753/2289 76% [=============================================== ] 1754/2289 76% [=============================================== ] 1755/2289 76% [=============================================== ] 1756/2289 76% [=============================================== ] 1757/2289 76% [=============================================== ] 1758/2289 76% [=============================================== ] 1759/2289 76% [=============================================== ] 1760/2289 76% [=============================================== ] 1761/2289 76% [=============================================== ] 1762/2289 76% [=============================================== ] 1763/2289 77% [=============================================== ] 1764/2289 77% [=============================================== ] 1765/2289 77% [=============================================== ] 1766/2289 77% [=============================================== ] 1767/2289 77% [=============================================== ] 1768/2289 77% [=============================================== ] 1769/2289 77% [=============================================== ] 1770/2289 77% [=============================================== ] 1771/2289 77% [=============================================== ] 1772/2289 77% [================================================ ] 1773/2289 77% [================================================ ] 1774/2289 77% [================================================ ] 1775/2289 77% [================================================ ] 1776/2289 77% [================================================ ] 1777/2289 77% [================================================ ] 1778/2289 77% [================================================ ] 1779/2289 77% [================================================ ] 1780/2289 77% [================================================ ] 1781/2289 77% [================================================ ] 1782/2289 77% [================================================ ] 1783/2289 77% [================================================ ] 1784/2289 77% [================================================ ] 1785/2289 77% [================================================ ] 1786/2289 78% [================================================ ] 1787/2289 78% [================================================ ] 1788/2289 78% [================================================ ] 1789/2289 78% [================================================ ] 1790/2289 78% [================================================ ] 1791/2289 78% [================================================ ] 1792/2289 78% [================================================ ] 1793/2289 78% [================================================ ] 1794/2289 78% [================================================ ] 1795/2289 78% [================================================ ] 1796/2289 78% [================================================ ] 1797/2289 78% [================================================ ] 1798/2289 78% [================================================ ] 1799/2289 78% [================================================ ] 1800/2289 78% [================================================ ] 1801/2289 78% [================================================ ] 1802/2289 78% [================================================ ] 1803/2289 78% [================================================ ] 1804/2289 78% [================================================ ] 1805/2289 78% [================================================ ] 1806/2289 78% [================================================ ] 1807/2289 78% [================================================ ] 1808/2289 78% [================================================ ] 1809/2289 79% [================================================= ] 1810/2289 79% [================================================= ] 1811/2289 79% [================================================= ] 1812/2289 79% [================================================= ] 1813/2289 79% [================================================= ] 1814/2289 79% [================================================= ] 1815/2289 79% [================================================= ] 1816/2289 79% [================================================= ] 1817/2289 79% [================================================= ] 1818/2289 79% [================================================= ] 1819/2289 79% [================================================= ] 1820/2289 79% [================================================= ] 1821/2289 79% [================================================= ] 1822/2289 79% [================================================= ] 1823/2289 79% [================================================= ] 1824/2289 79% [================================================= ] 1825/2289 79% [================================================= ] 1826/2289 79% [================================================= ] 1827/2289 79% [================================================= ] 1828/2289 79% [================================================= ] 1829/2289 79% [================================================= ] 1830/2289 79% [================================================= ] 1831/2289 79% [================================================= ] 1832/2289 80% [================================================= ] 1833/2289 80% [================================================= ] 1834/2289 80% [================================================= ] 1835/2289 80% [================================================= ] 1836/2289 80% [================================================= ] 1837/2289 80% [================================================= ] 1838/2289 80% [================================================= ] 1839/2289 80% [================================================= ] 1840/2289 80% [================================================= ] 1841/2289 80% [================================================= ] 1842/2289 80% [================================================= ] 1843/2289 80% [================================================= ] 1844/2289 80% [================================================= ] 1845/2289 80% [================================================== ] 1846/2289 80% [================================================== ] 1847/2289 80% [================================================== ] 1848/2289 80% [================================================== ] 1849/2289 80% [================================================== ] 1850/2289 80% [================================================== ] 1851/2289 80% [================================================== ] 1852/2289 80% [================================================== ] 1853/2289 80% [================================================== ] 1854/2289 80% [================================================== ] 1855/2289 81% [================================================== ] 1856/2289 81% [================================================== ] 1857/2289 81% [================================================== ] 1858/2289 81% [================================================== ] 1859/2289 81% [================================================== ] 1860/2289 81% [================================================== ] 1861/2289 81% [================================================== ] 1862/2289 81% [================================================== ] 1863/2289 81% [================================================== ] 1864/2289 81% [================================================== ] 1865/2289 81% [================================================== ] 1866/2289 81% [================================================== ] 1867/2289 81% [================================================== ] 1868/2289 81% [================================================== ] 1869/2289 81% [================================================== ] 1870/2289 81% [================================================== ] 1871/2289 81% [================================================== ] 1872/2289 81% [================================================== ] 1873/2289 81% [================================================== ] 1874/2289 81% [================================================== ] 1875/2289 81% [================================================== ] 1876/2289 81% [================================================== ] 1877/2289 82% [================================================== ] 1878/2289 82% [================================================== ] 1879/2289 82% [================================================== ] 1880/2289 82% [================================================== ] 1881/2289 82% [================================================== ] 1882/2289 82% [=================================================== ] 1883/2289 82% [=================================================== ] 1884/2289 82% [=================================================== ] 1885/2289 82% [=================================================== ] 1886/2289 82% [=================================================== ] 1887/2289 82% [=================================================== ] 1888/2289 82% [=================================================== ] 1889/2289 82% [=================================================== ] 1890/2289 82% [=================================================== ] 1891/2289 82% [=================================================== ] 1892/2289 82% [=================================================== ] 1893/2289 82% [=================================================== ] 1894/2289 82% [=================================================== ] 1895/2289 82% [=================================================== ] 1896/2289 82% [=================================================== ] 1897/2289 82% [=================================================== ] 1898/2289 82% [=================================================== ] 1899/2289 82% [=================================================== ] 1900/2289 83% [=================================================== ] 1901/2289 83% [=================================================== ] 1902/2289 83% [=================================================== ] 1903/2289 83% [=================================================== ] 1904/2289 83% [=================================================== ] 1905/2289 83% [=================================================== ] 1906/2289 83% [=================================================== ] 1907/2289 83% [=================================================== ] 1908/2289 83% [=================================================== ] 1909/2289 83% [=================================================== ] 1910/2289 83% [=================================================== ] 1911/2289 83% [=================================================== ] 1912/2289 83% [=================================================== ] 1913/2289 83% [=================================================== ] 1914/2289 83% [=================================================== ] 1915/2289 83% [=================================================== ] 1916/2289 83% [=================================================== ] 1917/2289 83% [=================================================== ] 1918/2289 83% [=================================================== ] 1919/2289 83% [==================================================== ] 1920/2289 83% [==================================================== ] 1921/2289 83% [==================================================== ] 1922/2289 83% [==================================================== ] 1923/2289 84% [==================================================== ] 1924/2289 84% [==================================================== ] 1925/2289 84% [==================================================== ] 1926/2289 84% [==================================================== ] 1927/2289 84% [==================================================== ] 1928/2289 84% [==================================================== ] 1929/2289 84% [==================================================== ] 1930/2289 84% [==================================================== ] 1931/2289 84% [==================================================== ] 1932/2289 84% [==================================================== ] 1933/2289 84% [==================================================== ] 1934/2289 84% [==================================================== ] 1935/2289 84% [==================================================== ] 1936/2289 84% [==================================================== ] 1937/2289 84% [==================================================== ] 1938/2289 84% [==================================================== ] 1939/2289 84% [==================================================== ] 1940/2289 84% [==================================================== ] 1941/2289 84% [==================================================== ] 1942/2289 84% [==================================================== ] 1943/2289 84% [==================================================== ] 1944/2289 84% [==================================================== ] 1945/2289 84% [==================================================== ] 1946/2289 85% [==================================================== ] 1947/2289 85% [==================================================== ] 1948/2289 85% [==================================================== ] 1949/2289 85% [==================================================== ] 1950/2289 85% [==================================================== ] 1951/2289 85% [==================================================== ] 1952/2289 85% [==================================================== ] 1953/2289 85% [==================================================== ] 1954/2289 85% [==================================================== ] 1955/2289 85% [==================================================== ] 1956/2289 85% [===================================================== ] 1957/2289 85% [===================================================== ] 1958/2289 85% [===================================================== ] 1959/2289 85% [===================================================== ] 1960/2289 85% [===================================================== ] 1961/2289 85% [===================================================== ] 1962/2289 85% [===================================================== ] 1963/2289 85% [===================================================== ] 1964/2289 85% [===================================================== ] 1965/2289 85% [===================================================== ] 1966/2289 85% [===================================================== ] 1967/2289 85% [===================================================== ] 1968/2289 85% [===================================================== ] 1969/2289 86% [===================================================== ] 1970/2289 86% [===================================================== ] 1971/2289 86% [===================================================== ] 1972/2289 86% [===================================================== ] 1973/2289 86% [===================================================== ] 1974/2289 86% [===================================================== ] 1975/2289 86% [===================================================== ] 1976/2289 86% [===================================================== ] 1977/2289 86% [===================================================== ] 1978/2289 86% [===================================================== ] 1979/2289 86% [===================================================== ] 1980/2289 86% [===================================================== ] 1981/2289 86% [===================================================== ] 1982/2289 86% [===================================================== ] 1983/2289 86% [===================================================== ] 1984/2289 86% [===================================================== ] 1985/2289 86% [===================================================== ] 1986/2289 86% [===================================================== ] 1987/2289 86% [===================================================== ] 1988/2289 86% [===================================================== ] 1989/2289 86% [===================================================== ] 1990/2289 86% [===================================================== ] 1991/2289 86% [===================================================== ] 1992/2289 87% [===================================================== ] 1993/2289 87% [====================================================== ] 1994/2289 87% [====================================================== ] 1995/2289 87% [====================================================== ] 1996/2289 87% [====================================================== ] 1997/2289 87% [====================================================== ] 1998/2289 87% [====================================================== ] 1999/2289 87% [====================================================== ] 2000/2289 87% [====================================================== ] 2001/2289 87% [====================================================== ] 2002/2289 87% [====================================================== ] 2003/2289 87% [====================================================== ] 2004/2289 87% [====================================================== ] 2005/2289 87% [====================================================== ] 2006/2289 87% [====================================================== ] 2007/2289 87% [====================================================== ] 2008/2289 87% [====================================================== ] 2009/2289 87% [====================================================== ] 2010/2289 87% [====================================================== ] 2011/2289 87% [====================================================== ] 2012/2289 87% [====================================================== ] 2013/2289 87% [====================================================== ] 2014/2289 87% [====================================================== ] 2015/2289 88% [====================================================== ] 2016/2289 88% [====================================================== ] 2017/2289 88% [====================================================== ] 2018/2289 88% [====================================================== ] 2019/2289 88% [====================================================== ] 2020/2289 88% [====================================================== ] 2021/2289 88% [====================================================== ] 2022/2289 88% [====================================================== ] 2023/2289 88% [====================================================== ] 2024/2289 88% [====================================================== ] 2025/2289 88% [====================================================== ] 2026/2289 88% [====================================================== ] 2027/2289 88% [====================================================== ] 2028/2289 88% [====================================================== ] 2029/2289 88% [====================================================== ] 2030/2289 88% [======================================================= ] 2031/2289 88% [======================================================= ] 2032/2289 88% [======================================================= ] 2033/2289 88% [======================================================= ] 2034/2289 88% [======================================================= ] 2035/2289 88% [======================================================= ] 2036/2289 88% [======================================================= ] 2037/2289 88% [======================================================= ] 2038/2289 89% [======================================================= ] 2039/2289 89% [======================================================= ] 2040/2289 89% [======================================================= ] 2041/2289 89% [======================================================= ] 2042/2289 89% [======================================================= ] 2043/2289 89% [======================================================= ] 2044/2289 89% [======================================================= ] 2045/2289 89% [======================================================= ] 2046/2289 89% [======================================================= ] 2047/2289 89% [======================================================= ] 2048/2289 89% [======================================================= ] 2049/2289 89% [======================================================= ] 2050/2289 89% [======================================================= ] 2051/2289 89% [======================================================= ] 2052/2289 89% [======================================================= ] 2053/2289 89% [======================================================= ] 2054/2289 89% [======================================================= ] 2055/2289 89% [======================================================= ] 2056/2289 89% [======================================================= ] 2057/2289 89% [======================================================= ] 2058/2289 89% [======================================================= ] 2059/2289 89% [======================================================= ] 2060/2289 89% [======================================================= ] 2061/2289 90% [======================================================= ] 2062/2289 90% [======================================================= ] 2063/2289 90% [======================================================= ] 2064/2289 90% [======================================================= ] 2065/2289 90% [======================================================= ] 2066/2289 90% [======================================================= ] 2067/2289 90% [======================================================== ] 2068/2289 90% [======================================================== ] 2069/2289 90% [======================================================== ] 2070/2289 90% [======================================================== ] 2071/2289 90% [======================================================== ] 2072/2289 90% [======================================================== ] 2073/2289 90% [======================================================== ] 2074/2289 90% [======================================================== ] 2075/2289 90% [======================================================== ] 2076/2289 90% [======================================================== ] 2077/2289 90% [======================================================== ] 2078/2289 90% [======================================================== ] 2079/2289 90% [======================================================== ] 2080/2289 90% [======================================================== ] 2081/2289 90% [======================================================== ] 2082/2289 90% [======================================================== ] 2083/2289 91% [======================================================== ] 2084/2289 91% [======================================================== ] 2085/2289 91% [======================================================== ] 2086/2289 91% [======================================================== ] 2087/2289 91% [======================================================== ] 2088/2289 91% [======================================================== ] 2089/2289 91% [======================================================== ] 2090/2289 91% [======================================================== ] 2091/2289 91% [======================================================== ] 2092/2289 91% [======================================================== ] 2093/2289 91% [======================================================== ] 2094/2289 91% [======================================================== ] 2095/2289 91% [======================================================== ] 2096/2289 91% [======================================================== ] 2097/2289 91% [======================================================== ] 2098/2289 91% [======================================================== ] 2099/2289 91% [======================================================== ] 2100/2289 91% [======================================================== ] 2101/2289 91% [======================================================== ] 2102/2289 91% [======================================================== ] 2103/2289 91% [======================================================== ] 2104/2289 91% [========================================================= ] 2105/2289 91% [========================================================= ] 2106/2289 92% [========================================================= ] 2107/2289 92% [========================================================= ] 2108/2289 92% [========================================================= ] 2109/2289 92% [========================================================= ] 2110/2289 92% [========================================================= ] 2111/2289 92% [========================================================= ] 2112/2289 92% [========================================================= ] 2113/2289 92% [========================================================= ] 2114/2289 92% [========================================================= ] 2115/2289 92% [========================================================= ] 2116/2289 92% [========================================================= ] 2117/2289 92% [========================================================= ] 2118/2289 92% [========================================================= ] 2119/2289 92% [========================================================= ] 2120/2289 92% [========================================================= ] 2121/2289 92% [========================================================= ] 2122/2289 92% [========================================================= ] 2123/2289 92% [========================================================= ] 2124/2289 92% [========================================================= ] 2125/2289 92% [========================================================= ] 2126/2289 92% [========================================================= ] 2127/2289 92% [========================================================= ] 2128/2289 92% [========================================================= ] 2129/2289 93% [========================================================= ] 2130/2289 93% [========================================================= ] 2131/2289 93% [========================================================= ] 2132/2289 93% [========================================================= ] 2133/2289 93% [========================================================= ] 2134/2289 93% [========================================================= ] 2135/2289 93% [========================================================= ] 2136/2289 93% [========================================================= ] 2137/2289 93% [========================================================= ] 2138/2289 93% [========================================================= ] 2139/2289 93% [========================================================= ] 2140/2289 93% [========================================================= ] 2141/2289 93% [========================================================== ] 2142/2289 93% [========================================================== ] 2143/2289 93% [========================================================== ] 2144/2289 93% [========================================================== ] 2145/2289 93% [========================================================== ] 2146/2289 93% [========================================================== ] 2147/2289 93% [========================================================== ] 2148/2289 93% [========================================================== ] 2149/2289 93% [========================================================== ] 2150/2289 93% [========================================================== ] 2151/2289 93% [========================================================== ] 2152/2289 94% [========================================================== ] 2153/2289 94% [========================================================== ] 2154/2289 94% [========================================================== ] 2155/2289 94% [========================================================== ] 2156/2289 94% [========================================================== ] 2157/2289 94% [========================================================== ] 2158/2289 94% [========================================================== ] 2159/2289 94% [========================================================== ] 2160/2289 94% [========================================================== ] 2161/2289 94% [========================================================== ] 2162/2289 94% [========================================================== ] 2163/2289 94% [========================================================== ] 2164/2289 94% [========================================================== ] 2165/2289 94% [========================================================== ] 2166/2289 94% [========================================================== ] 2167/2289 94% [========================================================== ] 2168/2289 94% [========================================================== ] 2169/2289 94% [========================================================== ] 2170/2289 94% [========================================================== ] 2171/2289 94% [========================================================== ] 2172/2289 94% [========================================================== ] 2173/2289 94% [========================================================== ] 2174/2289 94% [========================================================== ] 2175/2289 95% [========================================================== ] 2176/2289 95% [========================================================== ] 2177/2289 95% [========================================================== ] 2178/2289 95% [=========================================================== ] 2179/2289 95% [=========================================================== ] 2180/2289 95% [=========================================================== ] 2181/2289 95% [=========================================================== ] 2182/2289 95% [=========================================================== ] 2183/2289 95% [=========================================================== ] 2184/2289 95% [=========================================================== ] 2185/2289 95% [=========================================================== ] 2186/2289 95% [=========================================================== ] 2187/2289 95% [=========================================================== ] 2188/2289 95% [=========================================================== ] 2189/2289 95% [=========================================================== ] 2190/2289 95% [=========================================================== ] 2191/2289 95% [=========================================================== ] 2192/2289 95% [=========================================================== ] 2193/2289 95% [=========================================================== ] 2194/2289 95% [=========================================================== ] 2195/2289 95% [=========================================================== ] 2196/2289 95% [=========================================================== ] 2197/2289 95% [=========================================================== ] 2198/2289 96% [=========================================================== ] 2199/2289 96% [=========================================================== ] 2200/2289 96% [=========================================================== ] 2201/2289 96% [=========================================================== ] 2202/2289 96% [=========================================================== ] 2203/2289 96% [=========================================================== ] 2204/2289 96% [=========================================================== ] 2205/2289 96% [=========================================================== ] 2206/2289 96% [=========================================================== ] 2207/2289 96% [=========================================================== ] 2208/2289 96% [=========================================================== ] 2209/2289 96% [=========================================================== ] 2210/2289 96% [=========================================================== ] 2211/2289 96% [=========================================================== ] 2212/2289 96% [=========================================================== ] 2213/2289 96% [=========================================================== ] 2214/2289 96% [=========================================================== ] 2215/2289 96% [============================================================ ] 2216/2289 96% [============================================================ ] 2217/2289 96% [============================================================ ] 2218/2289 96% [============================================================ ] 2219/2289 96% [============================================================ ] 2220/2289 96% [============================================================ ] 2221/2289 97% [============================================================ ] 2222/2289 97% [============================================================ ] 2223/2289 97% [============================================================ ] 2224/2289 97% [============================================================ ] 2225/2289 97% [============================================================ ] 2226/2289 97% [============================================================ ] 2227/2289 97% [============================================================ ] 2228/2289 97% [============================================================ ] 2229/2289 97% [============================================================ ] 2230/2289 97% [============================================================ ] 2231/2289 97% [============================================================ ] 2232/2289 97% [============================================================ ] 2233/2289 97% [============================================================ ] 2234/2289 97% [============================================================ ] 2235/2289 97% [============================================================ ] 2236/2289 97% [============================================================ ] 2237/2289 97% [============================================================ ] 2238/2289 97% [============================================================ ] 2239/2289 97% [============================================================ ] 2240/2289 97% [============================================================ ] 2241/2289 97% [============================================================ ] 2242/2289 97% [============================================================ ] 2243/2289 97% [============================================================ ] 2244/2289 98% [============================================================ ] 2245/2289 98% [============================================================ ] 2246/2289 98% [============================================================ ] 2247/2289 98% [============================================================ ] 2248/2289 98% [============================================================ ] 2249/2289 98% [============================================================ ] 2250/2289 98% [============================================================ ] 2251/2289 98% [============================================================ ] 2252/2289 98% [============================================================= ] 2253/2289 98% [============================================================= ] 2254/2289 98% [============================================================= ] 2255/2289 98% [============================================================= ] 2256/2289 98% [============================================================= ] 2257/2289 98% [============================================================= ] 2258/2289 98% [============================================================= ] 2259/2289 98% [============================================================= ] 2260/2289 98% [============================================================= ] 2261/2289 98% [============================================================= ] 2262/2289 98% [============================================================= ] 2263/2289 98% [============================================================= ] 2264/2289 98% [============================================================= ] 2265/2289 98% [============================================================= ] 2266/2289 98% [============================================================= ] 2267/2289 99% [============================================================= ] 2268/2289 99% [============================================================= ] 2269/2289 99% [============================================================= ] 2270/2289 99% [============================================================= ] 2271/2289 99% [============================================================= ] 2272/2289 99% [============================================================= ] 2273/2289 99% [============================================================= ] 2274/2289 99% [============================================================= ] 2275/2289 99% [============================================================= ] 2276/2289 99% [============================================================= ] 2277/2289 99% [============================================================= ] 2278/2289 99% [============================================================= ] 2279/2289 99% [============================================================= ] 2280/2289 99% [============================================================= ] 2281/2289 99% [============================================================= ] 2282/2289 99% [============================================================= ] 2283/2289 99% [============================================================= ] 2284/2289 99% [============================================================= ] 2285/2289 99% [============================================================= ] 2286/2289 99% [============================================================= ] 2287/2289 99% [============================================================= ] 2288/2289 99% [==============================================================] 2289/2289 100% operation complete, 2289 objects in 91921 NAND pages. ln -snf /home/buildroot/autobuild/instance-0/output-1/host/microblazeel-buildroot-linux-musl/sysroot /home/buildroot/autobuild/instance-0/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2023.02.5-15-g505b8ac335 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.4.0 Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.3 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 11.4.0 Collecting legal info >>> linux-headers 5.4.257 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> apg 2.3.0b Collecting legal info COPYING: OK (sha256: 5d0c892ea452c3828f1e311637cde4e3a04eb6431554308b3fcdac8c1b330168) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> 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-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.4-20230429 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230429 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1v Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.11.5 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dialog 1.3-20220117 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> dotconf 1.3 Collecting legal info COPYING: OK (sha256: a50cc98d5044a7bbddabe61fc0ec42aa671c73bf414d0c6b50da83ea8ae041c6) >>> dump1090 8.2 Collecting legal info LICENSE: OK (sha256: 804f68c803eb5c127c53ad17c4f4e5033ef158e514bb76950dc7b1773f9ce4b0) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ethtool 6.1 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> evtest 1.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> exfatprogs 1.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fetchmail 6.4.35 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> openssl Collecting legal info >>> libopenssl 1.1.1v Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> ffmpeg 4.4.4 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> libvpx 1.13.0 Collecting legal info LICENSE: OK (sha256: 8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615) PATENTS: OK (sha256: cc3273e0694ea5896145e0677699b53471b03ea43021ddc50e7923fbb9f5023c) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> font-awesome 4.7.0 Collecting legal info >>> frotz 2.54 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libarchive 3.6.2 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> libxml2 2.10.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> gdk-pixbuf 2.42.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gdk-pixbuf 2.42.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> 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) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> gesftpserver 2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> getent Collecting legal info >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> haveged 1.9.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> hiredis 1.1.0 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> ifupdown-scripts Collecting legal info >>> initscripts Collecting legal info >>> iodine 0.7.0 Collecting legal info README: OK (sha256: f41a252b2218759aa351270b7ad9791bdd323836b940e35c0614837a5d24dcb7) >>> iptraf-ng 1.2.1 Collecting legal info LICENSE: OK (sha256: 4e49bef38f621aac4a870da4b30011c7b7abc7256b218daec1c425b08448ae1e) >>> libcoap 4.3.1 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: 5711e8bf7e94b59fcf0681d0f73752111bc196563b60f8568f19dacd0213192b) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libhid 0.2.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libsolv 0.7.22 Collecting legal info LICENSE.BSD: OK (sha256: 57f15acfb29fbef7749779e096a5885c60b716633e34484a21bb717554c0198f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libtommath 1.2.1 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> linux-firmware 20221214 Collecting legal info LICENCE.atheros_firmware: OK (sha256: 802b7014b26c606cf6248ae8b0ab1ce6d2d1b0db236d38dd269e676cd70710f2) LICENCE.cypress: OK (sha256: ae0db6cc4db33941148df0f67de53e76a77b1b5a46b3165edb7040aa2750015f) LICENCE.ibt_firmware: OK (sha256: 5181b0b51efc79d5acb2c9bb92042878fdbad97a92114d4ab5e32e2b5b52fce4) LICENCE.iwlwifi_firmware: OK (sha256: 16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5) LICENCE.ralink_a_mediatek_company_firmware: OK (sha256: 8568352b57f3574f9d5b2753cdb7c6e5eb2b79e82fbb9c9ba6566947467ef508) LICENCE.ti-connectivity: OK (sha256: 106bef96470001e877fcf7ba0337fa6766a317650eb47fcaeb743eeebd62c4ff) WHENCE: OK (sha256: 744babd4eae138ccfb5bd343b1589912b9839274f8a794af0b6c9b451df73579) >>> linux-zigbee 0.3.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> noip 2.1.9 Collecting legal info COPYING: OK (sha256: 5aaf7e9e1790c6e372b6c5dec8c6c4b60504414a8c56f64c3071d281d3c251fa) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> openldap 2.4.59 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> host-openocd 0.12.0 Collecting legal info COPYING: OK (sha256: 1b8f7e37ee5afbbf95c2a4d62b12b25232e29538692663b434318503a9a88419) LICENSES/license-rules.txt: OK (sha256: 0a37155eb8bc0cb94477a0cae4f030e39da9317374e8a9f597e9229fd09aff78) LICENSES/exceptions/eCos-exception-2.0: OK (sha256: 034da732b4f3079b8783fff756613c1cff89dec5ac80c5cdd90532b7539922a1) LICENSES/preferred/BSD-1-Clause: OK (sha256: f3ba76203a7b6993db31f987559cc4c621ae1ff78119ced2a669756c2c5fd3b1) LICENSES/preferred/BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSES/preferred/BSD-2-Clause-Views: OK (sha256: 1483f15e9fddc73b5df0acab1c42d21ecd0bf6ade8a79179fb90c09f13d03dcd) LICENSES/preferred/BSD-3-Clause: OK (sha256: 7a83b1aeb460458db9a4bd521d7f237c45b1650f6e60ea5ffc71e49472454de3) LICENSES/preferred/BSD-Source-Code: OK (sha256: 5cf024f6e3611d5c6fb98748d1a0ad99b8cf9ffe46f2d60fa10c299cd29e0a75) LICENSES/preferred/GFDL-1.2: OK (sha256: f35396f4095619f986736ca5e2976b313d381463a35c921c9ae677cc7eb83e28) LICENSES/preferred/gfdl-1.2.texi.readme: OK (sha256: 76515be2d7334a1a038f775238c9a4c2b37e19514248e5eea0434cdfee526f9d) LICENSES/preferred/GPL-2.0: OK (sha256: 7d35bc44da7bb763022e3c2c32cfc0125dd222060bc50992420599d8e65f6c0a) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) LICENSES/stand-alone/GPL-3.0: OK (sha256: 9a41b56594cd89743ca72f188318c9871661847074dd16497ae0c695fe3ab9c9) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> host-pahole 1.24 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libbpf 1.1.0 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: e1638b9a0c68ca90fad3df1d6b4e430804d2fbdc15e58d02cffddfae38953bbf) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> semodule-utils 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> smcroute 2.5.6 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sofia-sip 1.13.15 Collecting legal info COPYING: OK (sha256: e1c0890440efe31b6cd2ee2abf895eb917c787799f079133f5809414d90d5d60) COPYRIGHTS: OK (sha256: b402ae58cf355b33be8fa023f704a039e3d41ecaccd2bbcda43ca31d703e4556) >>> softether 4.30-9700-beta Collecting legal info LICENSE: OK (sha256: 5da6241ddb987c4543bf1cbba6b40a3cd3ecb624dbd4a63daf04440911656bde) >>> host-softether 4.30-9700-beta Collecting legal info LICENSE: OK (sha256: 5da6241ddb987c4543bf1cbba6b40a3cd3ecb624dbd4a63daf04440911656bde) >>> host-readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> stm32flash 0.7 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> strace 6.1 Collecting legal info COPYING: OK (sha256: d92f973d08c8466993efff1e500453add0c038c20b4d2cbce3297938a296aea9) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> webp 1.3.2 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.4.257: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'