/usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-3/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/include /home/buildroot/autobuild/instance-3/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-3/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-3/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-3/output-1/target/usr/doc find /home/buildroot/autobuild/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-3/output-1/target/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/man /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/info /home/buildroot/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/doc /home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-3/output-1/target/lib/debug /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05.3"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05.3"; \ echo "PRETTY_NAME=\"Buildroot 2024.05.3\"" \ ) > /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-3/output-1/per-package \ /home/buildroot/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs printf ' avahi -1 avahi -1 * - - -\n dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n tss -1 tss -1 * - - - tss user for tpm2\n\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n\n' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/buildroot/autobuild/instance-3/output-1/images/rootfs.ext2\n /home/buildroot/autobuild/instance-3/output-1/host/sbin/mkfs.ext4 -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -I 256 -O ^64bit /home/buildroot/autobuild/instance-3/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.47.0 (5-Feb-2023) Creating regular file /home/buildroot/autobuild/instance-3/output-1/images/rootfs.ext2 64-bit filesystem support is not enabled. The larger fields afforded by this feature enable full-strength checksumming. Pass -O 64bit to rectify. Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 0c47687c-0eba-4c5c-badc-392896b3f8c5 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Creating journal (16384 blocks): done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" bzip2 -9 -c /home/buildroot/autobuild/instance-3/output-1/images/rootfs.ext2 > /home/buildroot/autobuild/instance-3/output-1/images/rootfs.ext2.bz2 ln -sf rootfs.ext2.bz2 /home/buildroot/autobuild/instance-3/output-1/images/rootfs.ext4.bz2 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2575 objects. stage 2: creating image '/home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/2575 0% [ ] 2/2575 0% [ ] 3/2575 0% [ ] 4/2575 0% [ ] 5/2575 0% [ ] 6/2575 0% [ ] 7/2575 0% [ ] 8/2575 0% [ ] 9/2575 0% [ ] 10/2575 0% [ ] 11/2575 0% [ ] 12/2575 0% [ ] 13/2575 0% [ ] 14/2575 0% [ ] 15/2575 0% [ ] 16/2575 0% [ ] 17/2575 0% [ ] 18/2575 0% [ ] 19/2575 0% [ ] 20/2575 0% [ ] 21/2575 0% [ ] 22/2575 0% [ ] 23/2575 0% [ ] 24/2575 0% [ ] 25/2575 0% [ ] 26/2575 1% [ ] 27/2575 1% [ ] 28/2575 1% [ ] 29/2575 1% [ ] 30/2575 1% [ ] 31/2575 1% [ ] 32/2575 1% [ ] 33/2575 1% [ ] 34/2575 1% [ ] 35/2575 1% [ ] 36/2575 1% [ ] 37/2575 1% [ ] 38/2575 1% [ ] 39/2575 1% [ ] 40/2575 1% [ ] 41/2575 1% [= ] 42/2575 1% [= ] 43/2575 1% [= ] 44/2575 1% [= ] 45/2575 1% [= ] 46/2575 1% [= ] 47/2575 1% [= ] 48/2575 1% [= ] 49/2575 1% [= ] 50/2575 1% [= ] 51/2575 1% [= ] 52/2575 2% [= ] 53/2575 2% [= ] 54/2575 2% [= ] 55/2575 2% [= ] 56/2575 2% [= ] 57/2575 2% [= ] 58/2575 2% [= ] 59/2575 2% [= ] 60/2575 2% [= ] 61/2575 2% [= ] 62/2575 2% [= ] 63/2575 2% [= ] 64/2575 2% [= ] 65/2575 2% [= ] 66/2575 2% [= ] 67/2575 2% [= ] 68/2575 2% [= ] 69/2575 2% [= ] 70/2575 2% [= ] 71/2575 2% [= ] 72/2575 2% [= ] 73/2575 2% [= ] 74/2575 2% [= ] 75/2575 2% [= ] 76/2575 2% [= ] 77/2575 2% [= ] 78/2575 3% [= ] 79/2575 3% [= ] 80/2575 3% [= ] 81/2575 3% [= ] 82/2575 3% [= ] 83/2575 3% [== ] 84/2575 3% [== ] 85/2575 3% [== ] 86/2575 3% [== ] 87/2575 3% [== ] 88/2575 3% [== ] 89/2575 3% [== ] 90/2575 3% [== ] 91/2575 3% [== ] 92/2575 3% [== ] 93/2575 3% [== ] 94/2575 3% [== ] 95/2575 3% [== ] 96/2575 3% [== ] 97/2575 3% [== ] 98/2575 3% [== ] 99/2575 3% [== ] 100/2575 3% [== ] 101/2575 3% [== ] 102/2575 3% [== ] 103/2575 4% [== ] 104/2575 4% [== ] 105/2575 4% [== ] 106/2575 4% [== ] 107/2575 4% [== ] 108/2575 4% [== ] 109/2575 4% [== ] 110/2575 4% [== ] 111/2575 4% [== ] 112/2575 4% [== ] 113/2575 4% [== ] 114/2575 4% [== ] 115/2575 4% [== ] 116/2575 4% [== ] 117/2575 4% [== ] 118/2575 4% [== ] 119/2575 4% [== ] 120/2575 4% [== ] 121/2575 4% [== ] 122/2575 4% [== ] 123/2575 4% [== ] 124/2575 4% [=== ] 125/2575 4% [=== ] 126/2575 4% [=== ] 127/2575 4% [=== ] 128/2575 4% [=== ] 129/2575 5% [=== ] 130/2575 5% [=== ] 131/2575 5% [=== ] 132/2575 5% [=== ] 133/2575 5% [=== ] 134/2575 5% [=== ] 135/2575 5% [=== ] 136/2575 5% [=== ] 137/2575 5% [=== ] 138/2575 5% [=== ] 139/2575 5% [=== ] 140/2575 5% [=== ] 141/2575 5% [=== ] 142/2575 5% [=== ] 143/2575 5% [=== ] 144/2575 5% [=== ] 145/2575 5% [=== ] 146/2575 5% [=== ] 147/2575 5% [=== ] 148/2575 5% [=== ] 149/2575 5% [=== ] 150/2575 5% [=== ] 151/2575 5% [=== ] 152/2575 5% [=== ] 153/2575 5% [=== ] 154/2575 5% [=== ] 155/2575 6% [=== ] 156/2575 6% [=== ] 157/2575 6% [=== ] 158/2575 6% [=== ] 159/2575 6% [=== ] 160/2575 6% [=== ] 161/2575 6% [=== ] 162/2575 6% [=== ] 163/2575 6% [=== ] 164/2575 6% [=== ] 165/2575 6% [=== ] 166/2575 6% [==== ] 167/2575 6% [==== ] 168/2575 6% [==== ] 169/2575 6% [==== ] 170/2575 6% [==== ] 171/2575 6% [==== ] 172/2575 6% [==== ] 173/2575 6% [==== ] 174/2575 6% [==== ] 175/2575 6% [==== ] 176/2575 6% [==== ] 177/2575 6% [==== ] 178/2575 6% [==== ] 179/2575 6% [==== ] 180/2575 6% [==== ] 181/2575 7% [==== ] 182/2575 7% [==== ] 183/2575 7% [==== ] 184/2575 7% [==== ] 185/2575 7% [==== ] 186/2575 7% [==== ] 187/2575 7% [==== ] 188/2575 7% [==== ] 189/2575 7% [==== ] 190/2575 7% [==== ] 191/2575 7% [==== ] 192/2575 7% [==== ] 193/2575 7% [==== ] 194/2575 7% [==== ] 195/2575 7% [==== ] 196/2575 7% [==== ] 197/2575 7% [==== ] 198/2575 7% [==== ] 199/2575 7% [==== ] 200/2575 7% [==== ] 201/2575 7% [==== ] 202/2575 7% [==== ] 203/2575 7% [==== ] 204/2575 7% [==== ] 205/2575 7% [==== ] 206/2575 8% [==== ] 207/2575 8% [===== ] 208/2575 8% [===== ] 209/2575 8% [===== ] 210/2575 8% [===== ] 211/2575 8% [===== ] 212/2575 8% [===== ] 213/2575 8% [===== ] 214/2575 8% [===== ] 215/2575 8% [===== ] 216/2575 8% [===== ] 217/2575 8% [===== ] 218/2575 8% [===== ] 219/2575 8% [===== ] 220/2575 8% [===== ] 221/2575 8% [===== ] 222/2575 8% [===== ] 223/2575 8% [===== ] 224/2575 8% [===== ] 225/2575 8% [===== ] 226/2575 8% [===== ] 227/2575 8% [===== ] 228/2575 8% [===== ] 229/2575 8% [===== ] 230/2575 8% [===== ] 231/2575 8% [===== ] 232/2575 9% [===== ] 233/2575 9% [===== ] 234/2575 9% [===== ] 235/2575 9% [===== ] 236/2575 9% [===== ] 237/2575 9% [===== ] 238/2575 9% [===== ] 239/2575 9% [===== ] 240/2575 9% [===== ] 241/2575 9% [===== ] 242/2575 9% [===== ] 243/2575 9% [===== ] 244/2575 9% [===== ] 245/2575 9% [===== ] 246/2575 9% [===== ] 247/2575 9% [===== ] 248/2575 9% [===== ] 249/2575 9% [====== ] 250/2575 9% [====== ] 251/2575 9% [====== ] 252/2575 9% [====== ] 253/2575 9% [====== ] 254/2575 9% [====== ] 255/2575 9% [====== ] 256/2575 9% [====== ] 257/2575 9% [====== ] 258/2575 10% [====== ] 259/2575 10% [====== ] 260/2575 10% [====== ] 261/2575 10% [====== ] 262/2575 10% [====== ] 263/2575 10% [====== ] 264/2575 10% [====== ] 265/2575 10% [====== ] 266/2575 10% [====== ] 267/2575 10% [====== ] 268/2575 10% [====== ] 269/2575 10% [====== ] 270/2575 10% [====== ] 271/2575 10% [====== ] 272/2575 10% [====== ] 273/2575 10% [====== ] 274/2575 10% [====== ] 275/2575 10% [====== ] 276/2575 10% [====== ] 277/2575 10% [====== ] 278/2575 10% [====== ] 279/2575 10% [====== ] 280/2575 10% [====== ] 281/2575 10% [====== ] 282/2575 10% [====== ] 283/2575 10% [====== ] 284/2575 11% [====== ] 285/2575 11% [====== ] 286/2575 11% [====== ] 287/2575 11% [====== ] 288/2575 11% [====== ] 289/2575 11% [====== ] 290/2575 11% [======= ] 291/2575 11% [======= ] 292/2575 11% [======= ] 293/2575 11% [======= ] 294/2575 11% [======= ] 295/2575 11% [======= ] 296/2575 11% [======= ] 297/2575 11% [======= ] 298/2575 11% [======= ] 299/2575 11% [======= ] 300/2575 11% [======= ] 301/2575 11% [======= ] 302/2575 11% [======= ] 303/2575 11% [======= ] 304/2575 11% [======= ] 305/2575 11% [======= ] 306/2575 11% [======= ] 307/2575 11% [======= ] 308/2575 11% [======= ] 309/2575 12% [======= ] 310/2575 12% [======= ] 311/2575 12% [======= ] 312/2575 12% [======= ] 313/2575 12% [======= ] 314/2575 12% [======= ] 315/2575 12% [======= ] 316/2575 12% [======= ] 317/2575 12% [======= ] 318/2575 12% [======= ] 319/2575 12% [======= ] 320/2575 12% [======= ] 321/2575 12% [======= ] 322/2575 12% [======= ] 323/2575 12% [======= ] 324/2575 12% [======= ] 325/2575 12% [======= ] 326/2575 12% [======= ] 327/2575 12% [======= ] 328/2575 12% [======= ] 329/2575 12% [======= ] 330/2575 12% [======= ] 331/2575 12% [======= ] 332/2575 12% [======== ] 333/2575 12% [======== ] 334/2575 12% [======== ] 335/2575 13% [======== ] 336/2575 13% [======== ] 337/2575 13% [======== ] 338/2575 13% [======== ] 339/2575 13% [======== ] 340/2575 13% [======== ] 341/2575 13% [======== ] 342/2575 13% [======== ] 343/2575 13% [======== ] 344/2575 13% [======== ] 345/2575 13% [======== ] 346/2575 13% [======== ] 347/2575 13% [======== ] 348/2575 13% [======== ] 349/2575 13% [======== ] 350/2575 13% [======== ] 351/2575 13% [======== ] 352/2575 13% [======== ] 353/2575 13% [======== ] 354/2575 13% [======== ] 355/2575 13% [======== ] 356/2575 13% [======== ] 357/2575 13% [======== ] 358/2575 13% [======== ] 359/2575 13% [======== ] 360/2575 13% [======== ] 361/2575 14% [======== ] 362/2575 14% [======== ] 363/2575 14% [======== ] 364/2575 14% [======== ] 365/2575 14% [======== ] 366/2575 14% [======== ] 367/2575 14% [======== ] 368/2575 14% [======== ] 369/2575 14% [======== ] 370/2575 14% [======== ] 371/2575 14% [======== ] 372/2575 14% [======== ] 373/2575 14% [========= ] 374/2575 14% [========= ] 375/2575 14% [========= ] 376/2575 14% [========= ] 377/2575 14% [========= ] 378/2575 14% [========= ] 379/2575 14% [========= ] 380/2575 14% [========= ] 381/2575 14% [========= ] 382/2575 14% [========= ] 383/2575 14% [========= ] 384/2575 14% [========= ] 385/2575 14% [========= ] 386/2575 14% [========= ] 387/2575 15% [========= ] 388/2575 15% [========= ] 389/2575 15% [========= ] 390/2575 15% [========= ] 391/2575 15% [========= ] 392/2575 15% [========= ] 393/2575 15% [========= ] 394/2575 15% [========= ] 395/2575 15% [========= ] 396/2575 15% [========= ] 397/2575 15% [========= ] 398/2575 15% [========= ] 399/2575 15% [========= ] 400/2575 15% [========= ] 401/2575 15% [========= ] 402/2575 15% [========= ] 403/2575 15% [========= ] 404/2575 15% [========= ] 405/2575 15% [========= ] 406/2575 15% [========= ] 407/2575 15% [========= ] 408/2575 15% [========= ] 409/2575 15% [========= ] 410/2575 15% [========= ] 411/2575 15% [========= ] 412/2575 16% [========= ] 413/2575 16% [========= ] 414/2575 16% [========= ] 415/2575 16% [========== ] 416/2575 16% [========== ] 417/2575 16% [========== ] 418/2575 16% [========== ] 419/2575 16% [========== ] 420/2575 16% [========== ] 421/2575 16% [========== ] 422/2575 16% [========== ] 423/2575 16% [========== ] 424/2575 16% [========== ] 425/2575 16% [========== ] 426/2575 16% [========== ] 427/2575 16% [========== ] 428/2575 16% [========== ] 429/2575 16% [========== ] 430/2575 16% [========== ] 431/2575 16% [========== ] 432/2575 16% [========== ] 433/2575 16% [========== ] 434/2575 16% [========== ] 435/2575 16% [========== ] 436/2575 16% [========== ] 437/2575 16% [========== ] 438/2575 17% [========== ] 439/2575 17% [========== ] 440/2575 17% [========== ] 441/2575 17% [========== ] 442/2575 17% [========== ] 443/2575 17% [========== ] 444/2575 17% [========== ] 445/2575 17% [========== ] 446/2575 17% [========== ] 447/2575 17% [========== ] 448/2575 17% [========== ] 449/2575 17% [========== ] 450/2575 17% [========== ] 451/2575 17% [========== ] 452/2575 17% [========== ] 453/2575 17% [========== ] 454/2575 17% [========== ] 455/2575 17% [========== ] 456/2575 17% [=========== ] 457/2575 17% [=========== ] 458/2575 17% [=========== ] 459/2575 17% [=========== ] 460/2575 17% [=========== ] 461/2575 17% [=========== ] 462/2575 17% [=========== ] 463/2575 17% [=========== ] 464/2575 18% [=========== ] 465/2575 18% [=========== ] 466/2575 18% [=========== ] 467/2575 18% [=========== ] 468/2575 18% [=========== ] 469/2575 18% [=========== ] 470/2575 18% [=========== ] 471/2575 18% [=========== ] 472/2575 18% [=========== ] 473/2575 18% [=========== ] 474/2575 18% [=========== ] 475/2575 18% [=========== ] 476/2575 18% [=========== ] 477/2575 18% [=========== ] 478/2575 18% [=========== ] 479/2575 18% [=========== ] 480/2575 18% [=========== ] 481/2575 18% [=========== ] 482/2575 18% [=========== ] 483/2575 18% [=========== ] 484/2575 18% [=========== ] 485/2575 18% [=========== ] 486/2575 18% [=========== ] 487/2575 18% [=========== ] 488/2575 18% [=========== ] 489/2575 18% [=========== ] 490/2575 19% [=========== ] 491/2575 19% [=========== ] 492/2575 19% [=========== ] 493/2575 19% [=========== ] 494/2575 19% [=========== ] 495/2575 19% [=========== ] 496/2575 19% [=========== ] 497/2575 19% [=========== ] 498/2575 19% [============ ] 499/2575 19% [============ ] 500/2575 19% [============ ] 501/2575 19% [============ ] 502/2575 19% [============ ] 503/2575 19% [============ ] 504/2575 19% [============ ] 505/2575 19% [============ ] 506/2575 19% [============ ] 507/2575 19% [============ ] 508/2575 19% [============ ] 509/2575 19% [============ ] 510/2575 19% [============ ] 511/2575 19% [============ ] 512/2575 19% [============ ] 513/2575 19% [============ ] 514/2575 19% [============ ] 515/2575 20% [============ ] 516/2575 20% [============ ] 517/2575 20% [============ ] 518/2575 20% [============ ] 519/2575 20% [============ ] 520/2575 20% [============ ] 521/2575 20% [============ ] 522/2575 20% [============ ] 523/2575 20% [============ ] 524/2575 20% [============ ] 525/2575 20% [============ ] 526/2575 20% [============ ] 527/2575 20% [============ ] 528/2575 20% [============ ] 529/2575 20% [============ ] 530/2575 20% [============ ] 531/2575 20% [============ ] 532/2575 20% [============ ] 533/2575 20% [============ ] 534/2575 20% [============ ] 535/2575 20% [============ ] 536/2575 20% [============ ] 537/2575 20% [============ ] 538/2575 20% [============ ] 539/2575 20% [============= ] 540/2575 20% [============= ] 541/2575 21% [============= ] 542/2575 21% [============= ] 543/2575 21% [============= ] 544/2575 21% [============= ] 545/2575 21% [============= ] 546/2575 21% [============= ] 547/2575 21% [============= ] 548/2575 21% [============= ] 549/2575 21% [============= ] 550/2575 21% [============= ] 551/2575 21% [============= ] 552/2575 21% [============= ] 553/2575 21% [============= ] 554/2575 21% [============= ] 555/2575 21% [============= ] 556/2575 21% [============= ] 557/2575 21% [============= ] 558/2575 21% [============= ] 559/2575 21% [============= ] 560/2575 21% [============= ] 561/2575 21% [============= ] 562/2575 21% [============= ] 563/2575 21% [============= ] 564/2575 21% [============= ] 565/2575 21% [============= ] 566/2575 21% [============= ] 567/2575 22% [============= ] 568/2575 22% [============= ] 569/2575 22% [============= ] 570/2575 22% [============= ] 571/2575 22% [============= ] 572/2575 22% [============= ] 573/2575 22% [============= ] 574/2575 22% [============= ] 575/2575 22% [============= ] 576/2575 22% [============= ] 577/2575 22% [============= ] 578/2575 22% [============= ] 579/2575 22% [============= ] 580/2575 22% [============= ] 581/2575 22% [============== ] 582/2575 22% [============== ] 583/2575 22% [============== ] 584/2575 22% [============== ] 585/2575 22% [============== ] 586/2575 22% [============== ] 587/2575 22% [============== ] 588/2575 22% [============== ] 589/2575 22% [============== ] 590/2575 22% [============== ] 591/2575 22% [============== ] 592/2575 22% [============== ] 593/2575 23% [============== ] 594/2575 23% [============== ] 595/2575 23% [============== ] 596/2575 23% [============== ] 597/2575 23% [============== ] 598/2575 23% [============== ] 599/2575 23% [============== ] 600/2575 23% [============== ] 601/2575 23% [============== ] 602/2575 23% [============== ] 603/2575 23% [============== ] 604/2575 23% [============== ] 605/2575 23% [============== ] 606/2575 23% [============== ] 607/2575 23% [============== ] 608/2575 23% [============== ] 609/2575 23% [============== ] 610/2575 23% [============== ] 611/2575 23% [============== ] 612/2575 23% [============== ] 613/2575 23% [============== ] 614/2575 23% [============== ] 615/2575 23% [============== ] 616/2575 23% [============== ] 617/2575 23% [============== ] 618/2575 24% [============== ] 619/2575 24% [============== ] 620/2575 24% [============== ] 621/2575 24% [============== ] 622/2575 24% [=============== ] 623/2575 24% [=============== ] 624/2575 24% [=============== ] 625/2575 24% [=============== ] 626/2575 24% [=============== ] 627/2575 24% [=============== ] 628/2575 24% [=============== ] 629/2575 24% [=============== ] 630/2575 24% [=============== ] 631/2575 24% [=============== ] 632/2575 24% [=============== ] 633/2575 24% [=============== ] 634/2575 24% [=============== ] 635/2575 24% [=============== ] 636/2575 24% [=============== ] 637/2575 24% [=============== ] 638/2575 24% [=============== ] 639/2575 24% [=============== ] 640/2575 24% [=============== ] 641/2575 24% [=============== ] 642/2575 24% [=============== ] 643/2575 24% [=============== ] 644/2575 25% [=============== ] 645/2575 25% [=============== ] 646/2575 25% [=============== ] 647/2575 25% [=============== ] 648/2575 25% [=============== ] 649/2575 25% [=============== ] 650/2575 25% [=============== ] 651/2575 25% [=============== ] 652/2575 25% [=============== ] 653/2575 25% [=============== ] 654/2575 25% [=============== ] 655/2575 25% [=============== ] 656/2575 25% [=============== ] 657/2575 25% [=============== ] 658/2575 25% [=============== ] 659/2575 25% [=============== ] 660/2575 25% [=============== ] 661/2575 25% [=============== ] 662/2575 25% [=============== ] 663/2575 25% [=============== ] 664/2575 25% [================ ] 665/2575 25% [================ ] 666/2575 25% [================ ] 667/2575 25% [================ ] 668/2575 25% [================ ] 669/2575 25% [================ ] 670/2575 26% [================ ] 671/2575 26% [================ ] 672/2575 26% [================ ] 673/2575 26% [================ ] 674/2575 26% [================ ] 675/2575 26% [================ ] 676/2575 26% [================ ] 677/2575 26% [================ ] 678/2575 26% [================ ] 679/2575 26% [================ ] 680/2575 26% [================ ] 681/2575 26% [================ ] 682/2575 26% [================ ] 683/2575 26% [================ ] 684/2575 26% [================ ] 685/2575 26% [================ ] 686/2575 26% [================ ] 687/2575 26% [================ ] 688/2575 26% [================ ] 689/2575 26% [================ ] 690/2575 26% [================ ] 691/2575 26% [================ ] 692/2575 26% [================ ] 693/2575 26% [================ ] 694/2575 26% [================ ] 695/2575 26% [================ ] 696/2575 27% [================ ] 697/2575 27% [================ ] 698/2575 27% [================ ] 699/2575 27% [================ ] 700/2575 27% [================ ] 701/2575 27% [================ ] 702/2575 27% [================ ] 703/2575 27% [================ ] 704/2575 27% [================ ] 705/2575 27% [================ ] 706/2575 27% [================= ] 707/2575 27% [================= ] 708/2575 27% [================= ] 709/2575 27% [================= ] 710/2575 27% [================= ] 711/2575 27% [================= ] 712/2575 27% [================= ] 713/2575 27% [================= ] 714/2575 27% [================= ] 715/2575 27% [================= ] 716/2575 27% [================= ] 717/2575 27% [================= ] 718/2575 27% [================= ] 719/2575 27% [================= ] 720/2575 27% [================= ] 721/2575 28% [================= ] 722/2575 28% [================= ] 723/2575 28% [================= ] 724/2575 28% [================= ] 725/2575 28% [================= ] 726/2575 28% [================= ] 727/2575 28% [================= ] 728/2575 28% [================= ] 729/2575 28% [================= ] 730/2575 28% [================= ] 731/2575 28% [================= ] 732/2575 28% [================= ] 733/2575 28% [================= ] 734/2575 28% [================= ] 735/2575 28% [================= ] 736/2575 28% [================= ] 737/2575 28% [================= ] 738/2575 28% [================= ] 739/2575 28% [================= ] 740/2575 28% [================= ] 741/2575 28% [================= ] 742/2575 28% [================= ] 743/2575 28% [================= ] 744/2575 28% [================= ] 745/2575 28% [================= ] 746/2575 28% [================= ] 747/2575 29% [================== ] 748/2575 29% [================== ] 749/2575 29% [================== ] 750/2575 29% [================== ] 751/2575 29% [================== ] 752/2575 29% [================== ] 753/2575 29% [================== ] 754/2575 29% [================== ] 755/2575 29% [================== ] 756/2575 29% [================== ] 757/2575 29% [================== ] 758/2575 29% [================== ] 759/2575 29% [================== ] 760/2575 29% [================== ] 761/2575 29% [================== ] 762/2575 29% [================== ] 763/2575 29% [================== ] 764/2575 29% [================== ] 765/2575 29% [================== ] 766/2575 29% [================== ] 767/2575 29% [================== ] 768/2575 29% [================== ] 769/2575 29% [================== ] 770/2575 29% [================== ] 771/2575 29% [================== ] 772/2575 29% [================== ] 773/2575 30% [================== ] 774/2575 30% [================== ] 775/2575 30% [================== ] 776/2575 30% [================== ] 777/2575 30% [================== ] 778/2575 30% [================== ] 779/2575 30% [================== ] 780/2575 30% [================== ] 781/2575 30% [================== ] 782/2575 30% [================== ] 783/2575 30% [================== ] 784/2575 30% [================== ] 785/2575 30% [================== ] 786/2575 30% [================== ] 787/2575 30% [================== ] 788/2575 30% [================== ] 789/2575 30% [=================== ] 790/2575 30% [=================== ] 791/2575 30% [=================== ] 792/2575 30% [=================== ] 793/2575 30% [=================== ] 794/2575 30% [=================== ] 795/2575 30% [=================== ] 796/2575 30% [=================== ] 797/2575 30% [=================== ] 798/2575 30% [=================== ] 799/2575 31% [=================== ] 800/2575 31% [=================== ] 801/2575 31% [=================== ] 802/2575 31% [=================== ] 803/2575 31% [=================== ] 804/2575 31% [=================== ] 805/2575 31% [=================== ] 806/2575 31% [=================== ] 807/2575 31% [=================== ] 808/2575 31% [=================== ] 809/2575 31% [=================== ] 810/2575 31% [=================== ] 811/2575 31% [=================== ] 812/2575 31% [=================== ] 813/2575 31% [=================== ] 814/2575 31% [=================== ] 815/2575 31% [=================== ] 816/2575 31% [=================== ] 817/2575 31% [=================== ] 818/2575 31% [=================== ] 819/2575 31% [=================== ] 820/2575 31% [=================== ] 821/2575 31% [=================== ] 822/2575 31% [=================== ] 823/2575 31% [=================== ] 824/2575 32% [=================== ] 825/2575 32% [=================== ] 826/2575 32% [=================== ] 827/2575 32% [=================== ] 828/2575 32% [=================== ] 829/2575 32% [=================== ] 830/2575 32% [==================== ] 831/2575 32% [==================== ] 832/2575 32% [==================== ] 833/2575 32% [==================== ] 834/2575 32% [==================== ] 835/2575 32% [==================== ] 836/2575 32% [==================== ] 837/2575 32% [==================== ] 838/2575 32% [==================== ] 839/2575 32% [==================== ] 840/2575 32% [==================== ] 841/2575 32% [==================== ] 842/2575 32% [==================== ] 843/2575 32% [==================== ] 844/2575 32% [==================== ] 845/2575 32% [==================== ] 846/2575 32% [==================== ] 847/2575 32% [==================== ] 848/2575 32% [==================== ] 849/2575 32% [==================== ] 850/2575 33% [==================== ] 851/2575 33% [==================== ] 852/2575 33% [==================== ] 853/2575 33% [==================== ] 854/2575 33% [==================== ] 855/2575 33% [==================== ] 856/2575 33% [==================== ] 857/2575 33% [==================== ] 858/2575 33% [==================== ] 859/2575 33% [==================== ] 860/2575 33% [==================== ] 861/2575 33% [==================== ] 862/2575 33% [==================== ] 863/2575 33% [==================== ] 864/2575 33% [==================== ] 865/2575 33% [==================== ] 866/2575 33% [==================== ] 867/2575 33% [==================== ] 868/2575 33% [==================== ] 869/2575 33% [==================== ] 870/2575 33% [==================== ] 871/2575 33% [==================== ] 872/2575 33% [===================== ] 873/2575 33% [===================== ] 874/2575 33% [===================== ] 875/2575 33% [===================== ] 876/2575 34% [===================== ] 877/2575 34% [===================== ] 878/2575 34% [===================== ] 879/2575 34% [===================== ] 880/2575 34% [===================== ] 881/2575 34% [===================== ] 882/2575 34% [===================== ] 883/2575 34% [===================== ] 884/2575 34% [===================== ] 885/2575 34% [===================== ] 886/2575 34% [===================== ] 887/2575 34% [===================== ] 888/2575 34% [===================== ] 889/2575 34% [===================== ] 890/2575 34% [===================== ] 891/2575 34% [===================== ] 892/2575 34% [===================== ] 893/2575 34% [===================== ] 894/2575 34% [===================== ] 895/2575 34% [===================== ] 896/2575 34% [===================== ] 897/2575 34% [===================== ] 898/2575 34% [===================== ] 899/2575 34% [===================== ] 900/2575 34% [===================== ] 901/2575 34% [===================== ] 902/2575 35% [===================== ] 903/2575 35% [===================== ] 904/2575 35% [===================== ] 905/2575 35% [===================== ] 906/2575 35% [===================== ] 907/2575 35% [===================== ] 908/2575 35% [===================== ] 909/2575 35% [===================== ] 910/2575 35% [===================== ] 911/2575 35% [===================== ] 912/2575 35% [===================== ] 913/2575 35% [====================== ] 914/2575 35% [====================== ] 915/2575 35% [====================== ] 916/2575 35% [====================== ] 917/2575 35% [====================== ] 918/2575 35% [====================== ] 919/2575 35% [====================== ] 920/2575 35% [====================== ] 921/2575 35% [====================== ] 922/2575 35% [====================== ] 923/2575 35% [====================== ] 924/2575 35% [====================== ] 925/2575 35% [====================== ] 926/2575 35% [====================== ] 927/2575 36% [====================== ] 928/2575 36% [====================== ] 929/2575 36% [====================== ] 930/2575 36% [====================== ] 931/2575 36% [====================== ] 932/2575 36% [====================== ] 933/2575 36% [====================== ] 934/2575 36% [====================== ] 935/2575 36% [====================== ] 936/2575 36% [====================== ] 937/2575 36% [====================== ] 938/2575 36% [====================== ] 939/2575 36% [====================== ] 940/2575 36% [====================== ] 941/2575 36% [====================== ] 942/2575 36% [====================== ] 943/2575 36% [====================== ] 944/2575 36% [====================== ] 945/2575 36% [====================== ] 946/2575 36% [====================== ] 947/2575 36% [====================== ] 948/2575 36% [====================== ] 949/2575 36% [====================== ] 950/2575 36% [====================== ] 951/2575 36% [====================== ] 952/2575 36% [====================== ] 953/2575 37% [====================== ] 954/2575 37% [====================== ] 955/2575 37% [======================= ] 956/2575 37% [======================= ] 957/2575 37% [======================= ] 958/2575 37% [======================= ] 959/2575 37% [======================= ] 960/2575 37% [======================= ] 961/2575 37% [======================= ] 962/2575 37% [======================= ] 963/2575 37% [======================= ] 964/2575 37% [======================= ] 965/2575 37% [======================= ] 966/2575 37% [======================= ] 967/2575 37% [======================= ] 968/2575 37% [======================= ] 969/2575 37% [======================= ] 970/2575 37% [======================= ] 971/2575 37% [======================= ] 972/2575 37% [======================= ] 973/2575 37% [======================= ] 974/2575 37% [======================= ] 975/2575 37% [======================= ] 976/2575 37% [======================= ] 977/2575 37% [======================= ] 978/2575 37% [======================= ] 979/2575 38% [======================= ] 980/2575 38% [======================= ] 981/2575 38% [======================= ] 982/2575 38% [======================= ] 983/2575 38% [======================= ] 984/2575 38% [======================= ] 985/2575 38% [======================= ] 986/2575 38% [======================= ] 987/2575 38% [======================= ] 988/2575 38% [======================= ] 989/2575 38% [======================= ] 990/2575 38% [======================= ] 991/2575 38% [======================= ] 992/2575 38% [======================= ] 993/2575 38% [======================= ] 994/2575 38% [======================= ] 995/2575 38% [======================= ] 996/2575 38% [======================== ] 997/2575 38% [======================== ] 998/2575 38% [======================== ] 999/2575 38% [======================== ] 1000/2575 38% [======================== ] 1001/2575 38% [======================== ] 1002/2575 38% [======================== ] 1003/2575 38% [======================== ] 1004/2575 38% [======================== ] 1005/2575 39% [======================== ] 1006/2575 39% [======================== ] 1007/2575 39% [======================== ] 1008/2575 39% [======================== ] 1009/2575 39% [======================== ] 1010/2575 39% [======================== ] 1011/2575 39% [======================== ] 1012/2575 39% [======================== ] 1013/2575 39% [======================== ] 1014/2575 39% [======================== ] 1015/2575 39% [======================== ] 1016/2575 39% [======================== ] 1017/2575 39% [======================== ] 1018/2575 39% [======================== ] 1019/2575 39% [======================== ] 1020/2575 39% [======================== ] 1021/2575 39% [======================== ] 1022/2575 39% [======================== ] 1023/2575 39% [======================== ] 1024/2575 39% [======================== ] 1025/2575 39% [======================== ] 1026/2575 39% [======================== ] 1027/2575 39% [======================== ] 1028/2575 39% [======================== ] 1029/2575 39% [======================== ] 1030/2575 40% [======================== ] 1031/2575 40% [======================== ] 1032/2575 40% [======================== ] 1033/2575 40% [======================== ] 1034/2575 40% [======================== ] 1035/2575 40% [======================== ] 1036/2575 40% [======================== ] 1037/2575 40% [======================== ] 1038/2575 40% [========================= ] 1039/2575 40% [========================= ] 1040/2575 40% [========================= ] 1041/2575 40% [========================= ] 1042/2575 40% [========================= ] 1043/2575 40% [========================= ] 1044/2575 40% [========================= ] 1045/2575 40% [========================= ] 1046/2575 40% [========================= ] 1047/2575 40% [========================= ] 1048/2575 40% [========================= ] 1049/2575 40% [========================= ] 1050/2575 40% [========================= ] 1051/2575 40% [========================= ] 1052/2575 40% [========================= ] 1053/2575 40% [========================= ] 1054/2575 40% [========================= ] 1055/2575 40% [========================= ] 1056/2575 41% [========================= ] 1057/2575 41% [========================= ] 1058/2575 41% [========================= ] 1059/2575 41% [========================= ] 1060/2575 41% [========================= ] 1061/2575 41% [========================= ] 1062/2575 41% [========================= ] 1063/2575 41% [========================= ] 1064/2575 41% [========================= ] 1065/2575 41% [========================= ] 1066/2575 41% [========================= ] 1067/2575 41% [========================= ] 1068/2575 41% [========================= ] 1069/2575 41% [========================= ] 1070/2575 41% [========================= ] 1071/2575 41% [========================= ] 1072/2575 41% [========================= ] 1073/2575 41% [========================= ] 1074/2575 41% [========================= ] 1075/2575 41% [========================= ] 1076/2575 41% [========================= ] 1077/2575 41% [========================= ] 1078/2575 41% [========================= ] 1079/2575 41% [========================== ] 1080/2575 41% [========================== ] 1081/2575 41% [========================== ] 1082/2575 42% [========================== ] 1083/2575 42% [========================== ] 1084/2575 42% [========================== ] 1085/2575 42% [========================== ] 1086/2575 42% [========================== ] 1087/2575 42% [========================== ] 1088/2575 42% [========================== ] 1089/2575 42% [========================== ] 1090/2575 42% [========================== ] 1091/2575 42% [========================== ] 1092/2575 42% [========================== ] 1093/2575 42% [========================== ] 1094/2575 42% [========================== ] 1095/2575 42% [========================== ] 1096/2575 42% [========================== ] 1097/2575 42% [========================== ] 1098/2575 42% [========================== ] 1099/2575 42% [========================== ] 1100/2575 42% [========================== ] 1101/2575 42% [========================== ] 1102/2575 42% [========================== ] 1103/2575 42% [========================== ] 1104/2575 42% [========================== ] 1105/2575 42% [========================== ] 1106/2575 42% [========================== ] 1107/2575 42% [========================== ] 1108/2575 43% [========================== ] 1109/2575 43% [========================== ] 1110/2575 43% [========================== ] 1111/2575 43% [========================== ] 1112/2575 43% [========================== ] 1113/2575 43% [========================== ] 1114/2575 43% [========================== ] 1115/2575 43% [========================== ] 1116/2575 43% [========================== ] 1117/2575 43% [========================== ] 1118/2575 43% [========================== ] 1119/2575 43% [========================== ] 1120/2575 43% [========================== ] 1121/2575 43% [=========================== ] 1122/2575 43% [=========================== ] 1123/2575 43% [=========================== ] 1124/2575 43% [=========================== ] 1125/2575 43% [=========================== ] 1126/2575 43% [=========================== ] 1127/2575 43% [=========================== ] 1128/2575 43% [=========================== ] 1129/2575 43% [=========================== ] 1130/2575 43% [=========================== ] 1131/2575 43% [=========================== ] 1132/2575 43% [=========================== ] 1133/2575 44% [=========================== ] 1134/2575 44% [=========================== ] 1135/2575 44% [=========================== ] 1136/2575 44% [=========================== ] 1137/2575 44% [=========================== ] 1138/2575 44% [=========================== ] 1139/2575 44% [=========================== ] 1140/2575 44% [=========================== ] 1141/2575 44% [=========================== ] 1142/2575 44% [=========================== ] 1143/2575 44% [=========================== ] 1144/2575 44% [=========================== ] 1145/2575 44% [=========================== ] 1146/2575 44% [=========================== ] 1147/2575 44% [=========================== ] 1148/2575 44% [=========================== ] 1149/2575 44% [=========================== ] 1150/2575 44% [=========================== ] 1151/2575 44% [=========================== ] 1152/2575 44% [=========================== ] 1153/2575 44% [=========================== ] 1154/2575 44% [=========================== ] 1155/2575 44% [=========================== ] 1156/2575 44% [=========================== ] 1157/2575 44% [=========================== ] 1158/2575 44% [=========================== ] 1159/2575 45% [=========================== ] 1160/2575 45% [=========================== ] 1161/2575 45% [=========================== ] 1162/2575 45% [============================ ] 1163/2575 45% [============================ ] 1164/2575 45% [============================ ] 1165/2575 45% [============================ ] 1166/2575 45% [============================ ] 1167/2575 45% [============================ ] 1168/2575 45% [============================ ] 1169/2575 45% [============================ ] 1170/2575 45% [============================ ] 1171/2575 45% [============================ ] 1172/2575 45% [============================ ] 1173/2575 45% [============================ ] 1174/2575 45% [============================ ] 1175/2575 45% [============================ ] 1176/2575 45% [============================ ] 1177/2575 45% [============================ ] 1178/2575 45% [============================ ] 1179/2575 45% [============================ ] 1180/2575 45% [============================ ] 1181/2575 45% [============================ ] 1182/2575 45% [============================ ] 1183/2575 45% [============================ ] 1184/2575 45% [============================ ] 1185/2575 46% [============================ ] 1186/2575 46% [============================ ] 1187/2575 46% [============================ ] 1188/2575 46% [============================ ] 1189/2575 46% [============================ ] 1190/2575 46% [============================ ] 1191/2575 46% [============================ ] 1192/2575 46% [============================ ] 1193/2575 46% [============================ ] 1194/2575 46% [============================ ] 1195/2575 46% [============================ ] 1196/2575 46% [============================ ] 1197/2575 46% [============================ ] 1198/2575 46% [============================ ] 1199/2575 46% [============================ ] 1200/2575 46% [============================ ] 1201/2575 46% [============================ ] 1202/2575 46% [============================ ] 1203/2575 46% [============================ ] 1204/2575 46% [============================= ] 1205/2575 46% [============================= ] 1206/2575 46% [============================= ] 1207/2575 46% [============================= ] 1208/2575 46% [============================= ] 1209/2575 46% [============================= ] 1210/2575 46% [============================= ] 1211/2575 47% [============================= ] 1212/2575 47% [============================= ] 1213/2575 47% [============================= ] 1214/2575 47% [============================= ] 1215/2575 47% [============================= ] 1216/2575 47% [============================= ] 1217/2575 47% [============================= ] 1218/2575 47% [============================= ] 1219/2575 47% [============================= ] 1220/2575 47% [============================= ] 1221/2575 47% [============================= ] 1222/2575 47% [============================= ] 1223/2575 47% [============================= ] 1224/2575 47% [============================= ] 1225/2575 47% [============================= ] 1226/2575 47% [============================= ] 1227/2575 47% [============================= ] 1228/2575 47% [============================= ] 1229/2575 47% [============================= ] 1230/2575 47% [============================= ] 1231/2575 47% [============================= ] 1232/2575 47% [============================= ] 1233/2575 47% [============================= ] 1234/2575 47% [============================= ] 1235/2575 47% [============================= ] 1236/2575 48% [============================= ] 1237/2575 48% [============================= ] 1238/2575 48% [============================= ] 1239/2575 48% [============================= ] 1240/2575 48% [============================= ] 1241/2575 48% [============================= ] 1242/2575 48% [============================= ] 1243/2575 48% [============================= ] 1244/2575 48% [============================= ] 1245/2575 48% [============================== ] 1246/2575 48% [============================== ] 1247/2575 48% [============================== ] 1248/2575 48% [============================== ] 1249/2575 48% [============================== ] 1250/2575 48% [============================== ] 1251/2575 48% [============================== ] 1252/2575 48% [============================== ] 1253/2575 48% [============================== ] 1254/2575 48% [============================== ] 1255/2575 48% [============================== ] 1256/2575 48% [============================== ] 1257/2575 48% [============================== ] 1258/2575 48% [============================== ] 1259/2575 48% [============================== ] 1260/2575 48% [============================== ] 1261/2575 48% [============================== ] 1262/2575 49% [============================== ] 1263/2575 49% [============================== ] 1264/2575 49% [============================== ] 1265/2575 49% [============================== ] 1266/2575 49% [============================== ] 1267/2575 49% [============================== ] 1268/2575 49% [============================== ] 1269/2575 49% [============================== ] 1270/2575 49% [============================== ] 1271/2575 49% [============================== ] 1272/2575 49% [============================== ] 1273/2575 49% [============================== ] 1274/2575 49% [============================== ] 1275/2575 49% [============================== ] 1276/2575 49% [============================== ] 1277/2575 49% [============================== ] 1278/2575 49% [============================== ] 1279/2575 49% [============================== ] 1280/2575 49% [============================== ] 1281/2575 49% [============================== ] 1282/2575 49% [============================== ] 1283/2575 49% [============================== ] 1284/2575 49% [============================== ] 1285/2575 49% [============================== ] 1286/2575 49% [============================== ] 1287/2575 49% [=============================== ] 1288/2575 50% [=============================== ] 1289/2575 50% [=============================== ] 1290/2575 50% [=============================== ] 1291/2575 50% [=============================== ] 1292/2575 50% [=============================== ] 1293/2575 50% [=============================== ] 1294/2575 50% [=============================== ] 1295/2575 50% [=============================== ] 1296/2575 50% [=============================== ] 1297/2575 50% [=============================== ] 1298/2575 50% [=============================== ] 1299/2575 50% [=============================== ] 1300/2575 50% [=============================== ] 1301/2575 50% [=============================== ] 1302/2575 50% [=============================== ] 1303/2575 50% [=============================== ] 1304/2575 50% [=============================== ] 1305/2575 50% [=============================== ] 1306/2575 50% [=============================== ] 1307/2575 50% [=============================== ] 1308/2575 50% [=============================== ] 1309/2575 50% [=============================== ] 1310/2575 50% [=============================== ] 1311/2575 50% [=============================== ] 1312/2575 50% [=============================== ] 1313/2575 50% [=============================== ] 1314/2575 51% [=============================== ] 1315/2575 51% [=============================== ] 1316/2575 51% [=============================== ] 1317/2575 51% [=============================== ] 1318/2575 51% [=============================== ] 1319/2575 51% [=============================== ] 1320/2575 51% [=============================== ] 1321/2575 51% [=============================== ] 1322/2575 51% [=============================== ] 1323/2575 51% [=============================== ] 1324/2575 51% [=============================== ] 1325/2575 51% [=============================== ] 1326/2575 51% [=============================== ] 1327/2575 51% [=============================== ] 1328/2575 51% [=============================== ] 1329/2575 51% [================================ ] 1330/2575 51% [================================ ] 1331/2575 51% [================================ ] 1332/2575 51% [================================ ] 1333/2575 51% [================================ ] 1334/2575 51% [================================ ] 1335/2575 51% [================================ ] 1336/2575 51% [================================ ] 1337/2575 51% [================================ ] 1338/2575 51% [================================ ] 1339/2575 52% [================================ ] 1340/2575 52% [================================ ] 1341/2575 52% [================================ ] 1342/2575 52% [================================ ] 1343/2575 52% [================================ ] 1344/2575 52% [================================ ] 1345/2575 52% [================================ ] 1346/2575 52% [================================ ] 1347/2575 52% [================================ ] 1348/2575 52% [================================ ] 1349/2575 52% [================================ ] 1350/2575 52% [================================ ] 1351/2575 52% [================================ ] 1352/2575 52% [================================ ] 1353/2575 52% [================================ ] 1354/2575 52% [================================ ] 1355/2575 52% [================================ ] 1356/2575 52% [================================ ] 1357/2575 52% [================================ ] 1358/2575 52% [================================ ] 1359/2575 52% [================================ ] 1360/2575 52% [================================ ] 1361/2575 52% [================================ ] 1362/2575 52% [================================ ] 1363/2575 52% [================================ ] 1364/2575 52% [================================ ] 1365/2575 53% [================================ ] 1366/2575 53% [================================ ] 1367/2575 53% [================================ ] 1368/2575 53% [================================ ] 1369/2575 53% [================================ ] 1370/2575 53% [================================= ] 1371/2575 53% [================================= ] 1372/2575 53% [================================= ] 1373/2575 53% [================================= ] 1374/2575 53% [================================= ] 1375/2575 53% [================================= ] 1376/2575 53% [================================= ] 1377/2575 53% [================================= ] 1378/2575 53% [================================= ] 1379/2575 53% [================================= ] 1380/2575 53% [================================= ] 1381/2575 53% [================================= ] 1382/2575 53% [================================= ] 1383/2575 53% [================================= ] 1384/2575 53% [================================= ] 1385/2575 53% [================================= ] 1386/2575 53% [================================= ] 1387/2575 53% [================================= ] 1388/2575 53% [================================= ] 1389/2575 53% [================================= ] 1390/2575 53% [================================= ] 1391/2575 54% [================================= ] 1392/2575 54% [================================= ] 1393/2575 54% [================================= ] 1394/2575 54% [================================= ] 1395/2575 54% [================================= ] 1396/2575 54% [================================= ] 1397/2575 54% [================================= ] 1398/2575 54% [================================= ] 1399/2575 54% [================================= ] 1400/2575 54% [================================= ] 1401/2575 54% [================================= ] 1402/2575 54% [================================= ] 1403/2575 54% [================================= ] 1404/2575 54% [================================= ] 1405/2575 54% [================================= ] 1406/2575 54% [================================= ] 1407/2575 54% [================================= ] 1408/2575 54% [================================= ] 1409/2575 54% [================================= ] 1410/2575 54% [================================= ] 1411/2575 54% [================================= ] 1412/2575 54% [================================== ] 1413/2575 54% [================================== ] 1414/2575 54% [================================== ] 1415/2575 54% [================================== ] 1416/2575 54% [================================== ] 1417/2575 55% [================================== ] 1418/2575 55% [================================== ] 1419/2575 55% [================================== ] 1420/2575 55% [================================== ] 1421/2575 55% [================================== ] 1422/2575 55% [================================== ] 1423/2575 55% [================================== ] 1424/2575 55% [================================== ] 1425/2575 55% [================================== ] 1426/2575 55% [================================== ] 1427/2575 55% [================================== ] 1428/2575 55% [================================== ] 1429/2575 55% [================================== ] 1430/2575 55% [================================== ] 1431/2575 55% [================================== ] 1432/2575 55% [================================== ] 1433/2575 55% [================================== ] 1434/2575 55% [================================== ] 1435/2575 55% [================================== ] 1436/2575 55% [================================== ] 1437/2575 55% [================================== ] 1438/2575 55% [================================== ] 1439/2575 55% [================================== ] 1440/2575 55% [================================== ] 1441/2575 55% [================================== ] 1442/2575 56% [================================== ] 1443/2575 56% [================================== ] 1444/2575 56% [================================== ] 1445/2575 56% [================================== ] 1446/2575 56% [================================== ] 1447/2575 56% [================================== ] 1448/2575 56% [================================== ] 1449/2575 56% [================================== ] 1450/2575 56% [================================== ] 1451/2575 56% [================================== ] 1452/2575 56% [================================== ] 1453/2575 56% [=================================== ] 1454/2575 56% [=================================== ] 1455/2575 56% [=================================== ] 1456/2575 56% [=================================== ] 1457/2575 56% [=================================== ] 1458/2575 56% [=================================== ] 1459/2575 56% [=================================== ] 1460/2575 56% [=================================== ] 1461/2575 56% [=================================== ] 1462/2575 56% [=================================== ] 1463/2575 56% [=================================== ] 1464/2575 56% [=================================== ] 1465/2575 56% [=================================== ] 1466/2575 56% [=================================== ] 1467/2575 56% [=================================== ] 1468/2575 57% [=================================== ] 1469/2575 57% [=================================== ] 1470/2575 57% [=================================== ] 1471/2575 57% [=================================== ] 1472/2575 57% [=================================== ] 1473/2575 57% [=================================== ] 1474/2575 57% [=================================== ] 1475/2575 57% [=================================== ] 1476/2575 57% [=================================== ] 1477/2575 57% [=================================== ] 1478/2575 57% [=================================== ] 1479/2575 57% [=================================== ] 1480/2575 57% [=================================== ] 1481/2575 57% [=================================== ] 1482/2575 57% [=================================== ] 1483/2575 57% [=================================== ] 1484/2575 57% [=================================== ] 1485/2575 57% [=================================== ] 1486/2575 57% [=================================== ] 1487/2575 57% [=================================== ] 1488/2575 57% [=================================== ] 1489/2575 57% [=================================== ] 1490/2575 57% [=================================== ] 1491/2575 57% [=================================== ] 1492/2575 57% [=================================== ] 1493/2575 57% [=================================== ] 1494/2575 58% [=================================== ] 1495/2575 58% [==================================== ] 1496/2575 58% [==================================== ] 1497/2575 58% [==================================== ] 1498/2575 58% [==================================== ] 1499/2575 58% [==================================== ] 1500/2575 58% [==================================== ] 1501/2575 58% [==================================== ] 1502/2575 58% [==================================== ] 1503/2575 58% [==================================== ] 1504/2575 58% [==================================== ] 1505/2575 58% [==================================== ] 1506/2575 58% [==================================== ] 1507/2575 58% [==================================== ] 1508/2575 58% [==================================== ] 1509/2575 58% [==================================== ] 1510/2575 58% [==================================== ] 1511/2575 58% [==================================== ] 1512/2575 58% [==================================== ] 1513/2575 58% [==================================== ] 1514/2575 58% [==================================== ] 1515/2575 58% [==================================== ] 1516/2575 58% [==================================== ] 1517/2575 58% [==================================== ] 1518/2575 58% [==================================== ] 1519/2575 58% [==================================== ] 1520/2575 59% [==================================== ] 1521/2575 59% [==================================== ] 1522/2575 59% [==================================== ] 1523/2575 59% [==================================== ] 1524/2575 59% [==================================== ] 1525/2575 59% [==================================== ] 1526/2575 59% [==================================== ] 1527/2575 59% [==================================== ] 1528/2575 59% [==================================== ] 1529/2575 59% [==================================== ] 1530/2575 59% [==================================== ] 1531/2575 59% [==================================== ] 1532/2575 59% [==================================== ] 1533/2575 59% [==================================== ] 1534/2575 59% [==================================== ] 1535/2575 59% [==================================== ] 1536/2575 59% [===================================== ] 1537/2575 59% [===================================== ] 1538/2575 59% [===================================== ] 1539/2575 59% [===================================== ] 1540/2575 59% [===================================== ] 1541/2575 59% [===================================== ] 1542/2575 59% [===================================== ] 1543/2575 59% [===================================== ] 1544/2575 59% [===================================== ] 1545/2575 60% [===================================== ] 1546/2575 60% [===================================== ] 1547/2575 60% [===================================== ] 1548/2575 60% [===================================== ] 1549/2575 60% [===================================== ] 1550/2575 60% [===================================== ] 1551/2575 60% [===================================== ] 1552/2575 60% [===================================== ] 1553/2575 60% [===================================== ] 1554/2575 60% [===================================== ] 1555/2575 60% [===================================== ] 1556/2575 60% [===================================== ] 1557/2575 60% [===================================== ] 1558/2575 60% [===================================== ] 1559/2575 60% [===================================== ] 1560/2575 60% [===================================== ] 1561/2575 60% [===================================== ] 1562/2575 60% [===================================== ] 1563/2575 60% [===================================== ] 1564/2575 60% [===================================== ] 1565/2575 60% [===================================== ] 1566/2575 60% [===================================== ] 1567/2575 60% [===================================== ] 1568/2575 60% [===================================== ] 1569/2575 60% [===================================== ] 1570/2575 60% [===================================== ] 1571/2575 61% [===================================== ] 1572/2575 61% [===================================== ] 1573/2575 61% [===================================== ] 1574/2575 61% [===================================== ] 1575/2575 61% [===================================== ] 1576/2575 61% [===================================== ] 1577/2575 61% [===================================== ] 1578/2575 61% [====================================== ] 1579/2575 61% [====================================== ] 1580/2575 61% [====================================== ] 1581/2575 61% [====================================== ] 1582/2575 61% [====================================== ] 1583/2575 61% [====================================== ] 1584/2575 61% [====================================== ] 1585/2575 61% [====================================== ] 1586/2575 61% [====================================== ] 1587/2575 61% [====================================== ] 1588/2575 61% [====================================== ] 1589/2575 61% [====================================== ] 1590/2575 61% [====================================== ] 1591/2575 61% [====================================== ] 1592/2575 61% [====================================== ] 1593/2575 61% [====================================== ] 1594/2575 61% [====================================== ] 1595/2575 61% [====================================== ] 1596/2575 61% [====================================== ] 1597/2575 62% [====================================== ] 1598/2575 62% [====================================== ] 1599/2575 62% [====================================== ] 1600/2575 62% [====================================== ] 1601/2575 62% [====================================== ] 1602/2575 62% [====================================== ] 1603/2575 62% [====================================== ] 1604/2575 62% [====================================== ] 1605/2575 62% [====================================== ] 1606/2575 62% [====================================== ] 1607/2575 62% [====================================== ] 1608/2575 62% [====================================== ] 1609/2575 62% [====================================== ] 1610/2575 62% [====================================== ] 1611/2575 62% [====================================== ] 1612/2575 62% [====================================== ] 1613/2575 62% [====================================== ] 1614/2575 62% [====================================== ] 1615/2575 62% [====================================== ] 1616/2575 62% [====================================== ] 1617/2575 62% [====================================== ] 1618/2575 62% [====================================== ] 1619/2575 62% [======================================= ] 1620/2575 62% [======================================= ] 1621/2575 62% [======================================= ] 1622/2575 62% [======================================= ] 1623/2575 63% [======================================= ] 1624/2575 63% [======================================= ] 1625/2575 63% [======================================= ] 1626/2575 63% [======================================= ] 1627/2575 63% [======================================= ] 1628/2575 63% [======================================= ] 1629/2575 63% [======================================= ] 1630/2575 63% [======================================= ] 1631/2575 63% [======================================= ] 1632/2575 63% [======================================= ] 1633/2575 63% [======================================= ] 1634/2575 63% [======================================= ] 1635/2575 63% [======================================= ] 1636/2575 63% [======================================= ] 1637/2575 63% [======================================= ] 1638/2575 63% [======================================= ] 1639/2575 63% [======================================= ] 1640/2575 63% [======================================= ] 1641/2575 63% [======================================= ] 1642/2575 63% [======================================= ] 1643/2575 63% [======================================= ] 1644/2575 63% [======================================= ] 1645/2575 63% [======================================= ] 1646/2575 63% [======================================= ] 1647/2575 63% [======================================= ] 1648/2575 64% [======================================= ] 1649/2575 64% [======================================= ] 1650/2575 64% [======================================= ] 1651/2575 64% [======================================= ] 1652/2575 64% [======================================= ] 1653/2575 64% [======================================= ] 1654/2575 64% [======================================= ] 1655/2575 64% [======================================= ] 1656/2575 64% [======================================= ] 1657/2575 64% [======================================= ] 1658/2575 64% [======================================= ] 1659/2575 64% [======================================= ] 1660/2575 64% [======================================= ] 1661/2575 64% [======================================== ] 1662/2575 64% [======================================== ] 1663/2575 64% [======================================== ] 1664/2575 64% [======================================== ] 1665/2575 64% [======================================== ] 1666/2575 64% [======================================== ] 1667/2575 64% [======================================== ] 1668/2575 64% [======================================== ] 1669/2575 64% [======================================== ] 1670/2575 64% [======================================== ] 1671/2575 64% [======================================== ] 1672/2575 64% [======================================== ] 1673/2575 64% [======================================== ] 1674/2575 65% [======================================== ] 1675/2575 65% [======================================== ] 1676/2575 65% [======================================== ] 1677/2575 65% [======================================== ] 1678/2575 65% [======================================== ] 1679/2575 65% [======================================== ] 1680/2575 65% [======================================== ] 1681/2575 65% [======================================== ] 1682/2575 65% [======================================== ] 1683/2575 65% [======================================== ] 1684/2575 65% [======================================== ] 1685/2575 65% [======================================== ] 1686/2575 65% [======================================== ] 1687/2575 65% [======================================== ] 1688/2575 65% [======================================== ] 1689/2575 65% [======================================== ] 1690/2575 65% [======================================== ] 1691/2575 65% [======================================== ] 1692/2575 65% [======================================== ] 1693/2575 65% [======================================== ] 1694/2575 65% [======================================== ] 1695/2575 65% [======================================== ] 1696/2575 65% [======================================== ] 1697/2575 65% [======================================== ] 1698/2575 65% [======================================== ] 1699/2575 65% [======================================== ] 1700/2575 66% [======================================== ] 1701/2575 66% [======================================== ] 1702/2575 66% [========================================= ] 1703/2575 66% [========================================= ] 1704/2575 66% [========================================= ] 1705/2575 66% [========================================= ] 1706/2575 66% [========================================= ] 1707/2575 66% [========================================= ] 1708/2575 66% [========================================= ] 1709/2575 66% [========================================= ] 1710/2575 66% [========================================= ] 1711/2575 66% [========================================= ] 1712/2575 66% [========================================= ] 1713/2575 66% [========================================= ] 1714/2575 66% [========================================= ] 1715/2575 66% [========================================= ] 1716/2575 66% [========================================= ] 1717/2575 66% [========================================= ] 1718/2575 66% [========================================= ] 1719/2575 66% [========================================= ] 1720/2575 66% [========================================= ] 1721/2575 66% [========================================= ] 1722/2575 66% [========================================= ] 1723/2575 66% [========================================= ] 1724/2575 66% [========================================= ] 1725/2575 66% [========================================= ] 1726/2575 67% [========================================= ] 1727/2575 67% [========================================= ] 1728/2575 67% [========================================= ] 1729/2575 67% [========================================= ] 1730/2575 67% [========================================= ] 1731/2575 67% [========================================= ] 1732/2575 67% [========================================= ] 1733/2575 67% [========================================= ] 1734/2575 67% [========================================= ] 1735/2575 67% [========================================= ] 1736/2575 67% [========================================= ] 1737/2575 67% [========================================= ] 1738/2575 67% [========================================= ] 1739/2575 67% [========================================= ] 1740/2575 67% [========================================= ] 1741/2575 67% [========================================= ] 1742/2575 67% [========================================= ] 1743/2575 67% [========================================= ] 1744/2575 67% [========================================== ] 1745/2575 67% [========================================== ] 1746/2575 67% [========================================== ] 1747/2575 67% [========================================== ] 1748/2575 67% [========================================== ] 1749/2575 67% [========================================== ] 1750/2575 67% [========================================== ] 1751/2575 68% [========================================== ] 1752/2575 68% [========================================== ] 1753/2575 68% [========================================== ] 1754/2575 68% [========================================== ] 1755/2575 68% [========================================== ] 1756/2575 68% [========================================== ] 1757/2575 68% [========================================== ] 1758/2575 68% [========================================== ] 1759/2575 68% [========================================== ] 1760/2575 68% [========================================== ] 1761/2575 68% [========================================== ] 1762/2575 68% [========================================== ] 1763/2575 68% [========================================== ] 1764/2575 68% [========================================== ] 1765/2575 68% [========================================== ] 1766/2575 68% [========================================== ] 1767/2575 68% [========================================== ] 1768/2575 68% [========================================== ] 1769/2575 68% [========================================== ] 1770/2575 68% [========================================== ] 1771/2575 68% [========================================== ] 1772/2575 68% [========================================== ] 1773/2575 68% [========================================== ] 1774/2575 68% [========================================== ] 1775/2575 68% [========================================== ] 1776/2575 68% [========================================== ] 1777/2575 69% [========================================== ] 1778/2575 69% [========================================== ] 1779/2575 69% [========================================== ] 1780/2575 69% [========================================== ] 1781/2575 69% [========================================== ] 1782/2575 69% [========================================== ] 1783/2575 69% [========================================== ] 1784/2575 69% [========================================== ] 1785/2575 69% [=========================================== ] 1786/2575 69% [=========================================== ] 1787/2575 69% [=========================================== ] 1788/2575 69% [=========================================== ] 1789/2575 69% [=========================================== ] 1790/2575 69% [=========================================== ] 1791/2575 69% [=========================================== ] 1792/2575 69% [=========================================== ] 1793/2575 69% [=========================================== ] 1794/2575 69% [=========================================== ] 1795/2575 69% [=========================================== ] 1796/2575 69% [=========================================== ] 1797/2575 69% [=========================================== ] 1798/2575 69% [=========================================== ] 1799/2575 69% [=========================================== ] 1800/2575 69% [=========================================== ] 1801/2575 69% [=========================================== ] 1802/2575 69% [=========================================== ] 1803/2575 70% [=========================================== ] 1804/2575 70% [=========================================== ] 1805/2575 70% [=========================================== ] 1806/2575 70% [=========================================== ] 1807/2575 70% [=========================================== ] 1808/2575 70% [=========================================== ] 1809/2575 70% [=========================================== ] 1810/2575 70% [=========================================== ] 1811/2575 70% [=========================================== ] 1812/2575 70% [=========================================== ] 1813/2575 70% [=========================================== ] 1814/2575 70% [=========================================== ] 1815/2575 70% [=========================================== ] 1816/2575 70% [=========================================== ] 1817/2575 70% [=========================================== ] 1818/2575 70% [=========================================== ] 1819/2575 70% [=========================================== ] 1820/2575 70% [=========================================== ] 1821/2575 70% [=========================================== ] 1822/2575 70% [=========================================== ] 1823/2575 70% [=========================================== ] 1824/2575 70% [=========================================== ] 1825/2575 70% [=========================================== ] 1826/2575 70% [=========================================== ] 1827/2575 70% [============================================ ] 1828/2575 70% [============================================ ] 1829/2575 71% [============================================ ] 1830/2575 71% [============================================ ] 1831/2575 71% [============================================ ] 1832/2575 71% [============================================ ] 1833/2575 71% [============================================ ] 1834/2575 71% [============================================ ] 1835/2575 71% [============================================ ] 1836/2575 71% [============================================ ] 1837/2575 71% [============================================ ] 1838/2575 71% [============================================ ] 1839/2575 71% [============================================ ] 1840/2575 71% [============================================ ] 1841/2575 71% [============================================ ] 1842/2575 71% [============================================ ] 1843/2575 71% [============================================ ] 1844/2575 71% [============================================ ] 1845/2575 71% [============================================ ] 1846/2575 71% [============================================ ] 1847/2575 71% [============================================ ] 1848/2575 71% [============================================ ] 1849/2575 71% [============================================ ] 1850/2575 71% [============================================ ] 1851/2575 71% [============================================ ] 1852/2575 71% [============================================ ] 1853/2575 71% [============================================ ] 1854/2575 72% [============================================ ] 1855/2575 72% [============================================ ] 1856/2575 72% [============================================ ] 1857/2575 72% [============================================ ] 1858/2575 72% [============================================ ] 1859/2575 72% [============================================ ] 1860/2575 72% [============================================ ] 1861/2575 72% [============================================ ] 1862/2575 72% [============================================ ] 1863/2575 72% [============================================ ] 1864/2575 72% [============================================ ] 1865/2575 72% [============================================ ] 1866/2575 72% [============================================ ] 1867/2575 72% [============================================ ] 1868/2575 72% [============================================= ] 1869/2575 72% [============================================= ] 1870/2575 72% [============================================= ] 1871/2575 72% [============================================= ] 1872/2575 72% [============================================= ] 1873/2575 72% [============================================= ] 1874/2575 72% [============================================= ] 1875/2575 72% [============================================= ] 1876/2575 72% [============================================= ] 1877/2575 72% [============================================= ] 1878/2575 72% [============================================= ] 1879/2575 72% [============================================= ] 1880/2575 73% [============================================= ] 1881/2575 73% [============================================= ] 1882/2575 73% [============================================= ] 1883/2575 73% [============================================= ] 1884/2575 73% [============================================= ] 1885/2575 73% [============================================= ] 1886/2575 73% [============================================= ] 1887/2575 73% [============================================= ] 1888/2575 73% [============================================= ] 1889/2575 73% [============================================= ] 1890/2575 73% [============================================= ] 1891/2575 73% [============================================= ] 1892/2575 73% [============================================= ] 1893/2575 73% [============================================= ] 1894/2575 73% [============================================= ] 1895/2575 73% [============================================= ] 1896/2575 73% [============================================= ] 1897/2575 73% [============================================= ] 1898/2575 73% [============================================= ] 1899/2575 73% [============================================= ] 1900/2575 73% [============================================= ] 1901/2575 73% [============================================= ] 1902/2575 73% [============================================= ] 1903/2575 73% [============================================= ] 1904/2575 73% [============================================= ] 1905/2575 73% [============================================= ] 1906/2575 74% [============================================= ] 1907/2575 74% [============================================= ] 1908/2575 74% [============================================= ] 1909/2575 74% [============================================= ] 1910/2575 74% [============================================== ] 1911/2575 74% [============================================== ] 1912/2575 74% [============================================== ] 1913/2575 74% [============================================== ] 1914/2575 74% [============================================== ] 1915/2575 74% [============================================== ] 1916/2575 74% [============================================== ] 1917/2575 74% [============================================== ] 1918/2575 74% [============================================== ] 1919/2575 74% [============================================== ] 1920/2575 74% [============================================== ] 1921/2575 74% [============================================== ] 1922/2575 74% [============================================== ] 1923/2575 74% [============================================== ] 1924/2575 74% [============================================== ] 1925/2575 74% [============================================== ] 1926/2575 74% [============================================== ] 1927/2575 74% [============================================== ] 1928/2575 74% [============================================== ] 1929/2575 74% [============================================== ] 1930/2575 74% [============================================== ] 1931/2575 74% [============================================== ] 1932/2575 75% [============================================== ] 1933/2575 75% [============================================== ] 1934/2575 75% [============================================== ] 1935/2575 75% [============================================== ] 1936/2575 75% [============================================== ] 1937/2575 75% [============================================== ] 1938/2575 75% [============================================== ] 1939/2575 75% [============================================== ] 1940/2575 75% [============================================== ] 1941/2575 75% [============================================== ] 1942/2575 75% [============================================== ] 1943/2575 75% [============================================== ] 1944/2575 75% [============================================== ] 1945/2575 75% [============================================== ] 1946/2575 75% [============================================== ] 1947/2575 75% [============================================== ] 1948/2575 75% [============================================== ] 1949/2575 75% [============================================== ] 1950/2575 75% [============================================== ] 1951/2575 75% [============================================== ] 1952/2575 75% [=============================================== ] 1953/2575 75% [=============================================== ] 1954/2575 75% [=============================================== ] 1955/2575 75% [=============================================== ] 1956/2575 75% [=============================================== ] 1957/2575 76% [=============================================== ] 1958/2575 76% [=============================================== ] 1959/2575 76% [=============================================== ] 1960/2575 76% [=============================================== ] 1961/2575 76% [=============================================== ] 1962/2575 76% [=============================================== ] 1963/2575 76% [=============================================== ] 1964/2575 76% [=============================================== ] 1965/2575 76% [=============================================== ] 1966/2575 76% [=============================================== ] 1967/2575 76% [=============================================== ] 1968/2575 76% [=============================================== ] 1969/2575 76% [=============================================== ] 1970/2575 76% [=============================================== ] 1971/2575 76% [=============================================== ] 1972/2575 76% [=============================================== ] 1973/2575 76% [=============================================== ] 1974/2575 76% [=============================================== ] 1975/2575 76% [=============================================== ] 1976/2575 76% [=============================================== ] 1977/2575 76% [=============================================== ] 1978/2575 76% [=============================================== ] 1979/2575 76% [=============================================== ] 1980/2575 76% [=============================================== ] 1981/2575 76% [=============================================== ] 1982/2575 76% [=============================================== ] 1983/2575 77% [=============================================== ] 1984/2575 77% [=============================================== ] 1985/2575 77% [=============================================== ] 1986/2575 77% [=============================================== ] 1987/2575 77% [=============================================== ] 1988/2575 77% [=============================================== ] 1989/2575 77% [=============================================== ] 1990/2575 77% [=============================================== ] 1991/2575 77% [=============================================== ] 1992/2575 77% [=============================================== ] 1993/2575 77% [================================================ ] 1994/2575 77% [================================================ ] 1995/2575 77% [================================================ ] 1996/2575 77% [================================================ ] 1997/2575 77% [================================================ ] 1998/2575 77% [================================================ ] 1999/2575 77% [================================================ ] 2000/2575 77% [================================================ ] 2001/2575 77% [================================================ ] 2002/2575 77% [================================================ ] 2003/2575 77% [================================================ ] 2004/2575 77% [================================================ ] 2005/2575 77% [================================================ ] 2006/2575 77% [================================================ ] 2007/2575 77% [================================================ ] 2008/2575 77% [================================================ ] 2009/2575 78% [================================================ ] 2010/2575 78% [================================================ ] 2011/2575 78% [================================================ ] 2012/2575 78% [================================================ ] 2013/2575 78% [================================================ ] 2014/2575 78% [================================================ ] 2015/2575 78% [================================================ ] 2016/2575 78% [================================================ ] 2017/2575 78% [================================================ ] 2018/2575 78% [================================================ ] 2019/2575 78% [================================================ ] 2020/2575 78% [================================================ ] 2021/2575 78% [================================================ ] 2022/2575 78% [================================================ ] 2023/2575 78% [================================================ ] 2024/2575 78% [================================================ ] 2025/2575 78% [================================================ ] 2026/2575 78% [================================================ ] 2027/2575 78% [================================================ ] 2028/2575 78% [================================================ ] 2029/2575 78% [================================================ ] 2030/2575 78% [================================================ ] 2031/2575 78% [================================================ ] 2032/2575 78% [================================================ ] 2033/2575 78% [================================================ ] 2034/2575 78% [================================================ ] 2035/2575 79% [================================================= ] 2036/2575 79% [================================================= ] 2037/2575 79% [================================================= ] 2038/2575 79% [================================================= ] 2039/2575 79% [================================================= ] 2040/2575 79% [================================================= ] 2041/2575 79% [================================================= ] 2042/2575 79% [================================================= ] 2043/2575 79% [================================================= ] 2044/2575 79% [================================================= ] 2045/2575 79% [================================================= ] 2046/2575 79% [================================================= ] 2047/2575 79% [================================================= ] 2048/2575 79% [================================================= ] 2049/2575 79% [================================================= ] 2050/2575 79% [================================================= ] 2051/2575 79% [================================================= ] 2052/2575 79% [================================================= ] 2053/2575 79% [================================================= ] 2054/2575 79% [================================================= ] 2055/2575 79% [================================================= ] 2056/2575 79% [================================================= ] 2057/2575 79% [================================================= ] 2058/2575 79% [================================================= ] 2059/2575 79% [================================================= ] 2060/2575 80% [================================================= ] 2061/2575 80% [================================================= ] 2062/2575 80% [================================================= ] 2063/2575 80% [================================================= ] 2064/2575 80% [================================================= ] 2065/2575 80% [================================================= ] 2066/2575 80% [================================================= ] 2067/2575 80% [================================================= ] 2068/2575 80% [================================================= ] 2069/2575 80% [================================================= ] 2070/2575 80% [================================================= ] 2071/2575 80% [================================================= ] 2072/2575 80% [================================================= ] 2073/2575 80% [================================================= ] 2074/2575 80% [================================================= ] 2075/2575 80% [================================================= ] 2076/2575 80% [================================================== ] 2077/2575 80% [================================================== ] 2078/2575 80% [================================================== ] 2079/2575 80% [================================================== ] 2080/2575 80% [================================================== ] 2081/2575 80% [================================================== ] 2082/2575 80% [================================================== ] 2083/2575 80% [================================================== ] 2084/2575 80% [================================================== ] 2085/2575 80% [================================================== ] 2086/2575 81% [================================================== ] 2087/2575 81% [================================================== ] 2088/2575 81% [================================================== ] 2089/2575 81% [================================================== ] 2090/2575 81% [================================================== ] 2091/2575 81% [================================================== ] 2092/2575 81% [================================================== ] 2093/2575 81% [================================================== ] 2094/2575 81% [================================================== ] 2095/2575 81% [================================================== ] 2096/2575 81% [================================================== ] 2097/2575 81% [================================================== ] 2098/2575 81% [================================================== ] 2099/2575 81% [================================================== ] 2100/2575 81% [================================================== ] 2101/2575 81% [================================================== ] 2102/2575 81% [================================================== ] 2103/2575 81% [================================================== ] 2104/2575 81% [================================================== ] 2105/2575 81% [================================================== ] 2106/2575 81% [================================================== ] 2107/2575 81% [================================================== ] 2108/2575 81% [================================================== ] 2109/2575 81% [================================================== ] 2110/2575 81% [================================================== ] 2111/2575 81% [================================================== ] 2112/2575 82% [================================================== ] 2113/2575 82% [================================================== ] 2114/2575 82% [================================================== ] 2115/2575 82% [================================================== ] 2116/2575 82% [================================================== ] 2117/2575 82% [================================================== ] 2118/2575 82% [=================================================== ] 2119/2575 82% [=================================================== ] 2120/2575 82% [=================================================== ] 2121/2575 82% [=================================================== ] 2122/2575 82% [=================================================== ] 2123/2575 82% [=================================================== ] 2124/2575 82% [=================================================== ] 2125/2575 82% [=================================================== ] 2126/2575 82% [=================================================== ] 2127/2575 82% [=================================================== ] 2128/2575 82% [=================================================== ] 2129/2575 82% [=================================================== ] 2130/2575 82% [=================================================== ] 2131/2575 82% [=================================================== ] 2132/2575 82% [=================================================== ] 2133/2575 82% [=================================================== ] 2134/2575 82% [=================================================== ] 2135/2575 82% [=================================================== ] 2136/2575 82% [=================================================== ] 2137/2575 82% [=================================================== ] 2138/2575 83% [=================================================== ] 2139/2575 83% [=================================================== ] 2140/2575 83% [=================================================== ] 2141/2575 83% [=================================================== ] 2142/2575 83% [=================================================== ] 2143/2575 83% [=================================================== ] 2144/2575 83% [=================================================== ] 2145/2575 83% [=================================================== ] 2146/2575 83% [=================================================== ] 2147/2575 83% [=================================================== ] 2148/2575 83% [=================================================== ] 2149/2575 83% [=================================================== ] 2150/2575 83% [=================================================== ] 2151/2575 83% [=================================================== ] 2152/2575 83% [=================================================== ] 2153/2575 83% [=================================================== ] 2154/2575 83% [=================================================== ] 2155/2575 83% [=================================================== ] 2156/2575 83% [=================================================== ] 2157/2575 83% [=================================================== ] 2158/2575 83% [=================================================== ] 2159/2575 83% [==================================================== ] 2160/2575 83% [==================================================== ] 2161/2575 83% [==================================================== ] 2162/2575 83% [==================================================== ] 2163/2575 84% [==================================================== ] 2164/2575 84% [==================================================== ] 2165/2575 84% [==================================================== ] 2166/2575 84% [==================================================== ] 2167/2575 84% [==================================================== ] 2168/2575 84% [==================================================== ] 2169/2575 84% [==================================================== ] 2170/2575 84% [==================================================== ] 2171/2575 84% [==================================================== ] 2172/2575 84% [==================================================== ] 2173/2575 84% [==================================================== ] 2174/2575 84% [==================================================== ] 2175/2575 84% [==================================================== ] 2176/2575 84% [==================================================== ] 2177/2575 84% [==================================================== ] 2178/2575 84% [==================================================== ] 2179/2575 84% [==================================================== ] 2180/2575 84% [==================================================== ] 2181/2575 84% [==================================================== ] 2182/2575 84% [==================================================== ] 2183/2575 84% [==================================================== ] 2184/2575 84% [==================================================== ] 2185/2575 84% [==================================================== ] 2186/2575 84% [==================================================== ] 2187/2575 84% [==================================================== ] 2188/2575 84% [==================================================== ] 2189/2575 85% [==================================================== ] 2190/2575 85% [==================================================== ] 2191/2575 85% [==================================================== ] 2192/2575 85% [==================================================== ] 2193/2575 85% [==================================================== ] 2194/2575 85% [==================================================== ] 2195/2575 85% [==================================================== ] 2196/2575 85% [==================================================== ] 2197/2575 85% [==================================================== ] 2198/2575 85% [==================================================== ] 2199/2575 85% [==================================================== ] 2200/2575 85% [==================================================== ] 2201/2575 85% [===================================================== ] 2202/2575 85% [===================================================== ] 2203/2575 85% [===================================================== ] 2204/2575 85% [===================================================== ] 2205/2575 85% [===================================================== ] 2206/2575 85% [===================================================== ] 2207/2575 85% [===================================================== ] 2208/2575 85% [===================================================== ] 2209/2575 85% [===================================================== ] 2210/2575 85% [===================================================== ] 2211/2575 85% [===================================================== ] 2212/2575 85% [===================================================== ] 2213/2575 85% [===================================================== ] 2214/2575 85% [===================================================== ] 2215/2575 86% [===================================================== ] 2216/2575 86% [===================================================== ] 2217/2575 86% [===================================================== ] 2218/2575 86% [===================================================== ] 2219/2575 86% [===================================================== ] 2220/2575 86% [===================================================== ] 2221/2575 86% [===================================================== ] 2222/2575 86% [===================================================== ] 2223/2575 86% [===================================================== ] 2224/2575 86% [===================================================== ] 2225/2575 86% [===================================================== ] 2226/2575 86% [===================================================== ] 2227/2575 86% [===================================================== ] 2228/2575 86% [===================================================== ] 2229/2575 86% [===================================================== ] 2230/2575 86% [===================================================== ] 2231/2575 86% [===================================================== ] 2232/2575 86% [===================================================== ] 2233/2575 86% [===================================================== ] 2234/2575 86% [===================================================== ] 2235/2575 86% [===================================================== ] 2236/2575 86% [===================================================== ] 2237/2575 86% [===================================================== ] 2238/2575 86% [===================================================== ] 2239/2575 86% [===================================================== ] 2240/2575 86% [===================================================== ] 2241/2575 87% [===================================================== ] 2242/2575 87% [====================================================== ] 2243/2575 87% [====================================================== ] 2244/2575 87% [====================================================== ] 2245/2575 87% [====================================================== ] 2246/2575 87% [====================================================== ] 2247/2575 87% [====================================================== ] 2248/2575 87% [====================================================== ] 2249/2575 87% [====================================================== ] 2250/2575 87% [====================================================== ] 2251/2575 87% [====================================================== ] 2252/2575 87% [====================================================== ] 2253/2575 87% [====================================================== ] 2254/2575 87% [====================================================== ] 2255/2575 87% [====================================================== ] 2256/2575 87% [====================================================== ] 2257/2575 87% [====================================================== ] 2258/2575 87% [====================================================== ] 2259/2575 87% [====================================================== ] 2260/2575 87% [====================================================== ] 2261/2575 87% [====================================================== ] 2262/2575 87% [====================================================== ] 2263/2575 87% [====================================================== ] 2264/2575 87% [====================================================== ] 2265/2575 87% [====================================================== ] 2266/2575 88% [====================================================== ] 2267/2575 88% [====================================================== ] 2268/2575 88% [====================================================== ] 2269/2575 88% [====================================================== ] 2270/2575 88% [====================================================== ] 2271/2575 88% [====================================================== ] 2272/2575 88% [====================================================== ] 2273/2575 88% [====================================================== ] 2274/2575 88% [====================================================== ] 2275/2575 88% [====================================================== ] 2276/2575 88% [====================================================== ] 2277/2575 88% [====================================================== ] 2278/2575 88% [====================================================== ] 2279/2575 88% [====================================================== ] 2280/2575 88% [====================================================== ] 2281/2575 88% [====================================================== ] 2282/2575 88% [====================================================== ] 2283/2575 88% [====================================================== ] 2284/2575 88% [======================================================= ] 2285/2575 88% [======================================================= ] 2286/2575 88% [======================================================= ] 2287/2575 88% [======================================================= ] 2288/2575 88% [======================================================= ] 2289/2575 88% [======================================================= ] 2290/2575 88% [======================================================= ] 2291/2575 88% [======================================================= ] 2292/2575 89% [======================================================= ] 2293/2575 89% [======================================================= ] 2294/2575 89% [======================================================= ] 2295/2575 89% [======================================================= ] 2296/2575 89% [======================================================= ] 2297/2575 89% [======================================================= ] 2298/2575 89% [======================================================= ] 2299/2575 89% [======================================================= ] 2300/2575 89% [======================================================= ] 2301/2575 89% [======================================================= ] 2302/2575 89% [======================================================= ] 2303/2575 89% [======================================================= ] 2304/2575 89% [======================================================= ] 2305/2575 89% [======================================================= ] 2306/2575 89% [======================================================= ] 2307/2575 89% [======================================================= ] 2308/2575 89% [======================================================= ] 2309/2575 89% [======================================================= ] 2310/2575 89% [======================================================= ] 2311/2575 89% [======================================================= ] 2312/2575 89% [======================================================= ] 2313/2575 89% [======================================================= ] 2314/2575 89% [======================================================= ] 2315/2575 89% [======================================================= ] 2316/2575 89% [======================================================= ] 2317/2575 89% [======================================================= ] 2318/2575 90% [======================================================= ] 2319/2575 90% [======================================================= ] 2320/2575 90% [======================================================= ] 2321/2575 90% [======================================================= ] 2322/2575 90% [======================================================= ] 2323/2575 90% [======================================================= ] 2324/2575 90% [======================================================= ] 2325/2575 90% [======================================================== ] 2326/2575 90% [======================================================== ] 2327/2575 90% [======================================================== ] 2328/2575 90% [======================================================== ] 2329/2575 90% [======================================================== ] 2330/2575 90% [======================================================== ] 2331/2575 90% [======================================================== ] 2332/2575 90% [======================================================== ] 2333/2575 90% [======================================================== ] 2334/2575 90% [======================================================== ] 2335/2575 90% [======================================================== ] 2336/2575 90% [======================================================== ] 2337/2575 90% [======================================================== ] 2338/2575 90% [======================================================== ] 2339/2575 90% [======================================================== ] 2340/2575 90% [======================================================== ] 2341/2575 90% [======================================================== ] 2342/2575 90% [======================================================== ] 2343/2575 90% [======================================================== ] 2344/2575 91% [======================================================== ] 2345/2575 91% [======================================================== ] 2346/2575 91% [======================================================== ] 2347/2575 91% [======================================================== ] 2348/2575 91% [======================================================== ] 2349/2575 91% [======================================================== ] 2350/2575 91% [======================================================== ] 2351/2575 91% [======================================================== ] 2352/2575 91% [======================================================== ] 2353/2575 91% [======================================================== ] 2354/2575 91% [======================================================== ] 2355/2575 91% [======================================================== ] 2356/2575 91% [======================================================== ] 2357/2575 91% [======================================================== ] 2358/2575 91% [======================================================== ] 2359/2575 91% [======================================================== ] 2360/2575 91% [======================================================== ] 2361/2575 91% [======================================================== ] 2362/2575 91% [======================================================== ] 2363/2575 91% [======================================================== ] 2364/2575 91% [======================================================== ] 2365/2575 91% [======================================================== ] 2366/2575 91% [======================================================== ] 2367/2575 91% [========================================================= ] 2368/2575 91% [========================================================= ] 2369/2575 92% [========================================================= ] 2370/2575 92% [========================================================= ] 2371/2575 92% [========================================================= ] 2372/2575 92% [========================================================= ] 2373/2575 92% [========================================================= ] 2374/2575 92% [========================================================= ] 2375/2575 92% [========================================================= ] 2376/2575 92% [========================================================= ] 2377/2575 92% [========================================================= ] 2378/2575 92% [========================================================= ] 2379/2575 92% [========================================================= ] 2380/2575 92% [========================================================= ] 2381/2575 92% [========================================================= ] 2382/2575 92% [========================================================= ] 2383/2575 92% [========================================================= ] 2384/2575 92% [========================================================= ] 2385/2575 92% [========================================================= ] 2386/2575 92% [========================================================= ] 2387/2575 92% [========================================================= ] 2388/2575 92% [========================================================= ] 2389/2575 92% [========================================================= ] 2390/2575 92% [========================================================= ] 2391/2575 92% [========================================================= ] 2392/2575 92% [========================================================= ] 2393/2575 92% [========================================================= ] 2394/2575 92% [========================================================= ] 2395/2575 93% [========================================================= ] 2396/2575 93% [========================================================= ] 2397/2575 93% [========================================================= ] 2398/2575 93% [========================================================= ] 2399/2575 93% [========================================================= ] 2400/2575 93% [========================================================= ] 2401/2575 93% [========================================================= ] 2402/2575 93% [========================================================= ] 2403/2575 93% [========================================================= ] 2404/2575 93% [========================================================= ] 2405/2575 93% [========================================================= ] 2406/2575 93% [========================================================= ] 2407/2575 93% [========================================================= ] 2408/2575 93% [========================================================== ] 2409/2575 93% [========================================================== ] 2410/2575 93% [========================================================== ] 2411/2575 93% [========================================================== ] 2412/2575 93% [========================================================== ] 2413/2575 93% [========================================================== ] 2414/2575 93% [========================================================== ] 2415/2575 93% [========================================================== ] 2416/2575 93% [========================================================== ] 2417/2575 93% [========================================================== ] 2418/2575 93% [========================================================== ] 2419/2575 93% [========================================================== ] 2420/2575 93% [========================================================== ] 2421/2575 94% [========================================================== ] 2422/2575 94% [========================================================== ] 2423/2575 94% [========================================================== ] 2424/2575 94% [========================================================== ] 2425/2575 94% [========================================================== ] 2426/2575 94% [========================================================== ] 2427/2575 94% [========================================================== ] 2428/2575 94% [========================================================== ] 2429/2575 94% [========================================================== ] 2430/2575 94% [========================================================== ] 2431/2575 94% [========================================================== ] 2432/2575 94% [========================================================== ] 2433/2575 94% [========================================================== ] 2434/2575 94% [========================================================== ] 2435/2575 94% [========================================================== ] 2436/2575 94% [========================================================== ] 2437/2575 94% [========================================================== ] 2438/2575 94% [========================================================== ] 2439/2575 94% [========================================================== ] 2440/2575 94% [========================================================== ] 2441/2575 94% [========================================================== ] 2442/2575 94% [========================================================== ] 2443/2575 94% [========================================================== ] 2444/2575 94% [========================================================== ] 2445/2575 94% [========================================================== ] 2446/2575 94% [========================================================== ] 2447/2575 95% [========================================================== ] 2448/2575 95% [========================================================== ] 2449/2575 95% [========================================================== ] 2450/2575 95% [=========================================================== ] 2451/2575 95% [=========================================================== ] 2452/2575 95% [=========================================================== ] 2453/2575 95% [=========================================================== ] 2454/2575 95% [=========================================================== ] 2455/2575 95% [=========================================================== ] 2456/2575 95% [=========================================================== ] 2457/2575 95% [=========================================================== ] 2458/2575 95% [=========================================================== ] 2459/2575 95% [=========================================================== ] 2460/2575 95% [=========================================================== ] 2461/2575 95% [=========================================================== ] 2462/2575 95% [=========================================================== ] 2463/2575 95% [=========================================================== ] 2464/2575 95% [=========================================================== ] 2465/2575 95% [=========================================================== ] 2466/2575 95% [=========================================================== ] 2467/2575 95% [=========================================================== ] 2468/2575 95% [=========================================================== ] 2469/2575 95% [=========================================================== ] 2470/2575 95% [=========================================================== ] 2471/2575 95% [=========================================================== ] 2472/2575 96% [=========================================================== ] 2473/2575 96% [=========================================================== ] 2474/2575 96% [=========================================================== ] 2475/2575 96% [=========================================================== ] 2476/2575 96% [=========================================================== ] 2477/2575 96% [=========================================================== ] 2478/2575 96% [=========================================================== ] 2479/2575 96% [=========================================================== ] 2480/2575 96% [=========================================================== ] 2481/2575 96% [=========================================================== ] 2482/2575 96% [=========================================================== ] 2483/2575 96% [=========================================================== ] 2484/2575 96% [=========================================================== ] 2485/2575 96% [=========================================================== ] 2486/2575 96% [=========================================================== ] 2487/2575 96% [=========================================================== ] 2488/2575 96% [=========================================================== ] 2489/2575 96% [=========================================================== ] 2490/2575 96% [=========================================================== ] 2491/2575 96% [============================================================ ] 2492/2575 96% [============================================================ ] 2493/2575 96% [============================================================ ] 2494/2575 96% [============================================================ ] 2495/2575 96% [============================================================ ] 2496/2575 96% [============================================================ ] 2497/2575 96% [============================================================ ] 2498/2575 97% [============================================================ ] 2499/2575 97% [============================================================ ] 2500/2575 97% [============================================================ ] 2501/2575 97% [============================================================ ] 2502/2575 97% [============================================================ ] 2503/2575 97% [============================================================ ] 2504/2575 97% [============================================================ ] 2505/2575 97% [============================================================ ] 2506/2575 97% [============================================================ ] 2507/2575 97% [============================================================ ] 2508/2575 97% [============================================================ ] 2509/2575 97% [============================================================ ] 2510/2575 97% [============================================================ ] 2511/2575 97% [============================================================ ] 2512/2575 97% [============================================================ ] 2513/2575 97% [============================================================ ] 2514/2575 97% [============================================================ ] 2515/2575 97% [============================================================ ] 2516/2575 97% [============================================================ ] 2517/2575 97% [============================================================ ] 2518/2575 97% [============================================================ ] 2519/2575 97% [============================================================ ] 2520/2575 97% [============================================================ ] 2521/2575 97% [============================================================ ] 2522/2575 97% [============================================================ ] 2523/2575 97% [============================================================ ] 2524/2575 98% [============================================================ ] 2525/2575 98% [============================================================ ] 2526/2575 98% [============================================================ ] 2527/2575 98% [============================================================ ] 2528/2575 98% [============================================================ ] 2529/2575 98% [============================================================ ] 2530/2575 98% [============================================================ ] 2531/2575 98% [============================================================ ] 2532/2575 98% [============================================================ ] 2533/2575 98% [============================================================= ] 2534/2575 98% [============================================================= ] 2535/2575 98% [============================================================= ] 2536/2575 98% [============================================================= ] 2537/2575 98% [============================================================= ] 2538/2575 98% [============================================================= ] 2539/2575 98% [============================================================= ] 2540/2575 98% [============================================================= ] 2541/2575 98% [============================================================= ] 2542/2575 98% [============================================================= ] 2543/2575 98% [============================================================= ] 2544/2575 98% [============================================================= ] 2545/2575 98% [============================================================= ] 2546/2575 98% [============================================================= ] 2547/2575 98% [============================================================= ] 2548/2575 98% [============================================================= ] 2549/2575 98% [============================================================= ] 2550/2575 99% [============================================================= ] 2551/2575 99% [============================================================= ] 2552/2575 99% [============================================================= ] 2553/2575 99% [============================================================= ] 2554/2575 99% [============================================================= ] 2555/2575 99% [============================================================= ] 2556/2575 99% [============================================================= ] 2557/2575 99% [============================================================= ] 2558/2575 99% [============================================================= ] 2559/2575 99% [============================================================= ] 2560/2575 99% [============================================================= ] 2561/2575 99% [============================================================= ] 2562/2575 99% [============================================================= ] 2563/2575 99% [============================================================= ] 2564/2575 99% [============================================================= ] 2565/2575 99% [============================================================= ] 2566/2575 99% [============================================================= ] 2567/2575 99% [============================================================= ] 2568/2575 99% [============================================================= ] 2569/2575 99% [============================================================= ] 2570/2575 99% [============================================================= ] 2571/2575 99% [============================================================= ] 2572/2575 99% [============================================================= ] 2573/2575 99% [============================================================= ] 2574/2575 99% [==============================================================] 2575/2575 100% operation complete, 2575 objects in 64747 NAND pages. ln -snf /home/buildroot/autobuild/instance-3/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2024.05.3 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.39-74-g198632a05f6c7b9ab67d3331d8caace9ceabb685 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-tar 1.35 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.8.12 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 18xx-ti-utils 8.8 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> apache 2.4.62 Collecting legal info LICENSE: OK (sha256: 47b8c2b6c3309282a99d4a3001575c790fead690cc14734628c4667d2bbffc43) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libxml2 2.12.9 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> at-spi2-core 2.50.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dbus 1.14.10 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> avahi 0.8 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> brcm-patchram-plus 15bd6638dd6d3a37d22dbc18059f6d9eb885f057 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iproute2 6.10.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtirpc 1.3.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> chocolate-doom 3.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> sdl2 2.30.3 Collecting legal info LICENSE.txt: OK (sha256: 9b9e1764f06701bcf7ce21e942c682d5921ba0900c6fca760321b1c8837a9662) >>> sdl2_mixer 2.6.3 Collecting legal info LICENSE.txt: OK (sha256: 1852c8549e3d154687197d46abababd3e8faae035f19991b2ca850fa3a43ad57) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> sdl2_net 2.2.0 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> collectd 5.12.0 Collecting legal info COPYING: OK (sha256: ed0409b2b1c30566dab5fcdaf46ee70e140c99788e22f0267645a9357b476ae4) >>> libcurl 8.9.0 Collecting legal info COPYING: OK (sha256: adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32) >>> conntrack-tools 1.4.7 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> host-dos2unix 7.5.2 Collecting legal info COPYING.txt: OK (sha256: 03b60fa2cf28b2c6dd585a13b32377c1f87b8f016db44ce2ab6bc7eb306220e2) >>> dvblast 3.4 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) COPYING.WTFPL: OK (sha256: 2c1bea2f338d46ee6f2712f2c2bf05b874327ca0bec5eb0b7b4fbe208a23677f) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> host-e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> fftw-double 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fftw-single 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-flutter-sdk-bin 3.19.5 Collecting legal info LICENSE: OK (sha256: a598db94b6290ffbe10b5ecf911057b6a943351c727fdda9e5f2891d68700a20) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-gptfdisk 1.0.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> hackrf 2023.01.1 Collecting legal info COPYING: OK (sha256: 49b60a6288f90f49074228cc1fae0fb16871ba36b756013abdf7c2fc92f01fad) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> iftop 1.0pre4 Collecting legal info COPYING: OK (sha256: c00d1408e080e7f14615c7c2e0fbd079f1b2c19e93fc6eab819bdee8d5fdfbc4) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> imx-usb-loader 30b43d69770cd69e84c045dc9dcabb1f3e9d975a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ksmbd-tools 3.5.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libest f8a6e5b53a5f70e72fe4029981df0693b17cbb32 Collecting legal info LICENSE: OK (sha256: fbdb055f98babf8d86095d6f9b9e34d2ff21a8212e442b8f18bdcb403e44366c) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmodbus 3.1.10 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetconf2 2.1.28 Collecting legal info LICENSE: OK (sha256: bd962ab457c8a8cb8faaaa36c11484680f3c9a47dbc336507817ae8935384064) >>> libyang 2.1.148 Collecting legal info LICENSE: OK (sha256: 0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnpth 1.7 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libshairplay ce80e005908f41d0e6fde1c4a21e9cb8ee54007b Collecting legal info LICENSE: OK (sha256: 0ac7d61c52aff5717c02250ca0adf0ef35019e2c0838a3479b8fce597aea6fde) >>> libsigrok 0.5.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libzip 1.10.1 Collecting legal info LICENSE: OK (sha256: 01c022eca6d566e2e8792fd0f091a28653b2a608319922bcd4de91c49d1438e1) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libtommath 1.3.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libxslt 1.1.42 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lilv 0.24.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> logsurfer 1.8 Collecting legal info >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> mmc-utils e1281d4de9166b7254ba30bb58f9191fc2c9e7fb Collecting legal info README: OK (sha256: 4207d81122a02555f78c5a11b61c83a331ee03dc933e1ef9dd932ef9b434d12d) >>> mpir 3.0.0 Collecting legal info COPYING.LIB: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-yasm 1.3.0 Collecting legal info COPYING: OK (sha256: 795f8d76eade6130129b680ac72ea81cb3e143467a65ea1f5f64946151d7fa20) BSD.txt: OK (sha256: a84b45f23040624681ca6974ff48d8ef6b477a1cb51e4a1c842e49d00c231e0d) Artistic.txt: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) GNU_GPL-2.0: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) GNU_LGPL-2.0: OK (sha256: 1faefae1fe8838a2e48864df7d1376e421a50c551c5ae2f60c9f2093206e18a9) >>> nuttcp 6.1.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> openswan 3.0.0 Collecting legal info COPYING: OK (sha256: 1c36ae1e7b0f6cce4b4ffe969b71f83635734804acdd38544443564b00f8783a) LICENSE: OK (sha256: d7d012ef3be47faffba4d97a83d4986c9f4a63ac997ebf5961d33852e5f1801a) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pkcs11-helper 1.30.0 Collecting legal info COPYING: OK (sha256: 808705ac1daafe07a76431929575c5712a8693977a39ec9102aed25f030754d9) COPYING.BSD: OK (sha256: 865496cf23a6c792739ff2f9ea11e95ac99db89cfe3780a295b4e1495a9c19fe) COPYING.GPL: OK (sha256: cd2e7d63a11058f19c58b06fb8c759140ce70788369dce6e6e9db40d3475021e) >>> portaudio 190700_20210406 Collecting legal info LICENSE.txt: OK (sha256: ec52a1952d701f94e5135719a47376da4ee0b4a0201f1cafb49f61db6480ac3d) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> proftpd 1.3.8b Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> qdecoder 12.1.0 Collecting legal info COPYING: OK (sha256: 41f34ba1ed6e5d8d3488992311f474cd3f614b82bada88ae53216946026cfae7) >>> sigrok-cli 0.7.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sofia-sip 1.13.17 Collecting legal info COPYING: OK (sha256: e1c0890440efe31b6cd2ee2abf895eb917c787799f079133f5809414d90d5d60) COPYRIGHTS: OK (sha256: b402ae58cf355b33be8fa023f704a039e3d41ecaccd2bbcda43ca31d703e4556) >>> sphinxbase 5prealpha Collecting legal info src/libsphinxbase/util/bio.c: OK (sha256: 26f12e0152a5d58c69904e439761a1b2fbb9267b5f04674dbf93667e3e6dd043) >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Collecting legal info LICENSE: OK (sha256: bebfe904b14301657e4e5d655c811d51fd31b97c455b9cc2d8600d6bac6cff63) >>> tpm2-totp 0.2.1 Collecting legal info LICENSE: OK (sha256: 67bc21a0bff2b0890307cfaa883bd3f5337f461eb6d8a612a015cea6d704e9ed) >>> tpm2-tss 3.2.2 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> ulogd 2.0.8 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> utf8proc 2.9.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'