\( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/thomas/autobuild/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/man /home/thomas/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/info /home/thomas/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/doc /home/thomas/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-3/output-1/target/lib/debug /home/thomas/autobuild/instance-3/output-1/target/usr/lib/debug find /home/thomas/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/thomas/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/thomas/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/thomas/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/thomas/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-485-g44767bb7dd"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /home/thomas/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-3/output-1/per-package /home/thomas/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /usr/bin/fusermount f 4755 0 0 - - - - -\n\n' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /home/thomas/autobuild/instance-3/output-1/images rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-3/output-1/target/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-3/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/thomas/autobuild/instance-3/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/thomas/autobuild/instance-3/output-1/host/sbin/mkfs.ubifs -d /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x zlib -o /home/thomas/autobuild/instance-3/output-1/images/rootfs.ubifs\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target table='/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-3/output-1/images rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-3/output-1/target/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-3/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-3/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/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/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 2570 objects. stage 2: creating image '/home/thomas/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/2570 0% [ ] 2/2570 0% [ ] 3/2570 0% [ ] 4/2570 0% [ ] 5/2570 0% [ ] 6/2570 0% [ ] 7/2570 0% [ ] 8/2570 0% [ ] 9/2570 0% [ ] 10/2570 0% [ ] 11/2570 0% [ ] 12/2570 0% [ ] 13/2570 0% [ ] 14/2570 0% [ ] 15/2570 0% [ ] 16/2570 0% [ ] 17/2570 0% [ ] 18/2570 0% [ ] 19/2570 0% [ ] 20/2570 0% [ ] 21/2570 0% [ ] 22/2570 0% [ ] 23/2570 0% [ ] 24/2570 0% [ ] 25/2570 0% [ ] 26/2570 1% [ ] 27/2570 1% [ ] 28/2570 1% [ ] 29/2570 1% [ ] 30/2570 1% [ ] 31/2570 1% [ ] 32/2570 1% [ ] 33/2570 1% [ ] 34/2570 1% [ ] 35/2570 1% [ ] 36/2570 1% [ ] 37/2570 1% [ ] 38/2570 1% [ ] 39/2570 1% [ ] 40/2570 1% [ ] 41/2570 1% [= ] 42/2570 1% [= ] 43/2570 1% [= ] 44/2570 1% [= ] 45/2570 1% [= ] 46/2570 1% [= ] 47/2570 1% [= ] 48/2570 1% [= ] 49/2570 1% [= ] 50/2570 1% [= ] 51/2570 1% [= ] 52/2570 2% [= ] 53/2570 2% [= ] 54/2570 2% [= ] 55/2570 2% [= ] 56/2570 2% [= ] 57/2570 2% [= ] 58/2570 2% [= ] 59/2570 2% [= ] 60/2570 2% [= ] 61/2570 2% [= ] 62/2570 2% [= ] 63/2570 2% [= ] 64/2570 2% [= ] 65/2570 2% [= ] 66/2570 2% [= ] 67/2570 2% [= ] 68/2570 2% [= ] 69/2570 2% [= ] 70/2570 2% [= ] 71/2570 2% [= ] 72/2570 2% [= ] 73/2570 2% [= ] 74/2570 2% [= ] 75/2570 2% [= ] 76/2570 2% [= ] 77/2570 2% [= ] 78/2570 3% [= ] 79/2570 3% [= ] 80/2570 3% [= ] 81/2570 3% [= ] 82/2570 3% [== ] 83/2570 3% [== ] 84/2570 3% [== ] 85/2570 3% [== ] 86/2570 3% [== ] 87/2570 3% [== ] 88/2570 3% [== ] 89/2570 3% [== ] 90/2570 3% [== ] 91/2570 3% [== ] 92/2570 3% [== ] 93/2570 3% [== ] 94/2570 3% [== ] 95/2570 3% [== ] 96/2570 3% [== ] 97/2570 3% [== ] 98/2570 3% [== ] 99/2570 3% [== ] 100/2570 3% [== ] 101/2570 3% [== ] 102/2570 3% [== ] 103/2570 4% [== ] 104/2570 4% [== ] 105/2570 4% [== ] 106/2570 4% [== ] 107/2570 4% [== ] 108/2570 4% [== ] 109/2570 4% [== ] 110/2570 4% [== ] 111/2570 4% [== ] 112/2570 4% [== ] 113/2570 4% [== ] 114/2570 4% [== ] 115/2570 4% [== ] 116/2570 4% [== ] 117/2570 4% [== ] 118/2570 4% [== ] 119/2570 4% [== ] 120/2570 4% [== ] 121/2570 4% [== ] 122/2570 4% [== ] 123/2570 4% [== ] 124/2570 4% [=== ] 125/2570 4% [=== ] 126/2570 4% [=== ] 127/2570 4% [=== ] 128/2570 4% [=== ] 129/2570 5% [=== ] 130/2570 5% [=== ] 131/2570 5% [=== ] 132/2570 5% [=== ] 133/2570 5% [=== ] 134/2570 5% [=== ] 135/2570 5% [=== ] 136/2570 5% [=== ] 137/2570 5% [=== ] 138/2570 5% [=== ] 139/2570 5% [=== ] 140/2570 5% [=== ] 141/2570 5% [=== ] 142/2570 5% [=== ] 143/2570 5% [=== ] 144/2570 5% [=== ] 145/2570 5% [=== ] 146/2570 5% [=== ] 147/2570 5% [=== ] 148/2570 5% [=== ] 149/2570 5% [=== ] 150/2570 5% [=== ] 151/2570 5% [=== ] 152/2570 5% [=== ] 153/2570 5% [=== ] 154/2570 5% [=== ] 155/2570 6% [=== ] 156/2570 6% [=== ] 157/2570 6% [=== ] 158/2570 6% [=== ] 159/2570 6% [=== ] 160/2570 6% [=== ] 161/2570 6% [=== ] 162/2570 6% [=== ] 163/2570 6% [=== ] 164/2570 6% [=== ] 165/2570 6% [==== ] 166/2570 6% [==== ] 167/2570 6% [==== ] 168/2570 6% [==== ] 169/2570 6% [==== ] 170/2570 6% [==== ] 171/2570 6% [==== ] 172/2570 6% [==== ] 173/2570 6% [==== ] 174/2570 6% [==== ] 175/2570 6% [==== ] 176/2570 6% [==== ] 177/2570 6% [==== ] 178/2570 6% [==== ] 179/2570 6% [==== ] 180/2570 7% [==== ] 181/2570 7% [==== ] 182/2570 7% [==== ] 183/2570 7% [==== ] 184/2570 7% [==== ] 185/2570 7% [==== ] 186/2570 7% [==== ] 187/2570 7% [==== ] 188/2570 7% [==== ] 189/2570 7% [==== ] 190/2570 7% [==== ] 191/2570 7% [==== ] 192/2570 7% [==== ] 193/2570 7% [==== ] 194/2570 7% [==== ] 195/2570 7% [==== ] 196/2570 7% [==== ] 197/2570 7% [==== ] 198/2570 7% [==== ] 199/2570 7% [==== ] 200/2570 7% [==== ] 201/2570 7% [==== ] 202/2570 7% [==== ] 203/2570 7% [==== ] 204/2570 7% [==== ] 205/2570 7% [==== ] 206/2570 8% [==== ] 207/2570 8% [===== ] 208/2570 8% [===== ] 209/2570 8% [===== ] 210/2570 8% [===== ] 211/2570 8% [===== ] 212/2570 8% [===== ] 213/2570 8% [===== ] 214/2570 8% [===== ] 215/2570 8% [===== ] 216/2570 8% [===== ] 217/2570 8% [===== ] 218/2570 8% [===== ] 219/2570 8% [===== ] 220/2570 8% [===== ] 221/2570 8% [===== ] 222/2570 8% [===== ] 223/2570 8% [===== ] 224/2570 8% [===== ] 225/2570 8% [===== ] 226/2570 8% [===== ] 227/2570 8% [===== ] 228/2570 8% [===== ] 229/2570 8% [===== ] 230/2570 8% [===== ] 231/2570 8% [===== ] 232/2570 9% [===== ] 233/2570 9% [===== ] 234/2570 9% [===== ] 235/2570 9% [===== ] 236/2570 9% [===== ] 237/2570 9% [===== ] 238/2570 9% [===== ] 239/2570 9% [===== ] 240/2570 9% [===== ] 241/2570 9% [===== ] 242/2570 9% [===== ] 243/2570 9% [===== ] 244/2570 9% [===== ] 245/2570 9% [===== ] 246/2570 9% [===== ] 247/2570 9% [===== ] 248/2570 9% [====== ] 249/2570 9% [====== ] 250/2570 9% [====== ] 251/2570 9% [====== ] 252/2570 9% [====== ] 253/2570 9% [====== ] 254/2570 9% [====== ] 255/2570 9% [====== ] 256/2570 9% [====== ] 257/2570 10% [====== ] 258/2570 10% [====== ] 259/2570 10% [====== ] 260/2570 10% [====== ] 261/2570 10% [====== ] 262/2570 10% [====== ] 263/2570 10% [====== ] 264/2570 10% [====== ] 265/2570 10% [====== ] 266/2570 10% [====== ] 267/2570 10% [====== ] 268/2570 10% [====== ] 269/2570 10% [====== ] 270/2570 10% [====== ] 271/2570 10% [====== ] 272/2570 10% [====== ] 273/2570 10% [====== ] 274/2570 10% [====== ] 275/2570 10% [====== ] 276/2570 10% [====== ] 277/2570 10% [====== ] 278/2570 10% [====== ] 279/2570 10% [====== ] 280/2570 10% [====== ] 281/2570 10% [====== ] 282/2570 10% [====== ] 283/2570 11% [====== ] 284/2570 11% [====== ] 285/2570 11% [====== ] 286/2570 11% [====== ] 287/2570 11% [====== ] 288/2570 11% [====== ] 289/2570 11% [====== ] 290/2570 11% [======= ] 291/2570 11% [======= ] 292/2570 11% [======= ] 293/2570 11% [======= ] 294/2570 11% [======= ] 295/2570 11% [======= ] 296/2570 11% [======= ] 297/2570 11% [======= ] 298/2570 11% [======= ] 299/2570 11% [======= ] 300/2570 11% [======= ] 301/2570 11% [======= ] 302/2570 11% [======= ] 303/2570 11% [======= ] 304/2570 11% [======= ] 305/2570 11% [======= ] 306/2570 11% [======= ] 307/2570 11% [======= ] 308/2570 11% [======= ] 309/2570 12% [======= ] 310/2570 12% [======= ] 311/2570 12% [======= ] 312/2570 12% [======= ] 313/2570 12% [======= ] 314/2570 12% [======= ] 315/2570 12% [======= ] 316/2570 12% [======= ] 317/2570 12% [======= ] 318/2570 12% [======= ] 319/2570 12% [======= ] 320/2570 12% [======= ] 321/2570 12% [======= ] 322/2570 12% [======= ] 323/2570 12% [======= ] 324/2570 12% [======= ] 325/2570 12% [======= ] 326/2570 12% [======= ] 327/2570 12% [======= ] 328/2570 12% [======= ] 329/2570 12% [======= ] 330/2570 12% [======= ] 331/2570 12% [======== ] 332/2570 12% [======== ] 333/2570 12% [======== ] 334/2570 12% [======== ] 335/2570 13% [======== ] 336/2570 13% [======== ] 337/2570 13% [======== ] 338/2570 13% [======== ] 339/2570 13% [======== ] 340/2570 13% [======== ] 341/2570 13% [======== ] 342/2570 13% [======== ] 343/2570 13% [======== ] 344/2570 13% [======== ] 345/2570 13% [======== ] 346/2570 13% [======== ] 347/2570 13% [======== ] 348/2570 13% [======== ] 349/2570 13% [======== ] 350/2570 13% [======== ] 351/2570 13% [======== ] 352/2570 13% [======== ] 353/2570 13% [======== ] 354/2570 13% [======== ] 355/2570 13% [======== ] 356/2570 13% [======== ] 357/2570 13% [======== ] 358/2570 13% [======== ] 359/2570 13% [======== ] 360/2570 14% [======== ] 361/2570 14% [======== ] 362/2570 14% [======== ] 363/2570 14% [======== ] 364/2570 14% [======== ] 365/2570 14% [======== ] 366/2570 14% [======== ] 367/2570 14% [======== ] 368/2570 14% [======== ] 369/2570 14% [======== ] 370/2570 14% [======== ] 371/2570 14% [======== ] 372/2570 14% [======== ] 373/2570 14% [========= ] 374/2570 14% [========= ] 375/2570 14% [========= ] 376/2570 14% [========= ] 377/2570 14% [========= ] 378/2570 14% [========= ] 379/2570 14% [========= ] 380/2570 14% [========= ] 381/2570 14% [========= ] 382/2570 14% [========= ] 383/2570 14% [========= ] 384/2570 14% [========= ] 385/2570 14% [========= ] 386/2570 15% [========= ] 387/2570 15% [========= ] 388/2570 15% [========= ] 389/2570 15% [========= ] 390/2570 15% [========= ] 391/2570 15% [========= ] 392/2570 15% [========= ] 393/2570 15% [========= ] 394/2570 15% [========= ] 395/2570 15% [========= ] 396/2570 15% [========= ] 397/2570 15% [========= ] 398/2570 15% [========= ] 399/2570 15% [========= ] 400/2570 15% [========= ] 401/2570 15% [========= ] 402/2570 15% [========= ] 403/2570 15% [========= ] 404/2570 15% [========= ] 405/2570 15% [========= ] 406/2570 15% [========= ] 407/2570 15% [========= ] 408/2570 15% [========= ] 409/2570 15% [========= ] 410/2570 15% [========= ] 411/2570 15% [========= ] 412/2570 16% [========= ] 413/2570 16% [========= ] 414/2570 16% [========== ] 415/2570 16% [========== ] 416/2570 16% [========== ] 417/2570 16% [========== ] 418/2570 16% [========== ] 419/2570 16% [========== ] 420/2570 16% [========== ] 421/2570 16% [========== ] 422/2570 16% [========== ] 423/2570 16% [========== ] 424/2570 16% [========== ] 425/2570 16% [========== ] 426/2570 16% [========== ] 427/2570 16% [========== ] 428/2570 16% [========== ] 429/2570 16% [========== ] 430/2570 16% [========== ] 431/2570 16% [========== ] 432/2570 16% [========== ] 433/2570 16% [========== ] 434/2570 16% [========== ] 435/2570 16% [========== ] 436/2570 16% [========== ] 437/2570 17% [========== ] 438/2570 17% [========== ] 439/2570 17% [========== ] 440/2570 17% [========== ] 441/2570 17% [========== ] 442/2570 17% [========== ] 443/2570 17% [========== ] 444/2570 17% [========== ] 445/2570 17% [========== ] 446/2570 17% [========== ] 447/2570 17% [========== ] 448/2570 17% [========== ] 449/2570 17% [========== ] 450/2570 17% [========== ] 451/2570 17% [========== ] 452/2570 17% [========== ] 453/2570 17% [========== ] 454/2570 17% [========== ] 455/2570 17% [=========== ] 456/2570 17% [=========== ] 457/2570 17% [=========== ] 458/2570 17% [=========== ] 459/2570 17% [=========== ] 460/2570 17% [=========== ] 461/2570 17% [=========== ] 462/2570 17% [=========== ] 463/2570 18% [=========== ] 464/2570 18% [=========== ] 465/2570 18% [=========== ] 466/2570 18% [=========== ] 467/2570 18% [=========== ] 468/2570 18% [=========== ] 469/2570 18% [=========== ] 470/2570 18% [=========== ] 471/2570 18% [=========== ] 472/2570 18% [=========== ] 473/2570 18% [=========== ] 474/2570 18% [=========== ] 475/2570 18% [=========== ] 476/2570 18% [=========== ] 477/2570 18% [=========== ] 478/2570 18% [=========== ] 479/2570 18% [=========== ] 480/2570 18% [=========== ] 481/2570 18% [=========== ] 482/2570 18% [=========== ] 483/2570 18% [=========== ] 484/2570 18% [=========== ] 485/2570 18% [=========== ] 486/2570 18% [=========== ] 487/2570 18% [=========== ] 488/2570 18% [=========== ] 489/2570 19% [=========== ] 490/2570 19% [=========== ] 491/2570 19% [=========== ] 492/2570 19% [=========== ] 493/2570 19% [=========== ] 494/2570 19% [=========== ] 495/2570 19% [=========== ] 496/2570 19% [=========== ] 497/2570 19% [============ ] 498/2570 19% [============ ] 499/2570 19% [============ ] 500/2570 19% [============ ] 501/2570 19% [============ ] 502/2570 19% [============ ] 503/2570 19% [============ ] 504/2570 19% [============ ] 505/2570 19% [============ ] 506/2570 19% [============ ] 507/2570 19% [============ ] 508/2570 19% [============ ] 509/2570 19% [============ ] 510/2570 19% [============ ] 511/2570 19% [============ ] 512/2570 19% [============ ] 513/2570 19% [============ ] 514/2570 20% [============ ] 515/2570 20% [============ ] 516/2570 20% [============ ] 517/2570 20% [============ ] 518/2570 20% [============ ] 519/2570 20% [============ ] 520/2570 20% [============ ] 521/2570 20% [============ ] 522/2570 20% [============ ] 523/2570 20% [============ ] 524/2570 20% [============ ] 525/2570 20% [============ ] 526/2570 20% [============ ] 527/2570 20% [============ ] 528/2570 20% [============ ] 529/2570 20% [============ ] 530/2570 20% [============ ] 531/2570 20% [============ ] 532/2570 20% [============ ] 533/2570 20% [============ ] 534/2570 20% [============ ] 535/2570 20% [============ ] 536/2570 20% [============ ] 537/2570 20% [============ ] 538/2570 20% [============= ] 539/2570 20% [============= ] 540/2570 21% [============= ] 541/2570 21% [============= ] 542/2570 21% [============= ] 543/2570 21% [============= ] 544/2570 21% [============= ] 545/2570 21% [============= ] 546/2570 21% [============= ] 547/2570 21% [============= ] 548/2570 21% [============= ] 549/2570 21% [============= ] 550/2570 21% [============= ] 551/2570 21% [============= ] 552/2570 21% [============= ] 553/2570 21% [============= ] 554/2570 21% [============= ] 555/2570 21% [============= ] 556/2570 21% [============= ] 557/2570 21% [============= ] 558/2570 21% [============= ] 559/2570 21% [============= ] 560/2570 21% [============= ] 561/2570 21% [============= ] 562/2570 21% [============= ] 563/2570 21% [============= ] 564/2570 21% [============= ] 565/2570 21% [============= ] 566/2570 22% [============= ] 567/2570 22% [============= ] 568/2570 22% [============= ] 569/2570 22% [============= ] 570/2570 22% [============= ] 571/2570 22% [============= ] 572/2570 22% [============= ] 573/2570 22% [============= ] 574/2570 22% [============= ] 575/2570 22% [============= ] 576/2570 22% [============= ] 577/2570 22% [============= ] 578/2570 22% [============= ] 579/2570 22% [============= ] 580/2570 22% [============== ] 581/2570 22% [============== ] 582/2570 22% [============== ] 583/2570 22% [============== ] 584/2570 22% [============== ] 585/2570 22% [============== ] 586/2570 22% [============== ] 587/2570 22% [============== ] 588/2570 22% [============== ] 589/2570 22% [============== ] 590/2570 22% [============== ] 591/2570 22% [============== ] 592/2570 23% [============== ] 593/2570 23% [============== ] 594/2570 23% [============== ] 595/2570 23% [============== ] 596/2570 23% [============== ] 597/2570 23% [============== ] 598/2570 23% [============== ] 599/2570 23% [============== ] 600/2570 23% [============== ] 601/2570 23% [============== ] 602/2570 23% [============== ] 603/2570 23% [============== ] 604/2570 23% [============== ] 605/2570 23% [============== ] 606/2570 23% [============== ] 607/2570 23% [============== ] 608/2570 23% [============== ] 609/2570 23% [============== ] 610/2570 23% [============== ] 611/2570 23% [============== ] 612/2570 23% [============== ] 613/2570 23% [============== ] 614/2570 23% [============== ] 615/2570 23% [============== ] 616/2570 23% [============== ] 617/2570 24% [============== ] 618/2570 24% [============== ] 619/2570 24% [============== ] 620/2570 24% [============== ] 621/2570 24% [=============== ] 622/2570 24% [=============== ] 623/2570 24% [=============== ] 624/2570 24% [=============== ] 625/2570 24% [=============== ] 626/2570 24% [=============== ] 627/2570 24% [=============== ] 628/2570 24% [=============== ] 629/2570 24% [=============== ] 630/2570 24% [=============== ] 631/2570 24% [=============== ] 632/2570 24% [=============== ] 633/2570 24% [=============== ] 634/2570 24% [=============== ] 635/2570 24% [=============== ] 636/2570 24% [=============== ] 637/2570 24% [=============== ] 638/2570 24% [=============== ] 639/2570 24% [=============== ] 640/2570 24% [=============== ] 641/2570 24% [=============== ] 642/2570 24% [=============== ] 643/2570 25% [=============== ] 644/2570 25% [=============== ] 645/2570 25% [=============== ] 646/2570 25% [=============== ] 647/2570 25% [=============== ] 648/2570 25% [=============== ] 649/2570 25% [=============== ] 650/2570 25% [=============== ] 651/2570 25% [=============== ] 652/2570 25% [=============== ] 653/2570 25% [=============== ] 654/2570 25% [=============== ] 655/2570 25% [=============== ] 656/2570 25% [=============== ] 657/2570 25% [=============== ] 658/2570 25% [=============== ] 659/2570 25% [=============== ] 660/2570 25% [=============== ] 661/2570 25% [=============== ] 662/2570 25% [=============== ] 663/2570 25% [================ ] 664/2570 25% [================ ] 665/2570 25% [================ ] 666/2570 25% [================ ] 667/2570 25% [================ ] 668/2570 25% [================ ] 669/2570 26% [================ ] 670/2570 26% [================ ] 671/2570 26% [================ ] 672/2570 26% [================ ] 673/2570 26% [================ ] 674/2570 26% [================ ] 675/2570 26% [================ ] 676/2570 26% [================ ] 677/2570 26% [================ ] 678/2570 26% [================ ] 679/2570 26% [================ ] 680/2570 26% [================ ] 681/2570 26% [================ ] 682/2570 26% [================ ] 683/2570 26% [================ ] 684/2570 26% [================ ] 685/2570 26% [================ ] 686/2570 26% [================ ] 687/2570 26% [================ ] 688/2570 26% [================ ] 689/2570 26% [================ ] 690/2570 26% [================ ] 691/2570 26% [================ ] 692/2570 26% [================ ] 693/2570 26% [================ ] 694/2570 27% [================ ] 695/2570 27% [================ ] 696/2570 27% [================ ] 697/2570 27% [================ ] 698/2570 27% [================ ] 699/2570 27% [================ ] 700/2570 27% [================ ] 701/2570 27% [================ ] 702/2570 27% [================ ] 703/2570 27% [================ ] 704/2570 27% [================= ] 705/2570 27% [================= ] 706/2570 27% [================= ] 707/2570 27% [================= ] 708/2570 27% [================= ] 709/2570 27% [================= ] 710/2570 27% [================= ] 711/2570 27% [================= ] 712/2570 27% [================= ] 713/2570 27% [================= ] 714/2570 27% [================= ] 715/2570 27% [================= ] 716/2570 27% [================= ] 717/2570 27% [================= ] 718/2570 27% [================= ] 719/2570 27% [================= ] 720/2570 28% [================= ] 721/2570 28% [================= ] 722/2570 28% [================= ] 723/2570 28% [================= ] 724/2570 28% [================= ] 725/2570 28% [================= ] 726/2570 28% [================= ] 727/2570 28% [================= ] 728/2570 28% [================= ] 729/2570 28% [================= ] 730/2570 28% [================= ] 731/2570 28% [================= ] 732/2570 28% [================= ] 733/2570 28% [================= ] 734/2570 28% [================= ] 735/2570 28% [================= ] 736/2570 28% [================= ] 737/2570 28% [================= ] 738/2570 28% [================= ] 739/2570 28% [================= ] 740/2570 28% [================= ] 741/2570 28% [================= ] 742/2570 28% [================= ] 743/2570 28% [================= ] 744/2570 28% [================= ] 745/2570 28% [================= ] 746/2570 29% [================== ] 747/2570 29% [================== ] 748/2570 29% [================== ] 749/2570 29% [================== ] 750/2570 29% [================== ] 751/2570 29% [================== ] 752/2570 29% [================== ] 753/2570 29% [================== ] 754/2570 29% [================== ] 755/2570 29% [================== ] 756/2570 29% [================== ] 757/2570 29% [================== ] 758/2570 29% [================== ] 759/2570 29% [================== ] 760/2570 29% [================== ] 761/2570 29% [================== ] 762/2570 29% [================== ] 763/2570 29% [================== ] 764/2570 29% [================== ] 765/2570 29% [================== ] 766/2570 29% [================== ] 767/2570 29% [================== ] 768/2570 29% [================== ] 769/2570 29% [================== ] 770/2570 29% [================== ] 771/2570 30% [================== ] 772/2570 30% [================== ] 773/2570 30% [================== ] 774/2570 30% [================== ] 775/2570 30% [================== ] 776/2570 30% [================== ] 777/2570 30% [================== ] 778/2570 30% [================== ] 779/2570 30% [================== ] 780/2570 30% [================== ] 781/2570 30% [================== ] 782/2570 30% [================== ] 783/2570 30% [================== ] 784/2570 30% [================== ] 785/2570 30% [================== ] 786/2570 30% [================== ] 787/2570 30% [=================== ] 788/2570 30% [=================== ] 789/2570 30% [=================== ] 790/2570 30% [=================== ] 791/2570 30% [=================== ] 792/2570 30% [=================== ] 793/2570 30% [=================== ] 794/2570 30% [=================== ] 795/2570 30% [=================== ] 796/2570 30% [=================== ] 797/2570 31% [=================== ] 798/2570 31% [=================== ] 799/2570 31% [=================== ] 800/2570 31% [=================== ] 801/2570 31% [=================== ] 802/2570 31% [=================== ] 803/2570 31% [=================== ] 804/2570 31% [=================== ] 805/2570 31% [=================== ] 806/2570 31% [=================== ] 807/2570 31% [=================== ] 808/2570 31% [=================== ] 809/2570 31% [=================== ] 810/2570 31% [=================== ] 811/2570 31% [=================== ] 812/2570 31% [=================== ] 813/2570 31% [=================== ] 814/2570 31% [=================== ] 815/2570 31% [=================== ] 816/2570 31% [=================== ] 817/2570 31% [=================== ] 818/2570 31% [=================== ] 819/2570 31% [=================== ] 820/2570 31% [=================== ] 821/2570 31% [=================== ] 822/2570 31% [=================== ] 823/2570 32% [=================== ] 824/2570 32% [=================== ] 825/2570 32% [=================== ] 826/2570 32% [=================== ] 827/2570 32% [=================== ] 828/2570 32% [=================== ] 829/2570 32% [==================== ] 830/2570 32% [==================== ] 831/2570 32% [==================== ] 832/2570 32% [==================== ] 833/2570 32% [==================== ] 834/2570 32% [==================== ] 835/2570 32% [==================== ] 836/2570 32% [==================== ] 837/2570 32% [==================== ] 838/2570 32% [==================== ] 839/2570 32% [==================== ] 840/2570 32% [==================== ] 841/2570 32% [==================== ] 842/2570 32% [==================== ] 843/2570 32% [==================== ] 844/2570 32% [==================== ] 845/2570 32% [==================== ] 846/2570 32% [==================== ] 847/2570 32% [==================== ] 848/2570 32% [==================== ] 849/2570 33% [==================== ] 850/2570 33% [==================== ] 851/2570 33% [==================== ] 852/2570 33% [==================== ] 853/2570 33% [==================== ] 854/2570 33% [==================== ] 855/2570 33% [==================== ] 856/2570 33% [==================== ] 857/2570 33% [==================== ] 858/2570 33% [==================== ] 859/2570 33% [==================== ] 860/2570 33% [==================== ] 861/2570 33% [==================== ] 862/2570 33% [==================== ] 863/2570 33% [==================== ] 864/2570 33% [==================== ] 865/2570 33% [==================== ] 866/2570 33% [==================== ] 867/2570 33% [==================== ] 868/2570 33% [==================== ] 869/2570 33% [==================== ] 870/2570 33% [===================== ] 871/2570 33% [===================== ] 872/2570 33% [===================== ] 873/2570 33% [===================== ] 874/2570 34% [===================== ] 875/2570 34% [===================== ] 876/2570 34% [===================== ] 877/2570 34% [===================== ] 878/2570 34% [===================== ] 879/2570 34% [===================== ] 880/2570 34% [===================== ] 881/2570 34% [===================== ] 882/2570 34% [===================== ] 883/2570 34% [===================== ] 884/2570 34% [===================== ] 885/2570 34% [===================== ] 886/2570 34% [===================== ] 887/2570 34% [===================== ] 888/2570 34% [===================== ] 889/2570 34% [===================== ] 890/2570 34% [===================== ] 891/2570 34% [===================== ] 892/2570 34% [===================== ] 893/2570 34% [===================== ] 894/2570 34% [===================== ] 895/2570 34% [===================== ] 896/2570 34% [===================== ] 897/2570 34% [===================== ] 898/2570 34% [===================== ] 899/2570 34% [===================== ] 900/2570 35% [===================== ] 901/2570 35% [===================== ] 902/2570 35% [===================== ] 903/2570 35% [===================== ] 904/2570 35% [===================== ] 905/2570 35% [===================== ] 906/2570 35% [===================== ] 907/2570 35% [===================== ] 908/2570 35% [===================== ] 909/2570 35% [===================== ] 910/2570 35% [===================== ] 911/2570 35% [====================== ] 912/2570 35% [====================== ] 913/2570 35% [====================== ] 914/2570 35% [====================== ] 915/2570 35% [====================== ] 916/2570 35% [====================== ] 917/2570 35% [====================== ] 918/2570 35% [====================== ] 919/2570 35% [====================== ] 920/2570 35% [====================== ] 921/2570 35% [====================== ] 922/2570 35% [====================== ] 923/2570 35% [====================== ] 924/2570 35% [====================== ] 925/2570 35% [====================== ] 926/2570 36% [====================== ] 927/2570 36% [====================== ] 928/2570 36% [====================== ] 929/2570 36% [====================== ] 930/2570 36% [====================== ] 931/2570 36% [====================== ] 932/2570 36% [====================== ] 933/2570 36% [====================== ] 934/2570 36% [====================== ] 935/2570 36% [====================== ] 936/2570 36% [====================== ] 937/2570 36% [====================== ] 938/2570 36% [====================== ] 939/2570 36% [====================== ] 940/2570 36% [====================== ] 941/2570 36% [====================== ] 942/2570 36% [====================== ] 943/2570 36% [====================== ] 944/2570 36% [====================== ] 945/2570 36% [====================== ] 946/2570 36% [====================== ] 947/2570 36% [====================== ] 948/2570 36% [====================== ] 949/2570 36% [====================== ] 950/2570 36% [====================== ] 951/2570 37% [====================== ] 952/2570 37% [====================== ] 953/2570 37% [======================= ] 954/2570 37% [======================= ] 955/2570 37% [======================= ] 956/2570 37% [======================= ] 957/2570 37% [======================= ] 958/2570 37% [======================= ] 959/2570 37% [======================= ] 960/2570 37% [======================= ] 961/2570 37% [======================= ] 962/2570 37% [======================= ] 963/2570 37% [======================= ] 964/2570 37% [======================= ] 965/2570 37% [======================= ] 966/2570 37% [======================= ] 967/2570 37% [======================= ] 968/2570 37% [======================= ] 969/2570 37% [======================= ] 970/2570 37% [======================= ] 971/2570 37% [======================= ] 972/2570 37% [======================= ] 973/2570 37% [======================= ] 974/2570 37% [======================= ] 975/2570 37% [======================= ] 976/2570 37% [======================= ] 977/2570 38% [======================= ] 978/2570 38% [======================= ] 979/2570 38% [======================= ] 980/2570 38% [======================= ] 981/2570 38% [======================= ] 982/2570 38% [======================= ] 983/2570 38% [======================= ] 984/2570 38% [======================= ] 985/2570 38% [======================= ] 986/2570 38% [======================= ] 987/2570 38% [======================= ] 988/2570 38% [======================= ] 989/2570 38% [======================= ] 990/2570 38% [======================= ] 991/2570 38% [======================= ] 992/2570 38% [======================= ] 993/2570 38% [======================= ] 994/2570 38% [======================== ] 995/2570 38% [======================== ] 996/2570 38% [======================== ] 997/2570 38% [======================== ] 998/2570 38% [======================== ] 999/2570 38% [======================== ] 1000/2570 38% [======================== ] 1001/2570 38% [======================== ] 1002/2570 38% [======================== ] 1003/2570 39% [======================== ] 1004/2570 39% [======================== ] 1005/2570 39% [======================== ] 1006/2570 39% [======================== ] 1007/2570 39% [======================== ] 1008/2570 39% [======================== ] 1009/2570 39% [======================== ] 1010/2570 39% [======================== ] 1011/2570 39% [======================== ] 1012/2570 39% [======================== ] 1013/2570 39% [======================== ] 1014/2570 39% [======================== ] 1015/2570 39% [======================== ] 1016/2570 39% [======================== ] 1017/2570 39% [======================== ] 1018/2570 39% [======================== ] 1019/2570 39% [======================== ] 1020/2570 39% [======================== ] 1021/2570 39% [======================== ] 1022/2570 39% [======================== ] 1023/2570 39% [======================== ] 1024/2570 39% [======================== ] 1025/2570 39% [======================== ] 1026/2570 39% [======================== ] 1027/2570 39% [======================== ] 1028/2570 40% [======================== ] 1029/2570 40% [======================== ] 1030/2570 40% [======================== ] 1031/2570 40% [======================== ] 1032/2570 40% [======================== ] 1033/2570 40% [======================== ] 1034/2570 40% [======================== ] 1035/2570 40% [======================== ] 1036/2570 40% [========================= ] 1037/2570 40% [========================= ] 1038/2570 40% [========================= ] 1039/2570 40% [========================= ] 1040/2570 40% [========================= ] 1041/2570 40% [========================= ] 1042/2570 40% [========================= ] 1043/2570 40% [========================= ] 1044/2570 40% [========================= ] 1045/2570 40% [========================= ] 1046/2570 40% [========================= ] 1047/2570 40% [========================= ] 1048/2570 40% [========================= ] 1049/2570 40% [========================= ] 1050/2570 40% [========================= ] 1051/2570 40% [========================= ] 1052/2570 40% [========================= ] 1053/2570 40% [========================= ] 1054/2570 41% [========================= ] 1055/2570 41% [========================= ] 1056/2570 41% [========================= ] 1057/2570 41% [========================= ] 1058/2570 41% [========================= ] 1059/2570 41% [========================= ] 1060/2570 41% [========================= ] 1061/2570 41% [========================= ] 1062/2570 41% [========================= ] 1063/2570 41% [========================= ] 1064/2570 41% [========================= ] 1065/2570 41% [========================= ] 1066/2570 41% [========================= ] 1067/2570 41% [========================= ] 1068/2570 41% [========================= ] 1069/2570 41% [========================= ] 1070/2570 41% [========================= ] 1071/2570 41% [========================= ] 1072/2570 41% [========================= ] 1073/2570 41% [========================= ] 1074/2570 41% [========================= ] 1075/2570 41% [========================= ] 1076/2570 41% [========================= ] 1077/2570 41% [========================== ] 1078/2570 41% [========================== ] 1079/2570 41% [========================== ] 1080/2570 42% [========================== ] 1081/2570 42% [========================== ] 1082/2570 42% [========================== ] 1083/2570 42% [========================== ] 1084/2570 42% [========================== ] 1085/2570 42% [========================== ] 1086/2570 42% [========================== ] 1087/2570 42% [========================== ] 1088/2570 42% [========================== ] 1089/2570 42% [========================== ] 1090/2570 42% [========================== ] 1091/2570 42% [========================== ] 1092/2570 42% [========================== ] 1093/2570 42% [========================== ] 1094/2570 42% [========================== ] 1095/2570 42% [========================== ] 1096/2570 42% [========================== ] 1097/2570 42% [========================== ] 1098/2570 42% [========================== ] 1099/2570 42% [========================== ] 1100/2570 42% [========================== ] 1101/2570 42% [========================== ] 1102/2570 42% [========================== ] 1103/2570 42% [========================== ] 1104/2570 42% [========================== ] 1105/2570 42% [========================== ] 1106/2570 43% [========================== ] 1107/2570 43% [========================== ] 1108/2570 43% [========================== ] 1109/2570 43% [========================== ] 1110/2570 43% [========================== ] 1111/2570 43% [========================== ] 1112/2570 43% [========================== ] 1113/2570 43% [========================== ] 1114/2570 43% [========================== ] 1115/2570 43% [========================== ] 1116/2570 43% [========================== ] 1117/2570 43% [========================== ] 1118/2570 43% [========================== ] 1119/2570 43% [=========================== ] 1120/2570 43% [=========================== ] 1121/2570 43% [=========================== ] 1122/2570 43% [=========================== ] 1123/2570 43% [=========================== ] 1124/2570 43% [=========================== ] 1125/2570 43% [=========================== ] 1126/2570 43% [=========================== ] 1127/2570 43% [=========================== ] 1128/2570 43% [=========================== ] 1129/2570 43% [=========================== ] 1130/2570 43% [=========================== ] 1131/2570 44% [=========================== ] 1132/2570 44% [=========================== ] 1133/2570 44% [=========================== ] 1134/2570 44% [=========================== ] 1135/2570 44% [=========================== ] 1136/2570 44% [=========================== ] 1137/2570 44% [=========================== ] 1138/2570 44% [=========================== ] 1139/2570 44% [=========================== ] 1140/2570 44% [=========================== ] 1141/2570 44% [=========================== ] 1142/2570 44% [=========================== ] 1143/2570 44% [=========================== ] 1144/2570 44% [=========================== ] 1145/2570 44% [=========================== ] 1146/2570 44% [=========================== ] 1147/2570 44% [=========================== ] 1148/2570 44% [=========================== ] 1149/2570 44% [=========================== ] 1150/2570 44% [=========================== ] 1151/2570 44% [=========================== ] 1152/2570 44% [=========================== ] 1153/2570 44% [=========================== ] 1154/2570 44% [=========================== ] 1155/2570 44% [=========================== ] 1156/2570 44% [=========================== ] 1157/2570 45% [=========================== ] 1158/2570 45% [=========================== ] 1159/2570 45% [=========================== ] 1160/2570 45% [============================ ] 1161/2570 45% [============================ ] 1162/2570 45% [============================ ] 1163/2570 45% [============================ ] 1164/2570 45% [============================ ] 1165/2570 45% [============================ ] 1166/2570 45% [============================ ] 1167/2570 45% [============================ ] 1168/2570 45% [============================ ] 1169/2570 45% [============================ ] 1170/2570 45% [============================ ] 1171/2570 45% [============================ ] 1172/2570 45% [============================ ] 1173/2570 45% [============================ ] 1174/2570 45% [============================ ] 1175/2570 45% [============================ ] 1176/2570 45% [============================ ] 1177/2570 45% [============================ ] 1178/2570 45% [============================ ] 1179/2570 45% [============================ ] 1180/2570 45% [============================ ] 1181/2570 45% [============================ ] 1182/2570 45% [============================ ] 1183/2570 46% [============================ ] 1184/2570 46% [============================ ] 1185/2570 46% [============================ ] 1186/2570 46% [============================ ] 1187/2570 46% [============================ ] 1188/2570 46% [============================ ] 1189/2570 46% [============================ ] 1190/2570 46% [============================ ] 1191/2570 46% [============================ ] 1192/2570 46% [============================ ] 1193/2570 46% [============================ ] 1194/2570 46% [============================ ] 1195/2570 46% [============================ ] 1196/2570 46% [============================ ] 1197/2570 46% [============================ ] 1198/2570 46% [============================ ] 1199/2570 46% [============================ ] 1200/2570 46% [============================ ] 1201/2570 46% [============================ ] 1202/2570 46% [============================= ] 1203/2570 46% [============================= ] 1204/2570 46% [============================= ] 1205/2570 46% [============================= ] 1206/2570 46% [============================= ] 1207/2570 46% [============================= ] 1208/2570 47% [============================= ] 1209/2570 47% [============================= ] 1210/2570 47% [============================= ] 1211/2570 47% [============================= ] 1212/2570 47% [============================= ] 1213/2570 47% [============================= ] 1214/2570 47% [============================= ] 1215/2570 47% [============================= ] 1216/2570 47% [============================= ] 1217/2570 47% [============================= ] 1218/2570 47% [============================= ] 1219/2570 47% [============================= ] 1220/2570 47% [============================= ] 1221/2570 47% [============================= ] 1222/2570 47% [============================= ] 1223/2570 47% [============================= ] 1224/2570 47% [============================= ] 1225/2570 47% [============================= ] 1226/2570 47% [============================= ] 1227/2570 47% [============================= ] 1228/2570 47% [============================= ] 1229/2570 47% [============================= ] 1230/2570 47% [============================= ] 1231/2570 47% [============================= ] 1232/2570 47% [============================= ] 1233/2570 47% [============================= ] 1234/2570 48% [============================= ] 1235/2570 48% [============================= ] 1236/2570 48% [============================= ] 1237/2570 48% [============================= ] 1238/2570 48% [============================= ] 1239/2570 48% [============================= ] 1240/2570 48% [============================= ] 1241/2570 48% [============================= ] 1242/2570 48% [============================= ] 1243/2570 48% [============================== ] 1244/2570 48% [============================== ] 1245/2570 48% [============================== ] 1246/2570 48% [============================== ] 1247/2570 48% [============================== ] 1248/2570 48% [============================== ] 1249/2570 48% [============================== ] 1250/2570 48% [============================== ] 1251/2570 48% [============================== ] 1252/2570 48% [============================== ] 1253/2570 48% [============================== ] 1254/2570 48% [============================== ] 1255/2570 48% [============================== ] 1256/2570 48% [============================== ] 1257/2570 48% [============================== ] 1258/2570 48% [============================== ] 1259/2570 48% [============================== ] 1260/2570 49% [============================== ] 1261/2570 49% [============================== ] 1262/2570 49% [============================== ] 1263/2570 49% [============================== ] 1264/2570 49% [============================== ] 1265/2570 49% [============================== ] 1266/2570 49% [============================== ] 1267/2570 49% [============================== ] 1268/2570 49% [============================== ] 1269/2570 49% [============================== ] 1270/2570 49% [============================== ] 1271/2570 49% [============================== ] 1272/2570 49% [============================== ] 1273/2570 49% [============================== ] 1274/2570 49% [============================== ] 1275/2570 49% [============================== ] 1276/2570 49% [============================== ] 1277/2570 49% [============================== ] 1278/2570 49% [============================== ] 1279/2570 49% [============================== ] 1280/2570 49% [============================== ] 1281/2570 49% [============================== ] 1282/2570 49% [============================== ] 1283/2570 49% [============================== ] 1284/2570 49% [=============================== ] 1285/2570 50% [=============================== ] 1286/2570 50% [=============================== ] 1287/2570 50% [=============================== ] 1288/2570 50% [=============================== ] 1289/2570 50% [=============================== ] 1290/2570 50% [=============================== ] 1291/2570 50% [=============================== ] 1292/2570 50% [=============================== ] 1293/2570 50% [=============================== ] 1294/2570 50% [=============================== ] 1295/2570 50% [=============================== ] 1296/2570 50% [=============================== ] 1297/2570 50% [=============================== ] 1298/2570 50% [=============================== ] 1299/2570 50% [=============================== ] 1300/2570 50% [=============================== ] 1301/2570 50% [=============================== ] 1302/2570 50% [=============================== ] 1303/2570 50% [=============================== ] 1304/2570 50% [=============================== ] 1305/2570 50% [=============================== ] 1306/2570 50% [=============================== ] 1307/2570 50% [=============================== ] 1308/2570 50% [=============================== ] 1309/2570 50% [=============================== ] 1310/2570 50% [=============================== ] 1311/2570 51% [=============================== ] 1312/2570 51% [=============================== ] 1313/2570 51% [=============================== ] 1314/2570 51% [=============================== ] 1315/2570 51% [=============================== ] 1316/2570 51% [=============================== ] 1317/2570 51% [=============================== ] 1318/2570 51% [=============================== ] 1319/2570 51% [=============================== ] 1320/2570 51% [=============================== ] 1321/2570 51% [=============================== ] 1322/2570 51% [=============================== ] 1323/2570 51% [=============================== ] 1324/2570 51% [=============================== ] 1325/2570 51% [=============================== ] 1326/2570 51% [================================ ] 1327/2570 51% [================================ ] 1328/2570 51% [================================ ] 1329/2570 51% [================================ ] 1330/2570 51% [================================ ] 1331/2570 51% [================================ ] 1332/2570 51% [================================ ] 1333/2570 51% [================================ ] 1334/2570 51% [================================ ] 1335/2570 51% [================================ ] 1336/2570 51% [================================ ] 1337/2570 52% [================================ ] 1338/2570 52% [================================ ] 1339/2570 52% [================================ ] 1340/2570 52% [================================ ] 1341/2570 52% [================================ ] 1342/2570 52% [================================ ] 1343/2570 52% [================================ ] 1344/2570 52% [================================ ] 1345/2570 52% [================================ ] 1346/2570 52% [================================ ] 1347/2570 52% [================================ ] 1348/2570 52% [================================ ] 1349/2570 52% [================================ ] 1350/2570 52% [================================ ] 1351/2570 52% [================================ ] 1352/2570 52% [================================ ] 1353/2570 52% [================================ ] 1354/2570 52% [================================ ] 1355/2570 52% [================================ ] 1356/2570 52% [================================ ] 1357/2570 52% [================================ ] 1358/2570 52% [================================ ] 1359/2570 52% [================================ ] 1360/2570 52% [================================ ] 1361/2570 52% [================================ ] 1362/2570 52% [================================ ] 1363/2570 53% [================================ ] 1364/2570 53% [================================ ] 1365/2570 53% [================================ ] 1366/2570 53% [================================ ] 1367/2570 53% [================================= ] 1368/2570 53% [================================= ] 1369/2570 53% [================================= ] 1370/2570 53% [================================= ] 1371/2570 53% [================================= ] 1372/2570 53% [================================= ] 1373/2570 53% [================================= ] 1374/2570 53% [================================= ] 1375/2570 53% [================================= ] 1376/2570 53% [================================= ] 1377/2570 53% [================================= ] 1378/2570 53% [================================= ] 1379/2570 53% [================================= ] 1380/2570 53% [================================= ] 1381/2570 53% [================================= ] 1382/2570 53% [================================= ] 1383/2570 53% [================================= ] 1384/2570 53% [================================= ] 1385/2570 53% [================================= ] 1386/2570 53% [================================= ] 1387/2570 53% [================================= ] 1388/2570 54% [================================= ] 1389/2570 54% [================================= ] 1390/2570 54% [================================= ] 1391/2570 54% [================================= ] 1392/2570 54% [================================= ] 1393/2570 54% [================================= ] 1394/2570 54% [================================= ] 1395/2570 54% [================================= ] 1396/2570 54% [================================= ] 1397/2570 54% [================================= ] 1398/2570 54% [================================= ] 1399/2570 54% [================================= ] 1400/2570 54% [================================= ] 1401/2570 54% [================================= ] 1402/2570 54% [================================= ] 1403/2570 54% [================================= ] 1404/2570 54% [================================= ] 1405/2570 54% [================================= ] 1406/2570 54% [================================= ] 1407/2570 54% [================================= ] 1408/2570 54% [================================= ] 1409/2570 54% [================================== ] 1410/2570 54% [================================== ] 1411/2570 54% [================================== ] 1412/2570 54% [================================== ] 1413/2570 54% [================================== ] 1414/2570 55% [================================== ] 1415/2570 55% [================================== ] 1416/2570 55% [================================== ] 1417/2570 55% [================================== ] 1418/2570 55% [================================== ] 1419/2570 55% [================================== ] 1420/2570 55% [================================== ] 1421/2570 55% [================================== ] 1422/2570 55% [================================== ] 1423/2570 55% [================================== ] 1424/2570 55% [================================== ] 1425/2570 55% [================================== ] 1426/2570 55% [================================== ] 1427/2570 55% [================================== ] 1428/2570 55% [================================== ] 1429/2570 55% [================================== ] 1430/2570 55% [================================== ] 1431/2570 55% [================================== ] 1432/2570 55% [================================== ] 1433/2570 55% [================================== ] 1434/2570 55% [================================== ] 1435/2570 55% [================================== ] 1436/2570 55% [================================== ] 1437/2570 55% [================================== ] 1438/2570 55% [================================== ] 1439/2570 55% [================================== ] 1440/2570 56% [================================== ] 1441/2570 56% [================================== ] 1442/2570 56% [================================== ] 1443/2570 56% [================================== ] 1444/2570 56% [================================== ] 1445/2570 56% [================================== ] 1446/2570 56% [================================== ] 1447/2570 56% [================================== ] 1448/2570 56% [================================== ] 1449/2570 56% [================================== ] 1450/2570 56% [=================================== ] 1451/2570 56% [=================================== ] 1452/2570 56% [=================================== ] 1453/2570 56% [=================================== ] 1454/2570 56% [=================================== ] 1455/2570 56% [=================================== ] 1456/2570 56% [=================================== ] 1457/2570 56% [=================================== ] 1458/2570 56% [=================================== ] 1459/2570 56% [=================================== ] 1460/2570 56% [=================================== ] 1461/2570 56% [=================================== ] 1462/2570 56% [=================================== ] 1463/2570 56% [=================================== ] 1464/2570 56% [=================================== ] 1465/2570 57% [=================================== ] 1466/2570 57% [=================================== ] 1467/2570 57% [=================================== ] 1468/2570 57% [=================================== ] 1469/2570 57% [=================================== ] 1470/2570 57% [=================================== ] 1471/2570 57% [=================================== ] 1472/2570 57% [=================================== ] 1473/2570 57% [=================================== ] 1474/2570 57% [=================================== ] 1475/2570 57% [=================================== ] 1476/2570 57% [=================================== ] 1477/2570 57% [=================================== ] 1478/2570 57% [=================================== ] 1479/2570 57% [=================================== ] 1480/2570 57% [=================================== ] 1481/2570 57% [=================================== ] 1482/2570 57% [=================================== ] 1483/2570 57% [=================================== ] 1484/2570 57% [=================================== ] 1485/2570 57% [=================================== ] 1486/2570 57% [=================================== ] 1487/2570 57% [=================================== ] 1488/2570 57% [=================================== ] 1489/2570 57% [=================================== ] 1490/2570 57% [=================================== ] 1491/2570 58% [=================================== ] 1492/2570 58% [==================================== ] 1493/2570 58% [==================================== ] 1494/2570 58% [==================================== ] 1495/2570 58% [==================================== ] 1496/2570 58% [==================================== ] 1497/2570 58% [==================================== ] 1498/2570 58% [==================================== ] 1499/2570 58% [==================================== ] 1500/2570 58% [==================================== ] 1501/2570 58% [==================================== ] 1502/2570 58% [==================================== ] 1503/2570 58% [==================================== ] 1504/2570 58% [==================================== ] 1505/2570 58% [==================================== ] 1506/2570 58% [==================================== ] 1507/2570 58% [==================================== ] 1508/2570 58% [==================================== ] 1509/2570 58% [==================================== ] 1510/2570 58% [==================================== ] 1511/2570 58% [==================================== ] 1512/2570 58% [==================================== ] 1513/2570 58% [==================================== ] 1514/2570 58% [==================================== ] 1515/2570 58% [==================================== ] 1516/2570 58% [==================================== ] 1517/2570 59% [==================================== ] 1518/2570 59% [==================================== ] 1519/2570 59% [==================================== ] 1520/2570 59% [==================================== ] 1521/2570 59% [==================================== ] 1522/2570 59% [==================================== ] 1523/2570 59% [==================================== ] 1524/2570 59% [==================================== ] 1525/2570 59% [==================================== ] 1526/2570 59% [==================================== ] 1527/2570 59% [==================================== ] 1528/2570 59% [==================================== ] 1529/2570 59% [==================================== ] 1530/2570 59% [==================================== ] 1531/2570 59% [==================================== ] 1532/2570 59% [==================================== ] 1533/2570 59% [===================================== ] 1534/2570 59% [===================================== ] 1535/2570 59% [===================================== ] 1536/2570 59% [===================================== ] 1537/2570 59% [===================================== ] 1538/2570 59% [===================================== ] 1539/2570 59% [===================================== ] 1540/2570 59% [===================================== ] 1541/2570 59% [===================================== ] 1542/2570 60% [===================================== ] 1543/2570 60% [===================================== ] 1544/2570 60% [===================================== ] 1545/2570 60% [===================================== ] 1546/2570 60% [===================================== ] 1547/2570 60% [===================================== ] 1548/2570 60% [===================================== ] 1549/2570 60% [===================================== ] 1550/2570 60% [===================================== ] 1551/2570 60% [===================================== ] 1552/2570 60% [===================================== ] 1553/2570 60% [===================================== ] 1554/2570 60% [===================================== ] 1555/2570 60% [===================================== ] 1556/2570 60% [===================================== ] 1557/2570 60% [===================================== ] 1558/2570 60% [===================================== ] 1559/2570 60% [===================================== ] 1560/2570 60% [===================================== ] 1561/2570 60% [===================================== ] 1562/2570 60% [===================================== ] 1563/2570 60% [===================================== ] 1564/2570 60% [===================================== ] 1565/2570 60% [===================================== ] 1566/2570 60% [===================================== ] 1567/2570 60% [===================================== ] 1568/2570 61% [===================================== ] 1569/2570 61% [===================================== ] 1570/2570 61% [===================================== ] 1571/2570 61% [===================================== ] 1572/2570 61% [===================================== ] 1573/2570 61% [===================================== ] 1574/2570 61% [===================================== ] 1575/2570 61% [====================================== ] 1576/2570 61% [====================================== ] 1577/2570 61% [====================================== ] 1578/2570 61% [====================================== ] 1579/2570 61% [====================================== ] 1580/2570 61% [====================================== ] 1581/2570 61% [====================================== ] 1582/2570 61% [====================================== ] 1583/2570 61% [====================================== ] 1584/2570 61% [====================================== ] 1585/2570 61% [====================================== ] 1586/2570 61% [====================================== ] 1587/2570 61% [====================================== ] 1588/2570 61% [====================================== ] 1589/2570 61% [====================================== ] 1590/2570 61% [====================================== ] 1591/2570 61% [====================================== ] 1592/2570 61% [====================================== ] 1593/2570 61% [====================================== ] 1594/2570 62% [====================================== ] 1595/2570 62% [====================================== ] 1596/2570 62% [====================================== ] 1597/2570 62% [====================================== ] 1598/2570 62% [====================================== ] 1599/2570 62% [====================================== ] 1600/2570 62% [====================================== ] 1601/2570 62% [====================================== ] 1602/2570 62% [====================================== ] 1603/2570 62% [====================================== ] 1604/2570 62% [====================================== ] 1605/2570 62% [====================================== ] 1606/2570 62% [====================================== ] 1607/2570 62% [====================================== ] 1608/2570 62% [====================================== ] 1609/2570 62% [====================================== ] 1610/2570 62% [====================================== ] 1611/2570 62% [====================================== ] 1612/2570 62% [====================================== ] 1613/2570 62% [====================================== ] 1614/2570 62% [====================================== ] 1615/2570 62% [====================================== ] 1616/2570 62% [======================================= ] 1617/2570 62% [======================================= ] 1618/2570 62% [======================================= ] 1619/2570 62% [======================================= ] 1620/2570 63% [======================================= ] 1621/2570 63% [======================================= ] 1622/2570 63% [======================================= ] 1623/2570 63% [======================================= ] 1624/2570 63% [======================================= ] 1625/2570 63% [======================================= ] 1626/2570 63% [======================================= ] 1627/2570 63% [======================================= ] 1628/2570 63% [======================================= ] 1629/2570 63% [======================================= ] 1630/2570 63% [======================================= ] 1631/2570 63% [======================================= ] 1632/2570 63% [======================================= ] 1633/2570 63% [======================================= ] 1634/2570 63% [======================================= ] 1635/2570 63% [======================================= ] 1636/2570 63% [======================================= ] 1637/2570 63% [======================================= ] 1638/2570 63% [======================================= ] 1639/2570 63% [======================================= ] 1640/2570 63% [======================================= ] 1641/2570 63% [======================================= ] 1642/2570 63% [======================================= ] 1643/2570 63% [======================================= ] 1644/2570 63% [======================================= ] 1645/2570 64% [======================================= ] 1646/2570 64% [======================================= ] 1647/2570 64% [======================================= ] 1648/2570 64% [======================================= ] 1649/2570 64% [======================================= ] 1650/2570 64% [======================================= ] 1651/2570 64% [======================================= ] 1652/2570 64% [======================================= ] 1653/2570 64% [======================================= ] 1654/2570 64% [======================================= ] 1655/2570 64% [======================================= ] 1656/2570 64% [======================================= ] 1657/2570 64% [======================================= ] 1658/2570 64% [======================================== ] 1659/2570 64% [======================================== ] 1660/2570 64% [======================================== ] 1661/2570 64% [======================================== ] 1662/2570 64% [======================================== ] 1663/2570 64% [======================================== ] 1664/2570 64% [======================================== ] 1665/2570 64% [======================================== ] 1666/2570 64% [======================================== ] 1667/2570 64% [======================================== ] 1668/2570 64% [======================================== ] 1669/2570 64% [======================================== ] 1670/2570 64% [======================================== ] 1671/2570 65% [======================================== ] 1672/2570 65% [======================================== ] 1673/2570 65% [======================================== ] 1674/2570 65% [======================================== ] 1675/2570 65% [======================================== ] 1676/2570 65% [======================================== ] 1677/2570 65% [======================================== ] 1678/2570 65% [======================================== ] 1679/2570 65% [======================================== ] 1680/2570 65% [======================================== ] 1681/2570 65% [======================================== ] 1682/2570 65% [======================================== ] 1683/2570 65% [======================================== ] 1684/2570 65% [======================================== ] 1685/2570 65% [======================================== ] 1686/2570 65% [======================================== ] 1687/2570 65% [======================================== ] 1688/2570 65% [======================================== ] 1689/2570 65% [======================================== ] 1690/2570 65% [======================================== ] 1691/2570 65% [======================================== ] 1692/2570 65% [======================================== ] 1693/2570 65% [======================================== ] 1694/2570 65% [======================================== ] 1695/2570 65% [======================================== ] 1696/2570 65% [======================================== ] 1697/2570 66% [======================================== ] 1698/2570 66% [======================================== ] 1699/2570 66% [========================================= ] 1700/2570 66% [========================================= ] 1701/2570 66% [========================================= ] 1702/2570 66% [========================================= ] 1703/2570 66% [========================================= ] 1704/2570 66% [========================================= ] 1705/2570 66% [========================================= ] 1706/2570 66% [========================================= ] 1707/2570 66% [========================================= ] 1708/2570 66% [========================================= ] 1709/2570 66% [========================================= ] 1710/2570 66% [========================================= ] 1711/2570 66% [========================================= ] 1712/2570 66% [========================================= ] 1713/2570 66% [========================================= ] 1714/2570 66% [========================================= ] 1715/2570 66% [========================================= ] 1716/2570 66% [========================================= ] 1717/2570 66% [========================================= ] 1718/2570 66% [========================================= ] 1719/2570 66% [========================================= ] 1720/2570 66% [========================================= ] 1721/2570 66% [========================================= ] 1722/2570 67% [========================================= ] 1723/2570 67% [========================================= ] 1724/2570 67% [========================================= ] 1725/2570 67% [========================================= ] 1726/2570 67% [========================================= ] 1727/2570 67% [========================================= ] 1728/2570 67% [========================================= ] 1729/2570 67% [========================================= ] 1730/2570 67% [========================================= ] 1731/2570 67% [========================================= ] 1732/2570 67% [========================================= ] 1733/2570 67% [========================================= ] 1734/2570 67% [========================================= ] 1735/2570 67% [========================================= ] 1736/2570 67% [========================================= ] 1737/2570 67% [========================================= ] 1738/2570 67% [========================================= ] 1739/2570 67% [========================================= ] 1740/2570 67% [========================================== ] 1741/2570 67% [========================================== ] 1742/2570 67% [========================================== ] 1743/2570 67% [========================================== ] 1744/2570 67% [========================================== ] 1745/2570 67% [========================================== ] 1746/2570 67% [========================================== ] 1747/2570 67% [========================================== ] 1748/2570 68% [========================================== ] 1749/2570 68% [========================================== ] 1750/2570 68% [========================================== ] 1751/2570 68% [========================================== ] 1752/2570 68% [========================================== ] 1753/2570 68% [========================================== ] 1754/2570 68% [========================================== ] 1755/2570 68% [========================================== ] 1756/2570 68% [========================================== ] 1757/2570 68% [========================================== ] 1758/2570 68% [========================================== ] 1759/2570 68% [========================================== ] 1760/2570 68% [========================================== ] 1761/2570 68% [========================================== ] 1762/2570 68% [========================================== ] 1763/2570 68% [========================================== ] 1764/2570 68% [========================================== ] 1765/2570 68% [========================================== ] 1766/2570 68% [========================================== ] 1767/2570 68% [========================================== ] 1768/2570 68% [========================================== ] 1769/2570 68% [========================================== ] 1770/2570 68% [========================================== ] 1771/2570 68% [========================================== ] 1772/2570 68% [========================================== ] 1773/2570 68% [========================================== ] 1774/2570 69% [========================================== ] 1775/2570 69% [========================================== ] 1776/2570 69% [========================================== ] 1777/2570 69% [========================================== ] 1778/2570 69% [========================================== ] 1779/2570 69% [========================================== ] 1780/2570 69% [========================================== ] 1781/2570 69% [========================================== ] 1782/2570 69% [=========================================== ] 1783/2570 69% [=========================================== ] 1784/2570 69% [=========================================== ] 1785/2570 69% [=========================================== ] 1786/2570 69% [=========================================== ] 1787/2570 69% [=========================================== ] 1788/2570 69% [=========================================== ] 1789/2570 69% [=========================================== ] 1790/2570 69% [=========================================== ] 1791/2570 69% [=========================================== ] 1792/2570 69% [=========================================== ] 1793/2570 69% [=========================================== ] 1794/2570 69% [=========================================== ] 1795/2570 69% [=========================================== ] 1796/2570 69% [=========================================== ] 1797/2570 69% [=========================================== ] 1798/2570 69% [=========================================== ] 1799/2570 70% [=========================================== ] 1800/2570 70% [=========================================== ] 1801/2570 70% [=========================================== ] 1802/2570 70% [=========================================== ] 1803/2570 70% [=========================================== ] 1804/2570 70% [=========================================== ] 1805/2570 70% [=========================================== ] 1806/2570 70% [=========================================== ] 1807/2570 70% [=========================================== ] 1808/2570 70% [=========================================== ] 1809/2570 70% [=========================================== ] 1810/2570 70% [=========================================== ] 1811/2570 70% [=========================================== ] 1812/2570 70% [=========================================== ] 1813/2570 70% [=========================================== ] 1814/2570 70% [=========================================== ] 1815/2570 70% [=========================================== ] 1816/2570 70% [=========================================== ] 1817/2570 70% [=========================================== ] 1818/2570 70% [=========================================== ] 1819/2570 70% [=========================================== ] 1820/2570 70% [=========================================== ] 1821/2570 70% [=========================================== ] 1822/2570 70% [=========================================== ] 1823/2570 70% [============================================ ] 1824/2570 70% [============================================ ] 1825/2570 71% [============================================ ] 1826/2570 71% [============================================ ] 1827/2570 71% [============================================ ] 1828/2570 71% [============================================ ] 1829/2570 71% [============================================ ] 1830/2570 71% [============================================ ] 1831/2570 71% [============================================ ] 1832/2570 71% [============================================ ] 1833/2570 71% [============================================ ] 1834/2570 71% [============================================ ] 1835/2570 71% [============================================ ] 1836/2570 71% [============================================ ] 1837/2570 71% [============================================ ] 1838/2570 71% [============================================ ] 1839/2570 71% [============================================ ] 1840/2570 71% [============================================ ] 1841/2570 71% [============================================ ] 1842/2570 71% [============================================ ] 1843/2570 71% [============================================ ] 1844/2570 71% [============================================ ] 1845/2570 71% [============================================ ] 1846/2570 71% [============================================ ] 1847/2570 71% [============================================ ] 1848/2570 71% [============================================ ] 1849/2570 71% [============================================ ] 1850/2570 71% [============================================ ] 1851/2570 72% [============================================ ] 1852/2570 72% [============================================ ] 1853/2570 72% [============================================ ] 1854/2570 72% [============================================ ] 1855/2570 72% [============================================ ] 1856/2570 72% [============================================ ] 1857/2570 72% [============================================ ] 1858/2570 72% [============================================ ] 1859/2570 72% [============================================ ] 1860/2570 72% [============================================ ] 1861/2570 72% [============================================ ] 1862/2570 72% [============================================ ] 1863/2570 72% [============================================ ] 1864/2570 72% [============================================ ] 1865/2570 72% [============================================= ] 1866/2570 72% [============================================= ] 1867/2570 72% [============================================= ] 1868/2570 72% [============================================= ] 1869/2570 72% [============================================= ] 1870/2570 72% [============================================= ] 1871/2570 72% [============================================= ] 1872/2570 72% [============================================= ] 1873/2570 72% [============================================= ] 1874/2570 72% [============================================= ] 1875/2570 72% [============================================= ] 1876/2570 72% [============================================= ] 1877/2570 73% [============================================= ] 1878/2570 73% [============================================= ] 1879/2570 73% [============================================= ] 1880/2570 73% [============================================= ] 1881/2570 73% [============================================= ] 1882/2570 73% [============================================= ] 1883/2570 73% [============================================= ] 1884/2570 73% [============================================= ] 1885/2570 73% [============================================= ] 1886/2570 73% [============================================= ] 1887/2570 73% [============================================= ] 1888/2570 73% [============================================= ] 1889/2570 73% [============================================= ] 1890/2570 73% [============================================= ] 1891/2570 73% [============================================= ] 1892/2570 73% [============================================= ] 1893/2570 73% [============================================= ] 1894/2570 73% [============================================= ] 1895/2570 73% [============================================= ] 1896/2570 73% [============================================= ] 1897/2570 73% [============================================= ] 1898/2570 73% [============================================= ] 1899/2570 73% [============================================= ] 1900/2570 73% [============================================= ] 1901/2570 73% [============================================= ] 1902/2570 74% [============================================= ] 1903/2570 74% [============================================= ] 1904/2570 74% [============================================= ] 1905/2570 74% [============================================= ] 1906/2570 74% [============================================== ] 1907/2570 74% [============================================== ] 1908/2570 74% [============================================== ] 1909/2570 74% [============================================== ] 1910/2570 74% [============================================== ] 1911/2570 74% [============================================== ] 1912/2570 74% [============================================== ] 1913/2570 74% [============================================== ] 1914/2570 74% [============================================== ] 1915/2570 74% [============================================== ] 1916/2570 74% [============================================== ] 1917/2570 74% [============================================== ] 1918/2570 74% [============================================== ] 1919/2570 74% [============================================== ] 1920/2570 74% [============================================== ] 1921/2570 74% [============================================== ] 1922/2570 74% [============================================== ] 1923/2570 74% [============================================== ] 1924/2570 74% [============================================== ] 1925/2570 74% [============================================== ] 1926/2570 74% [============================================== ] 1927/2570 74% [============================================== ] 1928/2570 75% [============================================== ] 1929/2570 75% [============================================== ] 1930/2570 75% [============================================== ] 1931/2570 75% [============================================== ] 1932/2570 75% [============================================== ] 1933/2570 75% [============================================== ] 1934/2570 75% [============================================== ] 1935/2570 75% [============================================== ] 1936/2570 75% [============================================== ] 1937/2570 75% [============================================== ] 1938/2570 75% [============================================== ] 1939/2570 75% [============================================== ] 1940/2570 75% [============================================== ] 1941/2570 75% [============================================== ] 1942/2570 75% [============================================== ] 1943/2570 75% [============================================== ] 1944/2570 75% [============================================== ] 1945/2570 75% [============================================== ] 1946/2570 75% [============================================== ] 1947/2570 75% [============================================== ] 1948/2570 75% [=============================================== ] 1949/2570 75% [=============================================== ] 1950/2570 75% [=============================================== ] 1951/2570 75% [=============================================== ] 1952/2570 75% [=============================================== ] 1953/2570 75% [=============================================== ] 1954/2570 76% [=============================================== ] 1955/2570 76% [=============================================== ] 1956/2570 76% [=============================================== ] 1957/2570 76% [=============================================== ] 1958/2570 76% [=============================================== ] 1959/2570 76% [=============================================== ] 1960/2570 76% [=============================================== ] 1961/2570 76% [=============================================== ] 1962/2570 76% [=============================================== ] 1963/2570 76% [=============================================== ] 1964/2570 76% [=============================================== ] 1965/2570 76% [=============================================== ] 1966/2570 76% [=============================================== ] 1967/2570 76% [=============================================== ] 1968/2570 76% [=============================================== ] 1969/2570 76% [=============================================== ] 1970/2570 76% [=============================================== ] 1971/2570 76% [=============================================== ] 1972/2570 76% [=============================================== ] 1973/2570 76% [=============================================== ] 1974/2570 76% [=============================================== ] 1975/2570 76% [=============================================== ] 1976/2570 76% [=============================================== ] 1977/2570 76% [=============================================== ] 1978/2570 76% [=============================================== ] 1979/2570 77% [=============================================== ] 1980/2570 77% [=============================================== ] 1981/2570 77% [=============================================== ] 1982/2570 77% [=============================================== ] 1983/2570 77% [=============================================== ] 1984/2570 77% [=============================================== ] 1985/2570 77% [=============================================== ] 1986/2570 77% [=============================================== ] 1987/2570 77% [=============================================== ] 1988/2570 77% [=============================================== ] 1989/2570 77% [================================================ ] 1990/2570 77% [================================================ ] 1991/2570 77% [================================================ ] 1992/2570 77% [================================================ ] 1993/2570 77% [================================================ ] 1994/2570 77% [================================================ ] 1995/2570 77% [================================================ ] 1996/2570 77% [================================================ ] 1997/2570 77% [================================================ ] 1998/2570 77% [================================================ ] 1999/2570 77% [================================================ ] 2000/2570 77% [================================================ ] 2001/2570 77% [================================================ ] 2002/2570 77% [================================================ ] 2003/2570 77% [================================================ ] 2004/2570 77% [================================================ ] 2005/2570 78% [================================================ ] 2006/2570 78% [================================================ ] 2007/2570 78% [================================================ ] 2008/2570 78% [================================================ ] 2009/2570 78% [================================================ ] 2010/2570 78% [================================================ ] 2011/2570 78% [================================================ ] 2012/2570 78% [================================================ ] 2013/2570 78% [================================================ ] 2014/2570 78% [================================================ ] 2015/2570 78% [================================================ ] 2016/2570 78% [================================================ ] 2017/2570 78% [================================================ ] 2018/2570 78% [================================================ ] 2019/2570 78% [================================================ ] 2020/2570 78% [================================================ ] 2021/2570 78% [================================================ ] 2022/2570 78% [================================================ ] 2023/2570 78% [================================================ ] 2024/2570 78% [================================================ ] 2025/2570 78% [================================================ ] 2026/2570 78% [================================================ ] 2027/2570 78% [================================================ ] 2028/2570 78% [================================================ ] 2029/2570 78% [================================================ ] 2030/2570 78% [================================================ ] 2031/2570 79% [================================================= ] 2032/2570 79% [================================================= ] 2033/2570 79% [================================================= ] 2034/2570 79% [================================================= ] 2035/2570 79% [================================================= ] 2036/2570 79% [================================================= ] 2037/2570 79% [================================================= ] 2038/2570 79% [================================================= ] 2039/2570 79% [================================================= ] 2040/2570 79% [================================================= ] 2041/2570 79% [================================================= ] 2042/2570 79% [================================================= ] 2043/2570 79% [================================================= ] 2044/2570 79% [================================================= ] 2045/2570 79% [================================================= ] 2046/2570 79% [================================================= ] 2047/2570 79% [================================================= ] 2048/2570 79% [================================================= ] 2049/2570 79% [================================================= ] 2050/2570 79% [================================================= ] 2051/2570 79% [================================================= ] 2052/2570 79% [================================================= ] 2053/2570 79% [================================================= ] 2054/2570 79% [================================================= ] 2055/2570 79% [================================================= ] 2056/2570 80% [================================================= ] 2057/2570 80% [================================================= ] 2058/2570 80% [================================================= ] 2059/2570 80% [================================================= ] 2060/2570 80% [================================================= ] 2061/2570 80% [================================================= ] 2062/2570 80% [================================================= ] 2063/2570 80% [================================================= ] 2064/2570 80% [================================================= ] 2065/2570 80% [================================================= ] 2066/2570 80% [================================================= ] 2067/2570 80% [================================================= ] 2068/2570 80% [================================================= ] 2069/2570 80% [================================================= ] 2070/2570 80% [================================================= ] 2071/2570 80% [================================================= ] 2072/2570 80% [================================================== ] 2073/2570 80% [================================================== ] 2074/2570 80% [================================================== ] 2075/2570 80% [================================================== ] 2076/2570 80% [================================================== ] 2077/2570 80% [================================================== ] 2078/2570 80% [================================================== ] 2079/2570 80% [================================================== ] 2080/2570 80% [================================================== ] 2081/2570 80% [================================================== ] 2082/2570 81% [================================================== ] 2083/2570 81% [================================================== ] 2084/2570 81% [================================================== ] 2085/2570 81% [================================================== ] 2086/2570 81% [================================================== ] 2087/2570 81% [================================================== ] 2088/2570 81% [================================================== ] 2089/2570 81% [================================================== ] 2090/2570 81% [================================================== ] 2091/2570 81% [================================================== ] 2092/2570 81% [================================================== ] 2093/2570 81% [================================================== ] 2094/2570 81% [================================================== ] 2095/2570 81% [================================================== ] 2096/2570 81% [================================================== ] 2097/2570 81% [================================================== ] 2098/2570 81% [================================================== ] 2099/2570 81% [================================================== ] 2100/2570 81% [================================================== ] 2101/2570 81% [================================================== ] 2102/2570 81% [================================================== ] 2103/2570 81% [================================================== ] 2104/2570 81% [================================================== ] 2105/2570 81% [================================================== ] 2106/2570 81% [================================================== ] 2107/2570 81% [================================================== ] 2108/2570 82% [================================================== ] 2109/2570 82% [================================================== ] 2110/2570 82% [================================================== ] 2111/2570 82% [================================================== ] 2112/2570 82% [================================================== ] 2113/2570 82% [================================================== ] 2114/2570 82% [=================================================== ] 2115/2570 82% [=================================================== ] 2116/2570 82% [=================================================== ] 2117/2570 82% [=================================================== ] 2118/2570 82% [=================================================== ] 2119/2570 82% [=================================================== ] 2120/2570 82% [=================================================== ] 2121/2570 82% [=================================================== ] 2122/2570 82% [=================================================== ] 2123/2570 82% [=================================================== ] 2124/2570 82% [=================================================== ] 2125/2570 82% [=================================================== ] 2126/2570 82% [=================================================== ] 2127/2570 82% [=================================================== ] 2128/2570 82% [=================================================== ] 2129/2570 82% [=================================================== ] 2130/2570 82% [=================================================== ] 2131/2570 82% [=================================================== ] 2132/2570 82% [=================================================== ] 2133/2570 82% [=================================================== ] 2134/2570 83% [=================================================== ] 2135/2570 83% [=================================================== ] 2136/2570 83% [=================================================== ] 2137/2570 83% [=================================================== ] 2138/2570 83% [=================================================== ] 2139/2570 83% [=================================================== ] 2140/2570 83% [=================================================== ] 2141/2570 83% [=================================================== ] 2142/2570 83% [=================================================== ] 2143/2570 83% [=================================================== ] 2144/2570 83% [=================================================== ] 2145/2570 83% [=================================================== ] 2146/2570 83% [=================================================== ] 2147/2570 83% [=================================================== ] 2148/2570 83% [=================================================== ] 2149/2570 83% [=================================================== ] 2150/2570 83% [=================================================== ] 2151/2570 83% [=================================================== ] 2152/2570 83% [=================================================== ] 2153/2570 83% [=================================================== ] 2154/2570 83% [=================================================== ] 2155/2570 83% [==================================================== ] 2156/2570 83% [==================================================== ] 2157/2570 83% [==================================================== ] 2158/2570 83% [==================================================== ] 2159/2570 84% [==================================================== ] 2160/2570 84% [==================================================== ] 2161/2570 84% [==================================================== ] 2162/2570 84% [==================================================== ] 2163/2570 84% [==================================================== ] 2164/2570 84% [==================================================== ] 2165/2570 84% [==================================================== ] 2166/2570 84% [==================================================== ] 2167/2570 84% [==================================================== ] 2168/2570 84% [==================================================== ] 2169/2570 84% [==================================================== ] 2170/2570 84% [==================================================== ] 2171/2570 84% [==================================================== ] 2172/2570 84% [==================================================== ] 2173/2570 84% [==================================================== ] 2174/2570 84% [==================================================== ] 2175/2570 84% [==================================================== ] 2176/2570 84% [==================================================== ] 2177/2570 84% [==================================================== ] 2178/2570 84% [==================================================== ] 2179/2570 84% [==================================================== ] 2180/2570 84% [==================================================== ] 2181/2570 84% [==================================================== ] 2182/2570 84% [==================================================== ] 2183/2570 84% [==================================================== ] 2184/2570 84% [==================================================== ] 2185/2570 85% [==================================================== ] 2186/2570 85% [==================================================== ] 2187/2570 85% [==================================================== ] 2188/2570 85% [==================================================== ] 2189/2570 85% [==================================================== ] 2190/2570 85% [==================================================== ] 2191/2570 85% [==================================================== ] 2192/2570 85% [==================================================== ] 2193/2570 85% [==================================================== ] 2194/2570 85% [==================================================== ] 2195/2570 85% [==================================================== ] 2196/2570 85% [===================================================== ] 2197/2570 85% [===================================================== ] 2198/2570 85% [===================================================== ] 2199/2570 85% [===================================================== ] 2200/2570 85% [===================================================== ] 2201/2570 85% [===================================================== ] 2202/2570 85% [===================================================== ] 2203/2570 85% [===================================================== ] 2204/2570 85% [===================================================== ] 2205/2570 85% [===================================================== ] 2206/2570 85% [===================================================== ] 2207/2570 85% [===================================================== ] 2208/2570 85% [===================================================== ] 2209/2570 85% [===================================================== ] 2210/2570 85% [===================================================== ] 2211/2570 86% [===================================================== ] 2212/2570 86% [===================================================== ] 2213/2570 86% [===================================================== ] 2214/2570 86% [===================================================== ] 2215/2570 86% [===================================================== ] 2216/2570 86% [===================================================== ] 2217/2570 86% [===================================================== ] 2218/2570 86% [===================================================== ] 2219/2570 86% [===================================================== ] 2220/2570 86% [===================================================== ] 2221/2570 86% [===================================================== ] 2222/2570 86% [===================================================== ] 2223/2570 86% [===================================================== ] 2224/2570 86% [===================================================== ] 2225/2570 86% [===================================================== ] 2226/2570 86% [===================================================== ] 2227/2570 86% [===================================================== ] 2228/2570 86% [===================================================== ] 2229/2570 86% [===================================================== ] 2230/2570 86% [===================================================== ] 2231/2570 86% [===================================================== ] 2232/2570 86% [===================================================== ] 2233/2570 86% [===================================================== ] 2234/2570 86% [===================================================== ] 2235/2570 86% [===================================================== ] 2236/2570 87% [===================================================== ] 2237/2570 87% [===================================================== ] 2238/2570 87% [====================================================== ] 2239/2570 87% [====================================================== ] 2240/2570 87% [====================================================== ] 2241/2570 87% [====================================================== ] 2242/2570 87% [====================================================== ] 2243/2570 87% [====================================================== ] 2244/2570 87% [====================================================== ] 2245/2570 87% [====================================================== ] 2246/2570 87% [====================================================== ] 2247/2570 87% [====================================================== ] 2248/2570 87% [====================================================== ] 2249/2570 87% [====================================================== ] 2250/2570 87% [====================================================== ] 2251/2570 87% [====================================================== ] 2252/2570 87% [====================================================== ] 2253/2570 87% [====================================================== ] 2254/2570 87% [====================================================== ] 2255/2570 87% [====================================================== ] 2256/2570 87% [====================================================== ] 2257/2570 87% [====================================================== ] 2258/2570 87% [====================================================== ] 2259/2570 87% [====================================================== ] 2260/2570 87% [====================================================== ] 2261/2570 87% [====================================================== ] 2262/2570 88% [====================================================== ] 2263/2570 88% [====================================================== ] 2264/2570 88% [====================================================== ] 2265/2570 88% [====================================================== ] 2266/2570 88% [====================================================== ] 2267/2570 88% [====================================================== ] 2268/2570 88% [====================================================== ] 2269/2570 88% [====================================================== ] 2270/2570 88% [====================================================== ] 2271/2570 88% [====================================================== ] 2272/2570 88% [====================================================== ] 2273/2570 88% [====================================================== ] 2274/2570 88% [====================================================== ] 2275/2570 88% [====================================================== ] 2276/2570 88% [====================================================== ] 2277/2570 88% [====================================================== ] 2278/2570 88% [====================================================== ] 2279/2570 88% [======================================================= ] 2280/2570 88% [======================================================= ] 2281/2570 88% [======================================================= ] 2282/2570 88% [======================================================= ] 2283/2570 88% [======================================================= ] 2284/2570 88% [======================================================= ] 2285/2570 88% [======================================================= ] 2286/2570 88% [======================================================= ] 2287/2570 88% [======================================================= ] 2288/2570 89% [======================================================= ] 2289/2570 89% [======================================================= ] 2290/2570 89% [======================================================= ] 2291/2570 89% [======================================================= ] 2292/2570 89% [======================================================= ] 2293/2570 89% [======================================================= ] 2294/2570 89% [======================================================= ] 2295/2570 89% [======================================================= ] 2296/2570 89% [======================================================= ] 2297/2570 89% [======================================================= ] 2298/2570 89% [======================================================= ] 2299/2570 89% [======================================================= ] 2300/2570 89% [======================================================= ] 2301/2570 89% [======================================================= ] 2302/2570 89% [======================================================= ] 2303/2570 89% [======================================================= ] 2304/2570 89% [======================================================= ] 2305/2570 89% [======================================================= ] 2306/2570 89% [======================================================= ] 2307/2570 89% [======================================================= ] 2308/2570 89% [======================================================= ] 2309/2570 89% [======================================================= ] 2310/2570 89% [======================================================= ] 2311/2570 89% [======================================================= ] 2312/2570 89% [======================================================= ] 2313/2570 90% [======================================================= ] 2314/2570 90% [======================================================= ] 2315/2570 90% [======================================================= ] 2316/2570 90% [======================================================= ] 2317/2570 90% [======================================================= ] 2318/2570 90% [======================================================= ] 2319/2570 90% [======================================================= ] 2320/2570 90% [======================================================= ] 2321/2570 90% [======================================================== ] 2322/2570 90% [======================================================== ] 2323/2570 90% [======================================================== ] 2324/2570 90% [======================================================== ] 2325/2570 90% [======================================================== ] 2326/2570 90% [======================================================== ] 2327/2570 90% [======================================================== ] 2328/2570 90% [======================================================== ] 2329/2570 90% [======================================================== ] 2330/2570 90% [======================================================== ] 2331/2570 90% [======================================================== ] 2332/2570 90% [======================================================== ] 2333/2570 90% [======================================================== ] 2334/2570 90% [======================================================== ] 2335/2570 90% [======================================================== ] 2336/2570 90% [======================================================== ] 2337/2570 90% [======================================================== ] 2338/2570 90% [======================================================== ] 2339/2570 91% [======================================================== ] 2340/2570 91% [======================================================== ] 2341/2570 91% [======================================================== ] 2342/2570 91% [======================================================== ] 2343/2570 91% [======================================================== ] 2344/2570 91% [======================================================== ] 2345/2570 91% [======================================================== ] 2346/2570 91% [======================================================== ] 2347/2570 91% [======================================================== ] 2348/2570 91% [======================================================== ] 2349/2570 91% [======================================================== ] 2350/2570 91% [======================================================== ] 2351/2570 91% [======================================================== ] 2352/2570 91% [======================================================== ] 2353/2570 91% [======================================================== ] 2354/2570 91% [======================================================== ] 2355/2570 91% [======================================================== ] 2356/2570 91% [======================================================== ] 2357/2570 91% [======================================================== ] 2358/2570 91% [======================================================== ] 2359/2570 91% [======================================================== ] 2360/2570 91% [======================================================== ] 2361/2570 91% [======================================================== ] 2362/2570 91% [========================================================= ] 2363/2570 91% [========================================================= ] 2364/2570 91% [========================================================= ] 2365/2570 92% [========================================================= ] 2366/2570 92% [========================================================= ] 2367/2570 92% [========================================================= ] 2368/2570 92% [========================================================= ] 2369/2570 92% [========================================================= ] 2370/2570 92% [========================================================= ] 2371/2570 92% [========================================================= ] 2372/2570 92% [========================================================= ] 2373/2570 92% [========================================================= ] 2374/2570 92% [========================================================= ] 2375/2570 92% [========================================================= ] 2376/2570 92% [========================================================= ] 2377/2570 92% [========================================================= ] 2378/2570 92% [========================================================= ] 2379/2570 92% [========================================================= ] 2380/2570 92% [========================================================= ] 2381/2570 92% [========================================================= ] 2382/2570 92% [========================================================= ] 2383/2570 92% [========================================================= ] 2384/2570 92% [========================================================= ] 2385/2570 92% [========================================================= ] 2386/2570 92% [========================================================= ] 2387/2570 92% [========================================================= ] 2388/2570 92% [========================================================= ] 2389/2570 92% [========================================================= ] 2390/2570 92% [========================================================= ] 2391/2570 93% [========================================================= ] 2392/2570 93% [========================================================= ] 2393/2570 93% [========================================================= ] 2394/2570 93% [========================================================= ] 2395/2570 93% [========================================================= ] 2396/2570 93% [========================================================= ] 2397/2570 93% [========================================================= ] 2398/2570 93% [========================================================= ] 2399/2570 93% [========================================================= ] 2400/2570 93% [========================================================= ] 2401/2570 93% [========================================================= ] 2402/2570 93% [========================================================= ] 2403/2570 93% [========================================================= ] 2404/2570 93% [========================================================== ] 2405/2570 93% [========================================================== ] 2406/2570 93% [========================================================== ] 2407/2570 93% [========================================================== ] 2408/2570 93% [========================================================== ] 2409/2570 93% [========================================================== ] 2410/2570 93% [========================================================== ] 2411/2570 93% [========================================================== ] 2412/2570 93% [========================================================== ] 2413/2570 93% [========================================================== ] 2414/2570 93% [========================================================== ] 2415/2570 93% [========================================================== ] 2416/2570 94% [========================================================== ] 2417/2570 94% [========================================================== ] 2418/2570 94% [========================================================== ] 2419/2570 94% [========================================================== ] 2420/2570 94% [========================================================== ] 2421/2570 94% [========================================================== ] 2422/2570 94% [========================================================== ] 2423/2570 94% [========================================================== ] 2424/2570 94% [========================================================== ] 2425/2570 94% [========================================================== ] 2426/2570 94% [========================================================== ] 2427/2570 94% [========================================================== ] 2428/2570 94% [========================================================== ] 2429/2570 94% [========================================================== ] 2430/2570 94% [========================================================== ] 2431/2570 94% [========================================================== ] 2432/2570 94% [========================================================== ] 2433/2570 94% [========================================================== ] 2434/2570 94% [========================================================== ] 2435/2570 94% [========================================================== ] 2436/2570 94% [========================================================== ] 2437/2570 94% [========================================================== ] 2438/2570 94% [========================================================== ] 2439/2570 94% [========================================================== ] 2440/2570 94% [========================================================== ] 2441/2570 94% [========================================================== ] 2442/2570 95% [========================================================== ] 2443/2570 95% [========================================================== ] 2444/2570 95% [========================================================== ] 2445/2570 95% [=========================================================== ] 2446/2570 95% [=========================================================== ] 2447/2570 95% [=========================================================== ] 2448/2570 95% [=========================================================== ] 2449/2570 95% [=========================================================== ] 2450/2570 95% [=========================================================== ] 2451/2570 95% [=========================================================== ] 2452/2570 95% [=========================================================== ] 2453/2570 95% [=========================================================== ] 2454/2570 95% [=========================================================== ] 2455/2570 95% [=========================================================== ] 2456/2570 95% [=========================================================== ] 2457/2570 95% [=========================================================== ] 2458/2570 95% [=========================================================== ] 2459/2570 95% [=========================================================== ] 2460/2570 95% [=========================================================== ] 2461/2570 95% [=========================================================== ] 2462/2570 95% [=========================================================== ] 2463/2570 95% [=========================================================== ] 2464/2570 95% [=========================================================== ] 2465/2570 95% [=========================================================== ] 2466/2570 95% [=========================================================== ] 2467/2570 95% [=========================================================== ] 2468/2570 96% [=========================================================== ] 2469/2570 96% [=========================================================== ] 2470/2570 96% [=========================================================== ] 2471/2570 96% [=========================================================== ] 2472/2570 96% [=========================================================== ] 2473/2570 96% [=========================================================== ] 2474/2570 96% [=========================================================== ] 2475/2570 96% [=========================================================== ] 2476/2570 96% [=========================================================== ] 2477/2570 96% [=========================================================== ] 2478/2570 96% [=========================================================== ] 2479/2570 96% [=========================================================== ] 2480/2570 96% [=========================================================== ] 2481/2570 96% [=========================================================== ] 2482/2570 96% [=========================================================== ] 2483/2570 96% [=========================================================== ] 2484/2570 96% [=========================================================== ] 2485/2570 96% [=========================================================== ] 2486/2570 96% [=========================================================== ] 2487/2570 96% [============================================================ ] 2488/2570 96% [============================================================ ] 2489/2570 96% [============================================================ ] 2490/2570 96% [============================================================ ] 2491/2570 96% [============================================================ ] 2492/2570 96% [============================================================ ] 2493/2570 97% [============================================================ ] 2494/2570 97% [============================================================ ] 2495/2570 97% [============================================================ ] 2496/2570 97% [============================================================ ] 2497/2570 97% [============================================================ ] 2498/2570 97% [============================================================ ] 2499/2570 97% [============================================================ ] 2500/2570 97% [============================================================ ] 2501/2570 97% [============================================================ ] 2502/2570 97% [============================================================ ] 2503/2570 97% [============================================================ ] 2504/2570 97% [============================================================ ] 2505/2570 97% [============================================================ ] 2506/2570 97% [============================================================ ] 2507/2570 97% [============================================================ ] 2508/2570 97% [============================================================ ] 2509/2570 97% [============================================================ ] 2510/2570 97% [============================================================ ] 2511/2570 97% [============================================================ ] 2512/2570 97% [============================================================ ] 2513/2570 97% [============================================================ ] 2514/2570 97% [============================================================ ] 2515/2570 97% [============================================================ ] 2516/2570 97% [============================================================ ] 2517/2570 97% [============================================================ ] 2518/2570 97% [============================================================ ] 2519/2570 98% [============================================================ ] 2520/2570 98% [============================================================ ] 2521/2570 98% [============================================================ ] 2522/2570 98% [============================================================ ] 2523/2570 98% [============================================================ ] 2524/2570 98% [============================================================ ] 2525/2570 98% [============================================================ ] 2526/2570 98% [============================================================ ] 2527/2570 98% [============================================================ ] 2528/2570 98% [============================================================= ] 2529/2570 98% [============================================================= ] 2530/2570 98% [============================================================= ] 2531/2570 98% [============================================================= ] 2532/2570 98% [============================================================= ] 2533/2570 98% [============================================================= ] 2534/2570 98% [============================================================= ] 2535/2570 98% [============================================================= ] 2536/2570 98% [============================================================= ] 2537/2570 98% [============================================================= ] 2538/2570 98% [============================================================= ] 2539/2570 98% [============================================================= ] 2540/2570 98% [============================================================= ] 2541/2570 98% [============================================================= ] 2542/2570 98% [============================================================= ] 2543/2570 98% [============================================================= ] 2544/2570 98% [============================================================= ] 2545/2570 99% [============================================================= ] 2546/2570 99% [============================================================= ] 2547/2570 99% [============================================================= ] 2548/2570 99% [============================================================= ] 2549/2570 99% [============================================================= ] 2550/2570 99% [============================================================= ] 2551/2570 99% [============================================================= ] 2552/2570 99% [============================================================= ] 2553/2570 99% [============================================================= ] 2554/2570 99% [============================================================= ] 2555/2570 99% [============================================================= ] 2556/2570 99% [============================================================= ] 2557/2570 99% [============================================================= ] 2558/2570 99% [============================================================= ] 2559/2570 99% [============================================================= ] 2560/2570 99% [============================================================= ] 2561/2570 99% [============================================================= ] 2562/2570 99% [============================================================= ] 2563/2570 99% [============================================================= ] 2564/2570 99% [============================================================= ] 2565/2570 99% [============================================================= ] 2566/2570 99% [============================================================= ] 2567/2570 99% [============================================================= ] 2568/2570 99% [============================================================= ] 2569/2570 99% [==============================================================] 2570/2570 100% operation complete, 2570 objects in 31530 NAND pages. ln -snf /home/thomas/autobuild/instance-3/output-1/host/m68k-buildroot-linux-uclibc/sysroot /home/thomas/autobuild/instance-3/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-3/buildroot' make: Entering directory '/home/thomas/autobuild/instance-3/buildroot' >>> Buildroot 2022.08-rc1-485-g44767bb7dd Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-aespipe 2.4f Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> alsa-lib 1.2.7.2 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> sqlite 3.39.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> unixodbc 2.3.11 Collecting legal info COPYING: OK (sha256: a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8) exe/COPYING: OK (sha256: 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> cpulimit 0.2 Collecting legal info LICENSE: OK (sha256: 920489ca9da706d842870701155e70a101315ba0783cff39765d7e15e0916a4a) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.6.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> dc3dd 7.2.641 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> dropbear 2022.82 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> 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) >>> erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> gensio 2.5.2 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> getent Collecting legal info >>> hdparm 9.63 Collecting legal info LICENSE.TXT: OK (sha256: eae572b06d2733f5c65fbe81680ce2b8a109afee2bdd1a161343c772af0e82e1) >>> ifenslave 2.9 Collecting legal info debian/copyright: OK (sha256: 299e00f3afc0e6ea0685340df73ad444e58e6fe0229989ba0983f5f33e275c41) >>> initscripts Collecting legal info >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jose 11 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> host-meson 0.63.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> kbd 2.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) CREDITS: OK (sha256: 5a16340fe773f422144b436df90319114a2884933c56e9be6fad642e59be5e1f) >>> kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libksba 1.6.0 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libldns 1.8.3 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libxml2 2.10.2 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libyang 2.0.194 Collecting legal info LICENSE: OK (sha256: 0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb) >>> libzip 1.9.2 Collecting legal info LICENSE: OK (sha256: 01c022eca6d566e2e8792fd0f091a28653b2a608319922bcd4de91c49d1438e1) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> lsof 4.96.3 Collecting legal info dialects/linux/dproto.h: OK (sha256: 32a728188b19bf86917659d904ab29d0a294b4506e1c98b8b7f1c70ab4975fe1) >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> mbpfan 2.3.0 Collecting legal info COPYING: OK (sha256: 589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2) >>> mtr 0.94 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> multicat 2.3 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) >>> net-tools 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> netatalk 3.1.13 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7599ae145e53be03a08f8b558b2f2e0c828e1630f1843cc04f41981b8cefcd65) >>> noip 2.1.9 Collecting legal info COPYING: OK (sha256: 5aaf7e9e1790c6e372b6c5dec8c6c4b60504414a8c56f64c3071d281d3c251fa) >>> olsr 0.9.8 Collecting legal info license.txt: OK (sha256: 7dcf1fb93ef105e2708b02603bb6ee443115d4819fbf2c5a3a001b46887acb9a) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> optee-client 3.18.0 Collecting legal info LICENSE: OK (sha256: fda8385993f112d7ca61b88b54ba5b4cbeec7e43a0f9b317d5186703c1985e8f) >>> paho-mqtt-c 1.3.10 Collecting legal info epl-v20: OK (sha256: 0becf16567beb77fa252b7664631dd177c8f9a1889e48995b45379c7130e5303) edl-v10: OK (sha256: 83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c) LICENSE: OK (sha256: bc0f3f447097eb82a29ad6c2f4929572bb548b6bd4c9e38fde1bf131a771b7a0) >>> host-parted 3.4 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> host-rust-bin 1.62.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> host-sentry-cli 1.59.0 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> trousers 0.3.15 Collecting legal info LICENSE: OK (sha256: 1ad596d12e7471549663c03e280b5b5d084a2e853fb86e4d766109818f9d7dae) >>> tz Collecting legal info >>> host-tzdata 2022c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2022c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> uacme 1.7.3 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> vuejs 3.2.33 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> webp 1.2.4 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> wolfssl 5.5.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: b23c1da1f85d699d3288d73c952b4cd02760d23dc1ddc1b221cbb8be82387189) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-3/buildroot'