find /home/thomas/autobuild/instance-1/output-1/target/lib/ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/ /home/thomas/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/thomas/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/man /home/thomas/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/info /home/thomas/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/doc /home/thomas/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-1/output-1/target/lib/debug /home/thomas/autobuild/instance-1/output-1/target/usr/lib/debug find /home/thomas/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/thomas/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/thomas/autobuild/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/thomas/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/thomas/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-489-g73b001dd81"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08.2"; \ echo "PRETTY_NAME=\"Buildroot 2022.08.2\"" \ ) > /home/thomas/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-1/output-1/per-package /home/thomas/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs printf ' - - input -1 * - - - Input device group\n - - kvm -1 * - - - kvm nodes\n\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.romfs mkdir -p /home/thomas/autobuild/instance-1/output-1/images rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-1/output-1/target/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/thomas/autobuild/instance-1/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/thomas/autobuild/instance-1/output-1/host/bin/genromfs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target -f /home/thomas/autobuild/instance-1/output-1/images/rootfs.romfs\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target table='/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-1/output-1/images rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-1/output-1/target/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-1/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 1922 objects. stage 2: creating image '/home/thomas/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/1922 0% [ ] 2/1922 0% [ ] 3/1922 0% [ ] 4/1922 0% [ ] 5/1922 0% [ ] 6/1922 0% [ ] 7/1922 0% [ ] 8/1922 0% [ ] 9/1922 0% [ ] 10/1922 0% [ ] 11/1922 0% [ ] 12/1922 0% [ ] 13/1922 0% [ ] 14/1922 0% [ ] 15/1922 0% [ ] 16/1922 0% [ ] 17/1922 0% [ ] 18/1922 0% [ ] 19/1922 0% [ ] 20/1922 1% [ ] 21/1922 1% [ ] 22/1922 1% [ ] 23/1922 1% [ ] 24/1922 1% [ ] 25/1922 1% [ ] 26/1922 1% [ ] 27/1922 1% [ ] 28/1922 1% [ ] 29/1922 1% [ ] 30/1922 1% [= ] 31/1922 1% [= ] 32/1922 1% [= ] 33/1922 1% [= ] 34/1922 1% [= ] 35/1922 1% [= ] 36/1922 1% [= ] 37/1922 1% [= ] 38/1922 1% [= ] 39/1922 2% [= ] 40/1922 2% [= ] 41/1922 2% [= ] 42/1922 2% [= ] 43/1922 2% [= ] 44/1922 2% [= ] 45/1922 2% [= ] 46/1922 2% [= ] 47/1922 2% [= ] 48/1922 2% [= ] 49/1922 2% [= ] 50/1922 2% [= ] 51/1922 2% [= ] 52/1922 2% [= ] 53/1922 2% [= ] 54/1922 2% [= ] 55/1922 2% [= ] 56/1922 2% [= ] 57/1922 2% [= ] 58/1922 3% [= ] 59/1922 3% [= ] 60/1922 3% [= ] 61/1922 3% [== ] 62/1922 3% [== ] 63/1922 3% [== ] 64/1922 3% [== ] 65/1922 3% [== ] 66/1922 3% [== ] 67/1922 3% [== ] 68/1922 3% [== ] 69/1922 3% [== ] 70/1922 3% [== ] 71/1922 3% [== ] 72/1922 3% [== ] 73/1922 3% [== ] 74/1922 3% [== ] 75/1922 3% [== ] 76/1922 3% [== ] 77/1922 4% [== ] 78/1922 4% [== ] 79/1922 4% [== ] 80/1922 4% [== ] 81/1922 4% [== ] 82/1922 4% [== ] 83/1922 4% [== ] 84/1922 4% [== ] 85/1922 4% [== ] 86/1922 4% [== ] 87/1922 4% [== ] 88/1922 4% [== ] 89/1922 4% [== ] 90/1922 4% [== ] 91/1922 4% [== ] 92/1922 4% [=== ] 93/1922 4% [=== ] 94/1922 4% [=== ] 95/1922 4% [=== ] 96/1922 4% [=== ] 97/1922 5% [=== ] 98/1922 5% [=== ] 99/1922 5% [=== ] 100/1922 5% [=== ] 101/1922 5% [=== ] 102/1922 5% [=== ] 103/1922 5% [=== ] 104/1922 5% [=== ] 105/1922 5% [=== ] 106/1922 5% [=== ] 107/1922 5% [=== ] 108/1922 5% [=== ] 109/1922 5% [=== ] 110/1922 5% [=== ] 111/1922 5% [=== ] 112/1922 5% [=== ] 113/1922 5% [=== ] 114/1922 5% [=== ] 115/1922 5% [=== ] 116/1922 6% [=== ] 117/1922 6% [=== ] 118/1922 6% [=== ] 119/1922 6% [=== ] 120/1922 6% [=== ] 121/1922 6% [=== ] 122/1922 6% [=== ] 123/1922 6% [==== ] 124/1922 6% [==== ] 125/1922 6% [==== ] 126/1922 6% [==== ] 127/1922 6% [==== ] 128/1922 6% [==== ] 129/1922 6% [==== ] 130/1922 6% [==== ] 131/1922 6% [==== ] 132/1922 6% [==== ] 133/1922 6% [==== ] 134/1922 6% [==== ] 135/1922 7% [==== ] 136/1922 7% [==== ] 137/1922 7% [==== ] 138/1922 7% [==== ] 139/1922 7% [==== ] 140/1922 7% [==== ] 141/1922 7% [==== ] 142/1922 7% [==== ] 143/1922 7% [==== ] 144/1922 7% [==== ] 145/1922 7% [==== ] 146/1922 7% [==== ] 147/1922 7% [==== ] 148/1922 7% [==== ] 149/1922 7% [==== ] 150/1922 7% [==== ] 151/1922 7% [==== ] 152/1922 7% [==== ] 153/1922 7% [==== ] 154/1922 8% [===== ] 155/1922 8% [===== ] 156/1922 8% [===== ] 157/1922 8% [===== ] 158/1922 8% [===== ] 159/1922 8% [===== ] 160/1922 8% [===== ] 161/1922 8% [===== ] 162/1922 8% [===== ] 163/1922 8% [===== ] 164/1922 8% [===== ] 165/1922 8% [===== ] 166/1922 8% [===== ] 167/1922 8% [===== ] 168/1922 8% [===== ] 169/1922 8% [===== ] 170/1922 8% [===== ] 171/1922 8% [===== ] 172/1922 8% [===== ] 173/1922 9% [===== ] 174/1922 9% [===== ] 175/1922 9% [===== ] 176/1922 9% [===== ] 177/1922 9% [===== ] 178/1922 9% [===== ] 179/1922 9% [===== ] 180/1922 9% [===== ] 181/1922 9% [===== ] 182/1922 9% [===== ] 183/1922 9% [===== ] 184/1922 9% [===== ] 185/1922 9% [====== ] 186/1922 9% [====== ] 187/1922 9% [====== ] 188/1922 9% [====== ] 189/1922 9% [====== ] 190/1922 9% [====== ] 191/1922 9% [====== ] 192/1922 9% [====== ] 193/1922 10% [====== ] 194/1922 10% [====== ] 195/1922 10% [====== ] 196/1922 10% [====== ] 197/1922 10% [====== ] 198/1922 10% [====== ] 199/1922 10% [====== ] 200/1922 10% [====== ] 201/1922 10% [====== ] 202/1922 10% [====== ] 203/1922 10% [====== ] 204/1922 10% [====== ] 205/1922 10% [====== ] 206/1922 10% [====== ] 207/1922 10% [====== ] 208/1922 10% [====== ] 209/1922 10% [====== ] 210/1922 10% [====== ] 211/1922 10% [====== ] 212/1922 11% [====== ] 213/1922 11% [====== ] 214/1922 11% [====== ] 215/1922 11% [====== ] 216/1922 11% [======= ] 217/1922 11% [======= ] 218/1922 11% [======= ] 219/1922 11% [======= ] 220/1922 11% [======= ] 221/1922 11% [======= ] 222/1922 11% [======= ] 223/1922 11% [======= ] 224/1922 11% [======= ] 225/1922 11% [======= ] 226/1922 11% [======= ] 227/1922 11% [======= ] 228/1922 11% [======= ] 229/1922 11% [======= ] 230/1922 11% [======= ] 231/1922 12% [======= ] 232/1922 12% [======= ] 233/1922 12% [======= ] 234/1922 12% [======= ] 235/1922 12% [======= ] 236/1922 12% [======= ] 237/1922 12% [======= ] 238/1922 12% [======= ] 239/1922 12% [======= ] 240/1922 12% [======= ] 241/1922 12% [======= ] 242/1922 12% [======= ] 243/1922 12% [======= ] 244/1922 12% [======= ] 245/1922 12% [======= ] 246/1922 12% [======= ] 247/1922 12% [======== ] 248/1922 12% [======== ] 249/1922 12% [======== ] 250/1922 13% [======== ] 251/1922 13% [======== ] 252/1922 13% [======== ] 253/1922 13% [======== ] 254/1922 13% [======== ] 255/1922 13% [======== ] 256/1922 13% [======== ] 257/1922 13% [======== ] 258/1922 13% [======== ] 259/1922 13% [======== ] 260/1922 13% [======== ] 261/1922 13% [======== ] 262/1922 13% [======== ] 263/1922 13% [======== ] 264/1922 13% [======== ] 265/1922 13% [======== ] 266/1922 13% [======== ] 267/1922 13% [======== ] 268/1922 13% [======== ] 269/1922 13% [======== ] 270/1922 14% [======== ] 271/1922 14% [======== ] 272/1922 14% [======== ] 273/1922 14% [======== ] 274/1922 14% [======== ] 275/1922 14% [======== ] 276/1922 14% [======== ] 277/1922 14% [======== ] 278/1922 14% [========= ] 279/1922 14% [========= ] 280/1922 14% [========= ] 281/1922 14% [========= ] 282/1922 14% [========= ] 283/1922 14% [========= ] 284/1922 14% [========= ] 285/1922 14% [========= ] 286/1922 14% [========= ] 287/1922 14% [========= ] 288/1922 14% [========= ] 289/1922 15% [========= ] 290/1922 15% [========= ] 291/1922 15% [========= ] 292/1922 15% [========= ] 293/1922 15% [========= ] 294/1922 15% [========= ] 295/1922 15% [========= ] 296/1922 15% [========= ] 297/1922 15% [========= ] 298/1922 15% [========= ] 299/1922 15% [========= ] 300/1922 15% [========= ] 301/1922 15% [========= ] 302/1922 15% [========= ] 303/1922 15% [========= ] 304/1922 15% [========= ] 305/1922 15% [========= ] 306/1922 15% [========= ] 307/1922 15% [========= ] 308/1922 16% [========= ] 309/1922 16% [========== ] 310/1922 16% [========== ] 311/1922 16% [========== ] 312/1922 16% [========== ] 313/1922 16% [========== ] 314/1922 16% [========== ] 315/1922 16% [========== ] 316/1922 16% [========== ] 317/1922 16% [========== ] 318/1922 16% [========== ] 319/1922 16% [========== ] 320/1922 16% [========== ] 321/1922 16% [========== ] 322/1922 16% [========== ] 323/1922 16% [========== ] 324/1922 16% [========== ] 325/1922 16% [========== ] 326/1922 16% [========== ] 327/1922 17% [========== ] 328/1922 17% [========== ] 329/1922 17% [========== ] 330/1922 17% [========== ] 331/1922 17% [========== ] 332/1922 17% [========== ] 333/1922 17% [========== ] 334/1922 17% [========== ] 335/1922 17% [========== ] 336/1922 17% [========== ] 337/1922 17% [========== ] 338/1922 17% [========== ] 339/1922 17% [========== ] 340/1922 17% [=========== ] 341/1922 17% [=========== ] 342/1922 17% [=========== ] 343/1922 17% [=========== ] 344/1922 17% [=========== ] 345/1922 17% [=========== ] 346/1922 18% [=========== ] 347/1922 18% [=========== ] 348/1922 18% [=========== ] 349/1922 18% [=========== ] 350/1922 18% [=========== ] 351/1922 18% [=========== ] 352/1922 18% [=========== ] 353/1922 18% [=========== ] 354/1922 18% [=========== ] 355/1922 18% [=========== ] 356/1922 18% [=========== ] 357/1922 18% [=========== ] 358/1922 18% [=========== ] 359/1922 18% [=========== ] 360/1922 18% [=========== ] 361/1922 18% [=========== ] 362/1922 18% [=========== ] 363/1922 18% [=========== ] 364/1922 18% [=========== ] 365/1922 18% [=========== ] 366/1922 19% [=========== ] 367/1922 19% [=========== ] 368/1922 19% [=========== ] 369/1922 19% [=========== ] 370/1922 19% [=========== ] 371/1922 19% [============ ] 372/1922 19% [============ ] 373/1922 19% [============ ] 374/1922 19% [============ ] 375/1922 19% [============ ] 376/1922 19% [============ ] 377/1922 19% [============ ] 378/1922 19% [============ ] 379/1922 19% [============ ] 380/1922 19% [============ ] 381/1922 19% [============ ] 382/1922 19% [============ ] 383/1922 19% [============ ] 384/1922 19% [============ ] 385/1922 20% [============ ] 386/1922 20% [============ ] 387/1922 20% [============ ] 388/1922 20% [============ ] 389/1922 20% [============ ] 390/1922 20% [============ ] 391/1922 20% [============ ] 392/1922 20% [============ ] 393/1922 20% [============ ] 394/1922 20% [============ ] 395/1922 20% [============ ] 396/1922 20% [============ ] 397/1922 20% [============ ] 398/1922 20% [============ ] 399/1922 20% [============ ] 400/1922 20% [============ ] 401/1922 20% [============ ] 402/1922 20% [============= ] 403/1922 20% [============= ] 404/1922 21% [============= ] 405/1922 21% [============= ] 406/1922 21% [============= ] 407/1922 21% [============= ] 408/1922 21% [============= ] 409/1922 21% [============= ] 410/1922 21% [============= ] 411/1922 21% [============= ] 412/1922 21% [============= ] 413/1922 21% [============= ] 414/1922 21% [============= ] 415/1922 21% [============= ] 416/1922 21% [============= ] 417/1922 21% [============= ] 418/1922 21% [============= ] 419/1922 21% [============= ] 420/1922 21% [============= ] 421/1922 21% [============= ] 422/1922 21% [============= ] 423/1922 22% [============= ] 424/1922 22% [============= ] 425/1922 22% [============= ] 426/1922 22% [============= ] 427/1922 22% [============= ] 428/1922 22% [============= ] 429/1922 22% [============= ] 430/1922 22% [============= ] 431/1922 22% [============= ] 432/1922 22% [============= ] 433/1922 22% [============== ] 434/1922 22% [============== ] 435/1922 22% [============== ] 436/1922 22% [============== ] 437/1922 22% [============== ] 438/1922 22% [============== ] 439/1922 22% [============== ] 440/1922 22% [============== ] 441/1922 22% [============== ] 442/1922 22% [============== ] 443/1922 23% [============== ] 444/1922 23% [============== ] 445/1922 23% [============== ] 446/1922 23% [============== ] 447/1922 23% [============== ] 448/1922 23% [============== ] 449/1922 23% [============== ] 450/1922 23% [============== ] 451/1922 23% [============== ] 452/1922 23% [============== ] 453/1922 23% [============== ] 454/1922 23% [============== ] 455/1922 23% [============== ] 456/1922 23% [============== ] 457/1922 23% [============== ] 458/1922 23% [============== ] 459/1922 23% [============== ] 460/1922 23% [============== ] 461/1922 23% [============== ] 462/1922 24% [============== ] 463/1922 24% [============== ] 464/1922 24% [=============== ] 465/1922 24% [=============== ] 466/1922 24% [=============== ] 467/1922 24% [=============== ] 468/1922 24% [=============== ] 469/1922 24% [=============== ] 470/1922 24% [=============== ] 471/1922 24% [=============== ] 472/1922 24% [=============== ] 473/1922 24% [=============== ] 474/1922 24% [=============== ] 475/1922 24% [=============== ] 476/1922 24% [=============== ] 477/1922 24% [=============== ] 478/1922 24% [=============== ] 479/1922 24% [=============== ] 480/1922 24% [=============== ] 481/1922 25% [=============== ] 482/1922 25% [=============== ] 483/1922 25% [=============== ] 484/1922 25% [=============== ] 485/1922 25% [=============== ] 486/1922 25% [=============== ] 487/1922 25% [=============== ] 488/1922 25% [=============== ] 489/1922 25% [=============== ] 490/1922 25% [=============== ] 491/1922 25% [=============== ] 492/1922 25% [=============== ] 493/1922 25% [=============== ] 494/1922 25% [=============== ] 495/1922 25% [================ ] 496/1922 25% [================ ] 497/1922 25% [================ ] 498/1922 25% [================ ] 499/1922 25% [================ ] 500/1922 26% [================ ] 501/1922 26% [================ ] 502/1922 26% [================ ] 503/1922 26% [================ ] 504/1922 26% [================ ] 505/1922 26% [================ ] 506/1922 26% [================ ] 507/1922 26% [================ ] 508/1922 26% [================ ] 509/1922 26% [================ ] 510/1922 26% [================ ] 511/1922 26% [================ ] 512/1922 26% [================ ] 513/1922 26% [================ ] 514/1922 26% [================ ] 515/1922 26% [================ ] 516/1922 26% [================ ] 517/1922 26% [================ ] 518/1922 26% [================ ] 519/1922 27% [================ ] 520/1922 27% [================ ] 521/1922 27% [================ ] 522/1922 27% [================ ] 523/1922 27% [================ ] 524/1922 27% [================ ] 525/1922 27% [================ ] 526/1922 27% [================= ] 527/1922 27% [================= ] 528/1922 27% [================= ] 529/1922 27% [================= ] 530/1922 27% [================= ] 531/1922 27% [================= ] 532/1922 27% [================= ] 533/1922 27% [================= ] 534/1922 27% [================= ] 535/1922 27% [================= ] 536/1922 27% [================= ] 537/1922 27% [================= ] 538/1922 27% [================= ] 539/1922 28% [================= ] 540/1922 28% [================= ] 541/1922 28% [================= ] 542/1922 28% [================= ] 543/1922 28% [================= ] 544/1922 28% [================= ] 545/1922 28% [================= ] 546/1922 28% [================= ] 547/1922 28% [================= ] 548/1922 28% [================= ] 549/1922 28% [================= ] 550/1922 28% [================= ] 551/1922 28% [================= ] 552/1922 28% [================= ] 553/1922 28% [================= ] 554/1922 28% [================= ] 555/1922 28% [================= ] 556/1922 28% [================= ] 557/1922 28% [================== ] 558/1922 29% [================== ] 559/1922 29% [================== ] 560/1922 29% [================== ] 561/1922 29% [================== ] 562/1922 29% [================== ] 563/1922 29% [================== ] 564/1922 29% [================== ] 565/1922 29% [================== ] 566/1922 29% [================== ] 567/1922 29% [================== ] 568/1922 29% [================== ] 569/1922 29% [================== ] 570/1922 29% [================== ] 571/1922 29% [================== ] 572/1922 29% [================== ] 573/1922 29% [================== ] 574/1922 29% [================== ] 575/1922 29% [================== ] 576/1922 29% [================== ] 577/1922 30% [================== ] 578/1922 30% [================== ] 579/1922 30% [================== ] 580/1922 30% [================== ] 581/1922 30% [================== ] 582/1922 30% [================== ] 583/1922 30% [================== ] 584/1922 30% [================== ] 585/1922 30% [================== ] 586/1922 30% [================== ] 587/1922 30% [================== ] 588/1922 30% [=================== ] 589/1922 30% [=================== ] 590/1922 30% [=================== ] 591/1922 30% [=================== ] 592/1922 30% [=================== ] 593/1922 30% [=================== ] 594/1922 30% [=================== ] 595/1922 30% [=================== ] 596/1922 31% [=================== ] 597/1922 31% [=================== ] 598/1922 31% [=================== ] 599/1922 31% [=================== ] 600/1922 31% [=================== ] 601/1922 31% [=================== ] 602/1922 31% [=================== ] 603/1922 31% [=================== ] 604/1922 31% [=================== ] 605/1922 31% [=================== ] 606/1922 31% [=================== ] 607/1922 31% [=================== ] 608/1922 31% [=================== ] 609/1922 31% [=================== ] 610/1922 31% [=================== ] 611/1922 31% [=================== ] 612/1922 31% [=================== ] 613/1922 31% [=================== ] 614/1922 31% [=================== ] 615/1922 31% [=================== ] 616/1922 32% [=================== ] 617/1922 32% [=================== ] 618/1922 32% [=================== ] 619/1922 32% [==================== ] 620/1922 32% [==================== ] 621/1922 32% [==================== ] 622/1922 32% [==================== ] 623/1922 32% [==================== ] 624/1922 32% [==================== ] 625/1922 32% [==================== ] 626/1922 32% [==================== ] 627/1922 32% [==================== ] 628/1922 32% [==================== ] 629/1922 32% [==================== ] 630/1922 32% [==================== ] 631/1922 32% [==================== ] 632/1922 32% [==================== ] 633/1922 32% [==================== ] 634/1922 32% [==================== ] 635/1922 33% [==================== ] 636/1922 33% [==================== ] 637/1922 33% [==================== ] 638/1922 33% [==================== ] 639/1922 33% [==================== ] 640/1922 33% [==================== ] 641/1922 33% [==================== ] 642/1922 33% [==================== ] 643/1922 33% [==================== ] 644/1922 33% [==================== ] 645/1922 33% [==================== ] 646/1922 33% [==================== ] 647/1922 33% [==================== ] 648/1922 33% [==================== ] 649/1922 33% [==================== ] 650/1922 33% [===================== ] 651/1922 33% [===================== ] 652/1922 33% [===================== ] 653/1922 33% [===================== ] 654/1922 34% [===================== ] 655/1922 34% [===================== ] 656/1922 34% [===================== ] 657/1922 34% [===================== ] 658/1922 34% [===================== ] 659/1922 34% [===================== ] 660/1922 34% [===================== ] 661/1922 34% [===================== ] 662/1922 34% [===================== ] 663/1922 34% [===================== ] 664/1922 34% [===================== ] 665/1922 34% [===================== ] 666/1922 34% [===================== ] 667/1922 34% [===================== ] 668/1922 34% [===================== ] 669/1922 34% [===================== ] 670/1922 34% [===================== ] 671/1922 34% [===================== ] 672/1922 34% [===================== ] 673/1922 35% [===================== ] 674/1922 35% [===================== ] 675/1922 35% [===================== ] 676/1922 35% [===================== ] 677/1922 35% [===================== ] 678/1922 35% [===================== ] 679/1922 35% [===================== ] 680/1922 35% [===================== ] 681/1922 35% [====================== ] 682/1922 35% [====================== ] 683/1922 35% [====================== ] 684/1922 35% [====================== ] 685/1922 35% [====================== ] 686/1922 35% [====================== ] 687/1922 35% [====================== ] 688/1922 35% [====================== ] 689/1922 35% [====================== ] 690/1922 35% [====================== ] 691/1922 35% [====================== ] 692/1922 36% [====================== ] 693/1922 36% [====================== ] 694/1922 36% [====================== ] 695/1922 36% [====================== ] 696/1922 36% [====================== ] 697/1922 36% [====================== ] 698/1922 36% [====================== ] 699/1922 36% [====================== ] 700/1922 36% [====================== ] 701/1922 36% [====================== ] 702/1922 36% [====================== ] 703/1922 36% [====================== ] 704/1922 36% [====================== ] 705/1922 36% [====================== ] 706/1922 36% [====================== ] 707/1922 36% [====================== ] 708/1922 36% [====================== ] 709/1922 36% [====================== ] 710/1922 36% [====================== ] 711/1922 36% [====================== ] 712/1922 37% [======================= ] 713/1922 37% [======================= ] 714/1922 37% [======================= ] 715/1922 37% [======================= ] 716/1922 37% [======================= ] 717/1922 37% [======================= ] 718/1922 37% [======================= ] 719/1922 37% [======================= ] 720/1922 37% [======================= ] 721/1922 37% [======================= ] 722/1922 37% [======================= ] 723/1922 37% [======================= ] 724/1922 37% [======================= ] 725/1922 37% [======================= ] 726/1922 37% [======================= ] 727/1922 37% [======================= ] 728/1922 37% [======================= ] 729/1922 37% [======================= ] 730/1922 37% [======================= ] 731/1922 38% [======================= ] 732/1922 38% [======================= ] 733/1922 38% [======================= ] 734/1922 38% [======================= ] 735/1922 38% [======================= ] 736/1922 38% [======================= ] 737/1922 38% [======================= ] 738/1922 38% [======================= ] 739/1922 38% [======================= ] 740/1922 38% [======================= ] 741/1922 38% [======================= ] 742/1922 38% [======================= ] 743/1922 38% [======================== ] 744/1922 38% [======================== ] 745/1922 38% [======================== ] 746/1922 38% [======================== ] 747/1922 38% [======================== ] 748/1922 38% [======================== ] 749/1922 38% [======================== ] 750/1922 39% [======================== ] 751/1922 39% [======================== ] 752/1922 39% [======================== ] 753/1922 39% [======================== ] 754/1922 39% [======================== ] 755/1922 39% [======================== ] 756/1922 39% [======================== ] 757/1922 39% [======================== ] 758/1922 39% [======================== ] 759/1922 39% [======================== ] 760/1922 39% [======================== ] 761/1922 39% [======================== ] 762/1922 39% [======================== ] 763/1922 39% [======================== ] 764/1922 39% [======================== ] 765/1922 39% [======================== ] 766/1922 39% [======================== ] 767/1922 39% [======================== ] 768/1922 39% [======================== ] 769/1922 40% [======================== ] 770/1922 40% [======================== ] 771/1922 40% [======================== ] 772/1922 40% [======================== ] 773/1922 40% [======================== ] 774/1922 40% [========================= ] 775/1922 40% [========================= ] 776/1922 40% [========================= ] 777/1922 40% [========================= ] 778/1922 40% [========================= ] 779/1922 40% [========================= ] 780/1922 40% [========================= ] 781/1922 40% [========================= ] 782/1922 40% [========================= ] 783/1922 40% [========================= ] 784/1922 40% [========================= ] 785/1922 40% [========================= ] 786/1922 40% [========================= ] 787/1922 40% [========================= ] 788/1922 40% [========================= ] 789/1922 41% [========================= ] 790/1922 41% [========================= ] 791/1922 41% [========================= ] 792/1922 41% [========================= ] 793/1922 41% [========================= ] 794/1922 41% [========================= ] 795/1922 41% [========================= ] 796/1922 41% [========================= ] 797/1922 41% [========================= ] 798/1922 41% [========================= ] 799/1922 41% [========================= ] 800/1922 41% [========================= ] 801/1922 41% [========================= ] 802/1922 41% [========================= ] 803/1922 41% [========================= ] 804/1922 41% [========================= ] 805/1922 41% [========================== ] 806/1922 41% [========================== ] 807/1922 41% [========================== ] 808/1922 42% [========================== ] 809/1922 42% [========================== ] 810/1922 42% [========================== ] 811/1922 42% [========================== ] 812/1922 42% [========================== ] 813/1922 42% [========================== ] 814/1922 42% [========================== ] 815/1922 42% [========================== ] 816/1922 42% [========================== ] 817/1922 42% [========================== ] 818/1922 42% [========================== ] 819/1922 42% [========================== ] 820/1922 42% [========================== ] 821/1922 42% [========================== ] 822/1922 42% [========================== ] 823/1922 42% [========================== ] 824/1922 42% [========================== ] 825/1922 42% [========================== ] 826/1922 42% [========================== ] 827/1922 43% [========================== ] 828/1922 43% [========================== ] 829/1922 43% [========================== ] 830/1922 43% [========================== ] 831/1922 43% [========================== ] 832/1922 43% [========================== ] 833/1922 43% [========================== ] 834/1922 43% [========================== ] 835/1922 43% [========================== ] 836/1922 43% [=========================== ] 837/1922 43% [=========================== ] 838/1922 43% [=========================== ] 839/1922 43% [=========================== ] 840/1922 43% [=========================== ] 841/1922 43% [=========================== ] 842/1922 43% [=========================== ] 843/1922 43% [=========================== ] 844/1922 43% [=========================== ] 845/1922 43% [=========================== ] 846/1922 44% [=========================== ] 847/1922 44% [=========================== ] 848/1922 44% [=========================== ] 849/1922 44% [=========================== ] 850/1922 44% [=========================== ] 851/1922 44% [=========================== ] 852/1922 44% [=========================== ] 853/1922 44% [=========================== ] 854/1922 44% [=========================== ] 855/1922 44% [=========================== ] 856/1922 44% [=========================== ] 857/1922 44% [=========================== ] 858/1922 44% [=========================== ] 859/1922 44% [=========================== ] 860/1922 44% [=========================== ] 861/1922 44% [=========================== ] 862/1922 44% [=========================== ] 863/1922 44% [=========================== ] 864/1922 44% [=========================== ] 865/1922 45% [=========================== ] 866/1922 45% [=========================== ] 867/1922 45% [============================ ] 868/1922 45% [============================ ] 869/1922 45% [============================ ] 870/1922 45% [============================ ] 871/1922 45% [============================ ] 872/1922 45% [============================ ] 873/1922 45% [============================ ] 874/1922 45% [============================ ] 875/1922 45% [============================ ] 876/1922 45% [============================ ] 877/1922 45% [============================ ] 878/1922 45% [============================ ] 879/1922 45% [============================ ] 880/1922 45% [============================ ] 881/1922 45% [============================ ] 882/1922 45% [============================ ] 883/1922 45% [============================ ] 884/1922 45% [============================ ] 885/1922 46% [============================ ] 886/1922 46% [============================ ] 887/1922 46% [============================ ] 888/1922 46% [============================ ] 889/1922 46% [============================ ] 890/1922 46% [============================ ] 891/1922 46% [============================ ] 892/1922 46% [============================ ] 893/1922 46% [============================ ] 894/1922 46% [============================ ] 895/1922 46% [============================ ] 896/1922 46% [============================ ] 897/1922 46% [============================ ] 898/1922 46% [============================= ] 899/1922 46% [============================= ] 900/1922 46% [============================= ] 901/1922 46% [============================= ] 902/1922 46% [============================= ] 903/1922 46% [============================= ] 904/1922 47% [============================= ] 905/1922 47% [============================= ] 906/1922 47% [============================= ] 907/1922 47% [============================= ] 908/1922 47% [============================= ] 909/1922 47% [============================= ] 910/1922 47% [============================= ] 911/1922 47% [============================= ] 912/1922 47% [============================= ] 913/1922 47% [============================= ] 914/1922 47% [============================= ] 915/1922 47% [============================= ] 916/1922 47% [============================= ] 917/1922 47% [============================= ] 918/1922 47% [============================= ] 919/1922 47% [============================= ] 920/1922 47% [============================= ] 921/1922 47% [============================= ] 922/1922 47% [============================= ] 923/1922 48% [============================= ] 924/1922 48% [============================= ] 925/1922 48% [============================= ] 926/1922 48% [============================= ] 927/1922 48% [============================= ] 928/1922 48% [============================= ] 929/1922 48% [============================== ] 930/1922 48% [============================== ] 931/1922 48% [============================== ] 932/1922 48% [============================== ] 933/1922 48% [============================== ] 934/1922 48% [============================== ] 935/1922 48% [============================== ] 936/1922 48% [============================== ] 937/1922 48% [============================== ] 938/1922 48% [============================== ] 939/1922 48% [============================== ] 940/1922 48% [============================== ] 941/1922 48% [============================== ] 942/1922 49% [============================== ] 943/1922 49% [============================== ] 944/1922 49% [============================== ] 945/1922 49% [============================== ] 946/1922 49% [============================== ] 947/1922 49% [============================== ] 948/1922 49% [============================== ] 949/1922 49% [============================== ] 950/1922 49% [============================== ] 951/1922 49% [============================== ] 952/1922 49% [============================== ] 953/1922 49% [============================== ] 954/1922 49% [============================== ] 955/1922 49% [============================== ] 956/1922 49% [============================== ] 957/1922 49% [============================== ] 958/1922 49% [============================== ] 959/1922 49% [============================== ] 960/1922 49% [=============================== ] 961/1922 50% [=============================== ] 962/1922 50% [=============================== ] 963/1922 50% [=============================== ] 964/1922 50% [=============================== ] 965/1922 50% [=============================== ] 966/1922 50% [=============================== ] 967/1922 50% [=============================== ] 968/1922 50% [=============================== ] 969/1922 50% [=============================== ] 970/1922 50% [=============================== ] 971/1922 50% [=============================== ] 972/1922 50% [=============================== ] 973/1922 50% [=============================== ] 974/1922 50% [=============================== ] 975/1922 50% [=============================== ] 976/1922 50% [=============================== ] 977/1922 50% [=============================== ] 978/1922 50% [=============================== ] 979/1922 50% [=============================== ] 980/1922 50% [=============================== ] 981/1922 51% [=============================== ] 982/1922 51% [=============================== ] 983/1922 51% [=============================== ] 984/1922 51% [=============================== ] 985/1922 51% [=============================== ] 986/1922 51% [=============================== ] 987/1922 51% [=============================== ] 988/1922 51% [=============================== ] 989/1922 51% [=============================== ] 990/1922 51% [=============================== ] 991/1922 51% [================================ ] 992/1922 51% [================================ ] 993/1922 51% [================================ ] 994/1922 51% [================================ ] 995/1922 51% [================================ ] 996/1922 51% [================================ ] 997/1922 51% [================================ ] 998/1922 51% [================================ ] 999/1922 51% [================================ ] 1000/1922 52% [================================ ] 1001/1922 52% [================================ ] 1002/1922 52% [================================ ] 1003/1922 52% [================================ ] 1004/1922 52% [================================ ] 1005/1922 52% [================================ ] 1006/1922 52% [================================ ] 1007/1922 52% [================================ ] 1008/1922 52% [================================ ] 1009/1922 52% [================================ ] 1010/1922 52% [================================ ] 1011/1922 52% [================================ ] 1012/1922 52% [================================ ] 1013/1922 52% [================================ ] 1014/1922 52% [================================ ] 1015/1922 52% [================================ ] 1016/1922 52% [================================ ] 1017/1922 52% [================================ ] 1018/1922 52% [================================ ] 1019/1922 53% [================================ ] 1020/1922 53% [================================ ] 1021/1922 53% [================================ ] 1022/1922 53% [================================= ] 1023/1922 53% [================================= ] 1024/1922 53% [================================= ] 1025/1922 53% [================================= ] 1026/1922 53% [================================= ] 1027/1922 53% [================================= ] 1028/1922 53% [================================= ] 1029/1922 53% [================================= ] 1030/1922 53% [================================= ] 1031/1922 53% [================================= ] 1032/1922 53% [================================= ] 1033/1922 53% [================================= ] 1034/1922 53% [================================= ] 1035/1922 53% [================================= ] 1036/1922 53% [================================= ] 1037/1922 53% [================================= ] 1038/1922 54% [================================= ] 1039/1922 54% [================================= ] 1040/1922 54% [================================= ] 1041/1922 54% [================================= ] 1042/1922 54% [================================= ] 1043/1922 54% [================================= ] 1044/1922 54% [================================= ] 1045/1922 54% [================================= ] 1046/1922 54% [================================= ] 1047/1922 54% [================================= ] 1048/1922 54% [================================= ] 1049/1922 54% [================================= ] 1050/1922 54% [================================= ] 1051/1922 54% [================================= ] 1052/1922 54% [================================= ] 1053/1922 54% [================================== ] 1054/1922 54% [================================== ] 1055/1922 54% [================================== ] 1056/1922 54% [================================== ] 1057/1922 54% [================================== ] 1058/1922 55% [================================== ] 1059/1922 55% [================================== ] 1060/1922 55% [================================== ] 1061/1922 55% [================================== ] 1062/1922 55% [================================== ] 1063/1922 55% [================================== ] 1064/1922 55% [================================== ] 1065/1922 55% [================================== ] 1066/1922 55% [================================== ] 1067/1922 55% [================================== ] 1068/1922 55% [================================== ] 1069/1922 55% [================================== ] 1070/1922 55% [================================== ] 1071/1922 55% [================================== ] 1072/1922 55% [================================== ] 1073/1922 55% [================================== ] 1074/1922 55% [================================== ] 1075/1922 55% [================================== ] 1076/1922 55% [================================== ] 1077/1922 56% [================================== ] 1078/1922 56% [================================== ] 1079/1922 56% [================================== ] 1080/1922 56% [================================== ] 1081/1922 56% [================================== ] 1082/1922 56% [================================== ] 1083/1922 56% [================================== ] 1084/1922 56% [=================================== ] 1085/1922 56% [=================================== ] 1086/1922 56% [=================================== ] 1087/1922 56% [=================================== ] 1088/1922 56% [=================================== ] 1089/1922 56% [=================================== ] 1090/1922 56% [=================================== ] 1091/1922 56% [=================================== ] 1092/1922 56% [=================================== ] 1093/1922 56% [=================================== ] 1094/1922 56% [=================================== ] 1095/1922 56% [=================================== ] 1096/1922 57% [=================================== ] 1097/1922 57% [=================================== ] 1098/1922 57% [=================================== ] 1099/1922 57% [=================================== ] 1100/1922 57% [=================================== ] 1101/1922 57% [=================================== ] 1102/1922 57% [=================================== ] 1103/1922 57% [=================================== ] 1104/1922 57% [=================================== ] 1105/1922 57% [=================================== ] 1106/1922 57% [=================================== ] 1107/1922 57% [=================================== ] 1108/1922 57% [=================================== ] 1109/1922 57% [=================================== ] 1110/1922 57% [=================================== ] 1111/1922 57% [=================================== ] 1112/1922 57% [=================================== ] 1113/1922 57% [=================================== ] 1114/1922 57% [=================================== ] 1115/1922 58% [==================================== ] 1116/1922 58% [==================================== ] 1117/1922 58% [==================================== ] 1118/1922 58% [==================================== ] 1119/1922 58% [==================================== ] 1120/1922 58% [==================================== ] 1121/1922 58% [==================================== ] 1122/1922 58% [==================================== ] 1123/1922 58% [==================================== ] 1124/1922 58% [==================================== ] 1125/1922 58% [==================================== ] 1126/1922 58% [==================================== ] 1127/1922 58% [==================================== ] 1128/1922 58% [==================================== ] 1129/1922 58% [==================================== ] 1130/1922 58% [==================================== ] 1131/1922 58% [==================================== ] 1132/1922 58% [==================================== ] 1133/1922 58% [==================================== ] 1134/1922 59% [==================================== ] 1135/1922 59% [==================================== ] 1136/1922 59% [==================================== ] 1137/1922 59% [==================================== ] 1138/1922 59% [==================================== ] 1139/1922 59% [==================================== ] 1140/1922 59% [==================================== ] 1141/1922 59% [==================================== ] 1142/1922 59% [==================================== ] 1143/1922 59% [==================================== ] 1144/1922 59% [==================================== ] 1145/1922 59% [==================================== ] 1146/1922 59% [===================================== ] 1147/1922 59% [===================================== ] 1148/1922 59% [===================================== ] 1149/1922 59% [===================================== ] 1150/1922 59% [===================================== ] 1151/1922 59% [===================================== ] 1152/1922 59% [===================================== ] 1153/1922 59% [===================================== ] 1154/1922 60% [===================================== ] 1155/1922 60% [===================================== ] 1156/1922 60% [===================================== ] 1157/1922 60% [===================================== ] 1158/1922 60% [===================================== ] 1159/1922 60% [===================================== ] 1160/1922 60% [===================================== ] 1161/1922 60% [===================================== ] 1162/1922 60% [===================================== ] 1163/1922 60% [===================================== ] 1164/1922 60% [===================================== ] 1165/1922 60% [===================================== ] 1166/1922 60% [===================================== ] 1167/1922 60% [===================================== ] 1168/1922 60% [===================================== ] 1169/1922 60% [===================================== ] 1170/1922 60% [===================================== ] 1171/1922 60% [===================================== ] 1172/1922 60% [===================================== ] 1173/1922 61% [===================================== ] 1174/1922 61% [===================================== ] 1175/1922 61% [===================================== ] 1176/1922 61% [===================================== ] 1177/1922 61% [====================================== ] 1178/1922 61% [====================================== ] 1179/1922 61% [====================================== ] 1180/1922 61% [====================================== ] 1181/1922 61% [====================================== ] 1182/1922 61% [====================================== ] 1183/1922 61% [====================================== ] 1184/1922 61% [====================================== ] 1185/1922 61% [====================================== ] 1186/1922 61% [====================================== ] 1187/1922 61% [====================================== ] 1188/1922 61% [====================================== ] 1189/1922 61% [====================================== ] 1190/1922 61% [====================================== ] 1191/1922 61% [====================================== ] 1192/1922 62% [====================================== ] 1193/1922 62% [====================================== ] 1194/1922 62% [====================================== ] 1195/1922 62% [====================================== ] 1196/1922 62% [====================================== ] 1197/1922 62% [====================================== ] 1198/1922 62% [====================================== ] 1199/1922 62% [====================================== ] 1200/1922 62% [====================================== ] 1201/1922 62% [====================================== ] 1202/1922 62% [====================================== ] 1203/1922 62% [====================================== ] 1204/1922 62% [====================================== ] 1205/1922 62% [====================================== ] 1206/1922 62% [====================================== ] 1207/1922 62% [====================================== ] 1208/1922 62% [======================================= ] 1209/1922 62% [======================================= ] 1210/1922 62% [======================================= ] 1211/1922 63% [======================================= ] 1212/1922 63% [======================================= ] 1213/1922 63% [======================================= ] 1214/1922 63% [======================================= ] 1215/1922 63% [======================================= ] 1216/1922 63% [======================================= ] 1217/1922 63% [======================================= ] 1218/1922 63% [======================================= ] 1219/1922 63% [======================================= ] 1220/1922 63% [======================================= ] 1221/1922 63% [======================================= ] 1222/1922 63% [======================================= ] 1223/1922 63% [======================================= ] 1224/1922 63% [======================================= ] 1225/1922 63% [======================================= ] 1226/1922 63% [======================================= ] 1227/1922 63% [======================================= ] 1228/1922 63% [======================================= ] 1229/1922 63% [======================================= ] 1230/1922 63% [======================================= ] 1231/1922 64% [======================================= ] 1232/1922 64% [======================================= ] 1233/1922 64% [======================================= ] 1234/1922 64% [======================================= ] 1235/1922 64% [======================================= ] 1236/1922 64% [======================================= ] 1237/1922 64% [======================================= ] 1238/1922 64% [======================================= ] 1239/1922 64% [======================================== ] 1240/1922 64% [======================================== ] 1241/1922 64% [======================================== ] 1242/1922 64% [======================================== ] 1243/1922 64% [======================================== ] 1244/1922 64% [======================================== ] 1245/1922 64% [======================================== ] 1246/1922 64% [======================================== ] 1247/1922 64% [======================================== ] 1248/1922 64% [======================================== ] 1249/1922 64% [======================================== ] 1250/1922 65% [======================================== ] 1251/1922 65% [======================================== ] 1252/1922 65% [======================================== ] 1253/1922 65% [======================================== ] 1254/1922 65% [======================================== ] 1255/1922 65% [======================================== ] 1256/1922 65% [======================================== ] 1257/1922 65% [======================================== ] 1258/1922 65% [======================================== ] 1259/1922 65% [======================================== ] 1260/1922 65% [======================================== ] 1261/1922 65% [======================================== ] 1262/1922 65% [======================================== ] 1263/1922 65% [======================================== ] 1264/1922 65% [======================================== ] 1265/1922 65% [======================================== ] 1266/1922 65% [======================================== ] 1267/1922 65% [======================================== ] 1268/1922 65% [======================================== ] 1269/1922 66% [======================================== ] 1270/1922 66% [========================================= ] 1271/1922 66% [========================================= ] 1272/1922 66% [========================================= ] 1273/1922 66% [========================================= ] 1274/1922 66% [========================================= ] 1275/1922 66% [========================================= ] 1276/1922 66% [========================================= ] 1277/1922 66% [========================================= ] 1278/1922 66% [========================================= ] 1279/1922 66% [========================================= ] 1280/1922 66% [========================================= ] 1281/1922 66% [========================================= ] 1282/1922 66% [========================================= ] 1283/1922 66% [========================================= ] 1284/1922 66% [========================================= ] 1285/1922 66% [========================================= ] 1286/1922 66% [========================================= ] 1287/1922 66% [========================================= ] 1288/1922 67% [========================================= ] 1289/1922 67% [========================================= ] 1290/1922 67% [========================================= ] 1291/1922 67% [========================================= ] 1292/1922 67% [========================================= ] 1293/1922 67% [========================================= ] 1294/1922 67% [========================================= ] 1295/1922 67% [========================================= ] 1296/1922 67% [========================================= ] 1297/1922 67% [========================================= ] 1298/1922 67% [========================================= ] 1299/1922 67% [========================================= ] 1300/1922 67% [========================================= ] 1301/1922 67% [========================================== ] 1302/1922 67% [========================================== ] 1303/1922 67% [========================================== ] 1304/1922 67% [========================================== ] 1305/1922 67% [========================================== ] 1306/1922 67% [========================================== ] 1307/1922 68% [========================================== ] 1308/1922 68% [========================================== ] 1309/1922 68% [========================================== ] 1310/1922 68% [========================================== ] 1311/1922 68% [========================================== ] 1312/1922 68% [========================================== ] 1313/1922 68% [========================================== ] 1314/1922 68% [========================================== ] 1315/1922 68% [========================================== ] 1316/1922 68% [========================================== ] 1317/1922 68% [========================================== ] 1318/1922 68% [========================================== ] 1319/1922 68% [========================================== ] 1320/1922 68% [========================================== ] 1321/1922 68% [========================================== ] 1322/1922 68% [========================================== ] 1323/1922 68% [========================================== ] 1324/1922 68% [========================================== ] 1325/1922 68% [========================================== ] 1326/1922 68% [========================================== ] 1327/1922 69% [========================================== ] 1328/1922 69% [========================================== ] 1329/1922 69% [========================================== ] 1330/1922 69% [========================================== ] 1331/1922 69% [========================================== ] 1332/1922 69% [=========================================== ] 1333/1922 69% [=========================================== ] 1334/1922 69% [=========================================== ] 1335/1922 69% [=========================================== ] 1336/1922 69% [=========================================== ] 1337/1922 69% [=========================================== ] 1338/1922 69% [=========================================== ] 1339/1922 69% [=========================================== ] 1340/1922 69% [=========================================== ] 1341/1922 69% [=========================================== ] 1342/1922 69% [=========================================== ] 1343/1922 69% [=========================================== ] 1344/1922 69% [=========================================== ] 1345/1922 69% [=========================================== ] 1346/1922 70% [=========================================== ] 1347/1922 70% [=========================================== ] 1348/1922 70% [=========================================== ] 1349/1922 70% [=========================================== ] 1350/1922 70% [=========================================== ] 1351/1922 70% [=========================================== ] 1352/1922 70% [=========================================== ] 1353/1922 70% [=========================================== ] 1354/1922 70% [=========================================== ] 1355/1922 70% [=========================================== ] 1356/1922 70% [=========================================== ] 1357/1922 70% [=========================================== ] 1358/1922 70% [=========================================== ] 1359/1922 70% [=========================================== ] 1360/1922 70% [=========================================== ] 1361/1922 70% [=========================================== ] 1362/1922 70% [=========================================== ] 1363/1922 70% [============================================ ] 1364/1922 70% [============================================ ] 1365/1922 71% [============================================ ] 1366/1922 71% [============================================ ] 1367/1922 71% [============================================ ] 1368/1922 71% [============================================ ] 1369/1922 71% [============================================ ] 1370/1922 71% [============================================ ] 1371/1922 71% [============================================ ] 1372/1922 71% [============================================ ] 1373/1922 71% [============================================ ] 1374/1922 71% [============================================ ] 1375/1922 71% [============================================ ] 1376/1922 71% [============================================ ] 1377/1922 71% [============================================ ] 1378/1922 71% [============================================ ] 1379/1922 71% [============================================ ] 1380/1922 71% [============================================ ] 1381/1922 71% [============================================ ] 1382/1922 71% [============================================ ] 1383/1922 71% [============================================ ] 1384/1922 72% [============================================ ] 1385/1922 72% [============================================ ] 1386/1922 72% [============================================ ] 1387/1922 72% [============================================ ] 1388/1922 72% [============================================ ] 1389/1922 72% [============================================ ] 1390/1922 72% [============================================ ] 1391/1922 72% [============================================ ] 1392/1922 72% [============================================ ] 1393/1922 72% [============================================ ] 1394/1922 72% [============================================= ] 1395/1922 72% [============================================= ] 1396/1922 72% [============================================= ] 1397/1922 72% [============================================= ] 1398/1922 72% [============================================= ] 1399/1922 72% [============================================= ] 1400/1922 72% [============================================= ] 1401/1922 72% [============================================= ] 1402/1922 72% [============================================= ] 1403/1922 72% [============================================= ] 1404/1922 73% [============================================= ] 1405/1922 73% [============================================= ] 1406/1922 73% [============================================= ] 1407/1922 73% [============================================= ] 1408/1922 73% [============================================= ] 1409/1922 73% [============================================= ] 1410/1922 73% [============================================= ] 1411/1922 73% [============================================= ] 1412/1922 73% [============================================= ] 1413/1922 73% [============================================= ] 1414/1922 73% [============================================= ] 1415/1922 73% [============================================= ] 1416/1922 73% [============================================= ] 1417/1922 73% [============================================= ] 1418/1922 73% [============================================= ] 1419/1922 73% [============================================= ] 1420/1922 73% [============================================= ] 1421/1922 73% [============================================= ] 1422/1922 73% [============================================= ] 1423/1922 74% [============================================= ] 1424/1922 74% [============================================= ] 1425/1922 74% [============================================== ] 1426/1922 74% [============================================== ] 1427/1922 74% [============================================== ] 1428/1922 74% [============================================== ] 1429/1922 74% [============================================== ] 1430/1922 74% [============================================== ] 1431/1922 74% [============================================== ] 1432/1922 74% [============================================== ] 1433/1922 74% [============================================== ] 1434/1922 74% [============================================== ] 1435/1922 74% [============================================== ] 1436/1922 74% [============================================== ] 1437/1922 74% [============================================== ] 1438/1922 74% [============================================== ] 1439/1922 74% [============================================== ] 1440/1922 74% [============================================== ] 1441/1922 74% [============================================== ] 1442/1922 75% [============================================== ] 1443/1922 75% [============================================== ] 1444/1922 75% [============================================== ] 1445/1922 75% [============================================== ] 1446/1922 75% [============================================== ] 1447/1922 75% [============================================== ] 1448/1922 75% [============================================== ] 1449/1922 75% [============================================== ] 1450/1922 75% [============================================== ] 1451/1922 75% [============================================== ] 1452/1922 75% [============================================== ] 1453/1922 75% [============================================== ] 1454/1922 75% [============================================== ] 1455/1922 75% [============================================== ] 1456/1922 75% [=============================================== ] 1457/1922 75% [=============================================== ] 1458/1922 75% [=============================================== ] 1459/1922 75% [=============================================== ] 1460/1922 75% [=============================================== ] 1461/1922 76% [=============================================== ] 1462/1922 76% [=============================================== ] 1463/1922 76% [=============================================== ] 1464/1922 76% [=============================================== ] 1465/1922 76% [=============================================== ] 1466/1922 76% [=============================================== ] 1467/1922 76% [=============================================== ] 1468/1922 76% [=============================================== ] 1469/1922 76% [=============================================== ] 1470/1922 76% [=============================================== ] 1471/1922 76% [=============================================== ] 1472/1922 76% [=============================================== ] 1473/1922 76% [=============================================== ] 1474/1922 76% [=============================================== ] 1475/1922 76% [=============================================== ] 1476/1922 76% [=============================================== ] 1477/1922 76% [=============================================== ] 1478/1922 76% [=============================================== ] 1479/1922 76% [=============================================== ] 1480/1922 77% [=============================================== ] 1481/1922 77% [=============================================== ] 1482/1922 77% [=============================================== ] 1483/1922 77% [=============================================== ] 1484/1922 77% [=============================================== ] 1485/1922 77% [=============================================== ] 1486/1922 77% [=============================================== ] 1487/1922 77% [================================================ ] 1488/1922 77% [================================================ ] 1489/1922 77% [================================================ ] 1490/1922 77% [================================================ ] 1491/1922 77% [================================================ ] 1492/1922 77% [================================================ ] 1493/1922 77% [================================================ ] 1494/1922 77% [================================================ ] 1495/1922 77% [================================================ ] 1496/1922 77% [================================================ ] 1497/1922 77% [================================================ ] 1498/1922 77% [================================================ ] 1499/1922 77% [================================================ ] 1500/1922 78% [================================================ ] 1501/1922 78% [================================================ ] 1502/1922 78% [================================================ ] 1503/1922 78% [================================================ ] 1504/1922 78% [================================================ ] 1505/1922 78% [================================================ ] 1506/1922 78% [================================================ ] 1507/1922 78% [================================================ ] 1508/1922 78% [================================================ ] 1509/1922 78% [================================================ ] 1510/1922 78% [================================================ ] 1511/1922 78% [================================================ ] 1512/1922 78% [================================================ ] 1513/1922 78% [================================================ ] 1514/1922 78% [================================================ ] 1515/1922 78% [================================================ ] 1516/1922 78% [================================================ ] 1517/1922 78% [================================================ ] 1518/1922 78% [================================================= ] 1519/1922 79% [================================================= ] 1520/1922 79% [================================================= ] 1521/1922 79% [================================================= ] 1522/1922 79% [================================================= ] 1523/1922 79% [================================================= ] 1524/1922 79% [================================================= ] 1525/1922 79% [================================================= ] 1526/1922 79% [================================================= ] 1527/1922 79% [================================================= ] 1528/1922 79% [================================================= ] 1529/1922 79% [================================================= ] 1530/1922 79% [================================================= ] 1531/1922 79% [================================================= ] 1532/1922 79% [================================================= ] 1533/1922 79% [================================================= ] 1534/1922 79% [================================================= ] 1535/1922 79% [================================================= ] 1536/1922 79% [================================================= ] 1537/1922 79% [================================================= ] 1538/1922 80% [================================================= ] 1539/1922 80% [================================================= ] 1540/1922 80% [================================================= ] 1541/1922 80% [================================================= ] 1542/1922 80% [================================================= ] 1543/1922 80% [================================================= ] 1544/1922 80% [================================================= ] 1545/1922 80% [================================================= ] 1546/1922 80% [================================================= ] 1547/1922 80% [================================================= ] 1548/1922 80% [================================================= ] 1549/1922 80% [================================================== ] 1550/1922 80% [================================================== ] 1551/1922 80% [================================================== ] 1552/1922 80% [================================================== ] 1553/1922 80% [================================================== ] 1554/1922 80% [================================================== ] 1555/1922 80% [================================================== ] 1556/1922 80% [================================================== ] 1557/1922 81% [================================================== ] 1558/1922 81% [================================================== ] 1559/1922 81% [================================================== ] 1560/1922 81% [================================================== ] 1561/1922 81% [================================================== ] 1562/1922 81% [================================================== ] 1563/1922 81% [================================================== ] 1564/1922 81% [================================================== ] 1565/1922 81% [================================================== ] 1566/1922 81% [================================================== ] 1567/1922 81% [================================================== ] 1568/1922 81% [================================================== ] 1569/1922 81% [================================================== ] 1570/1922 81% [================================================== ] 1571/1922 81% [================================================== ] 1572/1922 81% [================================================== ] 1573/1922 81% [================================================== ] 1574/1922 81% [================================================== ] 1575/1922 81% [================================================== ] 1576/1922 81% [================================================== ] 1577/1922 82% [================================================== ] 1578/1922 82% [================================================== ] 1579/1922 82% [================================================== ] 1580/1922 82% [=================================================== ] 1581/1922 82% [=================================================== ] 1582/1922 82% [=================================================== ] 1583/1922 82% [=================================================== ] 1584/1922 82% [=================================================== ] 1585/1922 82% [=================================================== ] 1586/1922 82% [=================================================== ] 1587/1922 82% [=================================================== ] 1588/1922 82% [=================================================== ] 1589/1922 82% [=================================================== ] 1590/1922 82% [=================================================== ] 1591/1922 82% [=================================================== ] 1592/1922 82% [=================================================== ] 1593/1922 82% [=================================================== ] 1594/1922 82% [=================================================== ] 1595/1922 82% [=================================================== ] 1596/1922 83% [=================================================== ] 1597/1922 83% [=================================================== ] 1598/1922 83% [=================================================== ] 1599/1922 83% [=================================================== ] 1600/1922 83% [=================================================== ] 1601/1922 83% [=================================================== ] 1602/1922 83% [=================================================== ] 1603/1922 83% [=================================================== ] 1604/1922 83% [=================================================== ] 1605/1922 83% [=================================================== ] 1606/1922 83% [=================================================== ] 1607/1922 83% [=================================================== ] 1608/1922 83% [=================================================== ] 1609/1922 83% [=================================================== ] 1610/1922 83% [=================================================== ] 1611/1922 83% [==================================================== ] 1612/1922 83% [==================================================== ] 1613/1922 83% [==================================================== ] 1614/1922 83% [==================================================== ] 1615/1922 84% [==================================================== ] 1616/1922 84% [==================================================== ] 1617/1922 84% [==================================================== ] 1618/1922 84% [==================================================== ] 1619/1922 84% [==================================================== ] 1620/1922 84% [==================================================== ] 1621/1922 84% [==================================================== ] 1622/1922 84% [==================================================== ] 1623/1922 84% [==================================================== ] 1624/1922 84% [==================================================== ] 1625/1922 84% [==================================================== ] 1626/1922 84% [==================================================== ] 1627/1922 84% [==================================================== ] 1628/1922 84% [==================================================== ] 1629/1922 84% [==================================================== ] 1630/1922 84% [==================================================== ] 1631/1922 84% [==================================================== ] 1632/1922 84% [==================================================== ] 1633/1922 84% [==================================================== ] 1634/1922 85% [==================================================== ] 1635/1922 85% [==================================================== ] 1636/1922 85% [==================================================== ] 1637/1922 85% [==================================================== ] 1638/1922 85% [==================================================== ] 1639/1922 85% [==================================================== ] 1640/1922 85% [==================================================== ] 1641/1922 85% [==================================================== ] 1642/1922 85% [===================================================== ] 1643/1922 85% [===================================================== ] 1644/1922 85% [===================================================== ] 1645/1922 85% [===================================================== ] 1646/1922 85% [===================================================== ] 1647/1922 85% [===================================================== ] 1648/1922 85% [===================================================== ] 1649/1922 85% [===================================================== ] 1650/1922 85% [===================================================== ] 1651/1922 85% [===================================================== ] 1652/1922 85% [===================================================== ] 1653/1922 86% [===================================================== ] 1654/1922 86% [===================================================== ] 1655/1922 86% [===================================================== ] 1656/1922 86% [===================================================== ] 1657/1922 86% [===================================================== ] 1658/1922 86% [===================================================== ] 1659/1922 86% [===================================================== ] 1660/1922 86% [===================================================== ] 1661/1922 86% [===================================================== ] 1662/1922 86% [===================================================== ] 1663/1922 86% [===================================================== ] 1664/1922 86% [===================================================== ] 1665/1922 86% [===================================================== ] 1666/1922 86% [===================================================== ] 1667/1922 86% [===================================================== ] 1668/1922 86% [===================================================== ] 1669/1922 86% [===================================================== ] 1670/1922 86% [===================================================== ] 1671/1922 86% [===================================================== ] 1672/1922 86% [===================================================== ] 1673/1922 87% [====================================================== ] 1674/1922 87% [====================================================== ] 1675/1922 87% [====================================================== ] 1676/1922 87% [====================================================== ] 1677/1922 87% [====================================================== ] 1678/1922 87% [====================================================== ] 1679/1922 87% [====================================================== ] 1680/1922 87% [====================================================== ] 1681/1922 87% [====================================================== ] 1682/1922 87% [====================================================== ] 1683/1922 87% [====================================================== ] 1684/1922 87% [====================================================== ] 1685/1922 87% [====================================================== ] 1686/1922 87% [====================================================== ] 1687/1922 87% [====================================================== ] 1688/1922 87% [====================================================== ] 1689/1922 87% [====================================================== ] 1690/1922 87% [====================================================== ] 1691/1922 87% [====================================================== ] 1692/1922 88% [====================================================== ] 1693/1922 88% [====================================================== ] 1694/1922 88% [====================================================== ] 1695/1922 88% [====================================================== ] 1696/1922 88% [====================================================== ] 1697/1922 88% [====================================================== ] 1698/1922 88% [====================================================== ] 1699/1922 88% [====================================================== ] 1700/1922 88% [====================================================== ] 1701/1922 88% [====================================================== ] 1702/1922 88% [====================================================== ] 1703/1922 88% [====================================================== ] 1704/1922 88% [======================================================= ] 1705/1922 88% [======================================================= ] 1706/1922 88% [======================================================= ] 1707/1922 88% [======================================================= ] 1708/1922 88% [======================================================= ] 1709/1922 88% [======================================================= ] 1710/1922 88% [======================================================= ] 1711/1922 89% [======================================================= ] 1712/1922 89% [======================================================= ] 1713/1922 89% [======================================================= ] 1714/1922 89% [======================================================= ] 1715/1922 89% [======================================================= ] 1716/1922 89% [======================================================= ] 1717/1922 89% [======================================================= ] 1718/1922 89% [======================================================= ] 1719/1922 89% [======================================================= ] 1720/1922 89% [======================================================= ] 1721/1922 89% [======================================================= ] 1722/1922 89% [======================================================= ] 1723/1922 89% [======================================================= ] 1724/1922 89% [======================================================= ] 1725/1922 89% [======================================================= ] 1726/1922 89% [======================================================= ] 1727/1922 89% [======================================================= ] 1728/1922 89% [======================================================= ] 1729/1922 89% [======================================================= ] 1730/1922 90% [======================================================= ] 1731/1922 90% [======================================================= ] 1732/1922 90% [======================================================= ] 1733/1922 90% [======================================================= ] 1734/1922 90% [======================================================= ] 1735/1922 90% [======================================================== ] 1736/1922 90% [======================================================== ] 1737/1922 90% [======================================================== ] 1738/1922 90% [======================================================== ] 1739/1922 90% [======================================================== ] 1740/1922 90% [======================================================== ] 1741/1922 90% [======================================================== ] 1742/1922 90% [======================================================== ] 1743/1922 90% [======================================================== ] 1744/1922 90% [======================================================== ] 1745/1922 90% [======================================================== ] 1746/1922 90% [======================================================== ] 1747/1922 90% [======================================================== ] 1748/1922 90% [======================================================== ] 1749/1922 90% [======================================================== ] 1750/1922 91% [======================================================== ] 1751/1922 91% [======================================================== ] 1752/1922 91% [======================================================== ] 1753/1922 91% [======================================================== ] 1754/1922 91% [======================================================== ] 1755/1922 91% [======================================================== ] 1756/1922 91% [======================================================== ] 1757/1922 91% [======================================================== ] 1758/1922 91% [======================================================== ] 1759/1922 91% [======================================================== ] 1760/1922 91% [======================================================== ] 1761/1922 91% [======================================================== ] 1762/1922 91% [======================================================== ] 1763/1922 91% [======================================================== ] 1764/1922 91% [======================================================== ] 1765/1922 91% [======================================================== ] 1766/1922 91% [========================================================= ] 1767/1922 91% [========================================================= ] 1768/1922 91% [========================================================= ] 1769/1922 92% [========================================================= ] 1770/1922 92% [========================================================= ] 1771/1922 92% [========================================================= ] 1772/1922 92% [========================================================= ] 1773/1922 92% [========================================================= ] 1774/1922 92% [========================================================= ] 1775/1922 92% [========================================================= ] 1776/1922 92% [========================================================= ] 1777/1922 92% [========================================================= ] 1778/1922 92% [========================================================= ] 1779/1922 92% [========================================================= ] 1780/1922 92% [========================================================= ] 1781/1922 92% [========================================================= ] 1782/1922 92% [========================================================= ] 1783/1922 92% [========================================================= ] 1784/1922 92% [========================================================= ] 1785/1922 92% [========================================================= ] 1786/1922 92% [========================================================= ] 1787/1922 92% [========================================================= ] 1788/1922 93% [========================================================= ] 1789/1922 93% [========================================================= ] 1790/1922 93% [========================================================= ] 1791/1922 93% [========================================================= ] 1792/1922 93% [========================================================= ] 1793/1922 93% [========================================================= ] 1794/1922 93% [========================================================= ] 1795/1922 93% [========================================================= ] 1796/1922 93% [========================================================= ] 1797/1922 93% [========================================================== ] 1798/1922 93% [========================================================== ] 1799/1922 93% [========================================================== ] 1800/1922 93% [========================================================== ] 1801/1922 93% [========================================================== ] 1802/1922 93% [========================================================== ] 1803/1922 93% [========================================================== ] 1804/1922 93% [========================================================== ] 1805/1922 93% [========================================================== ] 1806/1922 93% [========================================================== ] 1807/1922 94% [========================================================== ] 1808/1922 94% [========================================================== ] 1809/1922 94% [========================================================== ] 1810/1922 94% [========================================================== ] 1811/1922 94% [========================================================== ] 1812/1922 94% [========================================================== ] 1813/1922 94% [========================================================== ] 1814/1922 94% [========================================================== ] 1815/1922 94% [========================================================== ] 1816/1922 94% [========================================================== ] 1817/1922 94% [========================================================== ] 1818/1922 94% [========================================================== ] 1819/1922 94% [========================================================== ] 1820/1922 94% [========================================================== ] 1821/1922 94% [========================================================== ] 1822/1922 94% [========================================================== ] 1823/1922 94% [========================================================== ] 1824/1922 94% [========================================================== ] 1825/1922 94% [========================================================== ] 1826/1922 95% [========================================================== ] 1827/1922 95% [========================================================== ] 1828/1922 95% [=========================================================== ] 1829/1922 95% [=========================================================== ] 1830/1922 95% [=========================================================== ] 1831/1922 95% [=========================================================== ] 1832/1922 95% [=========================================================== ] 1833/1922 95% [=========================================================== ] 1834/1922 95% [=========================================================== ] 1835/1922 95% [=========================================================== ] 1836/1922 95% [=========================================================== ] 1837/1922 95% [=========================================================== ] 1838/1922 95% [=========================================================== ] 1839/1922 95% [=========================================================== ] 1840/1922 95% [=========================================================== ] 1841/1922 95% [=========================================================== ] 1842/1922 95% [=========================================================== ] 1843/1922 95% [=========================================================== ] 1844/1922 95% [=========================================================== ] 1845/1922 95% [=========================================================== ] 1846/1922 96% [=========================================================== ] 1847/1922 96% [=========================================================== ] 1848/1922 96% [=========================================================== ] 1849/1922 96% [=========================================================== ] 1850/1922 96% [=========================================================== ] 1851/1922 96% [=========================================================== ] 1852/1922 96% [=========================================================== ] 1853/1922 96% [=========================================================== ] 1854/1922 96% [=========================================================== ] 1855/1922 96% [=========================================================== ] 1856/1922 96% [=========================================================== ] 1857/1922 96% [=========================================================== ] 1858/1922 96% [=========================================================== ] 1859/1922 96% [============================================================ ] 1860/1922 96% [============================================================ ] 1861/1922 96% [============================================================ ] 1862/1922 96% [============================================================ ] 1863/1922 96% [============================================================ ] 1864/1922 96% [============================================================ ] 1865/1922 97% [============================================================ ] 1866/1922 97% [============================================================ ] 1867/1922 97% [============================================================ ] 1868/1922 97% [============================================================ ] 1869/1922 97% [============================================================ ] 1870/1922 97% [============================================================ ] 1871/1922 97% [============================================================ ] 1872/1922 97% [============================================================ ] 1873/1922 97% [============================================================ ] 1874/1922 97% [============================================================ ] 1875/1922 97% [============================================================ ] 1876/1922 97% [============================================================ ] 1877/1922 97% [============================================================ ] 1878/1922 97% [============================================================ ] 1879/1922 97% [============================================================ ] 1880/1922 97% [============================================================ ] 1881/1922 97% [============================================================ ] 1882/1922 97% [============================================================ ] 1883/1922 97% [============================================================ ] 1884/1922 98% [============================================================ ] 1885/1922 98% [============================================================ ] 1886/1922 98% [============================================================ ] 1887/1922 98% [============================================================ ] 1888/1922 98% [============================================================ ] 1889/1922 98% [============================================================ ] 1890/1922 98% [============================================================= ] 1891/1922 98% [============================================================= ] 1892/1922 98% [============================================================= ] 1893/1922 98% [============================================================= ] 1894/1922 98% [============================================================= ] 1895/1922 98% [============================================================= ] 1896/1922 98% [============================================================= ] 1897/1922 98% [============================================================= ] 1898/1922 98% [============================================================= ] 1899/1922 98% [============================================================= ] 1900/1922 98% [============================================================= ] 1901/1922 98% [============================================================= ] 1902/1922 98% [============================================================= ] 1903/1922 99% [============================================================= ] 1904/1922 99% [============================================================= ] 1905/1922 99% [============================================================= ] 1906/1922 99% [============================================================= ] 1907/1922 99% [============================================================= ] 1908/1922 99% [============================================================= ] 1909/1922 99% [============================================================= ] 1910/1922 99% [============================================================= ] 1911/1922 99% [============================================================= ] 1912/1922 99% [============================================================= ] 1913/1922 99% [============================================================= ] 1914/1922 99% [============================================================= ] 1915/1922 99% [============================================================= ] 1916/1922 99% [============================================================= ] 1917/1922 99% [============================================================= ] 1918/1922 99% [============================================================= ] 1919/1922 99% [============================================================= ] 1920/1922 99% [============================================================= ] 1921/1922 99% [==============================================================] 1922/1922 100% operation complete, 1922 objects in 57578 NAND pages. ln -snf /home/thomas/autobuild/instance-1/output-1/host/mips64-buildroot-linux-gnu/sysroot /home/thomas/autobuild/instance-1/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot' make: Entering directory '/home/thomas/autobuild/instance-1/buildroot' >>> Buildroot 2022.08-rc1-489-g73b001dd81 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.1.0 Collecting legal info >>> glibc 2.35-134-gb6aade18a7e5719c942aa2da6cf3157aca993fa4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.1.0 Collecting legal info >>> host-binutils 2.36.1 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-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) >>> linux-headers 5.4.224 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> udev Collecting legal info >>> eudev 3.2.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> util-linux-libs 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> sqlite 3.39.4 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> bcache-tools 1.0.8 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> 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.38 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> dialog 1.3-20220117 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> diffutils 3.8 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> host-genimage 15 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> initscripts Collecting legal info >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jquery 3.5.1 Collecting legal info >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> libbluray 1.3.1 Collecting legal info COPYING: OK (sha256: b3aa400aca6d2ba1f0bd03bd98d03d1fe7489a3bbb26969d72016360af8a5c9d) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libbsd 0.11.3 Collecting legal info COPYING: OK (sha256: ff2fdeeb0fe8bcb9045fe91d69e8312a5b477c54db48dffe34dd1c0d730c5864) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libcurl 7.86.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libdmtx 0.7.5 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libdrm 2.4.112 Collecting legal info data/meson.build: OK (sha256: d0a616a9020dc0271e36e6dd4bad174b4e2c2a42636f13785f8e18dd5f85fd83) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libgee 0.20.5 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-vala 0.52.4 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libgphoto2 2.5.27 Collecting legal info COPYING: OK (sha256: ebc385a0b1d477be5177ed6d9129557aa59a3ad0f26ebe7dd97ee942a0fb68ee) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libinput 1.20.1 Collecting legal info COPYING: OK (sha256: 80de50b2022a840db044c56db804ca3565600a692c0714babface587acc6d1b0) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> libkrb5 1.20.1 Collecting legal info NOTICE: OK (sha256: cfadcf7b2ead2f3af793c25c00638c9908ac0023b101695f40cb9a03b16811dc) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnspr 4.34.1 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpfm4 4.11.0 Collecting legal info COPYING: OK (sha256: beef323d68fc5db9c67b20e8e9de7ccde371d20cdbcdd686804055b18b926d90) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> mpd-mpc 0.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> netcat-openbsd 1.218 Collecting legal info netcat.c: OK (sha256: acfd1d822ee2e8e0b196c7a369383d0cb9bc131b56c3c95976a32498728fe1e3) >>> ntfs-3g 2022.10.3 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> numactl 2.0.14 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pax-utils 1.2.6 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> qcom-db410c-firmware 1034.2.1 Collecting legal info LICENSE: OK (sha256: 11e60ad6f83c2a86e40dca374c24230b53650dd3e0adf2e72c15f8cafedc2e5a) >>> quota 4.06 Collecting legal info COPYING: OK (sha256: 32a5fd41e7a257f7f0373988ea8d45cebdbf376060703c242c11c000751b1203) >>> host-nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> rabbitmq-c 0.11.0 Collecting legal info LICENSE-MIT: OK (sha256: 94a12c906acb31a66c2c8a6c1b6e46cab52bc5694c5ada2a06d86b05d3d3f422) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> rt-tests 2.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> s6-rc 0.5.2.2 Collecting legal info COPYING: OK (sha256: 4a5e44a69d649f0c37b29d7f6e5df1bb292b09898247be07f0c97814dac4b15d) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> siproxd 0.8.3 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> sound-theme-borealis 0.9a Collecting legal info >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> start-stop-daemon 1.20.7.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> stress 1.0.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> subversion 1.14.2 Collecting legal info LICENSE: OK (sha256: 484aff0cfbb81155a10f903ed756e27e9fc65578c245a295bae295c4bb51eaad) >>> utf8proc 2.7.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> uacme 1.7.3 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> wayland-protocols 1.25 Collecting legal info COPYING: OK (sha256: f1a2b233e8a9a71c40f4aa885be08a0842ac85bb8588703c1dd7e6e6502e3124) >>> wayland 1.20.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-wayland 1.20.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> weston 10.0.1 Collecting legal info COPYING: OK (sha256: fdb65868f65d0fbdb05c2d3b779e10ce9969fa0c4b9262ba4f260e87086ab860) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> xkeyboard-config 2.36 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.5 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8.1 Collecting legal info COPYING: OK (sha256: 2daec087a88e7c9b8082557cdeebad5bbb8155a4137472f0b22e269cd99d0c1e) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-xcb-proto 1.15.2 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.9 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2022.1 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: 3bd8e0c41497bfe6ab8d11c3c90c5e79edd0b2437f2bf81161575f54bae53f21) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> host-xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> host-xlib_libXdmcp 1.1.3 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.4.0 Collecting legal info COPYING: OK (sha256: a9c96c832e00774266b492d4d41556f12a64f039ba3ef645c4b8c6010fcb8f2a) >>> host-xlib_libxkbfile 1.1.0 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> xl2tp 1.3.17 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> zchunk 1.2.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> 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-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-12.1.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.1.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.4.224: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot'