rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/thomas/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/man /home/thomas/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/info /home/thomas/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/doc /home/thomas/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-1/output-1/target/lib/debug /home/thomas/autobuild/instance-1/output-1/target/usr/lib/debug find /home/thomas/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/thomas/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/thomas/autobuild/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/thomas/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/thomas/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-5441-ge6724f3a729"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-git\"" \ ) > /home/thomas/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/thomas/autobuild/instance-1/output-1/per-package \ /home/thomas/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs printf ' ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.tar mkdir -p /home/thomas/autobuild/instance-1/output-1/images rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-1/output-1/target/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "/home/thomas/autobuild/instance-1/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/thomas/autobuild/instance-1/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target table='/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/output-1/host/bin/lzop -9 -c /home/thomas/autobuild/instance-1/output-1/images/rootfs.tar > /home/thomas/autobuild/instance-1/output-1/images/rootfs.tar.lzo >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-1/output-1/images rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-1/output-1/target/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-1/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1904 objects. stage 2: creating image '/home/thomas/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/1904 0% [ ] 2/1904 0% [ ] 3/1904 0% [ ] 4/1904 0% [ ] 5/1904 0% [ ] 6/1904 0% [ ] 7/1904 0% [ ] 8/1904 0% [ ] 9/1904 0% [ ] 10/1904 0% [ ] 11/1904 0% [ ] 12/1904 0% [ ] 13/1904 0% [ ] 14/1904 0% [ ] 15/1904 0% [ ] 16/1904 0% [ ] 17/1904 0% [ ] 18/1904 0% [ ] 19/1904 0% [ ] 20/1904 1% [ ] 21/1904 1% [ ] 22/1904 1% [ ] 23/1904 1% [ ] 24/1904 1% [ ] 25/1904 1% [ ] 26/1904 1% [ ] 27/1904 1% [ ] 28/1904 1% [ ] 29/1904 1% [ ] 30/1904 1% [= ] 31/1904 1% [= ] 32/1904 1% [= ] 33/1904 1% [= ] 34/1904 1% [= ] 35/1904 1% [= ] 36/1904 1% [= ] 37/1904 1% [= ] 38/1904 1% [= ] 39/1904 2% [= ] 40/1904 2% [= ] 41/1904 2% [= ] 42/1904 2% [= ] 43/1904 2% [= ] 44/1904 2% [= ] 45/1904 2% [= ] 46/1904 2% [= ] 47/1904 2% [= ] 48/1904 2% [= ] 49/1904 2% [= ] 50/1904 2% [= ] 51/1904 2% [= ] 52/1904 2% [= ] 53/1904 2% [= ] 54/1904 2% [= ] 55/1904 2% [= ] 56/1904 2% [= ] 57/1904 2% [= ] 58/1904 3% [= ] 59/1904 3% [= ] 60/1904 3% [= ] 61/1904 3% [== ] 62/1904 3% [== ] 63/1904 3% [== ] 64/1904 3% [== ] 65/1904 3% [== ] 66/1904 3% [== ] 67/1904 3% [== ] 68/1904 3% [== ] 69/1904 3% [== ] 70/1904 3% [== ] 71/1904 3% [== ] 72/1904 3% [== ] 73/1904 3% [== ] 74/1904 3% [== ] 75/1904 3% [== ] 76/1904 3% [== ] 77/1904 4% [== ] 78/1904 4% [== ] 79/1904 4% [== ] 80/1904 4% [== ] 81/1904 4% [== ] 82/1904 4% [== ] 83/1904 4% [== ] 84/1904 4% [== ] 85/1904 4% [== ] 86/1904 4% [== ] 87/1904 4% [== ] 88/1904 4% [== ] 89/1904 4% [== ] 90/1904 4% [== ] 91/1904 4% [== ] 92/1904 4% [=== ] 93/1904 4% [=== ] 94/1904 4% [=== ] 95/1904 4% [=== ] 96/1904 5% [=== ] 97/1904 5% [=== ] 98/1904 5% [=== ] 99/1904 5% [=== ] 100/1904 5% [=== ] 101/1904 5% [=== ] 102/1904 5% [=== ] 103/1904 5% [=== ] 104/1904 5% [=== ] 105/1904 5% [=== ] 106/1904 5% [=== ] 107/1904 5% [=== ] 108/1904 5% [=== ] 109/1904 5% [=== ] 110/1904 5% [=== ] 111/1904 5% [=== ] 112/1904 5% [=== ] 113/1904 5% [=== ] 114/1904 5% [=== ] 115/1904 6% [=== ] 116/1904 6% [=== ] 117/1904 6% [=== ] 118/1904 6% [=== ] 119/1904 6% [=== ] 120/1904 6% [=== ] 121/1904 6% [=== ] 122/1904 6% [==== ] 123/1904 6% [==== ] 124/1904 6% [==== ] 125/1904 6% [==== ] 126/1904 6% [==== ] 127/1904 6% [==== ] 128/1904 6% [==== ] 129/1904 6% [==== ] 130/1904 6% [==== ] 131/1904 6% [==== ] 132/1904 6% [==== ] 133/1904 6% [==== ] 134/1904 7% [==== ] 135/1904 7% [==== ] 136/1904 7% [==== ] 137/1904 7% [==== ] 138/1904 7% [==== ] 139/1904 7% [==== ] 140/1904 7% [==== ] 141/1904 7% [==== ] 142/1904 7% [==== ] 143/1904 7% [==== ] 144/1904 7% [==== ] 145/1904 7% [==== ] 146/1904 7% [==== ] 147/1904 7% [==== ] 148/1904 7% [==== ] 149/1904 7% [==== ] 150/1904 7% [==== ] 151/1904 7% [==== ] 152/1904 7% [==== ] 153/1904 8% [===== ] 154/1904 8% [===== ] 155/1904 8% [===== ] 156/1904 8% [===== ] 157/1904 8% [===== ] 158/1904 8% [===== ] 159/1904 8% [===== ] 160/1904 8% [===== ] 161/1904 8% [===== ] 162/1904 8% [===== ] 163/1904 8% [===== ] 164/1904 8% [===== ] 165/1904 8% [===== ] 166/1904 8% [===== ] 167/1904 8% [===== ] 168/1904 8% [===== ] 169/1904 8% [===== ] 170/1904 8% [===== ] 171/1904 8% [===== ] 172/1904 9% [===== ] 173/1904 9% [===== ] 174/1904 9% [===== ] 175/1904 9% [===== ] 176/1904 9% [===== ] 177/1904 9% [===== ] 178/1904 9% [===== ] 179/1904 9% [===== ] 180/1904 9% [===== ] 181/1904 9% [===== ] 182/1904 9% [===== ] 183/1904 9% [===== ] 184/1904 9% [====== ] 185/1904 9% [====== ] 186/1904 9% [====== ] 187/1904 9% [====== ] 188/1904 9% [====== ] 189/1904 9% [====== ] 190/1904 9% [====== ] 191/1904 10% [====== ] 192/1904 10% [====== ] 193/1904 10% [====== ] 194/1904 10% [====== ] 195/1904 10% [====== ] 196/1904 10% [====== ] 197/1904 10% [====== ] 198/1904 10% [====== ] 199/1904 10% [====== ] 200/1904 10% [====== ] 201/1904 10% [====== ] 202/1904 10% [====== ] 203/1904 10% [====== ] 204/1904 10% [====== ] 205/1904 10% [====== ] 206/1904 10% [====== ] 207/1904 10% [====== ] 208/1904 10% [====== ] 209/1904 10% [====== ] 210/1904 11% [====== ] 211/1904 11% [====== ] 212/1904 11% [====== ] 213/1904 11% [====== ] 214/1904 11% [======= ] 215/1904 11% [======= ] 216/1904 11% [======= ] 217/1904 11% [======= ] 218/1904 11% [======= ] 219/1904 11% [======= ] 220/1904 11% [======= ] 221/1904 11% [======= ] 222/1904 11% [======= ] 223/1904 11% [======= ] 224/1904 11% [======= ] 225/1904 11% [======= ] 226/1904 11% [======= ] 227/1904 11% [======= ] 228/1904 11% [======= ] 229/1904 12% [======= ] 230/1904 12% [======= ] 231/1904 12% [======= ] 232/1904 12% [======= ] 233/1904 12% [======= ] 234/1904 12% [======= ] 235/1904 12% [======= ] 236/1904 12% [======= ] 237/1904 12% [======= ] 238/1904 12% [======= ] 239/1904 12% [======= ] 240/1904 12% [======= ] 241/1904 12% [======= ] 242/1904 12% [======= ] 243/1904 12% [======= ] 244/1904 12% [======= ] 245/1904 12% [======== ] 246/1904 12% [======== ] 247/1904 12% [======== ] 248/1904 13% [======== ] 249/1904 13% [======== ] 250/1904 13% [======== ] 251/1904 13% [======== ] 252/1904 13% [======== ] 253/1904 13% [======== ] 254/1904 13% [======== ] 255/1904 13% [======== ] 256/1904 13% [======== ] 257/1904 13% [======== ] 258/1904 13% [======== ] 259/1904 13% [======== ] 260/1904 13% [======== ] 261/1904 13% [======== ] 262/1904 13% [======== ] 263/1904 13% [======== ] 264/1904 13% [======== ] 265/1904 13% [======== ] 266/1904 13% [======== ] 267/1904 14% [======== ] 268/1904 14% [======== ] 269/1904 14% [======== ] 270/1904 14% [======== ] 271/1904 14% [======== ] 272/1904 14% [======== ] 273/1904 14% [======== ] 274/1904 14% [======== ] 275/1904 14% [======== ] 276/1904 14% [========= ] 277/1904 14% [========= ] 278/1904 14% [========= ] 279/1904 14% [========= ] 280/1904 14% [========= ] 281/1904 14% [========= ] 282/1904 14% [========= ] 283/1904 14% [========= ] 284/1904 14% [========= ] 285/1904 14% [========= ] 286/1904 15% [========= ] 287/1904 15% [========= ] 288/1904 15% [========= ] 289/1904 15% [========= ] 290/1904 15% [========= ] 291/1904 15% [========= ] 292/1904 15% [========= ] 293/1904 15% [========= ] 294/1904 15% [========= ] 295/1904 15% [========= ] 296/1904 15% [========= ] 297/1904 15% [========= ] 298/1904 15% [========= ] 299/1904 15% [========= ] 300/1904 15% [========= ] 301/1904 15% [========= ] 302/1904 15% [========= ] 303/1904 15% [========= ] 304/1904 15% [========= ] 305/1904 16% [========= ] 306/1904 16% [========= ] 307/1904 16% [========== ] 308/1904 16% [========== ] 309/1904 16% [========== ] 310/1904 16% [========== ] 311/1904 16% [========== ] 312/1904 16% [========== ] 313/1904 16% [========== ] 314/1904 16% [========== ] 315/1904 16% [========== ] 316/1904 16% [========== ] 317/1904 16% [========== ] 318/1904 16% [========== ] 319/1904 16% [========== ] 320/1904 16% [========== ] 321/1904 16% [========== ] 322/1904 16% [========== ] 323/1904 16% [========== ] 324/1904 17% [========== ] 325/1904 17% [========== ] 326/1904 17% [========== ] 327/1904 17% [========== ] 328/1904 17% [========== ] 329/1904 17% [========== ] 330/1904 17% [========== ] 331/1904 17% [========== ] 332/1904 17% [========== ] 333/1904 17% [========== ] 334/1904 17% [========== ] 335/1904 17% [========== ] 336/1904 17% [========== ] 337/1904 17% [=========== ] 338/1904 17% [=========== ] 339/1904 17% [=========== ] 340/1904 17% [=========== ] 341/1904 17% [=========== ] 342/1904 17% [=========== ] 343/1904 18% [=========== ] 344/1904 18% [=========== ] 345/1904 18% [=========== ] 346/1904 18% [=========== ] 347/1904 18% [=========== ] 348/1904 18% [=========== ] 349/1904 18% [=========== ] 350/1904 18% [=========== ] 351/1904 18% [=========== ] 352/1904 18% [=========== ] 353/1904 18% [=========== ] 354/1904 18% [=========== ] 355/1904 18% [=========== ] 356/1904 18% [=========== ] 357/1904 18% [=========== ] 358/1904 18% [=========== ] 359/1904 18% [=========== ] 360/1904 18% [=========== ] 361/1904 18% [=========== ] 362/1904 19% [=========== ] 363/1904 19% [=========== ] 364/1904 19% [=========== ] 365/1904 19% [=========== ] 366/1904 19% [=========== ] 367/1904 19% [=========== ] 368/1904 19% [============ ] 369/1904 19% [============ ] 370/1904 19% [============ ] 371/1904 19% [============ ] 372/1904 19% [============ ] 373/1904 19% [============ ] 374/1904 19% [============ ] 375/1904 19% [============ ] 376/1904 19% [============ ] 377/1904 19% [============ ] 378/1904 19% [============ ] 379/1904 19% [============ ] 380/1904 19% [============ ] 381/1904 20% [============ ] 382/1904 20% [============ ] 383/1904 20% [============ ] 384/1904 20% [============ ] 385/1904 20% [============ ] 386/1904 20% [============ ] 387/1904 20% [============ ] 388/1904 20% [============ ] 389/1904 20% [============ ] 390/1904 20% [============ ] 391/1904 20% [============ ] 392/1904 20% [============ ] 393/1904 20% [============ ] 394/1904 20% [============ ] 395/1904 20% [============ ] 396/1904 20% [============ ] 397/1904 20% [============ ] 398/1904 20% [============ ] 399/1904 20% [============= ] 400/1904 21% [============= ] 401/1904 21% [============= ] 402/1904 21% [============= ] 403/1904 21% [============= ] 404/1904 21% [============= ] 405/1904 21% [============= ] 406/1904 21% [============= ] 407/1904 21% [============= ] 408/1904 21% [============= ] 409/1904 21% [============= ] 410/1904 21% [============= ] 411/1904 21% [============= ] 412/1904 21% [============= ] 413/1904 21% [============= ] 414/1904 21% [============= ] 415/1904 21% [============= ] 416/1904 21% [============= ] 417/1904 21% [============= ] 418/1904 21% [============= ] 419/1904 22% [============= ] 420/1904 22% [============= ] 421/1904 22% [============= ] 422/1904 22% [============= ] 423/1904 22% [============= ] 424/1904 22% [============= ] 425/1904 22% [============= ] 426/1904 22% [============= ] 427/1904 22% [============= ] 428/1904 22% [============= ] 429/1904 22% [============== ] 430/1904 22% [============== ] 431/1904 22% [============== ] 432/1904 22% [============== ] 433/1904 22% [============== ] 434/1904 22% [============== ] 435/1904 22% [============== ] 436/1904 22% [============== ] 437/1904 22% [============== ] 438/1904 23% [============== ] 439/1904 23% [============== ] 440/1904 23% [============== ] 441/1904 23% [============== ] 442/1904 23% [============== ] 443/1904 23% [============== ] 444/1904 23% [============== ] 445/1904 23% [============== ] 446/1904 23% [============== ] 447/1904 23% [============== ] 448/1904 23% [============== ] 449/1904 23% [============== ] 450/1904 23% [============== ] 451/1904 23% [============== ] 452/1904 23% [============== ] 453/1904 23% [============== ] 454/1904 23% [============== ] 455/1904 23% [============== ] 456/1904 23% [============== ] 457/1904 24% [============== ] 458/1904 24% [============== ] 459/1904 24% [============== ] 460/1904 24% [=============== ] 461/1904 24% [=============== ] 462/1904 24% [=============== ] 463/1904 24% [=============== ] 464/1904 24% [=============== ] 465/1904 24% [=============== ] 466/1904 24% [=============== ] 467/1904 24% [=============== ] 468/1904 24% [=============== ] 469/1904 24% [=============== ] 470/1904 24% [=============== ] 471/1904 24% [=============== ] 472/1904 24% [=============== ] 473/1904 24% [=============== ] 474/1904 24% [=============== ] 475/1904 24% [=============== ] 476/1904 25% [=============== ] 477/1904 25% [=============== ] 478/1904 25% [=============== ] 479/1904 25% [=============== ] 480/1904 25% [=============== ] 481/1904 25% [=============== ] 482/1904 25% [=============== ] 483/1904 25% [=============== ] 484/1904 25% [=============== ] 485/1904 25% [=============== ] 486/1904 25% [=============== ] 487/1904 25% [=============== ] 488/1904 25% [=============== ] 489/1904 25% [=============== ] 490/1904 25% [=============== ] 491/1904 25% [================ ] 492/1904 25% [================ ] 493/1904 25% [================ ] 494/1904 25% [================ ] 495/1904 25% [================ ] 496/1904 26% [================ ] 497/1904 26% [================ ] 498/1904 26% [================ ] 499/1904 26% [================ ] 500/1904 26% [================ ] 501/1904 26% [================ ] 502/1904 26% [================ ] 503/1904 26% [================ ] 504/1904 26% [================ ] 505/1904 26% [================ ] 506/1904 26% [================ ] 507/1904 26% [================ ] 508/1904 26% [================ ] 509/1904 26% [================ ] 510/1904 26% [================ ] 511/1904 26% [================ ] 512/1904 26% [================ ] 513/1904 26% [================ ] 514/1904 26% [================ ] 515/1904 27% [================ ] 516/1904 27% [================ ] 517/1904 27% [================ ] 518/1904 27% [================ ] 519/1904 27% [================ ] 520/1904 27% [================ ] 521/1904 27% [================ ] 522/1904 27% [================= ] 523/1904 27% [================= ] 524/1904 27% [================= ] 525/1904 27% [================= ] 526/1904 27% [================= ] 527/1904 27% [================= ] 528/1904 27% [================= ] 529/1904 27% [================= ] 530/1904 27% [================= ] 531/1904 27% [================= ] 532/1904 27% [================= ] 533/1904 27% [================= ] 534/1904 28% [================= ] 535/1904 28% [================= ] 536/1904 28% [================= ] 537/1904 28% [================= ] 538/1904 28% [================= ] 539/1904 28% [================= ] 540/1904 28% [================= ] 541/1904 28% [================= ] 542/1904 28% [================= ] 543/1904 28% [================= ] 544/1904 28% [================= ] 545/1904 28% [================= ] 546/1904 28% [================= ] 547/1904 28% [================= ] 548/1904 28% [================= ] 549/1904 28% [================= ] 550/1904 28% [================= ] 551/1904 28% [================= ] 552/1904 28% [================== ] 553/1904 29% [================== ] 554/1904 29% [================== ] 555/1904 29% [================== ] 556/1904 29% [================== ] 557/1904 29% [================== ] 558/1904 29% [================== ] 559/1904 29% [================== ] 560/1904 29% [================== ] 561/1904 29% [================== ] 562/1904 29% [================== ] 563/1904 29% [================== ] 564/1904 29% [================== ] 565/1904 29% [================== ] 566/1904 29% [================== ] 567/1904 29% [================== ] 568/1904 29% [================== ] 569/1904 29% [================== ] 570/1904 29% [================== ] 571/1904 29% [================== ] 572/1904 30% [================== ] 573/1904 30% [================== ] 574/1904 30% [================== ] 575/1904 30% [================== ] 576/1904 30% [================== ] 577/1904 30% [================== ] 578/1904 30% [================== ] 579/1904 30% [================== ] 580/1904 30% [================== ] 581/1904 30% [================== ] 582/1904 30% [================== ] 583/1904 30% [=================== ] 584/1904 30% [=================== ] 585/1904 30% [=================== ] 586/1904 30% [=================== ] 587/1904 30% [=================== ] 588/1904 30% [=================== ] 589/1904 30% [=================== ] 590/1904 30% [=================== ] 591/1904 31% [=================== ] 592/1904 31% [=================== ] 593/1904 31% [=================== ] 594/1904 31% [=================== ] 595/1904 31% [=================== ] 596/1904 31% [=================== ] 597/1904 31% [=================== ] 598/1904 31% [=================== ] 599/1904 31% [=================== ] 600/1904 31% [=================== ] 601/1904 31% [=================== ] 602/1904 31% [=================== ] 603/1904 31% [=================== ] 604/1904 31% [=================== ] 605/1904 31% [=================== ] 606/1904 31% [=================== ] 607/1904 31% [=================== ] 608/1904 31% [=================== ] 609/1904 31% [=================== ] 610/1904 32% [=================== ] 611/1904 32% [=================== ] 612/1904 32% [=================== ] 613/1904 32% [=================== ] 614/1904 32% [==================== ] 615/1904 32% [==================== ] 616/1904 32% [==================== ] 617/1904 32% [==================== ] 618/1904 32% [==================== ] 619/1904 32% [==================== ] 620/1904 32% [==================== ] 621/1904 32% [==================== ] 622/1904 32% [==================== ] 623/1904 32% [==================== ] 624/1904 32% [==================== ] 625/1904 32% [==================== ] 626/1904 32% [==================== ] 627/1904 32% [==================== ] 628/1904 32% [==================== ] 629/1904 33% [==================== ] 630/1904 33% [==================== ] 631/1904 33% [==================== ] 632/1904 33% [==================== ] 633/1904 33% [==================== ] 634/1904 33% [==================== ] 635/1904 33% [==================== ] 636/1904 33% [==================== ] 637/1904 33% [==================== ] 638/1904 33% [==================== ] 639/1904 33% [==================== ] 640/1904 33% [==================== ] 641/1904 33% [==================== ] 642/1904 33% [==================== ] 643/1904 33% [==================== ] 644/1904 33% [===================== ] 645/1904 33% [===================== ] 646/1904 33% [===================== ] 647/1904 33% [===================== ] 648/1904 34% [===================== ] 649/1904 34% [===================== ] 650/1904 34% [===================== ] 651/1904 34% [===================== ] 652/1904 34% [===================== ] 653/1904 34% [===================== ] 654/1904 34% [===================== ] 655/1904 34% [===================== ] 656/1904 34% [===================== ] 657/1904 34% [===================== ] 658/1904 34% [===================== ] 659/1904 34% [===================== ] 660/1904 34% [===================== ] 661/1904 34% [===================== ] 662/1904 34% [===================== ] 663/1904 34% [===================== ] 664/1904 34% [===================== ] 665/1904 34% [===================== ] 666/1904 34% [===================== ] 667/1904 35% [===================== ] 668/1904 35% [===================== ] 669/1904 35% [===================== ] 670/1904 35% [===================== ] 671/1904 35% [===================== ] 672/1904 35% [===================== ] 673/1904 35% [===================== ] 674/1904 35% [===================== ] 675/1904 35% [====================== ] 676/1904 35% [====================== ] 677/1904 35% [====================== ] 678/1904 35% [====================== ] 679/1904 35% [====================== ] 680/1904 35% [====================== ] 681/1904 35% [====================== ] 682/1904 35% [====================== ] 683/1904 35% [====================== ] 684/1904 35% [====================== ] 685/1904 35% [====================== ] 686/1904 36% [====================== ] 687/1904 36% [====================== ] 688/1904 36% [====================== ] 689/1904 36% [====================== ] 690/1904 36% [====================== ] 691/1904 36% [====================== ] 692/1904 36% [====================== ] 693/1904 36% [====================== ] 694/1904 36% [====================== ] 695/1904 36% [====================== ] 696/1904 36% [====================== ] 697/1904 36% [====================== ] 698/1904 36% [====================== ] 699/1904 36% [====================== ] 700/1904 36% [====================== ] 701/1904 36% [====================== ] 702/1904 36% [====================== ] 703/1904 36% [====================== ] 704/1904 36% [====================== ] 705/1904 37% [====================== ] 706/1904 37% [======================= ] 707/1904 37% [======================= ] 708/1904 37% [======================= ] 709/1904 37% [======================= ] 710/1904 37% [======================= ] 711/1904 37% [======================= ] 712/1904 37% [======================= ] 713/1904 37% [======================= ] 714/1904 37% [======================= ] 715/1904 37% [======================= ] 716/1904 37% [======================= ] 717/1904 37% [======================= ] 718/1904 37% [======================= ] 719/1904 37% [======================= ] 720/1904 37% [======================= ] 721/1904 37% [======================= ] 722/1904 37% [======================= ] 723/1904 37% [======================= ] 724/1904 38% [======================= ] 725/1904 38% [======================= ] 726/1904 38% [======================= ] 727/1904 38% [======================= ] 728/1904 38% [======================= ] 729/1904 38% [======================= ] 730/1904 38% [======================= ] 731/1904 38% [======================= ] 732/1904 38% [======================= ] 733/1904 38% [======================= ] 734/1904 38% [======================= ] 735/1904 38% [======================= ] 736/1904 38% [======================= ] 737/1904 38% [======================== ] 738/1904 38% [======================== ] 739/1904 38% [======================== ] 740/1904 38% [======================== ] 741/1904 38% [======================== ] 742/1904 38% [======================== ] 743/1904 39% [======================== ] 744/1904 39% [======================== ] 745/1904 39% [======================== ] 746/1904 39% [======================== ] 747/1904 39% [======================== ] 748/1904 39% [======================== ] 749/1904 39% [======================== ] 750/1904 39% [======================== ] 751/1904 39% [======================== ] 752/1904 39% [======================== ] 753/1904 39% [======================== ] 754/1904 39% [======================== ] 755/1904 39% [======================== ] 756/1904 39% [======================== ] 757/1904 39% [======================== ] 758/1904 39% [======================== ] 759/1904 39% [======================== ] 760/1904 39% [======================== ] 761/1904 39% [======================== ] 762/1904 40% [======================== ] 763/1904 40% [======================== ] 764/1904 40% [======================== ] 765/1904 40% [======================== ] 766/1904 40% [======================== ] 767/1904 40% [========================= ] 768/1904 40% [========================= ] 769/1904 40% [========================= ] 770/1904 40% [========================= ] 771/1904 40% [========================= ] 772/1904 40% [========================= ] 773/1904 40% [========================= ] 774/1904 40% [========================= ] 775/1904 40% [========================= ] 776/1904 40% [========================= ] 777/1904 40% [========================= ] 778/1904 40% [========================= ] 779/1904 40% [========================= ] 780/1904 40% [========================= ] 781/1904 41% [========================= ] 782/1904 41% [========================= ] 783/1904 41% [========================= ] 784/1904 41% [========================= ] 785/1904 41% [========================= ] 786/1904 41% [========================= ] 787/1904 41% [========================= ] 788/1904 41% [========================= ] 789/1904 41% [========================= ] 790/1904 41% [========================= ] 791/1904 41% [========================= ] 792/1904 41% [========================= ] 793/1904 41% [========================= ] 794/1904 41% [========================= ] 795/1904 41% [========================= ] 796/1904 41% [========================= ] 797/1904 41% [========================= ] 798/1904 41% [========================== ] 799/1904 41% [========================== ] 800/1904 42% [========================== ] 801/1904 42% [========================== ] 802/1904 42% [========================== ] 803/1904 42% [========================== ] 804/1904 42% [========================== ] 805/1904 42% [========================== ] 806/1904 42% [========================== ] 807/1904 42% [========================== ] 808/1904 42% [========================== ] 809/1904 42% [========================== ] 810/1904 42% [========================== ] 811/1904 42% [========================== ] 812/1904 42% [========================== ] 813/1904 42% [========================== ] 814/1904 42% [========================== ] 815/1904 42% [========================== ] 816/1904 42% [========================== ] 817/1904 42% [========================== ] 818/1904 42% [========================== ] 819/1904 43% [========================== ] 820/1904 43% [========================== ] 821/1904 43% [========================== ] 822/1904 43% [========================== ] 823/1904 43% [========================== ] 824/1904 43% [========================== ] 825/1904 43% [========================== ] 826/1904 43% [========================== ] 827/1904 43% [========================== ] 828/1904 43% [========================== ] 829/1904 43% [=========================== ] 830/1904 43% [=========================== ] 831/1904 43% [=========================== ] 832/1904 43% [=========================== ] 833/1904 43% [=========================== ] 834/1904 43% [=========================== ] 835/1904 43% [=========================== ] 836/1904 43% [=========================== ] 837/1904 43% [=========================== ] 838/1904 44% [=========================== ] 839/1904 44% [=========================== ] 840/1904 44% [=========================== ] 841/1904 44% [=========================== ] 842/1904 44% [=========================== ] 843/1904 44% [=========================== ] 844/1904 44% [=========================== ] 845/1904 44% [=========================== ] 846/1904 44% [=========================== ] 847/1904 44% [=========================== ] 848/1904 44% [=========================== ] 849/1904 44% [=========================== ] 850/1904 44% [=========================== ] 851/1904 44% [=========================== ] 852/1904 44% [=========================== ] 853/1904 44% [=========================== ] 854/1904 44% [=========================== ] 855/1904 44% [=========================== ] 856/1904 44% [=========================== ] 857/1904 45% [=========================== ] 858/1904 45% [=========================== ] 859/1904 45% [============================ ] 860/1904 45% [============================ ] 861/1904 45% [============================ ] 862/1904 45% [============================ ] 863/1904 45% [============================ ] 864/1904 45% [============================ ] 865/1904 45% [============================ ] 866/1904 45% [============================ ] 867/1904 45% [============================ ] 868/1904 45% [============================ ] 869/1904 45% [============================ ] 870/1904 45% [============================ ] 871/1904 45% [============================ ] 872/1904 45% [============================ ] 873/1904 45% [============================ ] 874/1904 45% [============================ ] 875/1904 45% [============================ ] 876/1904 46% [============================ ] 877/1904 46% [============================ ] 878/1904 46% [============================ ] 879/1904 46% [============================ ] 880/1904 46% [============================ ] 881/1904 46% [============================ ] 882/1904 46% [============================ ] 883/1904 46% [============================ ] 884/1904 46% [============================ ] 885/1904 46% [============================ ] 886/1904 46% [============================ ] 887/1904 46% [============================ ] 888/1904 46% [============================ ] 889/1904 46% [============================ ] 890/1904 46% [============================= ] 891/1904 46% [============================= ] 892/1904 46% [============================= ] 893/1904 46% [============================= ] 894/1904 46% [============================= ] 895/1904 47% [============================= ] 896/1904 47% [============================= ] 897/1904 47% [============================= ] 898/1904 47% [============================= ] 899/1904 47% [============================= ] 900/1904 47% [============================= ] 901/1904 47% [============================= ] 902/1904 47% [============================= ] 903/1904 47% [============================= ] 904/1904 47% [============================= ] 905/1904 47% [============================= ] 906/1904 47% [============================= ] 907/1904 47% [============================= ] 908/1904 47% [============================= ] 909/1904 47% [============================= ] 910/1904 47% [============================= ] 911/1904 47% [============================= ] 912/1904 47% [============================= ] 913/1904 47% [============================= ] 914/1904 48% [============================= ] 915/1904 48% [============================= ] 916/1904 48% [============================= ] 917/1904 48% [============================= ] 918/1904 48% [============================= ] 919/1904 48% [============================= ] 920/1904 48% [============================= ] 921/1904 48% [============================== ] 922/1904 48% [============================== ] 923/1904 48% [============================== ] 924/1904 48% [============================== ] 925/1904 48% [============================== ] 926/1904 48% [============================== ] 927/1904 48% [============================== ] 928/1904 48% [============================== ] 929/1904 48% [============================== ] 930/1904 48% [============================== ] 931/1904 48% [============================== ] 932/1904 48% [============================== ] 933/1904 49% [============================== ] 934/1904 49% [============================== ] 935/1904 49% [============================== ] 936/1904 49% [============================== ] 937/1904 49% [============================== ] 938/1904 49% [============================== ] 939/1904 49% [============================== ] 940/1904 49% [============================== ] 941/1904 49% [============================== ] 942/1904 49% [============================== ] 943/1904 49% [============================== ] 944/1904 49% [============================== ] 945/1904 49% [============================== ] 946/1904 49% [============================== ] 947/1904 49% [============================== ] 948/1904 49% [============================== ] 949/1904 49% [============================== ] 950/1904 49% [============================== ] 951/1904 49% [=============================== ] 952/1904 50% [=============================== ] 953/1904 50% [=============================== ] 954/1904 50% [=============================== ] 955/1904 50% [=============================== ] 956/1904 50% [=============================== ] 957/1904 50% [=============================== ] 958/1904 50% [=============================== ] 959/1904 50% [=============================== ] 960/1904 50% [=============================== ] 961/1904 50% [=============================== ] 962/1904 50% [=============================== ] 963/1904 50% [=============================== ] 964/1904 50% [=============================== ] 965/1904 50% [=============================== ] 966/1904 50% [=============================== ] 967/1904 50% [=============================== ] 968/1904 50% [=============================== ] 969/1904 50% [=============================== ] 970/1904 50% [=============================== ] 971/1904 50% [=============================== ] 972/1904 51% [=============================== ] 973/1904 51% [=============================== ] 974/1904 51% [=============================== ] 975/1904 51% [=============================== ] 976/1904 51% [=============================== ] 977/1904 51% [=============================== ] 978/1904 51% [=============================== ] 979/1904 51% [=============================== ] 980/1904 51% [=============================== ] 981/1904 51% [=============================== ] 982/1904 51% [================================ ] 983/1904 51% [================================ ] 984/1904 51% [================================ ] 985/1904 51% [================================ ] 986/1904 51% [================================ ] 987/1904 51% [================================ ] 988/1904 51% [================================ ] 989/1904 51% [================================ ] 990/1904 51% [================================ ] 991/1904 52% [================================ ] 992/1904 52% [================================ ] 993/1904 52% [================================ ] 994/1904 52% [================================ ] 995/1904 52% [================================ ] 996/1904 52% [================================ ] 997/1904 52% [================================ ] 998/1904 52% [================================ ] 999/1904 52% [================================ ] 1000/1904 52% [================================ ] 1001/1904 52% [================================ ] 1002/1904 52% [================================ ] 1003/1904 52% [================================ ] 1004/1904 52% [================================ ] 1005/1904 52% [================================ ] 1006/1904 52% [================================ ] 1007/1904 52% [================================ ] 1008/1904 52% [================================ ] 1009/1904 52% [================================ ] 1010/1904 53% [================================ ] 1011/1904 53% [================================ ] 1012/1904 53% [================================ ] 1013/1904 53% [================================= ] 1014/1904 53% [================================= ] 1015/1904 53% [================================= ] 1016/1904 53% [================================= ] 1017/1904 53% [================================= ] 1018/1904 53% [================================= ] 1019/1904 53% [================================= ] 1020/1904 53% [================================= ] 1021/1904 53% [================================= ] 1022/1904 53% [================================= ] 1023/1904 53% [================================= ] 1024/1904 53% [================================= ] 1025/1904 53% [================================= ] 1026/1904 53% [================================= ] 1027/1904 53% [================================= ] 1028/1904 53% [================================= ] 1029/1904 54% [================================= ] 1030/1904 54% [================================= ] 1031/1904 54% [================================= ] 1032/1904 54% [================================= ] 1033/1904 54% [================================= ] 1034/1904 54% [================================= ] 1035/1904 54% [================================= ] 1036/1904 54% [================================= ] 1037/1904 54% [================================= ] 1038/1904 54% [================================= ] 1039/1904 54% [================================= ] 1040/1904 54% [================================= ] 1041/1904 54% [================================= ] 1042/1904 54% [================================= ] 1043/1904 54% [================================= ] 1044/1904 54% [================================== ] 1045/1904 54% [================================== ] 1046/1904 54% [================================== ] 1047/1904 54% [================================== ] 1048/1904 55% [================================== ] 1049/1904 55% [================================== ] 1050/1904 55% [================================== ] 1051/1904 55% [================================== ] 1052/1904 55% [================================== ] 1053/1904 55% [================================== ] 1054/1904 55% [================================== ] 1055/1904 55% [================================== ] 1056/1904 55% [================================== ] 1057/1904 55% [================================== ] 1058/1904 55% [================================== ] 1059/1904 55% [================================== ] 1060/1904 55% [================================== ] 1061/1904 55% [================================== ] 1062/1904 55% [================================== ] 1063/1904 55% [================================== ] 1064/1904 55% [================================== ] 1065/1904 55% [================================== ] 1066/1904 55% [================================== ] 1067/1904 56% [================================== ] 1068/1904 56% [================================== ] 1069/1904 56% [================================== ] 1070/1904 56% [================================== ] 1071/1904 56% [================================== ] 1072/1904 56% [================================== ] 1073/1904 56% [================================== ] 1074/1904 56% [=================================== ] 1075/1904 56% [=================================== ] 1076/1904 56% [=================================== ] 1077/1904 56% [=================================== ] 1078/1904 56% [=================================== ] 1079/1904 56% [=================================== ] 1080/1904 56% [=================================== ] 1081/1904 56% [=================================== ] 1082/1904 56% [=================================== ] 1083/1904 56% [=================================== ] 1084/1904 56% [=================================== ] 1085/1904 56% [=================================== ] 1086/1904 57% [=================================== ] 1087/1904 57% [=================================== ] 1088/1904 57% [=================================== ] 1089/1904 57% [=================================== ] 1090/1904 57% [=================================== ] 1091/1904 57% [=================================== ] 1092/1904 57% [=================================== ] 1093/1904 57% [=================================== ] 1094/1904 57% [=================================== ] 1095/1904 57% [=================================== ] 1096/1904 57% [=================================== ] 1097/1904 57% [=================================== ] 1098/1904 57% [=================================== ] 1099/1904 57% [=================================== ] 1100/1904 57% [=================================== ] 1101/1904 57% [=================================== ] 1102/1904 57% [=================================== ] 1103/1904 57% [=================================== ] 1104/1904 57% [=================================== ] 1105/1904 58% [==================================== ] 1106/1904 58% [==================================== ] 1107/1904 58% [==================================== ] 1108/1904 58% [==================================== ] 1109/1904 58% [==================================== ] 1110/1904 58% [==================================== ] 1111/1904 58% [==================================== ] 1112/1904 58% [==================================== ] 1113/1904 58% [==================================== ] 1114/1904 58% [==================================== ] 1115/1904 58% [==================================== ] 1116/1904 58% [==================================== ] 1117/1904 58% [==================================== ] 1118/1904 58% [==================================== ] 1119/1904 58% [==================================== ] 1120/1904 58% [==================================== ] 1121/1904 58% [==================================== ] 1122/1904 58% [==================================== ] 1123/1904 58% [==================================== ] 1124/1904 59% [==================================== ] 1125/1904 59% [==================================== ] 1126/1904 59% [==================================== ] 1127/1904 59% [==================================== ] 1128/1904 59% [==================================== ] 1129/1904 59% [==================================== ] 1130/1904 59% [==================================== ] 1131/1904 59% [==================================== ] 1132/1904 59% [==================================== ] 1133/1904 59% [==================================== ] 1134/1904 59% [==================================== ] 1135/1904 59% [==================================== ] 1136/1904 59% [===================================== ] 1137/1904 59% [===================================== ] 1138/1904 59% [===================================== ] 1139/1904 59% [===================================== ] 1140/1904 59% [===================================== ] 1141/1904 59% [===================================== ] 1142/1904 59% [===================================== ] 1143/1904 60% [===================================== ] 1144/1904 60% [===================================== ] 1145/1904 60% [===================================== ] 1146/1904 60% [===================================== ] 1147/1904 60% [===================================== ] 1148/1904 60% [===================================== ] 1149/1904 60% [===================================== ] 1150/1904 60% [===================================== ] 1151/1904 60% [===================================== ] 1152/1904 60% [===================================== ] 1153/1904 60% [===================================== ] 1154/1904 60% [===================================== ] 1155/1904 60% [===================================== ] 1156/1904 60% [===================================== ] 1157/1904 60% [===================================== ] 1158/1904 60% [===================================== ] 1159/1904 60% [===================================== ] 1160/1904 60% [===================================== ] 1161/1904 60% [===================================== ] 1162/1904 61% [===================================== ] 1163/1904 61% [===================================== ] 1164/1904 61% [===================================== ] 1165/1904 61% [===================================== ] 1166/1904 61% [====================================== ] 1167/1904 61% [====================================== ] 1168/1904 61% [====================================== ] 1169/1904 61% [====================================== ] 1170/1904 61% [====================================== ] 1171/1904 61% [====================================== ] 1172/1904 61% [====================================== ] 1173/1904 61% [====================================== ] 1174/1904 61% [====================================== ] 1175/1904 61% [====================================== ] 1176/1904 61% [====================================== ] 1177/1904 61% [====================================== ] 1178/1904 61% [====================================== ] 1179/1904 61% [====================================== ] 1180/1904 61% [====================================== ] 1181/1904 62% [====================================== ] 1182/1904 62% [====================================== ] 1183/1904 62% [====================================== ] 1184/1904 62% [====================================== ] 1185/1904 62% [====================================== ] 1186/1904 62% [====================================== ] 1187/1904 62% [====================================== ] 1188/1904 62% [====================================== ] 1189/1904 62% [====================================== ] 1190/1904 62% [====================================== ] 1191/1904 62% [====================================== ] 1192/1904 62% [====================================== ] 1193/1904 62% [====================================== ] 1194/1904 62% [====================================== ] 1195/1904 62% [====================================== ] 1196/1904 62% [====================================== ] 1197/1904 62% [======================================= ] 1198/1904 62% [======================================= ] 1199/1904 62% [======================================= ] 1200/1904 63% [======================================= ] 1201/1904 63% [======================================= ] 1202/1904 63% [======================================= ] 1203/1904 63% [======================================= ] 1204/1904 63% [======================================= ] 1205/1904 63% [======================================= ] 1206/1904 63% [======================================= ] 1207/1904 63% [======================================= ] 1208/1904 63% [======================================= ] 1209/1904 63% [======================================= ] 1210/1904 63% [======================================= ] 1211/1904 63% [======================================= ] 1212/1904 63% [======================================= ] 1213/1904 63% [======================================= ] 1214/1904 63% [======================================= ] 1215/1904 63% [======================================= ] 1216/1904 63% [======================================= ] 1217/1904 63% [======================================= ] 1218/1904 63% [======================================= ] 1219/1904 64% [======================================= ] 1220/1904 64% [======================================= ] 1221/1904 64% [======================================= ] 1222/1904 64% [======================================= ] 1223/1904 64% [======================================= ] 1224/1904 64% [======================================= ] 1225/1904 64% [======================================= ] 1226/1904 64% [======================================= ] 1227/1904 64% [======================================= ] 1228/1904 64% [======================================== ] 1229/1904 64% [======================================== ] 1230/1904 64% [======================================== ] 1231/1904 64% [======================================== ] 1232/1904 64% [======================================== ] 1233/1904 64% [======================================== ] 1234/1904 64% [======================================== ] 1235/1904 64% [======================================== ] 1236/1904 64% [======================================== ] 1237/1904 64% [======================================== ] 1238/1904 65% [======================================== ] 1239/1904 65% [======================================== ] 1240/1904 65% [======================================== ] 1241/1904 65% [======================================== ] 1242/1904 65% [======================================== ] 1243/1904 65% [======================================== ] 1244/1904 65% [======================================== ] 1245/1904 65% [======================================== ] 1246/1904 65% [======================================== ] 1247/1904 65% [======================================== ] 1248/1904 65% [======================================== ] 1249/1904 65% [======================================== ] 1250/1904 65% [======================================== ] 1251/1904 65% [======================================== ] 1252/1904 65% [======================================== ] 1253/1904 65% [======================================== ] 1254/1904 65% [======================================== ] 1255/1904 65% [======================================== ] 1256/1904 65% [======================================== ] 1257/1904 66% [======================================== ] 1258/1904 66% [======================================== ] 1259/1904 66% [========================================= ] 1260/1904 66% [========================================= ] 1261/1904 66% [========================================= ] 1262/1904 66% [========================================= ] 1263/1904 66% [========================================= ] 1264/1904 66% [========================================= ] 1265/1904 66% [========================================= ] 1266/1904 66% [========================================= ] 1267/1904 66% [========================================= ] 1268/1904 66% [========================================= ] 1269/1904 66% [========================================= ] 1270/1904 66% [========================================= ] 1271/1904 66% [========================================= ] 1272/1904 66% [========================================= ] 1273/1904 66% [========================================= ] 1274/1904 66% [========================================= ] 1275/1904 66% [========================================= ] 1276/1904 67% [========================================= ] 1277/1904 67% [========================================= ] 1278/1904 67% [========================================= ] 1279/1904 67% [========================================= ] 1280/1904 67% [========================================= ] 1281/1904 67% [========================================= ] 1282/1904 67% [========================================= ] 1283/1904 67% [========================================= ] 1284/1904 67% [========================================= ] 1285/1904 67% [========================================= ] 1286/1904 67% [========================================= ] 1287/1904 67% [========================================= ] 1288/1904 67% [========================================= ] 1289/1904 67% [========================================== ] 1290/1904 67% [========================================== ] 1291/1904 67% [========================================== ] 1292/1904 67% [========================================== ] 1293/1904 67% [========================================== ] 1294/1904 67% [========================================== ] 1295/1904 68% [========================================== ] 1296/1904 68% [========================================== ] 1297/1904 68% [========================================== ] 1298/1904 68% [========================================== ] 1299/1904 68% [========================================== ] 1300/1904 68% [========================================== ] 1301/1904 68% [========================================== ] 1302/1904 68% [========================================== ] 1303/1904 68% [========================================== ] 1304/1904 68% [========================================== ] 1305/1904 68% [========================================== ] 1306/1904 68% [========================================== ] 1307/1904 68% [========================================== ] 1308/1904 68% [========================================== ] 1309/1904 68% [========================================== ] 1310/1904 68% [========================================== ] 1311/1904 68% [========================================== ] 1312/1904 68% [========================================== ] 1313/1904 68% [========================================== ] 1314/1904 69% [========================================== ] 1315/1904 69% [========================================== ] 1316/1904 69% [========================================== ] 1317/1904 69% [========================================== ] 1318/1904 69% [========================================== ] 1319/1904 69% [========================================== ] 1320/1904 69% [=========================================== ] 1321/1904 69% [=========================================== ] 1322/1904 69% [=========================================== ] 1323/1904 69% [=========================================== ] 1324/1904 69% [=========================================== ] 1325/1904 69% [=========================================== ] 1326/1904 69% [=========================================== ] 1327/1904 69% [=========================================== ] 1328/1904 69% [=========================================== ] 1329/1904 69% [=========================================== ] 1330/1904 69% [=========================================== ] 1331/1904 69% [=========================================== ] 1332/1904 69% [=========================================== ] 1333/1904 70% [=========================================== ] 1334/1904 70% [=========================================== ] 1335/1904 70% [=========================================== ] 1336/1904 70% [=========================================== ] 1337/1904 70% [=========================================== ] 1338/1904 70% [=========================================== ] 1339/1904 70% [=========================================== ] 1340/1904 70% [=========================================== ] 1341/1904 70% [=========================================== ] 1342/1904 70% [=========================================== ] 1343/1904 70% [=========================================== ] 1344/1904 70% [=========================================== ] 1345/1904 70% [=========================================== ] 1346/1904 70% [=========================================== ] 1347/1904 70% [=========================================== ] 1348/1904 70% [=========================================== ] 1349/1904 70% [=========================================== ] 1350/1904 70% [=========================================== ] 1351/1904 70% [============================================ ] 1352/1904 71% [============================================ ] 1353/1904 71% [============================================ ] 1354/1904 71% [============================================ ] 1355/1904 71% [============================================ ] 1356/1904 71% [============================================ ] 1357/1904 71% [============================================ ] 1358/1904 71% [============================================ ] 1359/1904 71% [============================================ ] 1360/1904 71% [============================================ ] 1361/1904 71% [============================================ ] 1362/1904 71% [============================================ ] 1363/1904 71% [============================================ ] 1364/1904 71% [============================================ ] 1365/1904 71% [============================================ ] 1366/1904 71% [============================================ ] 1367/1904 71% [============================================ ] 1368/1904 71% [============================================ ] 1369/1904 71% [============================================ ] 1370/1904 71% [============================================ ] 1371/1904 72% [============================================ ] 1372/1904 72% [============================================ ] 1373/1904 72% [============================================ ] 1374/1904 72% [============================================ ] 1375/1904 72% [============================================ ] 1376/1904 72% [============================================ ] 1377/1904 72% [============================================ ] 1378/1904 72% [============================================ ] 1379/1904 72% [============================================ ] 1380/1904 72% [============================================ ] 1381/1904 72% [============================================= ] 1382/1904 72% [============================================= ] 1383/1904 72% [============================================= ] 1384/1904 72% [============================================= ] 1385/1904 72% [============================================= ] 1386/1904 72% [============================================= ] 1387/1904 72% [============================================= ] 1388/1904 72% [============================================= ] 1389/1904 72% [============================================= ] 1390/1904 73% [============================================= ] 1391/1904 73% [============================================= ] 1392/1904 73% [============================================= ] 1393/1904 73% [============================================= ] 1394/1904 73% [============================================= ] 1395/1904 73% [============================================= ] 1396/1904 73% [============================================= ] 1397/1904 73% [============================================= ] 1398/1904 73% [============================================= ] 1399/1904 73% [============================================= ] 1400/1904 73% [============================================= ] 1401/1904 73% [============================================= ] 1402/1904 73% [============================================= ] 1403/1904 73% [============================================= ] 1404/1904 73% [============================================= ] 1405/1904 73% [============================================= ] 1406/1904 73% [============================================= ] 1407/1904 73% [============================================= ] 1408/1904 73% [============================================= ] 1409/1904 74% [============================================= ] 1410/1904 74% [============================================= ] 1411/1904 74% [============================================= ] 1412/1904 74% [============================================== ] 1413/1904 74% [============================================== ] 1414/1904 74% [============================================== ] 1415/1904 74% [============================================== ] 1416/1904 74% [============================================== ] 1417/1904 74% [============================================== ] 1418/1904 74% [============================================== ] 1419/1904 74% [============================================== ] 1420/1904 74% [============================================== ] 1421/1904 74% [============================================== ] 1422/1904 74% [============================================== ] 1423/1904 74% [============================================== ] 1424/1904 74% [============================================== ] 1425/1904 74% [============================================== ] 1426/1904 74% [============================================== ] 1427/1904 74% [============================================== ] 1428/1904 75% [============================================== ] 1429/1904 75% [============================================== ] 1430/1904 75% [============================================== ] 1431/1904 75% [============================================== ] 1432/1904 75% [============================================== ] 1433/1904 75% [============================================== ] 1434/1904 75% [============================================== ] 1435/1904 75% [============================================== ] 1436/1904 75% [============================================== ] 1437/1904 75% [============================================== ] 1438/1904 75% [============================================== ] 1439/1904 75% [============================================== ] 1440/1904 75% [============================================== ] 1441/1904 75% [============================================== ] 1442/1904 75% [============================================== ] 1443/1904 75% [=============================================== ] 1444/1904 75% [=============================================== ] 1445/1904 75% [=============================================== ] 1446/1904 75% [=============================================== ] 1447/1904 75% [=============================================== ] 1448/1904 76% [=============================================== ] 1449/1904 76% [=============================================== ] 1450/1904 76% [=============================================== ] 1451/1904 76% [=============================================== ] 1452/1904 76% [=============================================== ] 1453/1904 76% [=============================================== ] 1454/1904 76% [=============================================== ] 1455/1904 76% [=============================================== ] 1456/1904 76% [=============================================== ] 1457/1904 76% [=============================================== ] 1458/1904 76% [=============================================== ] 1459/1904 76% [=============================================== ] 1460/1904 76% [=============================================== ] 1461/1904 76% [=============================================== ] 1462/1904 76% [=============================================== ] 1463/1904 76% [=============================================== ] 1464/1904 76% [=============================================== ] 1465/1904 76% [=============================================== ] 1466/1904 76% [=============================================== ] 1467/1904 77% [=============================================== ] 1468/1904 77% [=============================================== ] 1469/1904 77% [=============================================== ] 1470/1904 77% [=============================================== ] 1471/1904 77% [=============================================== ] 1472/1904 77% [=============================================== ] 1473/1904 77% [=============================================== ] 1474/1904 77% [================================================ ] 1475/1904 77% [================================================ ] 1476/1904 77% [================================================ ] 1477/1904 77% [================================================ ] 1478/1904 77% [================================================ ] 1479/1904 77% [================================================ ] 1480/1904 77% [================================================ ] 1481/1904 77% [================================================ ] 1482/1904 77% [================================================ ] 1483/1904 77% [================================================ ] 1484/1904 77% [================================================ ] 1485/1904 77% [================================================ ] 1486/1904 78% [================================================ ] 1487/1904 78% [================================================ ] 1488/1904 78% [================================================ ] 1489/1904 78% [================================================ ] 1490/1904 78% [================================================ ] 1491/1904 78% [================================================ ] 1492/1904 78% [================================================ ] 1493/1904 78% [================================================ ] 1494/1904 78% [================================================ ] 1495/1904 78% [================================================ ] 1496/1904 78% [================================================ ] 1497/1904 78% [================================================ ] 1498/1904 78% [================================================ ] 1499/1904 78% [================================================ ] 1500/1904 78% [================================================ ] 1501/1904 78% [================================================ ] 1502/1904 78% [================================================ ] 1503/1904 78% [================================================ ] 1504/1904 78% [================================================= ] 1505/1904 79% [================================================= ] 1506/1904 79% [================================================= ] 1507/1904 79% [================================================= ] 1508/1904 79% [================================================= ] 1509/1904 79% [================================================= ] 1510/1904 79% [================================================= ] 1511/1904 79% [================================================= ] 1512/1904 79% [================================================= ] 1513/1904 79% [================================================= ] 1514/1904 79% [================================================= ] 1515/1904 79% [================================================= ] 1516/1904 79% [================================================= ] 1517/1904 79% [================================================= ] 1518/1904 79% [================================================= ] 1519/1904 79% [================================================= ] 1520/1904 79% [================================================= ] 1521/1904 79% [================================================= ] 1522/1904 79% [================================================= ] 1523/1904 79% [================================================= ] 1524/1904 80% [================================================= ] 1525/1904 80% [================================================= ] 1526/1904 80% [================================================= ] 1527/1904 80% [================================================= ] 1528/1904 80% [================================================= ] 1529/1904 80% [================================================= ] 1530/1904 80% [================================================= ] 1531/1904 80% [================================================= ] 1532/1904 80% [================================================= ] 1533/1904 80% [================================================= ] 1534/1904 80% [================================================= ] 1535/1904 80% [================================================== ] 1536/1904 80% [================================================== ] 1537/1904 80% [================================================== ] 1538/1904 80% [================================================== ] 1539/1904 80% [================================================== ] 1540/1904 80% [================================================== ] 1541/1904 80% [================================================== ] 1542/1904 80% [================================================== ] 1543/1904 81% [================================================== ] 1544/1904 81% [================================================== ] 1545/1904 81% [================================================== ] 1546/1904 81% [================================================== ] 1547/1904 81% [================================================== ] 1548/1904 81% [================================================== ] 1549/1904 81% [================================================== ] 1550/1904 81% [================================================== ] 1551/1904 81% [================================================== ] 1552/1904 81% [================================================== ] 1553/1904 81% [================================================== ] 1554/1904 81% [================================================== ] 1555/1904 81% [================================================== ] 1556/1904 81% [================================================== ] 1557/1904 81% [================================================== ] 1558/1904 81% [================================================== ] 1559/1904 81% [================================================== ] 1560/1904 81% [================================================== ] 1561/1904 81% [================================================== ] 1562/1904 82% [================================================== ] 1563/1904 82% [================================================== ] 1564/1904 82% [================================================== ] 1565/1904 82% [================================================== ] 1566/1904 82% [=================================================== ] 1567/1904 82% [=================================================== ] 1568/1904 82% [=================================================== ] 1569/1904 82% [=================================================== ] 1570/1904 82% [=================================================== ] 1571/1904 82% [=================================================== ] 1572/1904 82% [=================================================== ] 1573/1904 82% [=================================================== ] 1574/1904 82% [=================================================== ] 1575/1904 82% [=================================================== ] 1576/1904 82% [=================================================== ] 1577/1904 82% [=================================================== ] 1578/1904 82% [=================================================== ] 1579/1904 82% [=================================================== ] 1580/1904 82% [=================================================== ] 1581/1904 83% [=================================================== ] 1582/1904 83% [=================================================== ] 1583/1904 83% [=================================================== ] 1584/1904 83% [=================================================== ] 1585/1904 83% [=================================================== ] 1586/1904 83% [=================================================== ] 1587/1904 83% [=================================================== ] 1588/1904 83% [=================================================== ] 1589/1904 83% [=================================================== ] 1590/1904 83% [=================================================== ] 1591/1904 83% [=================================================== ] 1592/1904 83% [=================================================== ] 1593/1904 83% [=================================================== ] 1594/1904 83% [=================================================== ] 1595/1904 83% [=================================================== ] 1596/1904 83% [==================================================== ] 1597/1904 83% [==================================================== ] 1598/1904 83% [==================================================== ] 1599/1904 83% [==================================================== ] 1600/1904 84% [==================================================== ] 1601/1904 84% [==================================================== ] 1602/1904 84% [==================================================== ] 1603/1904 84% [==================================================== ] 1604/1904 84% [==================================================== ] 1605/1904 84% [==================================================== ] 1606/1904 84% [==================================================== ] 1607/1904 84% [==================================================== ] 1608/1904 84% [==================================================== ] 1609/1904 84% [==================================================== ] 1610/1904 84% [==================================================== ] 1611/1904 84% [==================================================== ] 1612/1904 84% [==================================================== ] 1613/1904 84% [==================================================== ] 1614/1904 84% [==================================================== ] 1615/1904 84% [==================================================== ] 1616/1904 84% [==================================================== ] 1617/1904 84% [==================================================== ] 1618/1904 84% [==================================================== ] 1619/1904 85% [==================================================== ] 1620/1904 85% [==================================================== ] 1621/1904 85% [==================================================== ] 1622/1904 85% [==================================================== ] 1623/1904 85% [==================================================== ] 1624/1904 85% [==================================================== ] 1625/1904 85% [==================================================== ] 1626/1904 85% [==================================================== ] 1627/1904 85% [===================================================== ] 1628/1904 85% [===================================================== ] 1629/1904 85% [===================================================== ] 1630/1904 85% [===================================================== ] 1631/1904 85% [===================================================== ] 1632/1904 85% [===================================================== ] 1633/1904 85% [===================================================== ] 1634/1904 85% [===================================================== ] 1635/1904 85% [===================================================== ] 1636/1904 85% [===================================================== ] 1637/1904 85% [===================================================== ] 1638/1904 86% [===================================================== ] 1639/1904 86% [===================================================== ] 1640/1904 86% [===================================================== ] 1641/1904 86% [===================================================== ] 1642/1904 86% [===================================================== ] 1643/1904 86% [===================================================== ] 1644/1904 86% [===================================================== ] 1645/1904 86% [===================================================== ] 1646/1904 86% [===================================================== ] 1647/1904 86% [===================================================== ] 1648/1904 86% [===================================================== ] 1649/1904 86% [===================================================== ] 1650/1904 86% [===================================================== ] 1651/1904 86% [===================================================== ] 1652/1904 86% [===================================================== ] 1653/1904 86% [===================================================== ] 1654/1904 86% [===================================================== ] 1655/1904 86% [===================================================== ] 1656/1904 86% [===================================================== ] 1657/1904 87% [===================================================== ] 1658/1904 87% [====================================================== ] 1659/1904 87% [====================================================== ] 1660/1904 87% [====================================================== ] 1661/1904 87% [====================================================== ] 1662/1904 87% [====================================================== ] 1663/1904 87% [====================================================== ] 1664/1904 87% [====================================================== ] 1665/1904 87% [====================================================== ] 1666/1904 87% [====================================================== ] 1667/1904 87% [====================================================== ] 1668/1904 87% [====================================================== ] 1669/1904 87% [====================================================== ] 1670/1904 87% [====================================================== ] 1671/1904 87% [====================================================== ] 1672/1904 87% [====================================================== ] 1673/1904 87% [====================================================== ] 1674/1904 87% [====================================================== ] 1675/1904 87% [====================================================== ] 1676/1904 88% [====================================================== ] 1677/1904 88% [====================================================== ] 1678/1904 88% [====================================================== ] 1679/1904 88% [====================================================== ] 1680/1904 88% [====================================================== ] 1681/1904 88% [====================================================== ] 1682/1904 88% [====================================================== ] 1683/1904 88% [====================================================== ] 1684/1904 88% [====================================================== ] 1685/1904 88% [====================================================== ] 1686/1904 88% [====================================================== ] 1687/1904 88% [====================================================== ] 1688/1904 88% [====================================================== ] 1689/1904 88% [======================================================= ] 1690/1904 88% [======================================================= ] 1691/1904 88% [======================================================= ] 1692/1904 88% [======================================================= ] 1693/1904 88% [======================================================= ] 1694/1904 88% [======================================================= ] 1695/1904 89% [======================================================= ] 1696/1904 89% [======================================================= ] 1697/1904 89% [======================================================= ] 1698/1904 89% [======================================================= ] 1699/1904 89% [======================================================= ] 1700/1904 89% [======================================================= ] 1701/1904 89% [======================================================= ] 1702/1904 89% [======================================================= ] 1703/1904 89% [======================================================= ] 1704/1904 89% [======================================================= ] 1705/1904 89% [======================================================= ] 1706/1904 89% [======================================================= ] 1707/1904 89% [======================================================= ] 1708/1904 89% [======================================================= ] 1709/1904 89% [======================================================= ] 1710/1904 89% [======================================================= ] 1711/1904 89% [======================================================= ] 1712/1904 89% [======================================================= ] 1713/1904 89% [======================================================= ] 1714/1904 90% [======================================================= ] 1715/1904 90% [======================================================= ] 1716/1904 90% [======================================================= ] 1717/1904 90% [======================================================= ] 1718/1904 90% [======================================================= ] 1719/1904 90% [======================================================== ] 1720/1904 90% [======================================================== ] 1721/1904 90% [======================================================== ] 1722/1904 90% [======================================================== ] 1723/1904 90% [======================================================== ] 1724/1904 90% [======================================================== ] 1725/1904 90% [======================================================== ] 1726/1904 90% [======================================================== ] 1727/1904 90% [======================================================== ] 1728/1904 90% [======================================================== ] 1729/1904 90% [======================================================== ] 1730/1904 90% [======================================================== ] 1731/1904 90% [======================================================== ] 1732/1904 90% [======================================================== ] 1733/1904 91% [======================================================== ] 1734/1904 91% [======================================================== ] 1735/1904 91% [======================================================== ] 1736/1904 91% [======================================================== ] 1737/1904 91% [======================================================== ] 1738/1904 91% [======================================================== ] 1739/1904 91% [======================================================== ] 1740/1904 91% [======================================================== ] 1741/1904 91% [======================================================== ] 1742/1904 91% [======================================================== ] 1743/1904 91% [======================================================== ] 1744/1904 91% [======================================================== ] 1745/1904 91% [======================================================== ] 1746/1904 91% [======================================================== ] 1747/1904 91% [======================================================== ] 1748/1904 91% [======================================================== ] 1749/1904 91% [======================================================== ] 1750/1904 91% [========================================================= ] 1751/1904 91% [========================================================= ] 1752/1904 92% [========================================================= ] 1753/1904 92% [========================================================= ] 1754/1904 92% [========================================================= ] 1755/1904 92% [========================================================= ] 1756/1904 92% [========================================================= ] 1757/1904 92% [========================================================= ] 1758/1904 92% [========================================================= ] 1759/1904 92% [========================================================= ] 1760/1904 92% [========================================================= ] 1761/1904 92% [========================================================= ] 1762/1904 92% [========================================================= ] 1763/1904 92% [========================================================= ] 1764/1904 92% [========================================================= ] 1765/1904 92% [========================================================= ] 1766/1904 92% [========================================================= ] 1767/1904 92% [========================================================= ] 1768/1904 92% [========================================================= ] 1769/1904 92% [========================================================= ] 1770/1904 92% [========================================================= ] 1771/1904 93% [========================================================= ] 1772/1904 93% [========================================================= ] 1773/1904 93% [========================================================= ] 1774/1904 93% [========================================================= ] 1775/1904 93% [========================================================= ] 1776/1904 93% [========================================================= ] 1777/1904 93% [========================================================= ] 1778/1904 93% [========================================================= ] 1779/1904 93% [========================================================= ] 1780/1904 93% [========================================================= ] 1781/1904 93% [========================================================== ] 1782/1904 93% [========================================================== ] 1783/1904 93% [========================================================== ] 1784/1904 93% [========================================================== ] 1785/1904 93% [========================================================== ] 1786/1904 93% [========================================================== ] 1787/1904 93% [========================================================== ] 1788/1904 93% [========================================================== ] 1789/1904 93% [========================================================== ] 1790/1904 94% [========================================================== ] 1791/1904 94% [========================================================== ] 1792/1904 94% [========================================================== ] 1793/1904 94% [========================================================== ] 1794/1904 94% [========================================================== ] 1795/1904 94% [========================================================== ] 1796/1904 94% [========================================================== ] 1797/1904 94% [========================================================== ] 1798/1904 94% [========================================================== ] 1799/1904 94% [========================================================== ] 1800/1904 94% [========================================================== ] 1801/1904 94% [========================================================== ] 1802/1904 94% [========================================================== ] 1803/1904 94% [========================================================== ] 1804/1904 94% [========================================================== ] 1805/1904 94% [========================================================== ] 1806/1904 94% [========================================================== ] 1807/1904 94% [========================================================== ] 1808/1904 94% [========================================================== ] 1809/1904 95% [========================================================== ] 1810/1904 95% [========================================================== ] 1811/1904 95% [=========================================================== ] 1812/1904 95% [=========================================================== ] 1813/1904 95% [=========================================================== ] 1814/1904 95% [=========================================================== ] 1815/1904 95% [=========================================================== ] 1816/1904 95% [=========================================================== ] 1817/1904 95% [=========================================================== ] 1818/1904 95% [=========================================================== ] 1819/1904 95% [=========================================================== ] 1820/1904 95% [=========================================================== ] 1821/1904 95% [=========================================================== ] 1822/1904 95% [=========================================================== ] 1823/1904 95% [=========================================================== ] 1824/1904 95% [=========================================================== ] 1825/1904 95% [=========================================================== ] 1826/1904 95% [=========================================================== ] 1827/1904 95% [=========================================================== ] 1828/1904 96% [=========================================================== ] 1829/1904 96% [=========================================================== ] 1830/1904 96% [=========================================================== ] 1831/1904 96% [=========================================================== ] 1832/1904 96% [=========================================================== ] 1833/1904 96% [=========================================================== ] 1834/1904 96% [=========================================================== ] 1835/1904 96% [=========================================================== ] 1836/1904 96% [=========================================================== ] 1837/1904 96% [=========================================================== ] 1838/1904 96% [=========================================================== ] 1839/1904 96% [=========================================================== ] 1840/1904 96% [=========================================================== ] 1841/1904 96% [=========================================================== ] 1842/1904 96% [============================================================ ] 1843/1904 96% [============================================================ ] 1844/1904 96% [============================================================ ] 1845/1904 96% [============================================================ ] 1846/1904 96% [============================================================ ] 1847/1904 97% [============================================================ ] 1848/1904 97% [============================================================ ] 1849/1904 97% [============================================================ ] 1850/1904 97% [============================================================ ] 1851/1904 97% [============================================================ ] 1852/1904 97% [============================================================ ] 1853/1904 97% [============================================================ ] 1854/1904 97% [============================================================ ] 1855/1904 97% [============================================================ ] 1856/1904 97% [============================================================ ] 1857/1904 97% [============================================================ ] 1858/1904 97% [============================================================ ] 1859/1904 97% [============================================================ ] 1860/1904 97% [============================================================ ] 1861/1904 97% [============================================================ ] 1862/1904 97% [============================================================ ] 1863/1904 97% [============================================================ ] 1864/1904 97% [============================================================ ] 1865/1904 97% [============================================================ ] 1866/1904 98% [============================================================ ] 1867/1904 98% [============================================================ ] 1868/1904 98% [============================================================ ] 1869/1904 98% [============================================================ ] 1870/1904 98% [============================================================ ] 1871/1904 98% [============================================================ ] 1872/1904 98% [============================================================ ] 1873/1904 98% [============================================================= ] 1874/1904 98% [============================================================= ] 1875/1904 98% [============================================================= ] 1876/1904 98% [============================================================= ] 1877/1904 98% [============================================================= ] 1878/1904 98% [============================================================= ] 1879/1904 98% [============================================================= ] 1880/1904 98% [============================================================= ] 1881/1904 98% [============================================================= ] 1882/1904 98% [============================================================= ] 1883/1904 98% [============================================================= ] 1884/1904 98% [============================================================= ] 1885/1904 99% [============================================================= ] 1886/1904 99% [============================================================= ] 1887/1904 99% [============================================================= ] 1888/1904 99% [============================================================= ] 1889/1904 99% [============================================================= ] 1890/1904 99% [============================================================= ] 1891/1904 99% [============================================================= ] 1892/1904 99% [============================================================= ] 1893/1904 99% [============================================================= ] 1894/1904 99% [============================================================= ] 1895/1904 99% [============================================================= ] 1896/1904 99% [============================================================= ] 1897/1904 99% [============================================================= ] 1898/1904 99% [============================================================= ] 1899/1904 99% [============================================================= ] 1900/1904 99% [============================================================= ] 1901/1904 99% [============================================================= ] 1902/1904 99% [============================================================= ] 1903/1904 99% [==============================================================] 1904/1904 100% operation complete, 1904 objects in 101270 NAND pages. ln -snf /home/thomas/autobuild/instance-1/output-1/host/powerpc-buildroot-linux-gnu/sysroot /home/thomas/autobuild/instance-1/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot' make: Entering directory '/home/thomas/autobuild/instance-1/buildroot' >>> Buildroot 2022.08-rc1-5441-ge6724f3a729 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.38-27-g750a45a783906a19591fb8ff6b7841470f1f5701 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.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.6 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 >>> abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> util-linux 2.39.2 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-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> zlib Collecting legal info >>> zlib-ng 2.1.3 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.27.7 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> bcg729 1.1.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> bird 2.0.12 Collecting legal info README: OK (sha256: 94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> diffutils 3.10 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> i2c-tools 4.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) README: OK (sha256: 2293b6e9076984d02184ff620baac557143e16cfa47d88f0a791d05a1271742c) >>> pciutils 3.10.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> procps-ng 3.3.17 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: 681e386e44a19d7d0674b4320272c90e66b6610b741e7e6305f8219c42e85366) >>> psmisc 23.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> wget 1.21.4 Collecting legal info COPYING: OK (sha256: f7dc7522e7e1be9227f3dc8de8b39a4d1d2471968c893af15f00c1a2076a0eec) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> openssl Collecting legal info >>> libopenssl 3.1.4 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 3.1.4 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.11.6 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> datatables-responsive 2.2.3 Collecting legal info License.txt: OK (sha256: da4e1020ae97c095a14d7830c1a8a793e080c062e22d749ecd3fc3c075673dbf) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> dhrystone 2 Collecting legal info >>> dht 0.27 Collecting legal info LICENCE: OK (sha256: 06ce07293caf8c8ddfaf47797ad1fb18d1c040a8375231d8f8a6105cef51a8e6) >>> host-e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.39.2 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-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> host-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) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> host-fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.7.2 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> host-gdb 11.2 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.41 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> gdbm 1.23 Collecting legal info COPYING: OK (sha256: 690d762f2e8e149ab1e2d6a409a3853b6151a2533b2382fae549a176d6bedecf) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> hicolor-icon-theme 0.17 Collecting legal info COPYING: OK (sha256: b0a64377d4ee87b7dbcf418ce4fb33ec3b2d7081b6732890e4af06b8118c4526) >>> hwdata 0.373 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> initscripts Collecting legal info >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libassuan 2.5.6 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.47 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libatomic_ops 7.8.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 969294c9324b2d360ae2a08edd5ca6f9cd754cb71b71e56bee15d2f10bb10496) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libdisplay-info 0.1.1 Collecting legal info LICENSE: OK (sha256: 15b396244e58830c5614b9394f4deccfe684970cd507f299383ab57ad339eedd) >>> 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) >>> 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-python-pypa-build 1.0.3 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) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libgpgme 1.22.0 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libite 2.6.1 Collecting legal info LICENSE: OK (sha256: 3a2b964c1772d03ab17b73a389ecce9151e0b190a9247817a2c009b16d356422) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> 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) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> liburiparser 0.9.7 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> lua 5.1.5 Collecting legal info COPYRIGHT: OK (sha256: ee5e3e82af1e1b543c4f216e399d7c8cfee797711913f349e385101c4ae60a79) >>> luainterpreter Collecting legal info >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mimic 1.1.0 Collecting legal info COPYING: OK (sha256: c423c1c6d260091d80ee4c00f386a10fea39963a3f1530f2c245f15dd20324ee) >>> minissdpd 1.6.0 Collecting legal info LICENSE: OK (sha256: a0f853256954f388ce4fab5faaef6a1f5bcd5e682c3c7c70b07b7130e932a021) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> host-moby-buildkit 0.11.6 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> host-go 1.21.3 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage2 1.19.11 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-mtools 4.0.43 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> open-plc-utils 1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> openlayers 8.1.0 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> openldap 2.4.59 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> 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) >>> putty 0.79 Collecting legal info LICENCE: OK (sha256: 7ede37f344ee03436c155a375ecb6cdb42a77105baa6e7804bf43260dc4a0c54) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> qcom-db410c-firmware 1034.2.1 Collecting legal info LICENSE: OK (sha256: 11e60ad6f83c2a86e40dca374c24230b53650dd3e0adf2e72c15f8cafedc2e5a) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> host-rauc 1.10.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.4.4 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-rust-bin 1.71.1 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> seatd 0.8.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> sed 4.9 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> host-swugenerator 0.2 Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-python-libconf 2.0.1 Collecting legal info LICENSE: OK (sha256: 3c2afc8c9f7a12032f225e6fa870e85af14d1b71236afe28d94a4b67e5e8c873) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tcping 1.3.6 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> host-uuu 1.5.125 Collecting legal info LICENSE: OK (sha256: cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495) README.md: OK (sha256: 52a715c7443f269ddeba360abd70694879e120213926553a000e9be9373ea731) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> vsftpd 3.0.5 Collecting legal info COPYING: OK (sha256: c9cf119e2f9dbcf187fb805ba5aded105db26a693803636fb7228c98460ffbf2) >>> watchdogd 3.5 Collecting legal info LICENSE: OK (sha256: fd685e20931174308c45a26418a7ce34d66704c4e4b92ab1d8299deb255cd676) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzop 1.04 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot'