find /home/autobuild/autobuild/instance-9/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-9/output-1/target/lib/ /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-9/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-9/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-9/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/man /home/autobuild/autobuild/instance-9/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/info /home/autobuild/autobuild/instance-9/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/doc /home/autobuild/autobuild/instance-9/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-9/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-9/output-1/target/lib/debug /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-9/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/autobuild/autobuild/instance-9/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-9/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/autobuild/autobuild/instance-9/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/autobuild/autobuild/instance-9/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.05-417-g3c66f65a6a"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.08-git\"" \ ) > /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-9/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-9/output-1/per-package /home/autobuild/autobuild/instance-9/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-9/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/autobuild/autobuild/instance-9/output-1/images rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-9/output-1/target/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-9/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/autobuild/autobuild/instance-9/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot printf ' find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target -print0 | xargs -0 -r touch -hd @1689352862\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/autobuild/autobuild/instance-9/output-1/host/bin/mkfs.axfs -s -a /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target /home/autobuild/autobuild/instance-9/output-1/images/rootfs.axfs\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-9/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target table='/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 1711 number of 4KB nodes: 23471 Total image size: 80224416 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-9/output-1/images rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-9/output-1/target/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-9/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-9/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1689352862\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-9/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-9/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-9/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 1711 objects. stage 2: creating image '/home/autobuild/autobuild/instance-9/output-1/images/rootfs.yaffs2' [ ] 1/1711 0% [ ] 2/1711 0% [ ] 3/1711 0% [ ] 4/1711 0% [ ] 5/1711 0% [ ] 6/1711 0% [ ] 7/1711 0% [ ] 8/1711 0% [ ] 9/1711 0% [ ] 10/1711 0% [ ] 11/1711 0% [ ] 12/1711 0% [ ] 13/1711 0% [ ] 14/1711 0% [ ] 15/1711 0% [ ] 16/1711 0% [ ] 17/1711 0% [ ] 18/1711 1% [ ] 19/1711 1% [ ] 20/1711 1% [ ] 21/1711 1% [ ] 22/1711 1% [ ] 23/1711 1% [ ] 24/1711 1% [ ] 25/1711 1% [ ] 26/1711 1% [ ] 27/1711 1% [= ] 28/1711 1% [= ] 29/1711 1% [= ] 30/1711 1% [= ] 31/1711 1% [= ] 32/1711 1% [= ] 33/1711 1% [= ] 34/1711 1% [= ] 35/1711 2% [= ] 36/1711 2% [= ] 37/1711 2% [= ] 38/1711 2% [= ] 39/1711 2% [= ] 40/1711 2% [= ] 41/1711 2% [= ] 42/1711 2% [= ] 43/1711 2% [= ] 44/1711 2% [= ] 45/1711 2% [= ] 46/1711 2% [= ] 47/1711 2% [= ] 48/1711 2% [= ] 49/1711 2% [= ] 50/1711 2% [= ] 51/1711 2% [= ] 52/1711 3% [= ] 53/1711 3% [= ] 54/1711 3% [= ] 55/1711 3% [== ] 56/1711 3% [== ] 57/1711 3% [== ] 58/1711 3% [== ] 59/1711 3% [== ] 60/1711 3% [== ] 61/1711 3% [== ] 62/1711 3% [== ] 63/1711 3% [== ] 64/1711 3% [== ] 65/1711 3% [== ] 66/1711 3% [== ] 67/1711 3% [== ] 68/1711 3% [== ] 69/1711 4% [== ] 70/1711 4% [== ] 71/1711 4% [== ] 72/1711 4% [== ] 73/1711 4% [== ] 74/1711 4% [== ] 75/1711 4% [== ] 76/1711 4% [== ] 77/1711 4% [== ] 78/1711 4% [== ] 79/1711 4% [== ] 80/1711 4% [== ] 81/1711 4% [== ] 82/1711 4% [=== ] 83/1711 4% [=== ] 84/1711 4% [=== ] 85/1711 4% [=== ] 86/1711 5% [=== ] 87/1711 5% [=== ] 88/1711 5% [=== ] 89/1711 5% [=== ] 90/1711 5% [=== ] 91/1711 5% [=== ] 92/1711 5% [=== ] 93/1711 5% [=== ] 94/1711 5% [=== ] 95/1711 5% [=== ] 96/1711 5% [=== ] 97/1711 5% [=== ] 98/1711 5% [=== ] 99/1711 5% [=== ] 100/1711 5% [=== ] 101/1711 5% [=== ] 102/1711 5% [=== ] 103/1711 6% [=== ] 104/1711 6% [=== ] 105/1711 6% [=== ] 106/1711 6% [=== ] 107/1711 6% [=== ] 108/1711 6% [=== ] 109/1711 6% [=== ] 110/1711 6% [==== ] 111/1711 6% [==== ] 112/1711 6% [==== ] 113/1711 6% [==== ] 114/1711 6% [==== ] 115/1711 6% [==== ] 116/1711 6% [==== ] 117/1711 6% [==== ] 118/1711 6% [==== ] 119/1711 6% [==== ] 120/1711 7% [==== ] 121/1711 7% [==== ] 122/1711 7% [==== ] 123/1711 7% [==== ] 124/1711 7% [==== ] 125/1711 7% [==== ] 126/1711 7% [==== ] 127/1711 7% [==== ] 128/1711 7% [==== ] 129/1711 7% [==== ] 130/1711 7% [==== ] 131/1711 7% [==== ] 132/1711 7% [==== ] 133/1711 7% [==== ] 134/1711 7% [==== ] 135/1711 7% [==== ] 136/1711 7% [==== ] 137/1711 8% [===== ] 138/1711 8% [===== ] 139/1711 8% [===== ] 140/1711 8% [===== ] 141/1711 8% [===== ] 142/1711 8% [===== ] 143/1711 8% [===== ] 144/1711 8% [===== ] 145/1711 8% [===== ] 146/1711 8% [===== ] 147/1711 8% [===== ] 148/1711 8% [===== ] 149/1711 8% [===== ] 150/1711 8% [===== ] 151/1711 8% [===== ] 152/1711 8% [===== ] 153/1711 8% [===== ] 154/1711 9% [===== ] 155/1711 9% [===== ] 156/1711 9% [===== ] 157/1711 9% [===== ] 158/1711 9% [===== ] 159/1711 9% [===== ] 160/1711 9% [===== ] 161/1711 9% [===== ] 162/1711 9% [===== ] 163/1711 9% [===== ] 164/1711 9% [===== ] 165/1711 9% [====== ] 166/1711 9% [====== ] 167/1711 9% [====== ] 168/1711 9% [====== ] 169/1711 9% [====== ] 170/1711 9% [====== ] 171/1711 9% [====== ] 172/1711 10% [====== ] 173/1711 10% [====== ] 174/1711 10% [====== ] 175/1711 10% [====== ] 176/1711 10% [====== ] 177/1711 10% [====== ] 178/1711 10% [====== ] 179/1711 10% [====== ] 180/1711 10% [====== ] 181/1711 10% [====== ] 182/1711 10% [====== ] 183/1711 10% [====== ] 184/1711 10% [====== ] 185/1711 10% [====== ] 186/1711 10% [====== ] 187/1711 10% [====== ] 188/1711 10% [====== ] 189/1711 11% [====== ] 190/1711 11% [====== ] 191/1711 11% [====== ] 192/1711 11% [====== ] 193/1711 11% [======= ] 194/1711 11% [======= ] 195/1711 11% [======= ] 196/1711 11% [======= ] 197/1711 11% [======= ] 198/1711 11% [======= ] 199/1711 11% [======= ] 200/1711 11% [======= ] 201/1711 11% [======= ] 202/1711 11% [======= ] 203/1711 11% [======= ] 204/1711 11% [======= ] 205/1711 11% [======= ] 206/1711 12% [======= ] 207/1711 12% [======= ] 208/1711 12% [======= ] 209/1711 12% [======= ] 210/1711 12% [======= ] 211/1711 12% [======= ] 212/1711 12% [======= ] 213/1711 12% [======= ] 214/1711 12% [======= ] 215/1711 12% [======= ] 216/1711 12% [======= ] 217/1711 12% [======= ] 218/1711 12% [======= ] 219/1711 12% [======= ] 220/1711 12% [======== ] 221/1711 12% [======== ] 222/1711 12% [======== ] 223/1711 13% [======== ] 224/1711 13% [======== ] 225/1711 13% [======== ] 226/1711 13% [======== ] 227/1711 13% [======== ] 228/1711 13% [======== ] 229/1711 13% [======== ] 230/1711 13% [======== ] 231/1711 13% [======== ] 232/1711 13% [======== ] 233/1711 13% [======== ] 234/1711 13% [======== ] 235/1711 13% [======== ] 236/1711 13% [======== ] 237/1711 13% [======== ] 238/1711 13% [======== ] 239/1711 13% [======== ] 240/1711 14% [======== ] 241/1711 14% [======== ] 242/1711 14% [======== ] 243/1711 14% [======== ] 244/1711 14% [======== ] 245/1711 14% [======== ] 246/1711 14% [======== ] 247/1711 14% [======== ] 248/1711 14% [========= ] 249/1711 14% [========= ] 250/1711 14% [========= ] 251/1711 14% [========= ] 252/1711 14% [========= ] 253/1711 14% [========= ] 254/1711 14% [========= ] 255/1711 14% [========= ] 256/1711 14% [========= ] 257/1711 15% [========= ] 258/1711 15% [========= ] 259/1711 15% [========= ] 260/1711 15% [========= ] 261/1711 15% [========= ] 262/1711 15% [========= ] 263/1711 15% [========= ] 264/1711 15% [========= ] 265/1711 15% [========= ] 266/1711 15% [========= ] 267/1711 15% [========= ] 268/1711 15% [========= ] 269/1711 15% [========= ] 270/1711 15% [========= ] 271/1711 15% [========= ] 272/1711 15% [========= ] 273/1711 15% [========= ] 274/1711 16% [========= ] 275/1711 16% [========== ] 276/1711 16% [========== ] 277/1711 16% [========== ] 278/1711 16% [========== ] 279/1711 16% [========== ] 280/1711 16% [========== ] 281/1711 16% [========== ] 282/1711 16% [========== ] 283/1711 16% [========== ] 284/1711 16% [========== ] 285/1711 16% [========== ] 286/1711 16% [========== ] 287/1711 16% [========== ] 288/1711 16% [========== ] 289/1711 16% [========== ] 290/1711 16% [========== ] 291/1711 17% [========== ] 292/1711 17% [========== ] 293/1711 17% [========== ] 294/1711 17% [========== ] 295/1711 17% [========== ] 296/1711 17% [========== ] 297/1711 17% [========== ] 298/1711 17% [========== ] 299/1711 17% [========== ] 300/1711 17% [========== ] 301/1711 17% [========== ] 302/1711 17% [========== ] 303/1711 17% [=========== ] 304/1711 17% [=========== ] 305/1711 17% [=========== ] 306/1711 17% [=========== ] 307/1711 17% [=========== ] 308/1711 18% [=========== ] 309/1711 18% [=========== ] 310/1711 18% [=========== ] 311/1711 18% [=========== ] 312/1711 18% [=========== ] 313/1711 18% [=========== ] 314/1711 18% [=========== ] 315/1711 18% [=========== ] 316/1711 18% [=========== ] 317/1711 18% [=========== ] 318/1711 18% [=========== ] 319/1711 18% [=========== ] 320/1711 18% [=========== ] 321/1711 18% [=========== ] 322/1711 18% [=========== ] 323/1711 18% [=========== ] 324/1711 18% [=========== ] 325/1711 18% [=========== ] 326/1711 19% [=========== ] 327/1711 19% [=========== ] 328/1711 19% [=========== ] 329/1711 19% [=========== ] 330/1711 19% [=========== ] 331/1711 19% [============ ] 332/1711 19% [============ ] 333/1711 19% [============ ] 334/1711 19% [============ ] 335/1711 19% [============ ] 336/1711 19% [============ ] 337/1711 19% [============ ] 338/1711 19% [============ ] 339/1711 19% [============ ] 340/1711 19% [============ ] 341/1711 19% [============ ] 342/1711 19% [============ ] 343/1711 20% [============ ] 344/1711 20% [============ ] 345/1711 20% [============ ] 346/1711 20% [============ ] 347/1711 20% [============ ] 348/1711 20% [============ ] 349/1711 20% [============ ] 350/1711 20% [============ ] 351/1711 20% [============ ] 352/1711 20% [============ ] 353/1711 20% [============ ] 354/1711 20% [============ ] 355/1711 20% [============ ] 356/1711 20% [============ ] 357/1711 20% [============ ] 358/1711 20% [============= ] 359/1711 20% [============= ] 360/1711 21% [============= ] 361/1711 21% [============= ] 362/1711 21% [============= ] 363/1711 21% [============= ] 364/1711 21% [============= ] 365/1711 21% [============= ] 366/1711 21% [============= ] 367/1711 21% [============= ] 368/1711 21% [============= ] 369/1711 21% [============= ] 370/1711 21% [============= ] 371/1711 21% [============= ] 372/1711 21% [============= ] 373/1711 21% [============= ] 374/1711 21% [============= ] 375/1711 21% [============= ] 376/1711 21% [============= ] 377/1711 22% [============= ] 378/1711 22% [============= ] 379/1711 22% [============= ] 380/1711 22% [============= ] 381/1711 22% [============= ] 382/1711 22% [============= ] 383/1711 22% [============= ] 384/1711 22% [============= ] 385/1711 22% [============= ] 386/1711 22% [============== ] 387/1711 22% [============== ] 388/1711 22% [============== ] 389/1711 22% [============== ] 390/1711 22% [============== ] 391/1711 22% [============== ] 392/1711 22% [============== ] 393/1711 22% [============== ] 394/1711 23% [============== ] 395/1711 23% [============== ] 396/1711 23% [============== ] 397/1711 23% [============== ] 398/1711 23% [============== ] 399/1711 23% [============== ] 400/1711 23% [============== ] 401/1711 23% [============== ] 402/1711 23% [============== ] 403/1711 23% [============== ] 404/1711 23% [============== ] 405/1711 23% [============== ] 406/1711 23% [============== ] 407/1711 23% [============== ] 408/1711 23% [============== ] 409/1711 23% [============== ] 410/1711 23% [============== ] 411/1711 24% [============== ] 412/1711 24% [============== ] 413/1711 24% [=============== ] 414/1711 24% [=============== ] 415/1711 24% [=============== ] 416/1711 24% [=============== ] 417/1711 24% [=============== ] 418/1711 24% [=============== ] 419/1711 24% [=============== ] 420/1711 24% [=============== ] 421/1711 24% [=============== ] 422/1711 24% [=============== ] 423/1711 24% [=============== ] 424/1711 24% [=============== ] 425/1711 24% [=============== ] 426/1711 24% [=============== ] 427/1711 24% [=============== ] 428/1711 25% [=============== ] 429/1711 25% [=============== ] 430/1711 25% [=============== ] 431/1711 25% [=============== ] 432/1711 25% [=============== ] 433/1711 25% [=============== ] 434/1711 25% [=============== ] 435/1711 25% [=============== ] 436/1711 25% [=============== ] 437/1711 25% [=============== ] 438/1711 25% [=============== ] 439/1711 25% [=============== ] 440/1711 25% [=============== ] 441/1711 25% [================ ] 442/1711 25% [================ ] 443/1711 25% [================ ] 444/1711 25% [================ ] 445/1711 26% [================ ] 446/1711 26% [================ ] 447/1711 26% [================ ] 448/1711 26% [================ ] 449/1711 26% [================ ] 450/1711 26% [================ ] 451/1711 26% [================ ] 452/1711 26% [================ ] 453/1711 26% [================ ] 454/1711 26% [================ ] 455/1711 26% [================ ] 456/1711 26% [================ ] 457/1711 26% [================ ] 458/1711 26% [================ ] 459/1711 26% [================ ] 460/1711 26% [================ ] 461/1711 26% [================ ] 462/1711 27% [================ ] 463/1711 27% [================ ] 464/1711 27% [================ ] 465/1711 27% [================ ] 466/1711 27% [================ ] 467/1711 27% [================ ] 468/1711 27% [================ ] 469/1711 27% [================= ] 470/1711 27% [================= ] 471/1711 27% [================= ] 472/1711 27% [================= ] 473/1711 27% [================= ] 474/1711 27% [================= ] 475/1711 27% [================= ] 476/1711 27% [================= ] 477/1711 27% [================= ] 478/1711 27% [================= ] 479/1711 27% [================= ] 480/1711 28% [================= ] 481/1711 28% [================= ] 482/1711 28% [================= ] 483/1711 28% [================= ] 484/1711 28% [================= ] 485/1711 28% [================= ] 486/1711 28% [================= ] 487/1711 28% [================= ] 488/1711 28% [================= ] 489/1711 28% [================= ] 490/1711 28% [================= ] 491/1711 28% [================= ] 492/1711 28% [================= ] 493/1711 28% [================= ] 494/1711 28% [================= ] 495/1711 28% [================= ] 496/1711 28% [================== ] 497/1711 29% [================== ] 498/1711 29% [================== ] 499/1711 29% [================== ] 500/1711 29% [================== ] 501/1711 29% [================== ] 502/1711 29% [================== ] 503/1711 29% [================== ] 504/1711 29% [================== ] 505/1711 29% [================== ] 506/1711 29% [================== ] 507/1711 29% [================== ] 508/1711 29% [================== ] 509/1711 29% [================== ] 510/1711 29% [================== ] 511/1711 29% [================== ] 512/1711 29% [================== ] 513/1711 29% [================== ] 514/1711 30% [================== ] 515/1711 30% [================== ] 516/1711 30% [================== ] 517/1711 30% [================== ] 518/1711 30% [================== ] 519/1711 30% [================== ] 520/1711 30% [================== ] 521/1711 30% [================== ] 522/1711 30% [================== ] 523/1711 30% [================== ] 524/1711 30% [=================== ] 525/1711 30% [=================== ] 526/1711 30% [=================== ] 527/1711 30% [=================== ] 528/1711 30% [=================== ] 529/1711 30% [=================== ] 530/1711 30% [=================== ] 531/1711 31% [=================== ] 532/1711 31% [=================== ] 533/1711 31% [=================== ] 534/1711 31% [=================== ] 535/1711 31% [=================== ] 536/1711 31% [=================== ] 537/1711 31% [=================== ] 538/1711 31% [=================== ] 539/1711 31% [=================== ] 540/1711 31% [=================== ] 541/1711 31% [=================== ] 542/1711 31% [=================== ] 543/1711 31% [=================== ] 544/1711 31% [=================== ] 545/1711 31% [=================== ] 546/1711 31% [=================== ] 547/1711 31% [=================== ] 548/1711 32% [=================== ] 549/1711 32% [=================== ] 550/1711 32% [=================== ] 551/1711 32% [==================== ] 552/1711 32% [==================== ] 553/1711 32% [==================== ] 554/1711 32% [==================== ] 555/1711 32% [==================== ] 556/1711 32% [==================== ] 557/1711 32% [==================== ] 558/1711 32% [==================== ] 559/1711 32% [==================== ] 560/1711 32% [==================== ] 561/1711 32% [==================== ] 562/1711 32% [==================== ] 563/1711 32% [==================== ] 564/1711 32% [==================== ] 565/1711 33% [==================== ] 566/1711 33% [==================== ] 567/1711 33% [==================== ] 568/1711 33% [==================== ] 569/1711 33% [==================== ] 570/1711 33% [==================== ] 571/1711 33% [==================== ] 572/1711 33% [==================== ] 573/1711 33% [==================== ] 574/1711 33% [==================== ] 575/1711 33% [==================== ] 576/1711 33% [==================== ] 577/1711 33% [==================== ] 578/1711 33% [==================== ] 579/1711 33% [===================== ] 580/1711 33% [===================== ] 581/1711 33% [===================== ] 582/1711 34% [===================== ] 583/1711 34% [===================== ] 584/1711 34% [===================== ] 585/1711 34% [===================== ] 586/1711 34% [===================== ] 587/1711 34% [===================== ] 588/1711 34% [===================== ] 589/1711 34% [===================== ] 590/1711 34% [===================== ] 591/1711 34% [===================== ] 592/1711 34% [===================== ] 593/1711 34% [===================== ] 594/1711 34% [===================== ] 595/1711 34% [===================== ] 596/1711 34% [===================== ] 597/1711 34% [===================== ] 598/1711 34% [===================== ] 599/1711 35% [===================== ] 600/1711 35% [===================== ] 601/1711 35% [===================== ] 602/1711 35% [===================== ] 603/1711 35% [===================== ] 604/1711 35% [===================== ] 605/1711 35% [===================== ] 606/1711 35% [===================== ] 607/1711 35% [====================== ] 608/1711 35% [====================== ] 609/1711 35% [====================== ] 610/1711 35% [====================== ] 611/1711 35% [====================== ] 612/1711 35% [====================== ] 613/1711 35% [====================== ] 614/1711 35% [====================== ] 615/1711 35% [====================== ] 616/1711 36% [====================== ] 617/1711 36% [====================== ] 618/1711 36% [====================== ] 619/1711 36% [====================== ] 620/1711 36% [====================== ] 621/1711 36% [====================== ] 622/1711 36% [====================== ] 623/1711 36% [====================== ] 624/1711 36% [====================== ] 625/1711 36% [====================== ] 626/1711 36% [====================== ] 627/1711 36% [====================== ] 628/1711 36% [====================== ] 629/1711 36% [====================== ] 630/1711 36% [====================== ] 631/1711 36% [====================== ] 632/1711 36% [====================== ] 633/1711 36% [====================== ] 634/1711 37% [======================= ] 635/1711 37% [======================= ] 636/1711 37% [======================= ] 637/1711 37% [======================= ] 638/1711 37% [======================= ] 639/1711 37% [======================= ] 640/1711 37% [======================= ] 641/1711 37% [======================= ] 642/1711 37% [======================= ] 643/1711 37% [======================= ] 644/1711 37% [======================= ] 645/1711 37% [======================= ] 646/1711 37% [======================= ] 647/1711 37% [======================= ] 648/1711 37% [======================= ] 649/1711 37% [======================= ] 650/1711 37% [======================= ] 651/1711 38% [======================= ] 652/1711 38% [======================= ] 653/1711 38% [======================= ] 654/1711 38% [======================= ] 655/1711 38% [======================= ] 656/1711 38% [======================= ] 657/1711 38% [======================= ] 658/1711 38% [======================= ] 659/1711 38% [======================= ] 660/1711 38% [======================= ] 661/1711 38% [======================= ] 662/1711 38% [======================== ] 663/1711 38% [======================== ] 664/1711 38% [======================== ] 665/1711 38% [======================== ] 666/1711 38% [======================== ] 667/1711 38% [======================== ] 668/1711 39% [======================== ] 669/1711 39% [======================== ] 670/1711 39% [======================== ] 671/1711 39% [======================== ] 672/1711 39% [======================== ] 673/1711 39% [======================== ] 674/1711 39% [======================== ] 675/1711 39% [======================== ] 676/1711 39% [======================== ] 677/1711 39% [======================== ] 678/1711 39% [======================== ] 679/1711 39% [======================== ] 680/1711 39% [======================== ] 681/1711 39% [======================== ] 682/1711 39% [======================== ] 683/1711 39% [======================== ] 684/1711 39% [======================== ] 685/1711 40% [======================== ] 686/1711 40% [======================== ] 687/1711 40% [======================== ] 688/1711 40% [======================== ] 689/1711 40% [========================= ] 690/1711 40% [========================= ] 691/1711 40% [========================= ] 692/1711 40% [========================= ] 693/1711 40% [========================= ] 694/1711 40% [========================= ] 695/1711 40% [========================= ] 696/1711 40% [========================= ] 697/1711 40% [========================= ] 698/1711 40% [========================= ] 699/1711 40% [========================= ] 700/1711 40% [========================= ] 701/1711 40% [========================= ] 702/1711 41% [========================= ] 703/1711 41% [========================= ] 704/1711 41% [========================= ] 705/1711 41% [========================= ] 706/1711 41% [========================= ] 707/1711 41% [========================= ] 708/1711 41% [========================= ] 709/1711 41% [========================= ] 710/1711 41% [========================= ] 711/1711 41% [========================= ] 712/1711 41% [========================= ] 713/1711 41% [========================= ] 714/1711 41% [========================= ] 715/1711 41% [========================= ] 716/1711 41% [========================= ] 717/1711 41% [========================== ] 718/1711 41% [========================== ] 719/1711 42% [========================== ] 720/1711 42% [========================== ] 721/1711 42% [========================== ] 722/1711 42% [========================== ] 723/1711 42% [========================== ] 724/1711 42% [========================== ] 725/1711 42% [========================== ] 726/1711 42% [========================== ] 727/1711 42% [========================== ] 728/1711 42% [========================== ] 729/1711 42% [========================== ] 730/1711 42% [========================== ] 731/1711 42% [========================== ] 732/1711 42% [========================== ] 733/1711 42% [========================== ] 734/1711 42% [========================== ] 735/1711 42% [========================== ] 736/1711 43% [========================== ] 737/1711 43% [========================== ] 738/1711 43% [========================== ] 739/1711 43% [========================== ] 740/1711 43% [========================== ] 741/1711 43% [========================== ] 742/1711 43% [========================== ] 743/1711 43% [========================== ] 744/1711 43% [========================== ] 745/1711 43% [=========================== ] 746/1711 43% [=========================== ] 747/1711 43% [=========================== ] 748/1711 43% [=========================== ] 749/1711 43% [=========================== ] 750/1711 43% [=========================== ] 751/1711 43% [=========================== ] 752/1711 43% [=========================== ] 753/1711 44% [=========================== ] 754/1711 44% [=========================== ] 755/1711 44% [=========================== ] 756/1711 44% [=========================== ] 757/1711 44% [=========================== ] 758/1711 44% [=========================== ] 759/1711 44% [=========================== ] 760/1711 44% [=========================== ] 761/1711 44% [=========================== ] 762/1711 44% [=========================== ] 763/1711 44% [=========================== ] 764/1711 44% [=========================== ] 765/1711 44% [=========================== ] 766/1711 44% [=========================== ] 767/1711 44% [=========================== ] 768/1711 44% [=========================== ] 769/1711 44% [=========================== ] 770/1711 45% [=========================== ] 771/1711 45% [=========================== ] 772/1711 45% [============================ ] 773/1711 45% [============================ ] 774/1711 45% [============================ ] 775/1711 45% [============================ ] 776/1711 45% [============================ ] 777/1711 45% [============================ ] 778/1711 45% [============================ ] 779/1711 45% [============================ ] 780/1711 45% [============================ ] 781/1711 45% [============================ ] 782/1711 45% [============================ ] 783/1711 45% [============================ ] 784/1711 45% [============================ ] 785/1711 45% [============================ ] 786/1711 45% [============================ ] 787/1711 45% [============================ ] 788/1711 46% [============================ ] 789/1711 46% [============================ ] 790/1711 46% [============================ ] 791/1711 46% [============================ ] 792/1711 46% [============================ ] 793/1711 46% [============================ ] 794/1711 46% [============================ ] 795/1711 46% [============================ ] 796/1711 46% [============================ ] 797/1711 46% [============================ ] 798/1711 46% [============================ ] 799/1711 46% [============================ ] 800/1711 46% [============================= ] 801/1711 46% [============================= ] 802/1711 46% [============================= ] 803/1711 46% [============================= ] 804/1711 46% [============================= ] 805/1711 47% [============================= ] 806/1711 47% [============================= ] 807/1711 47% [============================= ] 808/1711 47% [============================= ] 809/1711 47% [============================= ] 810/1711 47% [============================= ] 811/1711 47% [============================= ] 812/1711 47% [============================= ] 813/1711 47% [============================= ] 814/1711 47% [============================= ] 815/1711 47% [============================= ] 816/1711 47% [============================= ] 817/1711 47% [============================= ] 818/1711 47% [============================= ] 819/1711 47% [============================= ] 820/1711 47% [============================= ] 821/1711 47% [============================= ] 822/1711 48% [============================= ] 823/1711 48% [============================= ] 824/1711 48% [============================= ] 825/1711 48% [============================= ] 826/1711 48% [============================= ] 827/1711 48% [============================== ] 828/1711 48% [============================== ] 829/1711 48% [============================== ] 830/1711 48% [============================== ] 831/1711 48% [============================== ] 832/1711 48% [============================== ] 833/1711 48% [============================== ] 834/1711 48% [============================== ] 835/1711 48% [============================== ] 836/1711 48% [============================== ] 837/1711 48% [============================== ] 838/1711 48% [============================== ] 839/1711 49% [============================== ] 840/1711 49% [============================== ] 841/1711 49% [============================== ] 842/1711 49% [============================== ] 843/1711 49% [============================== ] 844/1711 49% [============================== ] 845/1711 49% [============================== ] 846/1711 49% [============================== ] 847/1711 49% [============================== ] 848/1711 49% [============================== ] 849/1711 49% [============================== ] 850/1711 49% [============================== ] 851/1711 49% [============================== ] 852/1711 49% [============================== ] 853/1711 49% [============================== ] 854/1711 49% [============================== ] 855/1711 49% [=============================== ] 856/1711 50% [=============================== ] 857/1711 50% [=============================== ] 858/1711 50% [=============================== ] 859/1711 50% [=============================== ] 860/1711 50% [=============================== ] 861/1711 50% [=============================== ] 862/1711 50% [=============================== ] 863/1711 50% [=============================== ] 864/1711 50% [=============================== ] 865/1711 50% [=============================== ] 866/1711 50% [=============================== ] 867/1711 50% [=============================== ] 868/1711 50% [=============================== ] 869/1711 50% [=============================== ] 870/1711 50% [=============================== ] 871/1711 50% [=============================== ] 872/1711 50% [=============================== ] 873/1711 51% [=============================== ] 874/1711 51% [=============================== ] 875/1711 51% [=============================== ] 876/1711 51% [=============================== ] 877/1711 51% [=============================== ] 878/1711 51% [=============================== ] 879/1711 51% [=============================== ] 880/1711 51% [=============================== ] 881/1711 51% [=============================== ] 882/1711 51% [=============================== ] 883/1711 51% [================================ ] 884/1711 51% [================================ ] 885/1711 51% [================================ ] 886/1711 51% [================================ ] 887/1711 51% [================================ ] 888/1711 51% [================================ ] 889/1711 51% [================================ ] 890/1711 52% [================================ ] 891/1711 52% [================================ ] 892/1711 52% [================================ ] 893/1711 52% [================================ ] 894/1711 52% [================================ ] 895/1711 52% [================================ ] 896/1711 52% [================================ ] 897/1711 52% [================================ ] 898/1711 52% [================================ ] 899/1711 52% [================================ ] 900/1711 52% [================================ ] 901/1711 52% [================================ ] 902/1711 52% [================================ ] 903/1711 52% [================================ ] 904/1711 52% [================================ ] 905/1711 52% [================================ ] 906/1711 52% [================================ ] 907/1711 53% [================================ ] 908/1711 53% [================================ ] 909/1711 53% [================================ ] 910/1711 53% [================================= ] 911/1711 53% [================================= ] 912/1711 53% [================================= ] 913/1711 53% [================================= ] 914/1711 53% [================================= ] 915/1711 53% [================================= ] 916/1711 53% [================================= ] 917/1711 53% [================================= ] 918/1711 53% [================================= ] 919/1711 53% [================================= ] 920/1711 53% [================================= ] 921/1711 53% [================================= ] 922/1711 53% [================================= ] 923/1711 53% [================================= ] 924/1711 54% [================================= ] 925/1711 54% [================================= ] 926/1711 54% [================================= ] 927/1711 54% [================================= ] 928/1711 54% [================================= ] 929/1711 54% [================================= ] 930/1711 54% [================================= ] 931/1711 54% [================================= ] 932/1711 54% [================================= ] 933/1711 54% [================================= ] 934/1711 54% [================================= ] 935/1711 54% [================================= ] 936/1711 54% [================================= ] 937/1711 54% [================================= ] 938/1711 54% [================================== ] 939/1711 54% [================================== ] 940/1711 54% [================================== ] 941/1711 54% [================================== ] 942/1711 55% [================================== ] 943/1711 55% [================================== ] 944/1711 55% [================================== ] 945/1711 55% [================================== ] 946/1711 55% [================================== ] 947/1711 55% [================================== ] 948/1711 55% [================================== ] 949/1711 55% [================================== ] 950/1711 55% [================================== ] 951/1711 55% [================================== ] 952/1711 55% [================================== ] 953/1711 55% [================================== ] 954/1711 55% [================================== ] 955/1711 55% [================================== ] 956/1711 55% [================================== ] 957/1711 55% [================================== ] 958/1711 55% [================================== ] 959/1711 56% [================================== ] 960/1711 56% [================================== ] 961/1711 56% [================================== ] 962/1711 56% [================================== ] 963/1711 56% [================================== ] 964/1711 56% [================================== ] 965/1711 56% [=================================== ] 966/1711 56% [=================================== ] 967/1711 56% [=================================== ] 968/1711 56% [=================================== ] 969/1711 56% [=================================== ] 970/1711 56% [=================================== ] 971/1711 56% [=================================== ] 972/1711 56% [=================================== ] 973/1711 56% [=================================== ] 974/1711 56% [=================================== ] 975/1711 56% [=================================== ] 976/1711 57% [=================================== ] 977/1711 57% [=================================== ] 978/1711 57% [=================================== ] 979/1711 57% [=================================== ] 980/1711 57% [=================================== ] 981/1711 57% [=================================== ] 982/1711 57% [=================================== ] 983/1711 57% [=================================== ] 984/1711 57% [=================================== ] 985/1711 57% [=================================== ] 986/1711 57% [=================================== ] 987/1711 57% [=================================== ] 988/1711 57% [=================================== ] 989/1711 57% [=================================== ] 990/1711 57% [=================================== ] 991/1711 57% [=================================== ] 992/1711 57% [=================================== ] 993/1711 58% [==================================== ] 994/1711 58% [==================================== ] 995/1711 58% [==================================== ] 996/1711 58% [==================================== ] 997/1711 58% [==================================== ] 998/1711 58% [==================================== ] 999/1711 58% [==================================== ] 1000/1711 58% [==================================== ] 1001/1711 58% [==================================== ] 1002/1711 58% [==================================== ] 1003/1711 58% [==================================== ] 1004/1711 58% [==================================== ] 1005/1711 58% [==================================== ] 1006/1711 58% [==================================== ] 1007/1711 58% [==================================== ] 1008/1711 58% [==================================== ] 1009/1711 58% [==================================== ] 1010/1711 59% [==================================== ] 1011/1711 59% [==================================== ] 1012/1711 59% [==================================== ] 1013/1711 59% [==================================== ] 1014/1711 59% [==================================== ] 1015/1711 59% [==================================== ] 1016/1711 59% [==================================== ] 1017/1711 59% [==================================== ] 1018/1711 59% [==================================== ] 1019/1711 59% [==================================== ] 1020/1711 59% [==================================== ] 1021/1711 59% [===================================== ] 1022/1711 59% [===================================== ] 1023/1711 59% [===================================== ] 1024/1711 59% [===================================== ] 1025/1711 59% [===================================== ] 1026/1711 59% [===================================== ] 1027/1711 60% [===================================== ] 1028/1711 60% [===================================== ] 1029/1711 60% [===================================== ] 1030/1711 60% [===================================== ] 1031/1711 60% [===================================== ] 1032/1711 60% [===================================== ] 1033/1711 60% [===================================== ] 1034/1711 60% [===================================== ] 1035/1711 60% [===================================== ] 1036/1711 60% [===================================== ] 1037/1711 60% [===================================== ] 1038/1711 60% [===================================== ] 1039/1711 60% [===================================== ] 1040/1711 60% [===================================== ] 1041/1711 60% [===================================== ] 1042/1711 60% [===================================== ] 1043/1711 60% [===================================== ] 1044/1711 61% [===================================== ] 1045/1711 61% [===================================== ] 1046/1711 61% [===================================== ] 1047/1711 61% [===================================== ] 1048/1711 61% [====================================== ] 1049/1711 61% [====================================== ] 1050/1711 61% [====================================== ] 1051/1711 61% [====================================== ] 1052/1711 61% [====================================== ] 1053/1711 61% [====================================== ] 1054/1711 61% [====================================== ] 1055/1711 61% [====================================== ] 1056/1711 61% [====================================== ] 1057/1711 61% [====================================== ] 1058/1711 61% [====================================== ] 1059/1711 61% [====================================== ] 1060/1711 61% [====================================== ] 1061/1711 62% [====================================== ] 1062/1711 62% [====================================== ] 1063/1711 62% [====================================== ] 1064/1711 62% [====================================== ] 1065/1711 62% [====================================== ] 1066/1711 62% [====================================== ] 1067/1711 62% [====================================== ] 1068/1711 62% [====================================== ] 1069/1711 62% [====================================== ] 1070/1711 62% [====================================== ] 1071/1711 62% [====================================== ] 1072/1711 62% [====================================== ] 1073/1711 62% [====================================== ] 1074/1711 62% [====================================== ] 1075/1711 62% [====================================== ] 1076/1711 62% [======================================= ] 1077/1711 62% [======================================= ] 1078/1711 63% [======================================= ] 1079/1711 63% [======================================= ] 1080/1711 63% [======================================= ] 1081/1711 63% [======================================= ] 1082/1711 63% [======================================= ] 1083/1711 63% [======================================= ] 1084/1711 63% [======================================= ] 1085/1711 63% [======================================= ] 1086/1711 63% [======================================= ] 1087/1711 63% [======================================= ] 1088/1711 63% [======================================= ] 1089/1711 63% [======================================= ] 1090/1711 63% [======================================= ] 1091/1711 63% [======================================= ] 1092/1711 63% [======================================= ] 1093/1711 63% [======================================= ] 1094/1711 63% [======================================= ] 1095/1711 63% [======================================= ] 1096/1711 64% [======================================= ] 1097/1711 64% [======================================= ] 1098/1711 64% [======================================= ] 1099/1711 64% [======================================= ] 1100/1711 64% [======================================= ] 1101/1711 64% [======================================= ] 1102/1711 64% [======================================= ] 1103/1711 64% [======================================== ] 1104/1711 64% [======================================== ] 1105/1711 64% [======================================== ] 1106/1711 64% [======================================== ] 1107/1711 64% [======================================== ] 1108/1711 64% [======================================== ] 1109/1711 64% [======================================== ] 1110/1711 64% [======================================== ] 1111/1711 64% [======================================== ] 1112/1711 64% [======================================== ] 1113/1711 65% [======================================== ] 1114/1711 65% [======================================== ] 1115/1711 65% [======================================== ] 1116/1711 65% [======================================== ] 1117/1711 65% [======================================== ] 1118/1711 65% [======================================== ] 1119/1711 65% [======================================== ] 1120/1711 65% [======================================== ] 1121/1711 65% [======================================== ] 1122/1711 65% [======================================== ] 1123/1711 65% [======================================== ] 1124/1711 65% [======================================== ] 1125/1711 65% [======================================== ] 1126/1711 65% [======================================== ] 1127/1711 65% [======================================== ] 1128/1711 65% [======================================== ] 1129/1711 65% [======================================== ] 1130/1711 66% [======================================== ] 1131/1711 66% [========================================= ] 1132/1711 66% [========================================= ] 1133/1711 66% [========================================= ] 1134/1711 66% [========================================= ] 1135/1711 66% [========================================= ] 1136/1711 66% [========================================= ] 1137/1711 66% [========================================= ] 1138/1711 66% [========================================= ] 1139/1711 66% [========================================= ] 1140/1711 66% [========================================= ] 1141/1711 66% [========================================= ] 1142/1711 66% [========================================= ] 1143/1711 66% [========================================= ] 1144/1711 66% [========================================= ] 1145/1711 66% [========================================= ] 1146/1711 66% [========================================= ] 1147/1711 67% [========================================= ] 1148/1711 67% [========================================= ] 1149/1711 67% [========================================= ] 1150/1711 67% [========================================= ] 1151/1711 67% [========================================= ] 1152/1711 67% [========================================= ] 1153/1711 67% [========================================= ] 1154/1711 67% [========================================= ] 1155/1711 67% [========================================= ] 1156/1711 67% [========================================= ] 1157/1711 67% [========================================= ] 1158/1711 67% [========================================= ] 1159/1711 67% [========================================== ] 1160/1711 67% [========================================== ] 1161/1711 67% [========================================== ] 1162/1711 67% [========================================== ] 1163/1711 67% [========================================== ] 1164/1711 68% [========================================== ] 1165/1711 68% [========================================== ] 1166/1711 68% [========================================== ] 1167/1711 68% [========================================== ] 1168/1711 68% [========================================== ] 1169/1711 68% [========================================== ] 1170/1711 68% [========================================== ] 1171/1711 68% [========================================== ] 1172/1711 68% [========================================== ] 1173/1711 68% [========================================== ] 1174/1711 68% [========================================== ] 1175/1711 68% [========================================== ] 1176/1711 68% [========================================== ] 1177/1711 68% [========================================== ] 1178/1711 68% [========================================== ] 1179/1711 68% [========================================== ] 1180/1711 68% [========================================== ] 1181/1711 69% [========================================== ] 1182/1711 69% [========================================== ] 1183/1711 69% [========================================== ] 1184/1711 69% [========================================== ] 1185/1711 69% [========================================== ] 1186/1711 69% [=========================================== ] 1187/1711 69% [=========================================== ] 1188/1711 69% [=========================================== ] 1189/1711 69% [=========================================== ] 1190/1711 69% [=========================================== ] 1191/1711 69% [=========================================== ] 1192/1711 69% [=========================================== ] 1193/1711 69% [=========================================== ] 1194/1711 69% [=========================================== ] 1195/1711 69% [=========================================== ] 1196/1711 69% [=========================================== ] 1197/1711 69% [=========================================== ] 1198/1711 70% [=========================================== ] 1199/1711 70% [=========================================== ] 1200/1711 70% [=========================================== ] 1201/1711 70% [=========================================== ] 1202/1711 70% [=========================================== ] 1203/1711 70% [=========================================== ] 1204/1711 70% [=========================================== ] 1205/1711 70% [=========================================== ] 1206/1711 70% [=========================================== ] 1207/1711 70% [=========================================== ] 1208/1711 70% [=========================================== ] 1209/1711 70% [=========================================== ] 1210/1711 70% [=========================================== ] 1211/1711 70% [=========================================== ] 1212/1711 70% [=========================================== ] 1213/1711 70% [=========================================== ] 1214/1711 70% [============================================ ] 1215/1711 71% [============================================ ] 1216/1711 71% [============================================ ] 1217/1711 71% [============================================ ] 1218/1711 71% [============================================ ] 1219/1711 71% [============================================ ] 1220/1711 71% [============================================ ] 1221/1711 71% [============================================ ] 1222/1711 71% [============================================ ] 1223/1711 71% [============================================ ] 1224/1711 71% [============================================ ] 1225/1711 71% [============================================ ] 1226/1711 71% [============================================ ] 1227/1711 71% [============================================ ] 1228/1711 71% [============================================ ] 1229/1711 71% [============================================ ] 1230/1711 71% [============================================ ] 1231/1711 71% [============================================ ] 1232/1711 72% [============================================ ] 1233/1711 72% [============================================ ] 1234/1711 72% [============================================ ] 1235/1711 72% [============================================ ] 1236/1711 72% [============================================ ] 1237/1711 72% [============================================ ] 1238/1711 72% [============================================ ] 1239/1711 72% [============================================ ] 1240/1711 72% [============================================ ] 1241/1711 72% [============================================= ] 1242/1711 72% [============================================= ] 1243/1711 72% [============================================= ] 1244/1711 72% [============================================= ] 1245/1711 72% [============================================= ] 1246/1711 72% [============================================= ] 1247/1711 72% [============================================= ] 1248/1711 72% [============================================= ] 1249/1711 72% [============================================= ] 1250/1711 73% [============================================= ] 1251/1711 73% [============================================= ] 1252/1711 73% [============================================= ] 1253/1711 73% [============================================= ] 1254/1711 73% [============================================= ] 1255/1711 73% [============================================= ] 1256/1711 73% [============================================= ] 1257/1711 73% [============================================= ] 1258/1711 73% [============================================= ] 1259/1711 73% [============================================= ] 1260/1711 73% [============================================= ] 1261/1711 73% [============================================= ] 1262/1711 73% [============================================= ] 1263/1711 73% [============================================= ] 1264/1711 73% [============================================= ] 1265/1711 73% [============================================= ] 1266/1711 73% [============================================= ] 1267/1711 74% [============================================= ] 1268/1711 74% [============================================= ] 1269/1711 74% [============================================== ] 1270/1711 74% [============================================== ] 1271/1711 74% [============================================== ] 1272/1711 74% [============================================== ] 1273/1711 74% [============================================== ] 1274/1711 74% [============================================== ] 1275/1711 74% [============================================== ] 1276/1711 74% [============================================== ] 1277/1711 74% [============================================== ] 1278/1711 74% [============================================== ] 1279/1711 74% [============================================== ] 1280/1711 74% [============================================== ] 1281/1711 74% [============================================== ] 1282/1711 74% [============================================== ] 1283/1711 74% [============================================== ] 1284/1711 75% [============================================== ] 1285/1711 75% [============================================== ] 1286/1711 75% [============================================== ] 1287/1711 75% [============================================== ] 1288/1711 75% [============================================== ] 1289/1711 75% [============================================== ] 1290/1711 75% [============================================== ] 1291/1711 75% [============================================== ] 1292/1711 75% [============================================== ] 1293/1711 75% [============================================== ] 1294/1711 75% [============================================== ] 1295/1711 75% [============================================== ] 1296/1711 75% [============================================== ] 1297/1711 75% [=============================================== ] 1298/1711 75% [=============================================== ] 1299/1711 75% [=============================================== ] 1300/1711 75% [=============================================== ] 1301/1711 76% [=============================================== ] 1302/1711 76% [=============================================== ] 1303/1711 76% [=============================================== ] 1304/1711 76% [=============================================== ] 1305/1711 76% [=============================================== ] 1306/1711 76% [=============================================== ] 1307/1711 76% [=============================================== ] 1308/1711 76% [=============================================== ] 1309/1711 76% [=============================================== ] 1310/1711 76% [=============================================== ] 1311/1711 76% [=============================================== ] 1312/1711 76% [=============================================== ] 1313/1711 76% [=============================================== ] 1314/1711 76% [=============================================== ] 1315/1711 76% [=============================================== ] 1316/1711 76% [=============================================== ] 1317/1711 76% [=============================================== ] 1318/1711 77% [=============================================== ] 1319/1711 77% [=============================================== ] 1320/1711 77% [=============================================== ] 1321/1711 77% [=============================================== ] 1322/1711 77% [=============================================== ] 1323/1711 77% [=============================================== ] 1324/1711 77% [================================================ ] 1325/1711 77% [================================================ ] 1326/1711 77% [================================================ ] 1327/1711 77% [================================================ ] 1328/1711 77% [================================================ ] 1329/1711 77% [================================================ ] 1330/1711 77% [================================================ ] 1331/1711 77% [================================================ ] 1332/1711 77% [================================================ ] 1333/1711 77% [================================================ ] 1334/1711 77% [================================================ ] 1335/1711 78% [================================================ ] 1336/1711 78% [================================================ ] 1337/1711 78% [================================================ ] 1338/1711 78% [================================================ ] 1339/1711 78% [================================================ ] 1340/1711 78% [================================================ ] 1341/1711 78% [================================================ ] 1342/1711 78% [================================================ ] 1343/1711 78% [================================================ ] 1344/1711 78% [================================================ ] 1345/1711 78% [================================================ ] 1346/1711 78% [================================================ ] 1347/1711 78% [================================================ ] 1348/1711 78% [================================================ ] 1349/1711 78% [================================================ ] 1350/1711 78% [================================================ ] 1351/1711 78% [================================================ ] 1352/1711 79% [================================================= ] 1353/1711 79% [================================================= ] 1354/1711 79% [================================================= ] 1355/1711 79% [================================================= ] 1356/1711 79% [================================================= ] 1357/1711 79% [================================================= ] 1358/1711 79% [================================================= ] 1359/1711 79% [================================================= ] 1360/1711 79% [================================================= ] 1361/1711 79% [================================================= ] 1362/1711 79% [================================================= ] 1363/1711 79% [================================================= ] 1364/1711 79% [================================================= ] 1365/1711 79% [================================================= ] 1366/1711 79% [================================================= ] 1367/1711 79% [================================================= ] 1368/1711 79% [================================================= ] 1369/1711 80% [================================================= ] 1370/1711 80% [================================================= ] 1371/1711 80% [================================================= ] 1372/1711 80% [================================================= ] 1373/1711 80% [================================================= ] 1374/1711 80% [================================================= ] 1375/1711 80% [================================================= ] 1376/1711 80% [================================================= ] 1377/1711 80% [================================================= ] 1378/1711 80% [================================================= ] 1379/1711 80% [================================================== ] 1380/1711 80% [================================================== ] 1381/1711 80% [================================================== ] 1382/1711 80% [================================================== ] 1383/1711 80% [================================================== ] 1384/1711 80% [================================================== ] 1385/1711 80% [================================================== ] 1386/1711 81% [================================================== ] 1387/1711 81% [================================================== ] 1388/1711 81% [================================================== ] 1389/1711 81% [================================================== ] 1390/1711 81% [================================================== ] 1391/1711 81% [================================================== ] 1392/1711 81% [================================================== ] 1393/1711 81% [================================================== ] 1394/1711 81% [================================================== ] 1395/1711 81% [================================================== ] 1396/1711 81% [================================================== ] 1397/1711 81% [================================================== ] 1398/1711 81% [================================================== ] 1399/1711 81% [================================================== ] 1400/1711 81% [================================================== ] 1401/1711 81% [================================================== ] 1402/1711 81% [================================================== ] 1403/1711 81% [================================================== ] 1404/1711 82% [================================================== ] 1405/1711 82% [================================================== ] 1406/1711 82% [================================================== ] 1407/1711 82% [=================================================== ] 1408/1711 82% [=================================================== ] 1409/1711 82% [=================================================== ] 1410/1711 82% [=================================================== ] 1411/1711 82% [=================================================== ] 1412/1711 82% [=================================================== ] 1413/1711 82% [=================================================== ] 1414/1711 82% [=================================================== ] 1415/1711 82% [=================================================== ] 1416/1711 82% [=================================================== ] 1417/1711 82% [=================================================== ] 1418/1711 82% [=================================================== ] 1419/1711 82% [=================================================== ] 1420/1711 82% [=================================================== ] 1421/1711 83% [=================================================== ] 1422/1711 83% [=================================================== ] 1423/1711 83% [=================================================== ] 1424/1711 83% [=================================================== ] 1425/1711 83% [=================================================== ] 1426/1711 83% [=================================================== ] 1427/1711 83% [=================================================== ] 1428/1711 83% [=================================================== ] 1429/1711 83% [=================================================== ] 1430/1711 83% [=================================================== ] 1431/1711 83% [=================================================== ] 1432/1711 83% [=================================================== ] 1433/1711 83% [=================================================== ] 1434/1711 83% [=================================================== ] 1435/1711 83% [==================================================== ] 1436/1711 83% [==================================================== ] 1437/1711 83% [==================================================== ] 1438/1711 84% [==================================================== ] 1439/1711 84% [==================================================== ] 1440/1711 84% [==================================================== ] 1441/1711 84% [==================================================== ] 1442/1711 84% [==================================================== ] 1443/1711 84% [==================================================== ] 1444/1711 84% [==================================================== ] 1445/1711 84% [==================================================== ] 1446/1711 84% [==================================================== ] 1447/1711 84% [==================================================== ] 1448/1711 84% [==================================================== ] 1449/1711 84% [==================================================== ] 1450/1711 84% [==================================================== ] 1451/1711 84% [==================================================== ] 1452/1711 84% [==================================================== ] 1453/1711 84% [==================================================== ] 1454/1711 84% [==================================================== ] 1455/1711 85% [==================================================== ] 1456/1711 85% [==================================================== ] 1457/1711 85% [==================================================== ] 1458/1711 85% [==================================================== ] 1459/1711 85% [==================================================== ] 1460/1711 85% [==================================================== ] 1461/1711 85% [==================================================== ] 1462/1711 85% [===================================================== ] 1463/1711 85% [===================================================== ] 1464/1711 85% [===================================================== ] 1465/1711 85% [===================================================== ] 1466/1711 85% [===================================================== ] 1467/1711 85% [===================================================== ] 1468/1711 85% [===================================================== ] 1469/1711 85% [===================================================== ] 1470/1711 85% [===================================================== ] 1471/1711 85% [===================================================== ] 1472/1711 86% [===================================================== ] 1473/1711 86% [===================================================== ] 1474/1711 86% [===================================================== ] 1475/1711 86% [===================================================== ] 1476/1711 86% [===================================================== ] 1477/1711 86% [===================================================== ] 1478/1711 86% [===================================================== ] 1479/1711 86% [===================================================== ] 1480/1711 86% [===================================================== ] 1481/1711 86% [===================================================== ] 1482/1711 86% [===================================================== ] 1483/1711 86% [===================================================== ] 1484/1711 86% [===================================================== ] 1485/1711 86% [===================================================== ] 1486/1711 86% [===================================================== ] 1487/1711 86% [===================================================== ] 1488/1711 86% [===================================================== ] 1489/1711 87% [===================================================== ] 1490/1711 87% [====================================================== ] 1491/1711 87% [====================================================== ] 1492/1711 87% [====================================================== ] 1493/1711 87% [====================================================== ] 1494/1711 87% [====================================================== ] 1495/1711 87% [====================================================== ] 1496/1711 87% [====================================================== ] 1497/1711 87% [====================================================== ] 1498/1711 87% [====================================================== ] 1499/1711 87% [====================================================== ] 1500/1711 87% [====================================================== ] 1501/1711 87% [====================================================== ] 1502/1711 87% [====================================================== ] 1503/1711 87% [====================================================== ] 1504/1711 87% [====================================================== ] 1505/1711 87% [====================================================== ] 1506/1711 88% [====================================================== ] 1507/1711 88% [====================================================== ] 1508/1711 88% [====================================================== ] 1509/1711 88% [====================================================== ] 1510/1711 88% [====================================================== ] 1511/1711 88% [====================================================== ] 1512/1711 88% [====================================================== ] 1513/1711 88% [====================================================== ] 1514/1711 88% [====================================================== ] 1515/1711 88% [====================================================== ] 1516/1711 88% [====================================================== ] 1517/1711 88% [======================================================= ] 1518/1711 88% [======================================================= ] 1519/1711 88% [======================================================= ] 1520/1711 88% [======================================================= ] 1521/1711 88% [======================================================= ] 1522/1711 88% [======================================================= ] 1523/1711 89% [======================================================= ] 1524/1711 89% [======================================================= ] 1525/1711 89% [======================================================= ] 1526/1711 89% [======================================================= ] 1527/1711 89% [======================================================= ] 1528/1711 89% [======================================================= ] 1529/1711 89% [======================================================= ] 1530/1711 89% [======================================================= ] 1531/1711 89% [======================================================= ] 1532/1711 89% [======================================================= ] 1533/1711 89% [======================================================= ] 1534/1711 89% [======================================================= ] 1535/1711 89% [======================================================= ] 1536/1711 89% [======================================================= ] 1537/1711 89% [======================================================= ] 1538/1711 89% [======================================================= ] 1539/1711 89% [======================================================= ] 1540/1711 90% [======================================================= ] 1541/1711 90% [======================================================= ] 1542/1711 90% [======================================================= ] 1543/1711 90% [======================================================= ] 1544/1711 90% [======================================================= ] 1545/1711 90% [======================================================== ] 1546/1711 90% [======================================================== ] 1547/1711 90% [======================================================== ] 1548/1711 90% [======================================================== ] 1549/1711 90% [======================================================== ] 1550/1711 90% [======================================================== ] 1551/1711 90% [======================================================== ] 1552/1711 90% [======================================================== ] 1553/1711 90% [======================================================== ] 1554/1711 90% [======================================================== ] 1555/1711 90% [======================================================== ] 1556/1711 90% [======================================================== ] 1557/1711 90% [======================================================== ] 1558/1711 91% [======================================================== ] 1559/1711 91% [======================================================== ] 1560/1711 91% [======================================================== ] 1561/1711 91% [======================================================== ] 1562/1711 91% [======================================================== ] 1563/1711 91% [======================================================== ] 1564/1711 91% [======================================================== ] 1565/1711 91% [======================================================== ] 1566/1711 91% [======================================================== ] 1567/1711 91% [======================================================== ] 1568/1711 91% [======================================================== ] 1569/1711 91% [======================================================== ] 1570/1711 91% [======================================================== ] 1571/1711 91% [======================================================== ] 1572/1711 91% [======================================================== ] 1573/1711 91% [========================================================= ] 1574/1711 91% [========================================================= ] 1575/1711 92% [========================================================= ] 1576/1711 92% [========================================================= ] 1577/1711 92% [========================================================= ] 1578/1711 92% [========================================================= ] 1579/1711 92% [========================================================= ] 1580/1711 92% [========================================================= ] 1581/1711 92% [========================================================= ] 1582/1711 92% [========================================================= ] 1583/1711 92% [========================================================= ] 1584/1711 92% [========================================================= ] 1585/1711 92% [========================================================= ] 1586/1711 92% [========================================================= ] 1587/1711 92% [========================================================= ] 1588/1711 92% [========================================================= ] 1589/1711 92% [========================================================= ] 1590/1711 92% [========================================================= ] 1591/1711 92% [========================================================= ] 1592/1711 93% [========================================================= ] 1593/1711 93% [========================================================= ] 1594/1711 93% [========================================================= ] 1595/1711 93% [========================================================= ] 1596/1711 93% [========================================================= ] 1597/1711 93% [========================================================= ] 1598/1711 93% [========================================================= ] 1599/1711 93% [========================================================= ] 1600/1711 93% [========================================================== ] 1601/1711 93% [========================================================== ] 1602/1711 93% [========================================================== ] 1603/1711 93% [========================================================== ] 1604/1711 93% [========================================================== ] 1605/1711 93% [========================================================== ] 1606/1711 93% [========================================================== ] 1607/1711 93% [========================================================== ] 1608/1711 93% [========================================================== ] 1609/1711 94% [========================================================== ] 1610/1711 94% [========================================================== ] 1611/1711 94% [========================================================== ] 1612/1711 94% [========================================================== ] 1613/1711 94% [========================================================== ] 1614/1711 94% [========================================================== ] 1615/1711 94% [========================================================== ] 1616/1711 94% [========================================================== ] 1617/1711 94% [========================================================== ] 1618/1711 94% [========================================================== ] 1619/1711 94% [========================================================== ] 1620/1711 94% [========================================================== ] 1621/1711 94% [========================================================== ] 1622/1711 94% [========================================================== ] 1623/1711 94% [========================================================== ] 1624/1711 94% [========================================================== ] 1625/1711 94% [========================================================== ] 1626/1711 95% [========================================================== ] 1627/1711 95% [========================================================== ] 1628/1711 95% [=========================================================== ] 1629/1711 95% [=========================================================== ] 1630/1711 95% [=========================================================== ] 1631/1711 95% [=========================================================== ] 1632/1711 95% [=========================================================== ] 1633/1711 95% [=========================================================== ] 1634/1711 95% [=========================================================== ] 1635/1711 95% [=========================================================== ] 1636/1711 95% [=========================================================== ] 1637/1711 95% [=========================================================== ] 1638/1711 95% [=========================================================== ] 1639/1711 95% [=========================================================== ] 1640/1711 95% [=========================================================== ] 1641/1711 95% [=========================================================== ] 1642/1711 95% [=========================================================== ] 1643/1711 96% [=========================================================== ] 1644/1711 96% [=========================================================== ] 1645/1711 96% [=========================================================== ] 1646/1711 96% [=========================================================== ] 1647/1711 96% [=========================================================== ] 1648/1711 96% [=========================================================== ] 1649/1711 96% [=========================================================== ] 1650/1711 96% [=========================================================== ] 1651/1711 96% [=========================================================== ] 1652/1711 96% [=========================================================== ] 1653/1711 96% [=========================================================== ] 1654/1711 96% [=========================================================== ] 1655/1711 96% [============================================================ ] 1656/1711 96% [============================================================ ] 1657/1711 96% [============================================================ ] 1658/1711 96% [============================================================ ] 1659/1711 96% [============================================================ ] 1660/1711 97% [============================================================ ] 1661/1711 97% [============================================================ ] 1662/1711 97% [============================================================ ] 1663/1711 97% [============================================================ ] 1664/1711 97% [============================================================ ] 1665/1711 97% [============================================================ ] 1666/1711 97% [============================================================ ] 1667/1711 97% [============================================================ ] 1668/1711 97% [============================================================ ] 1669/1711 97% [============================================================ ] 1670/1711 97% [============================================================ ] 1671/1711 97% [============================================================ ] 1672/1711 97% [============================================================ ] 1673/1711 97% [============================================================ ] 1674/1711 97% [============================================================ ] 1675/1711 97% [============================================================ ] 1676/1711 97% [============================================================ ] 1677/1711 98% [============================================================ ] 1678/1711 98% [============================================================ ] 1679/1711 98% [============================================================ ] 1680/1711 98% [============================================================ ] 1681/1711 98% [============================================================ ] 1682/1711 98% [============================================================ ] 1683/1711 98% [============================================================= ] 1684/1711 98% [============================================================= ] 1685/1711 98% [============================================================= ] 1686/1711 98% [============================================================= ] 1687/1711 98% [============================================================= ] 1688/1711 98% [============================================================= ] 1689/1711 98% [============================================================= ] 1690/1711 98% [============================================================= ] 1691/1711 98% [============================================================= ] 1692/1711 98% [============================================================= ] 1693/1711 98% [============================================================= ] 1694/1711 99% [============================================================= ] 1695/1711 99% [============================================================= ] 1696/1711 99% [============================================================= ] 1697/1711 99% [============================================================= ] 1698/1711 99% [============================================================= ] 1699/1711 99% [============================================================= ] 1700/1711 99% [============================================================= ] 1701/1711 99% [============================================================= ] 1702/1711 99% [============================================================= ] 1703/1711 99% [============================================================= ] 1704/1711 99% [============================================================= ] 1705/1711 99% [============================================================= ] 1706/1711 99% [============================================================= ] 1707/1711 99% [============================================================= ] 1708/1711 99% [============================================================= ] 1709/1711 99% [============================================================= ] 1710/1711 99% [==============================================================] 1711/1711 100% operation complete, 1711 objects in 47045 NAND pages. ln -snf /home/autobuild/autobuild/instance-9/output-1/host/aarch64-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-9/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-9/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-9/buildroot' >>> Buildroot 2023.05-417-g3c66f65a6a Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-gcc-final 11.4.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa 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-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.4.0 Collecting legal info >>> host-binutils 2.39 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.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.4.3 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.39 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> zlib Collecting legal info >>> zlib-ng 2.1.3 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> host-bmap-tools 3.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> 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-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ntp 4.2.8p17 Collecting legal info COPYRIGHT: OK (sha256: 06246b8c15ccc1a1873c78525c810f0802e68f383e79ee041e06d1ab9cbf80a4) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> util-linux 2.39 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> dhcpdump 1.8 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> flac 1.4.3 Collecting legal info COPYING.Xiph: OK (sha256: 12600ea1a7affcbf469bd0d8b2cd725e4167114a2ee834b88f5d2857bfd7ddbf) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> freetype 2.13.1 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> fscryptctl 1.0.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> fxdiv 63058eff77e11aa15bf531df5dd34395ec3017c8 Collecting legal info LICENSE: OK (sha256: 7cac00006125b1486a27e4801ed66357236e984c540bd323945ab7b66b078ec3) >>> host-gdb 12.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript 10.01.2 Collecting legal info LICENSE: OK (sha256: 8ce064f423b7c24a011b6ebf9431b8bf9861a5255e47c84bfb23fc526d030a8b) >>> host-lcms2 2.15 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> lcms2 2.15 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> tiff 4.5.1 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> hwdata 0.371 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> initscripts Collecting legal info >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> jquery-ui 1.13.1 Collecting legal info LICENSE.txt: OK (sha256: de33fb695880d0b07615d4b86f78cd43796906959ade5fdfef70968827a0db78) >>> jquery 3.5.1 Collecting legal info >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> libarchive 3.6.2 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> xz 5.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcodec2 1.1.1 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libiio 0.24 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.4 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpciaccess 0.17 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsndfile 1.2.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libsolv 0.7.22 Collecting legal info LICENSE.BSD: OK (sha256: 57f15acfb29fbef7749779e096a5885c60b716633e34484a21bb717554c0198f) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> liburiparser 0.9.7 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> minicom 2.8 Collecting legal info COPYING: OK (sha256: cf80a758014eefbf068afffe3d462fc34ff4f528527524d8e100329c42094e15) >>> mpd-mpc 0.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-mtools 4.0.43 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> ncftp 3.2.6 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> numactl 2.0.16 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> open-plc-utils 1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> opkg 0.4.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-pahole 1.25 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libbpf 1.1.0 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: e1638b9a0c68ca90fad3df1d6b4e430804d2fbdc15e58d02cffddfae38953bbf) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> host-python-cython 0.29.35 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> host-rust-bin 1.71.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6-linux-utils 2.6.0.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> sdl_image 5d792dde2f764daf15dc48521774a3354330db69 Collecting legal info COPYING: OK (sha256: 653649692218d56e5807bdc5b72f51aa6067bc44d30b757e18c03b32bcaf98da) >>> sdl_sound 1.0.3 Collecting legal info COPYING: OK (sha256: 2a781dd2f8c5435c59cfa3b79dfea1c1d7df676ed318ecc802139f76ac345d07) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> sqlite 3.42.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> ssdp-responder 2.0 Collecting legal info LICENSE: OK (sha256: 68d6fdc22e337f725fe719bf9ae6d92b1d8d0ca4cff8219b303ab76706670a8d) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> stm32flash 0.7 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> vnstat 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> vuejs 3.3.1 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> webp 1.2.4 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> whetstone 1.2 Collecting legal info >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> xen 4.14.5 Collecting legal info COPYING: OK (sha256: ecca9538e9d3f7e3c2bff827502f4495e2ef9e22c451298696ea08886b176c2c) >>> host-acpica 20220331 Collecting legal info source/include/acpi.h: OK (sha256: 40d8e351f8dfdf5340ec76ac28f0c201b825077d7060bb3686ca1112cb26985d) >>> zziplib 0.13.72 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm: OK (sha256: 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361) >>> 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-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: 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: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-9/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-9/buildroot'