rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-0/output-1/target/lib/debug /home/thomas/autobuild/instance-0/output-1/target/usr/lib/debug find /home/thomas/autobuild/instance-0/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-0/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-0/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-0/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-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-4932-g0a0dd63c82"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-git\"" \ ) > /home/thomas/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/thomas/autobuild/instance-0/output-1/per-package \ /home/thomas/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.btrfs mkdir -p /home/thomas/autobuild/instance-0/output-1/images rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-0/output-1/target/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-0/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot echo "/home/thomas/autobuild/instance-0/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -f -f /home/thomas/autobuild/instance-0/output-1/images/rootfs.btrfs\n /home/thomas/autobuild/instance-0/output-1/host/bin/mkfs.btrfs -f -r '\''/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target'\'' -L '\'''\'' --byte-count '\''100m'\'' --nodesize '\''16384'\'' --sectorsize '\''4096'\'' /home/thomas/autobuild/instance-0/output-1/images/rootfs.btrfs\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot chmod a+x /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot rootdir=/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target table='/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' ERROR: zoned: unable to stat /home/thomas/autobuild/instance-0/output-1/images/rootfs.btrfs btrfs-progs v5.16.2 See http://btrfs.wiki.kernel.org for more information. NOTE: several default settings have changed in version 5.15, please make sure this does not affect your deployments: - DUP for metadata (-m dup) - enabled no-holes (-O no-holes) - enabled free-space-tree (-R free-space-tree) Making image is completed. Label: UUID: 250056e2-3a9c-47a2-b4b5-f768ee4cd6d7 Node size: 16384 Sector size: 4096 Filesystem size: 309.00MiB Block group profiles: Data: single 192.00MiB Metadata: DUP 32.00MiB System: DUP 8.00MiB SSD detected: no Zoned device: no Incompat features: extref, skinny-metadata, no-holes Runtime features: free-space-tree Checksum: crc32c Number of devices: 1 Devices: ID SIZE PATH 1 309.00MiB /home/thomas/autobuild/instance-0/output-1/images/rootfs.btrfs >>> Generating filesystem image rootfs.cpio mkdir -p /home/thomas/autobuild/instance-0/output-1/images rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-0/output-1/target/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-0/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "/home/thomas/autobuild/instance-0/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/init ]; then /usr/bin/install -m 0755 fs/cpio/init /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/init; fi\n mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/dev\n mknod -m 0622 /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/dev/console c 5 1\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' cd /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target && find . | LC_ALL=C sort | cpio --quiet -o -H newc > /home/thomas/autobuild/instance-0/output-1/images/rootfs.cpio\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target table='/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" lz4 -l -9 -c /home/thomas/autobuild/instance-0/output-1/images/rootfs.cpio > /home/thomas/autobuild/instance-0/output-1/images/rootfs.cpio.lz4 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-0/output-1/images rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-0/output-1/target/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-0/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-0/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-0/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-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2483 objects. stage 2: creating image '/home/thomas/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/2483 0% [ ] 2/2483 0% [ ] 3/2483 0% [ ] 4/2483 0% [ ] 5/2483 0% [ ] 6/2483 0% [ ] 7/2483 0% [ ] 8/2483 0% [ ] 9/2483 0% [ ] 10/2483 0% [ ] 11/2483 0% [ ] 12/2483 0% [ ] 13/2483 0% [ ] 14/2483 0% [ ] 15/2483 0% [ ] 16/2483 0% [ ] 17/2483 0% [ ] 18/2483 0% [ ] 19/2483 0% [ ] 20/2483 0% [ ] 21/2483 0% [ ] 22/2483 0% [ ] 23/2483 0% [ ] 24/2483 0% [ ] 25/2483 1% [ ] 26/2483 1% [ ] 27/2483 1% [ ] 28/2483 1% [ ] 29/2483 1% [ ] 30/2483 1% [ ] 31/2483 1% [ ] 32/2483 1% [ ] 33/2483 1% [ ] 34/2483 1% [ ] 35/2483 1% [ ] 36/2483 1% [ ] 37/2483 1% [ ] 38/2483 1% [ ] 39/2483 1% [ ] 40/2483 1% [= ] 41/2483 1% [= ] 42/2483 1% [= ] 43/2483 1% [= ] 44/2483 1% [= ] 45/2483 1% [= ] 46/2483 1% [= ] 47/2483 1% [= ] 48/2483 1% [= ] 49/2483 1% [= ] 50/2483 2% [= ] 51/2483 2% [= ] 52/2483 2% [= ] 53/2483 2% [= ] 54/2483 2% [= ] 55/2483 2% [= ] 56/2483 2% [= ] 57/2483 2% [= ] 58/2483 2% [= ] 59/2483 2% [= ] 60/2483 2% [= ] 61/2483 2% [= ] 62/2483 2% [= ] 63/2483 2% [= ] 64/2483 2% [= ] 65/2483 2% [= ] 66/2483 2% [= ] 67/2483 2% [= ] 68/2483 2% [= ] 69/2483 2% [= ] 70/2483 2% [= ] 71/2483 2% [= ] 72/2483 2% [= ] 73/2483 2% [= ] 74/2483 2% [= ] 75/2483 3% [= ] 76/2483 3% [= ] 77/2483 3% [= ] 78/2483 3% [= ] 79/2483 3% [= ] 80/2483 3% [== ] 81/2483 3% [== ] 82/2483 3% [== ] 83/2483 3% [== ] 84/2483 3% [== ] 85/2483 3% [== ] 86/2483 3% [== ] 87/2483 3% [== ] 88/2483 3% [== ] 89/2483 3% [== ] 90/2483 3% [== ] 91/2483 3% [== ] 92/2483 3% [== ] 93/2483 3% [== ] 94/2483 3% [== ] 95/2483 3% [== ] 96/2483 3% [== ] 97/2483 3% [== ] 98/2483 3% [== ] 99/2483 3% [== ] 100/2483 4% [== ] 101/2483 4% [== ] 102/2483 4% [== ] 103/2483 4% [== ] 104/2483 4% [== ] 105/2483 4% [== ] 106/2483 4% [== ] 107/2483 4% [== ] 108/2483 4% [== ] 109/2483 4% [== ] 110/2483 4% [== ] 111/2483 4% [== ] 112/2483 4% [== ] 113/2483 4% [== ] 114/2483 4% [== ] 115/2483 4% [== ] 116/2483 4% [== ] 117/2483 4% [== ] 118/2483 4% [== ] 119/2483 4% [== ] 120/2483 4% [=== ] 121/2483 4% [=== ] 122/2483 4% [=== ] 123/2483 4% [=== ] 124/2483 4% [=== ] 125/2483 5% [=== ] 126/2483 5% [=== ] 127/2483 5% [=== ] 128/2483 5% [=== ] 129/2483 5% [=== ] 130/2483 5% [=== ] 131/2483 5% [=== ] 132/2483 5% [=== ] 133/2483 5% [=== ] 134/2483 5% [=== ] 135/2483 5% [=== ] 136/2483 5% [=== ] 137/2483 5% [=== ] 138/2483 5% [=== ] 139/2483 5% [=== ] 140/2483 5% [=== ] 141/2483 5% [=== ] 142/2483 5% [=== ] 143/2483 5% [=== ] 144/2483 5% [=== ] 145/2483 5% [=== ] 146/2483 5% [=== ] 147/2483 5% [=== ] 148/2483 5% [=== ] 149/2483 6% [=== ] 150/2483 6% [=== ] 151/2483 6% [=== ] 152/2483 6% [=== ] 153/2483 6% [=== ] 154/2483 6% [=== ] 155/2483 6% [=== ] 156/2483 6% [=== ] 157/2483 6% [=== ] 158/2483 6% [=== ] 159/2483 6% [=== ] 160/2483 6% [==== ] 161/2483 6% [==== ] 162/2483 6% [==== ] 163/2483 6% [==== ] 164/2483 6% [==== ] 165/2483 6% [==== ] 166/2483 6% [==== ] 167/2483 6% [==== ] 168/2483 6% [==== ] 169/2483 6% [==== ] 170/2483 6% [==== ] 171/2483 6% [==== ] 172/2483 6% [==== ] 173/2483 6% [==== ] 174/2483 7% [==== ] 175/2483 7% [==== ] 176/2483 7% [==== ] 177/2483 7% [==== ] 178/2483 7% [==== ] 179/2483 7% [==== ] 180/2483 7% [==== ] 181/2483 7% [==== ] 182/2483 7% [==== ] 183/2483 7% [==== ] 184/2483 7% [==== ] 185/2483 7% [==== ] 186/2483 7% [==== ] 187/2483 7% [==== ] 188/2483 7% [==== ] 189/2483 7% [==== ] 190/2483 7% [==== ] 191/2483 7% [==== ] 192/2483 7% [==== ] 193/2483 7% [==== ] 194/2483 7% [==== ] 195/2483 7% [==== ] 196/2483 7% [==== ] 197/2483 7% [==== ] 198/2483 7% [==== ] 199/2483 8% [==== ] 200/2483 8% [===== ] 201/2483 8% [===== ] 202/2483 8% [===== ] 203/2483 8% [===== ] 204/2483 8% [===== ] 205/2483 8% [===== ] 206/2483 8% [===== ] 207/2483 8% [===== ] 208/2483 8% [===== ] 209/2483 8% [===== ] 210/2483 8% [===== ] 211/2483 8% [===== ] 212/2483 8% [===== ] 213/2483 8% [===== ] 214/2483 8% [===== ] 215/2483 8% [===== ] 216/2483 8% [===== ] 217/2483 8% [===== ] 218/2483 8% [===== ] 219/2483 8% [===== ] 220/2483 8% [===== ] 221/2483 8% [===== ] 222/2483 8% [===== ] 223/2483 8% [===== ] 224/2483 9% [===== ] 225/2483 9% [===== ] 226/2483 9% [===== ] 227/2483 9% [===== ] 228/2483 9% [===== ] 229/2483 9% [===== ] 230/2483 9% [===== ] 231/2483 9% [===== ] 232/2483 9% [===== ] 233/2483 9% [===== ] 234/2483 9% [===== ] 235/2483 9% [===== ] 236/2483 9% [===== ] 237/2483 9% [===== ] 238/2483 9% [===== ] 239/2483 9% [===== ] 240/2483 9% [====== ] 241/2483 9% [====== ] 242/2483 9% [====== ] 243/2483 9% [====== ] 244/2483 9% [====== ] 245/2483 9% [====== ] 246/2483 9% [====== ] 247/2483 9% [====== ] 248/2483 9% [====== ] 249/2483 10% [====== ] 250/2483 10% [====== ] 251/2483 10% [====== ] 252/2483 10% [====== ] 253/2483 10% [====== ] 254/2483 10% [====== ] 255/2483 10% [====== ] 256/2483 10% [====== ] 257/2483 10% [====== ] 258/2483 10% [====== ] 259/2483 10% [====== ] 260/2483 10% [====== ] 261/2483 10% [====== ] 262/2483 10% [====== ] 263/2483 10% [====== ] 264/2483 10% [====== ] 265/2483 10% [====== ] 266/2483 10% [====== ] 267/2483 10% [====== ] 268/2483 10% [====== ] 269/2483 10% [====== ] 270/2483 10% [====== ] 271/2483 10% [====== ] 272/2483 10% [====== ] 273/2483 10% [====== ] 274/2483 11% [====== ] 275/2483 11% [====== ] 276/2483 11% [====== ] 277/2483 11% [====== ] 278/2483 11% [====== ] 279/2483 11% [====== ] 280/2483 11% [======= ] 281/2483 11% [======= ] 282/2483 11% [======= ] 283/2483 11% [======= ] 284/2483 11% [======= ] 285/2483 11% [======= ] 286/2483 11% [======= ] 287/2483 11% [======= ] 288/2483 11% [======= ] 289/2483 11% [======= ] 290/2483 11% [======= ] 291/2483 11% [======= ] 292/2483 11% [======= ] 293/2483 11% [======= ] 294/2483 11% [======= ] 295/2483 11% [======= ] 296/2483 11% [======= ] 297/2483 11% [======= ] 298/2483 12% [======= ] 299/2483 12% [======= ] 300/2483 12% [======= ] 301/2483 12% [======= ] 302/2483 12% [======= ] 303/2483 12% [======= ] 304/2483 12% [======= ] 305/2483 12% [======= ] 306/2483 12% [======= ] 307/2483 12% [======= ] 308/2483 12% [======= ] 309/2483 12% [======= ] 310/2483 12% [======= ] 311/2483 12% [======= ] 312/2483 12% [======= ] 313/2483 12% [======= ] 314/2483 12% [======= ] 315/2483 12% [======= ] 316/2483 12% [======= ] 317/2483 12% [======= ] 318/2483 12% [======= ] 319/2483 12% [======= ] 320/2483 12% [======== ] 321/2483 12% [======== ] 322/2483 12% [======== ] 323/2483 13% [======== ] 324/2483 13% [======== ] 325/2483 13% [======== ] 326/2483 13% [======== ] 327/2483 13% [======== ] 328/2483 13% [======== ] 329/2483 13% [======== ] 330/2483 13% [======== ] 331/2483 13% [======== ] 332/2483 13% [======== ] 333/2483 13% [======== ] 334/2483 13% [======== ] 335/2483 13% [======== ] 336/2483 13% [======== ] 337/2483 13% [======== ] 338/2483 13% [======== ] 339/2483 13% [======== ] 340/2483 13% [======== ] 341/2483 13% [======== ] 342/2483 13% [======== ] 343/2483 13% [======== ] 344/2483 13% [======== ] 345/2483 13% [======== ] 346/2483 13% [======== ] 347/2483 13% [======== ] 348/2483 14% [======== ] 349/2483 14% [======== ] 350/2483 14% [======== ] 351/2483 14% [======== ] 352/2483 14% [======== ] 353/2483 14% [======== ] 354/2483 14% [======== ] 355/2483 14% [======== ] 356/2483 14% [======== ] 357/2483 14% [======== ] 358/2483 14% [======== ] 359/2483 14% [======== ] 360/2483 14% [========= ] 361/2483 14% [========= ] 362/2483 14% [========= ] 363/2483 14% [========= ] 364/2483 14% [========= ] 365/2483 14% [========= ] 366/2483 14% [========= ] 367/2483 14% [========= ] 368/2483 14% [========= ] 369/2483 14% [========= ] 370/2483 14% [========= ] 371/2483 14% [========= ] 372/2483 14% [========= ] 373/2483 15% [========= ] 374/2483 15% [========= ] 375/2483 15% [========= ] 376/2483 15% [========= ] 377/2483 15% [========= ] 378/2483 15% [========= ] 379/2483 15% [========= ] 380/2483 15% [========= ] 381/2483 15% [========= ] 382/2483 15% [========= ] 383/2483 15% [========= ] 384/2483 15% [========= ] 385/2483 15% [========= ] 386/2483 15% [========= ] 387/2483 15% [========= ] 388/2483 15% [========= ] 389/2483 15% [========= ] 390/2483 15% [========= ] 391/2483 15% [========= ] 392/2483 15% [========= ] 393/2483 15% [========= ] 394/2483 15% [========= ] 395/2483 15% [========= ] 396/2483 15% [========= ] 397/2483 15% [========= ] 398/2483 16% [========= ] 399/2483 16% [========= ] 400/2483 16% [========== ] 401/2483 16% [========== ] 402/2483 16% [========== ] 403/2483 16% [========== ] 404/2483 16% [========== ] 405/2483 16% [========== ] 406/2483 16% [========== ] 407/2483 16% [========== ] 408/2483 16% [========== ] 409/2483 16% [========== ] 410/2483 16% [========== ] 411/2483 16% [========== ] 412/2483 16% [========== ] 413/2483 16% [========== ] 414/2483 16% [========== ] 415/2483 16% [========== ] 416/2483 16% [========== ] 417/2483 16% [========== ] 418/2483 16% [========== ] 419/2483 16% [========== ] 420/2483 16% [========== ] 421/2483 16% [========== ] 422/2483 16% [========== ] 423/2483 17% [========== ] 424/2483 17% [========== ] 425/2483 17% [========== ] 426/2483 17% [========== ] 427/2483 17% [========== ] 428/2483 17% [========== ] 429/2483 17% [========== ] 430/2483 17% [========== ] 431/2483 17% [========== ] 432/2483 17% [========== ] 433/2483 17% [========== ] 434/2483 17% [========== ] 435/2483 17% [========== ] 436/2483 17% [========== ] 437/2483 17% [========== ] 438/2483 17% [========== ] 439/2483 17% [========== ] 440/2483 17% [=========== ] 441/2483 17% [=========== ] 442/2483 17% [=========== ] 443/2483 17% [=========== ] 444/2483 17% [=========== ] 445/2483 17% [=========== ] 446/2483 17% [=========== ] 447/2483 18% [=========== ] 448/2483 18% [=========== ] 449/2483 18% [=========== ] 450/2483 18% [=========== ] 451/2483 18% [=========== ] 452/2483 18% [=========== ] 453/2483 18% [=========== ] 454/2483 18% [=========== ] 455/2483 18% [=========== ] 456/2483 18% [=========== ] 457/2483 18% [=========== ] 458/2483 18% [=========== ] 459/2483 18% [=========== ] 460/2483 18% [=========== ] 461/2483 18% [=========== ] 462/2483 18% [=========== ] 463/2483 18% [=========== ] 464/2483 18% [=========== ] 465/2483 18% [=========== ] 466/2483 18% [=========== ] 467/2483 18% [=========== ] 468/2483 18% [=========== ] 469/2483 18% [=========== ] 470/2483 18% [=========== ] 471/2483 18% [=========== ] 472/2483 19% [=========== ] 473/2483 19% [=========== ] 474/2483 19% [=========== ] 475/2483 19% [=========== ] 476/2483 19% [=========== ] 477/2483 19% [=========== ] 478/2483 19% [=========== ] 479/2483 19% [=========== ] 480/2483 19% [============ ] 481/2483 19% [============ ] 482/2483 19% [============ ] 483/2483 19% [============ ] 484/2483 19% [============ ] 485/2483 19% [============ ] 486/2483 19% [============ ] 487/2483 19% [============ ] 488/2483 19% [============ ] 489/2483 19% [============ ] 490/2483 19% [============ ] 491/2483 19% [============ ] 492/2483 19% [============ ] 493/2483 19% [============ ] 494/2483 19% [============ ] 495/2483 19% [============ ] 496/2483 19% [============ ] 497/2483 20% [============ ] 498/2483 20% [============ ] 499/2483 20% [============ ] 500/2483 20% [============ ] 501/2483 20% [============ ] 502/2483 20% [============ ] 503/2483 20% [============ ] 504/2483 20% [============ ] 505/2483 20% [============ ] 506/2483 20% [============ ] 507/2483 20% [============ ] 508/2483 20% [============ ] 509/2483 20% [============ ] 510/2483 20% [============ ] 511/2483 20% [============ ] 512/2483 20% [============ ] 513/2483 20% [============ ] 514/2483 20% [============ ] 515/2483 20% [============ ] 516/2483 20% [============ ] 517/2483 20% [============ ] 518/2483 20% [============ ] 519/2483 20% [============ ] 520/2483 20% [============= ] 521/2483 20% [============= ] 522/2483 21% [============= ] 523/2483 21% [============= ] 524/2483 21% [============= ] 525/2483 21% [============= ] 526/2483 21% [============= ] 527/2483 21% [============= ] 528/2483 21% [============= ] 529/2483 21% [============= ] 530/2483 21% [============= ] 531/2483 21% [============= ] 532/2483 21% [============= ] 533/2483 21% [============= ] 534/2483 21% [============= ] 535/2483 21% [============= ] 536/2483 21% [============= ] 537/2483 21% [============= ] 538/2483 21% [============= ] 539/2483 21% [============= ] 540/2483 21% [============= ] 541/2483 21% [============= ] 542/2483 21% [============= ] 543/2483 21% [============= ] 544/2483 21% [============= ] 545/2483 21% [============= ] 546/2483 21% [============= ] 547/2483 22% [============= ] 548/2483 22% [============= ] 549/2483 22% [============= ] 550/2483 22% [============= ] 551/2483 22% [============= ] 552/2483 22% [============= ] 553/2483 22% [============= ] 554/2483 22% [============= ] 555/2483 22% [============= ] 556/2483 22% [============= ] 557/2483 22% [============= ] 558/2483 22% [============= ] 559/2483 22% [============= ] 560/2483 22% [============== ] 561/2483 22% [============== ] 562/2483 22% [============== ] 563/2483 22% [============== ] 564/2483 22% [============== ] 565/2483 22% [============== ] 566/2483 22% [============== ] 567/2483 22% [============== ] 568/2483 22% [============== ] 569/2483 22% [============== ] 570/2483 22% [============== ] 571/2483 22% [============== ] 572/2483 23% [============== ] 573/2483 23% [============== ] 574/2483 23% [============== ] 575/2483 23% [============== ] 576/2483 23% [============== ] 577/2483 23% [============== ] 578/2483 23% [============== ] 579/2483 23% [============== ] 580/2483 23% [============== ] 581/2483 23% [============== ] 582/2483 23% [============== ] 583/2483 23% [============== ] 584/2483 23% [============== ] 585/2483 23% [============== ] 586/2483 23% [============== ] 587/2483 23% [============== ] 588/2483 23% [============== ] 589/2483 23% [============== ] 590/2483 23% [============== ] 591/2483 23% [============== ] 592/2483 23% [============== ] 593/2483 23% [============== ] 594/2483 23% [============== ] 595/2483 23% [============== ] 596/2483 24% [============== ] 597/2483 24% [============== ] 598/2483 24% [============== ] 599/2483 24% [============== ] 600/2483 24% [=============== ] 601/2483 24% [=============== ] 602/2483 24% [=============== ] 603/2483 24% [=============== ] 604/2483 24% [=============== ] 605/2483 24% [=============== ] 606/2483 24% [=============== ] 607/2483 24% [=============== ] 608/2483 24% [=============== ] 609/2483 24% [=============== ] 610/2483 24% [=============== ] 611/2483 24% [=============== ] 612/2483 24% [=============== ] 613/2483 24% [=============== ] 614/2483 24% [=============== ] 615/2483 24% [=============== ] 616/2483 24% [=============== ] 617/2483 24% [=============== ] 618/2483 24% [=============== ] 619/2483 24% [=============== ] 620/2483 24% [=============== ] 621/2483 25% [=============== ] 622/2483 25% [=============== ] 623/2483 25% [=============== ] 624/2483 25% [=============== ] 625/2483 25% [=============== ] 626/2483 25% [=============== ] 627/2483 25% [=============== ] 628/2483 25% [=============== ] 629/2483 25% [=============== ] 630/2483 25% [=============== ] 631/2483 25% [=============== ] 632/2483 25% [=============== ] 633/2483 25% [=============== ] 634/2483 25% [=============== ] 635/2483 25% [=============== ] 636/2483 25% [=============== ] 637/2483 25% [=============== ] 638/2483 25% [=============== ] 639/2483 25% [=============== ] 640/2483 25% [================ ] 641/2483 25% [================ ] 642/2483 25% [================ ] 643/2483 25% [================ ] 644/2483 25% [================ ] 645/2483 25% [================ ] 646/2483 26% [================ ] 647/2483 26% [================ ] 648/2483 26% [================ ] 649/2483 26% [================ ] 650/2483 26% [================ ] 651/2483 26% [================ ] 652/2483 26% [================ ] 653/2483 26% [================ ] 654/2483 26% [================ ] 655/2483 26% [================ ] 656/2483 26% [================ ] 657/2483 26% [================ ] 658/2483 26% [================ ] 659/2483 26% [================ ] 660/2483 26% [================ ] 661/2483 26% [================ ] 662/2483 26% [================ ] 663/2483 26% [================ ] 664/2483 26% [================ ] 665/2483 26% [================ ] 666/2483 26% [================ ] 667/2483 26% [================ ] 668/2483 26% [================ ] 669/2483 26% [================ ] 670/2483 26% [================ ] 671/2483 27% [================ ] 672/2483 27% [================ ] 673/2483 27% [================ ] 674/2483 27% [================ ] 675/2483 27% [================ ] 676/2483 27% [================ ] 677/2483 27% [================ ] 678/2483 27% [================ ] 679/2483 27% [================ ] 680/2483 27% [================= ] 681/2483 27% [================= ] 682/2483 27% [================= ] 683/2483 27% [================= ] 684/2483 27% [================= ] 685/2483 27% [================= ] 686/2483 27% [================= ] 687/2483 27% [================= ] 688/2483 27% [================= ] 689/2483 27% [================= ] 690/2483 27% [================= ] 691/2483 27% [================= ] 692/2483 27% [================= ] 693/2483 27% [================= ] 694/2483 27% [================= ] 695/2483 27% [================= ] 696/2483 28% [================= ] 697/2483 28% [================= ] 698/2483 28% [================= ] 699/2483 28% [================= ] 700/2483 28% [================= ] 701/2483 28% [================= ] 702/2483 28% [================= ] 703/2483 28% [================= ] 704/2483 28% [================= ] 705/2483 28% [================= ] 706/2483 28% [================= ] 707/2483 28% [================= ] 708/2483 28% [================= ] 709/2483 28% [================= ] 710/2483 28% [================= ] 711/2483 28% [================= ] 712/2483 28% [================= ] 713/2483 28% [================= ] 714/2483 28% [================= ] 715/2483 28% [================= ] 716/2483 28% [================= ] 717/2483 28% [================= ] 718/2483 28% [================= ] 719/2483 28% [================= ] 720/2483 28% [================== ] 721/2483 29% [================== ] 722/2483 29% [================== ] 723/2483 29% [================== ] 724/2483 29% [================== ] 725/2483 29% [================== ] 726/2483 29% [================== ] 727/2483 29% [================== ] 728/2483 29% [================== ] 729/2483 29% [================== ] 730/2483 29% [================== ] 731/2483 29% [================== ] 732/2483 29% [================== ] 733/2483 29% [================== ] 734/2483 29% [================== ] 735/2483 29% [================== ] 736/2483 29% [================== ] 737/2483 29% [================== ] 738/2483 29% [================== ] 739/2483 29% [================== ] 740/2483 29% [================== ] 741/2483 29% [================== ] 742/2483 29% [================== ] 743/2483 29% [================== ] 744/2483 29% [================== ] 745/2483 30% [================== ] 746/2483 30% [================== ] 747/2483 30% [================== ] 748/2483 30% [================== ] 749/2483 30% [================== ] 750/2483 30% [================== ] 751/2483 30% [================== ] 752/2483 30% [================== ] 753/2483 30% [================== ] 754/2483 30% [================== ] 755/2483 30% [================== ] 756/2483 30% [================== ] 757/2483 30% [================== ] 758/2483 30% [================== ] 759/2483 30% [================== ] 760/2483 30% [=================== ] 761/2483 30% [=================== ] 762/2483 30% [=================== ] 763/2483 30% [=================== ] 764/2483 30% [=================== ] 765/2483 30% [=================== ] 766/2483 30% [=================== ] 767/2483 30% [=================== ] 768/2483 30% [=================== ] 769/2483 30% [=================== ] 770/2483 31% [=================== ] 771/2483 31% [=================== ] 772/2483 31% [=================== ] 773/2483 31% [=================== ] 774/2483 31% [=================== ] 775/2483 31% [=================== ] 776/2483 31% [=================== ] 777/2483 31% [=================== ] 778/2483 31% [=================== ] 779/2483 31% [=================== ] 780/2483 31% [=================== ] 781/2483 31% [=================== ] 782/2483 31% [=================== ] 783/2483 31% [=================== ] 784/2483 31% [=================== ] 785/2483 31% [=================== ] 786/2483 31% [=================== ] 787/2483 31% [=================== ] 788/2483 31% [=================== ] 789/2483 31% [=================== ] 790/2483 31% [=================== ] 791/2483 31% [=================== ] 792/2483 31% [=================== ] 793/2483 31% [=================== ] 794/2483 31% [=================== ] 795/2483 32% [=================== ] 796/2483 32% [=================== ] 797/2483 32% [=================== ] 798/2483 32% [=================== ] 799/2483 32% [=================== ] 800/2483 32% [==================== ] 801/2483 32% [==================== ] 802/2483 32% [==================== ] 803/2483 32% [==================== ] 804/2483 32% [==================== ] 805/2483 32% [==================== ] 806/2483 32% [==================== ] 807/2483 32% [==================== ] 808/2483 32% [==================== ] 809/2483 32% [==================== ] 810/2483 32% [==================== ] 811/2483 32% [==================== ] 812/2483 32% [==================== ] 813/2483 32% [==================== ] 814/2483 32% [==================== ] 815/2483 32% [==================== ] 816/2483 32% [==================== ] 817/2483 32% [==================== ] 818/2483 32% [==================== ] 819/2483 32% [==================== ] 820/2483 33% [==================== ] 821/2483 33% [==================== ] 822/2483 33% [==================== ] 823/2483 33% [==================== ] 824/2483 33% [==================== ] 825/2483 33% [==================== ] 826/2483 33% [==================== ] 827/2483 33% [==================== ] 828/2483 33% [==================== ] 829/2483 33% [==================== ] 830/2483 33% [==================== ] 831/2483 33% [==================== ] 832/2483 33% [==================== ] 833/2483 33% [==================== ] 834/2483 33% [==================== ] 835/2483 33% [==================== ] 836/2483 33% [==================== ] 837/2483 33% [==================== ] 838/2483 33% [==================== ] 839/2483 33% [==================== ] 840/2483 33% [==================== ] 841/2483 33% [===================== ] 842/2483 33% [===================== ] 843/2483 33% [===================== ] 844/2483 33% [===================== ] 845/2483 34% [===================== ] 846/2483 34% [===================== ] 847/2483 34% [===================== ] 848/2483 34% [===================== ] 849/2483 34% [===================== ] 850/2483 34% [===================== ] 851/2483 34% [===================== ] 852/2483 34% [===================== ] 853/2483 34% [===================== ] 854/2483 34% [===================== ] 855/2483 34% [===================== ] 856/2483 34% [===================== ] 857/2483 34% [===================== ] 858/2483 34% [===================== ] 859/2483 34% [===================== ] 860/2483 34% [===================== ] 861/2483 34% [===================== ] 862/2483 34% [===================== ] 863/2483 34% [===================== ] 864/2483 34% [===================== ] 865/2483 34% [===================== ] 866/2483 34% [===================== ] 867/2483 34% [===================== ] 868/2483 34% [===================== ] 869/2483 34% [===================== ] 870/2483 35% [===================== ] 871/2483 35% [===================== ] 872/2483 35% [===================== ] 873/2483 35% [===================== ] 874/2483 35% [===================== ] 875/2483 35% [===================== ] 876/2483 35% [===================== ] 877/2483 35% [===================== ] 878/2483 35% [===================== ] 879/2483 35% [===================== ] 880/2483 35% [===================== ] 881/2483 35% [====================== ] 882/2483 35% [====================== ] 883/2483 35% [====================== ] 884/2483 35% [====================== ] 885/2483 35% [====================== ] 886/2483 35% [====================== ] 887/2483 35% [====================== ] 888/2483 35% [====================== ] 889/2483 35% [====================== ] 890/2483 35% [====================== ] 891/2483 35% [====================== ] 892/2483 35% [====================== ] 893/2483 35% [====================== ] 894/2483 36% [====================== ] 895/2483 36% [====================== ] 896/2483 36% [====================== ] 897/2483 36% [====================== ] 898/2483 36% [====================== ] 899/2483 36% [====================== ] 900/2483 36% [====================== ] 901/2483 36% [====================== ] 902/2483 36% [====================== ] 903/2483 36% [====================== ] 904/2483 36% [====================== ] 905/2483 36% [====================== ] 906/2483 36% [====================== ] 907/2483 36% [====================== ] 908/2483 36% [====================== ] 909/2483 36% [====================== ] 910/2483 36% [====================== ] 911/2483 36% [====================== ] 912/2483 36% [====================== ] 913/2483 36% [====================== ] 914/2483 36% [====================== ] 915/2483 36% [====================== ] 916/2483 36% [====================== ] 917/2483 36% [====================== ] 918/2483 36% [====================== ] 919/2483 37% [====================== ] 920/2483 37% [====================== ] 921/2483 37% [======================= ] 922/2483 37% [======================= ] 923/2483 37% [======================= ] 924/2483 37% [======================= ] 925/2483 37% [======================= ] 926/2483 37% [======================= ] 927/2483 37% [======================= ] 928/2483 37% [======================= ] 929/2483 37% [======================= ] 930/2483 37% [======================= ] 931/2483 37% [======================= ] 932/2483 37% [======================= ] 933/2483 37% [======================= ] 934/2483 37% [======================= ] 935/2483 37% [======================= ] 936/2483 37% [======================= ] 937/2483 37% [======================= ] 938/2483 37% [======================= ] 939/2483 37% [======================= ] 940/2483 37% [======================= ] 941/2483 37% [======================= ] 942/2483 37% [======================= ] 943/2483 37% [======================= ] 944/2483 38% [======================= ] 945/2483 38% [======================= ] 946/2483 38% [======================= ] 947/2483 38% [======================= ] 948/2483 38% [======================= ] 949/2483 38% [======================= ] 950/2483 38% [======================= ] 951/2483 38% [======================= ] 952/2483 38% [======================= ] 953/2483 38% [======================= ] 954/2483 38% [======================= ] 955/2483 38% [======================= ] 956/2483 38% [======================= ] 957/2483 38% [======================= ] 958/2483 38% [======================= ] 959/2483 38% [======================= ] 960/2483 38% [======================= ] 961/2483 38% [======================== ] 962/2483 38% [======================== ] 963/2483 38% [======================== ] 964/2483 38% [======================== ] 965/2483 38% [======================== ] 966/2483 38% [======================== ] 967/2483 38% [======================== ] 968/2483 38% [======================== ] 969/2483 39% [======================== ] 970/2483 39% [======================== ] 971/2483 39% [======================== ] 972/2483 39% [======================== ] 973/2483 39% [======================== ] 974/2483 39% [======================== ] 975/2483 39% [======================== ] 976/2483 39% [======================== ] 977/2483 39% [======================== ] 978/2483 39% [======================== ] 979/2483 39% [======================== ] 980/2483 39% [======================== ] 981/2483 39% [======================== ] 982/2483 39% [======================== ] 983/2483 39% [======================== ] 984/2483 39% [======================== ] 985/2483 39% [======================== ] 986/2483 39% [======================== ] 987/2483 39% [======================== ] 988/2483 39% [======================== ] 989/2483 39% [======================== ] 990/2483 39% [======================== ] 991/2483 39% [======================== ] 992/2483 39% [======================== ] 993/2483 39% [======================== ] 994/2483 40% [======================== ] 995/2483 40% [======================== ] 996/2483 40% [======================== ] 997/2483 40% [======================== ] 998/2483 40% [======================== ] 999/2483 40% [======================== ] 1000/2483 40% [======================== ] 1001/2483 40% [========================= ] 1002/2483 40% [========================= ] 1003/2483 40% [========================= ] 1004/2483 40% [========================= ] 1005/2483 40% [========================= ] 1006/2483 40% [========================= ] 1007/2483 40% [========================= ] 1008/2483 40% [========================= ] 1009/2483 40% [========================= ] 1010/2483 40% [========================= ] 1011/2483 40% [========================= ] 1012/2483 40% [========================= ] 1013/2483 40% [========================= ] 1014/2483 40% [========================= ] 1015/2483 40% [========================= ] 1016/2483 40% [========================= ] 1017/2483 40% [========================= ] 1018/2483 40% [========================= ] 1019/2483 41% [========================= ] 1020/2483 41% [========================= ] 1021/2483 41% [========================= ] 1022/2483 41% [========================= ] 1023/2483 41% [========================= ] 1024/2483 41% [========================= ] 1025/2483 41% [========================= ] 1026/2483 41% [========================= ] 1027/2483 41% [========================= ] 1028/2483 41% [========================= ] 1029/2483 41% [========================= ] 1030/2483 41% [========================= ] 1031/2483 41% [========================= ] 1032/2483 41% [========================= ] 1033/2483 41% [========================= ] 1034/2483 41% [========================= ] 1035/2483 41% [========================= ] 1036/2483 41% [========================= ] 1037/2483 41% [========================= ] 1038/2483 41% [========================= ] 1039/2483 41% [========================= ] 1040/2483 41% [========================= ] 1041/2483 41% [========================== ] 1042/2483 41% [========================== ] 1043/2483 42% [========================== ] 1044/2483 42% [========================== ] 1045/2483 42% [========================== ] 1046/2483 42% [========================== ] 1047/2483 42% [========================== ] 1048/2483 42% [========================== ] 1049/2483 42% [========================== ] 1050/2483 42% [========================== ] 1051/2483 42% [========================== ] 1052/2483 42% [========================== ] 1053/2483 42% [========================== ] 1054/2483 42% [========================== ] 1055/2483 42% [========================== ] 1056/2483 42% [========================== ] 1057/2483 42% [========================== ] 1058/2483 42% [========================== ] 1059/2483 42% [========================== ] 1060/2483 42% [========================== ] 1061/2483 42% [========================== ] 1062/2483 42% [========================== ] 1063/2483 42% [========================== ] 1064/2483 42% [========================== ] 1065/2483 42% [========================== ] 1066/2483 42% [========================== ] 1067/2483 42% [========================== ] 1068/2483 43% [========================== ] 1069/2483 43% [========================== ] 1070/2483 43% [========================== ] 1071/2483 43% [========================== ] 1072/2483 43% [========================== ] 1073/2483 43% [========================== ] 1074/2483 43% [========================== ] 1075/2483 43% [========================== ] 1076/2483 43% [========================== ] 1077/2483 43% [========================== ] 1078/2483 43% [========================== ] 1079/2483 43% [========================== ] 1080/2483 43% [========================== ] 1081/2483 43% [=========================== ] 1082/2483 43% [=========================== ] 1083/2483 43% [=========================== ] 1084/2483 43% [=========================== ] 1085/2483 43% [=========================== ] 1086/2483 43% [=========================== ] 1087/2483 43% [=========================== ] 1088/2483 43% [=========================== ] 1089/2483 43% [=========================== ] 1090/2483 43% [=========================== ] 1091/2483 43% [=========================== ] 1092/2483 43% [=========================== ] 1093/2483 44% [=========================== ] 1094/2483 44% [=========================== ] 1095/2483 44% [=========================== ] 1096/2483 44% [=========================== ] 1097/2483 44% [=========================== ] 1098/2483 44% [=========================== ] 1099/2483 44% [=========================== ] 1100/2483 44% [=========================== ] 1101/2483 44% [=========================== ] 1102/2483 44% [=========================== ] 1103/2483 44% [=========================== ] 1104/2483 44% [=========================== ] 1105/2483 44% [=========================== ] 1106/2483 44% [=========================== ] 1107/2483 44% [=========================== ] 1108/2483 44% [=========================== ] 1109/2483 44% [=========================== ] 1110/2483 44% [=========================== ] 1111/2483 44% [=========================== ] 1112/2483 44% [=========================== ] 1113/2483 44% [=========================== ] 1114/2483 44% [=========================== ] 1115/2483 44% [=========================== ] 1116/2483 44% [=========================== ] 1117/2483 44% [=========================== ] 1118/2483 45% [=========================== ] 1119/2483 45% [=========================== ] 1120/2483 45% [=========================== ] 1121/2483 45% [============================ ] 1122/2483 45% [============================ ] 1123/2483 45% [============================ ] 1124/2483 45% [============================ ] 1125/2483 45% [============================ ] 1126/2483 45% [============================ ] 1127/2483 45% [============================ ] 1128/2483 45% [============================ ] 1129/2483 45% [============================ ] 1130/2483 45% [============================ ] 1131/2483 45% [============================ ] 1132/2483 45% [============================ ] 1133/2483 45% [============================ ] 1134/2483 45% [============================ ] 1135/2483 45% [============================ ] 1136/2483 45% [============================ ] 1137/2483 45% [============================ ] 1138/2483 45% [============================ ] 1139/2483 45% [============================ ] 1140/2483 45% [============================ ] 1141/2483 45% [============================ ] 1142/2483 45% [============================ ] 1143/2483 46% [============================ ] 1144/2483 46% [============================ ] 1145/2483 46% [============================ ] 1146/2483 46% [============================ ] 1147/2483 46% [============================ ] 1148/2483 46% [============================ ] 1149/2483 46% [============================ ] 1150/2483 46% [============================ ] 1151/2483 46% [============================ ] 1152/2483 46% [============================ ] 1153/2483 46% [============================ ] 1154/2483 46% [============================ ] 1155/2483 46% [============================ ] 1156/2483 46% [============================ ] 1157/2483 46% [============================ ] 1158/2483 46% [============================ ] 1159/2483 46% [============================ ] 1160/2483 46% [============================ ] 1161/2483 46% [============================= ] 1162/2483 46% [============================= ] 1163/2483 46% [============================= ] 1164/2483 46% [============================= ] 1165/2483 46% [============================= ] 1166/2483 46% [============================= ] 1167/2483 46% [============================= ] 1168/2483 47% [============================= ] 1169/2483 47% [============================= ] 1170/2483 47% [============================= ] 1171/2483 47% [============================= ] 1172/2483 47% [============================= ] 1173/2483 47% [============================= ] 1174/2483 47% [============================= ] 1175/2483 47% [============================= ] 1176/2483 47% [============================= ] 1177/2483 47% [============================= ] 1178/2483 47% [============================= ] 1179/2483 47% [============================= ] 1180/2483 47% [============================= ] 1181/2483 47% [============================= ] 1182/2483 47% [============================= ] 1183/2483 47% [============================= ] 1184/2483 47% [============================= ] 1185/2483 47% [============================= ] 1186/2483 47% [============================= ] 1187/2483 47% [============================= ] 1188/2483 47% [============================= ] 1189/2483 47% [============================= ] 1190/2483 47% [============================= ] 1191/2483 47% [============================= ] 1192/2483 48% [============================= ] 1193/2483 48% [============================= ] 1194/2483 48% [============================= ] 1195/2483 48% [============================= ] 1196/2483 48% [============================= ] 1197/2483 48% [============================= ] 1198/2483 48% [============================= ] 1199/2483 48% [============================= ] 1200/2483 48% [============================= ] 1201/2483 48% [============================== ] 1202/2483 48% [============================== ] 1203/2483 48% [============================== ] 1204/2483 48% [============================== ] 1205/2483 48% [============================== ] 1206/2483 48% [============================== ] 1207/2483 48% [============================== ] 1208/2483 48% [============================== ] 1209/2483 48% [============================== ] 1210/2483 48% [============================== ] 1211/2483 48% [============================== ] 1212/2483 48% [============================== ] 1213/2483 48% [============================== ] 1214/2483 48% [============================== ] 1215/2483 48% [============================== ] 1216/2483 48% [============================== ] 1217/2483 49% [============================== ] 1218/2483 49% [============================== ] 1219/2483 49% [============================== ] 1220/2483 49% [============================== ] 1221/2483 49% [============================== ] 1222/2483 49% [============================== ] 1223/2483 49% [============================== ] 1224/2483 49% [============================== ] 1225/2483 49% [============================== ] 1226/2483 49% [============================== ] 1227/2483 49% [============================== ] 1228/2483 49% [============================== ] 1229/2483 49% [============================== ] 1230/2483 49% [============================== ] 1231/2483 49% [============================== ] 1232/2483 49% [============================== ] 1233/2483 49% [============================== ] 1234/2483 49% [============================== ] 1235/2483 49% [============================== ] 1236/2483 49% [============================== ] 1237/2483 49% [============================== ] 1238/2483 49% [============================== ] 1239/2483 49% [============================== ] 1240/2483 49% [============================== ] 1241/2483 49% [=============================== ] 1242/2483 50% [=============================== ] 1243/2483 50% [=============================== ] 1244/2483 50% [=============================== ] 1245/2483 50% [=============================== ] 1246/2483 50% [=============================== ] 1247/2483 50% [=============================== ] 1248/2483 50% [=============================== ] 1249/2483 50% [=============================== ] 1250/2483 50% [=============================== ] 1251/2483 50% [=============================== ] 1252/2483 50% [=============================== ] 1253/2483 50% [=============================== ] 1254/2483 50% [=============================== ] 1255/2483 50% [=============================== ] 1256/2483 50% [=============================== ] 1257/2483 50% [=============================== ] 1258/2483 50% [=============================== ] 1259/2483 50% [=============================== ] 1260/2483 50% [=============================== ] 1261/2483 50% [=============================== ] 1262/2483 50% [=============================== ] 1263/2483 50% [=============================== ] 1264/2483 50% [=============================== ] 1265/2483 50% [=============================== ] 1266/2483 50% [=============================== ] 1267/2483 51% [=============================== ] 1268/2483 51% [=============================== ] 1269/2483 51% [=============================== ] 1270/2483 51% [=============================== ] 1271/2483 51% [=============================== ] 1272/2483 51% [=============================== ] 1273/2483 51% [=============================== ] 1274/2483 51% [=============================== ] 1275/2483 51% [=============================== ] 1276/2483 51% [=============================== ] 1277/2483 51% [=============================== ] 1278/2483 51% [=============================== ] 1279/2483 51% [=============================== ] 1280/2483 51% [=============================== ] 1281/2483 51% [================================ ] 1282/2483 51% [================================ ] 1283/2483 51% [================================ ] 1284/2483 51% [================================ ] 1285/2483 51% [================================ ] 1286/2483 51% [================================ ] 1287/2483 51% [================================ ] 1288/2483 51% [================================ ] 1289/2483 51% [================================ ] 1290/2483 51% [================================ ] 1291/2483 51% [================================ ] 1292/2483 52% [================================ ] 1293/2483 52% [================================ ] 1294/2483 52% [================================ ] 1295/2483 52% [================================ ] 1296/2483 52% [================================ ] 1297/2483 52% [================================ ] 1298/2483 52% [================================ ] 1299/2483 52% [================================ ] 1300/2483 52% [================================ ] 1301/2483 52% [================================ ] 1302/2483 52% [================================ ] 1303/2483 52% [================================ ] 1304/2483 52% [================================ ] 1305/2483 52% [================================ ] 1306/2483 52% [================================ ] 1307/2483 52% [================================ ] 1308/2483 52% [================================ ] 1309/2483 52% [================================ ] 1310/2483 52% [================================ ] 1311/2483 52% [================================ ] 1312/2483 52% [================================ ] 1313/2483 52% [================================ ] 1314/2483 52% [================================ ] 1315/2483 52% [================================ ] 1316/2483 53% [================================ ] 1317/2483 53% [================================ ] 1318/2483 53% [================================ ] 1319/2483 53% [================================ ] 1320/2483 53% [================================ ] 1321/2483 53% [================================= ] 1322/2483 53% [================================= ] 1323/2483 53% [================================= ] 1324/2483 53% [================================= ] 1325/2483 53% [================================= ] 1326/2483 53% [================================= ] 1327/2483 53% [================================= ] 1328/2483 53% [================================= ] 1329/2483 53% [================================= ] 1330/2483 53% [================================= ] 1331/2483 53% [================================= ] 1332/2483 53% [================================= ] 1333/2483 53% [================================= ] 1334/2483 53% [================================= ] 1335/2483 53% [================================= ] 1336/2483 53% [================================= ] 1337/2483 53% [================================= ] 1338/2483 53% [================================= ] 1339/2483 53% [================================= ] 1340/2483 53% [================================= ] 1341/2483 54% [================================= ] 1342/2483 54% [================================= ] 1343/2483 54% [================================= ] 1344/2483 54% [================================= ] 1345/2483 54% [================================= ] 1346/2483 54% [================================= ] 1347/2483 54% [================================= ] 1348/2483 54% [================================= ] 1349/2483 54% [================================= ] 1350/2483 54% [================================= ] 1351/2483 54% [================================= ] 1352/2483 54% [================================= ] 1353/2483 54% [================================= ] 1354/2483 54% [================================= ] 1355/2483 54% [================================= ] 1356/2483 54% [================================= ] 1357/2483 54% [================================= ] 1358/2483 54% [================================= ] 1359/2483 54% [================================= ] 1360/2483 54% [================================= ] 1361/2483 54% [================================== ] 1362/2483 54% [================================== ] 1363/2483 54% [================================== ] 1364/2483 54% [================================== ] 1365/2483 54% [================================== ] 1366/2483 55% [================================== ] 1367/2483 55% [================================== ] 1368/2483 55% [================================== ] 1369/2483 55% [================================== ] 1370/2483 55% [================================== ] 1371/2483 55% [================================== ] 1372/2483 55% [================================== ] 1373/2483 55% [================================== ] 1374/2483 55% [================================== ] 1375/2483 55% [================================== ] 1376/2483 55% [================================== ] 1377/2483 55% [================================== ] 1378/2483 55% [================================== ] 1379/2483 55% [================================== ] 1380/2483 55% [================================== ] 1381/2483 55% [================================== ] 1382/2483 55% [================================== ] 1383/2483 55% [================================== ] 1384/2483 55% [================================== ] 1385/2483 55% [================================== ] 1386/2483 55% [================================== ] 1387/2483 55% [================================== ] 1388/2483 55% [================================== ] 1389/2483 55% [================================== ] 1390/2483 55% [================================== ] 1391/2483 56% [================================== ] 1392/2483 56% [================================== ] 1393/2483 56% [================================== ] 1394/2483 56% [================================== ] 1395/2483 56% [================================== ] 1396/2483 56% [================================== ] 1397/2483 56% [================================== ] 1398/2483 56% [================================== ] 1399/2483 56% [================================== ] 1400/2483 56% [================================== ] 1401/2483 56% [=================================== ] 1402/2483 56% [=================================== ] 1403/2483 56% [=================================== ] 1404/2483 56% [=================================== ] 1405/2483 56% [=================================== ] 1406/2483 56% [=================================== ] 1407/2483 56% [=================================== ] 1408/2483 56% [=================================== ] 1409/2483 56% [=================================== ] 1410/2483 56% [=================================== ] 1411/2483 56% [=================================== ] 1412/2483 56% [=================================== ] 1413/2483 56% [=================================== ] 1414/2483 56% [=================================== ] 1415/2483 56% [=================================== ] 1416/2483 57% [=================================== ] 1417/2483 57% [=================================== ] 1418/2483 57% [=================================== ] 1419/2483 57% [=================================== ] 1420/2483 57% [=================================== ] 1421/2483 57% [=================================== ] 1422/2483 57% [=================================== ] 1423/2483 57% [=================================== ] 1424/2483 57% [=================================== ] 1425/2483 57% [=================================== ] 1426/2483 57% [=================================== ] 1427/2483 57% [=================================== ] 1428/2483 57% [=================================== ] 1429/2483 57% [=================================== ] 1430/2483 57% [=================================== ] 1431/2483 57% [=================================== ] 1432/2483 57% [=================================== ] 1433/2483 57% [=================================== ] 1434/2483 57% [=================================== ] 1435/2483 57% [=================================== ] 1436/2483 57% [=================================== ] 1437/2483 57% [=================================== ] 1438/2483 57% [=================================== ] 1439/2483 57% [=================================== ] 1440/2483 57% [=================================== ] 1441/2483 58% [==================================== ] 1442/2483 58% [==================================== ] 1443/2483 58% [==================================== ] 1444/2483 58% [==================================== ] 1445/2483 58% [==================================== ] 1446/2483 58% [==================================== ] 1447/2483 58% [==================================== ] 1448/2483 58% [==================================== ] 1449/2483 58% [==================================== ] 1450/2483 58% [==================================== ] 1451/2483 58% [==================================== ] 1452/2483 58% [==================================== ] 1453/2483 58% [==================================== ] 1454/2483 58% [==================================== ] 1455/2483 58% [==================================== ] 1456/2483 58% [==================================== ] 1457/2483 58% [==================================== ] 1458/2483 58% [==================================== ] 1459/2483 58% [==================================== ] 1460/2483 58% [==================================== ] 1461/2483 58% [==================================== ] 1462/2483 58% [==================================== ] 1463/2483 58% [==================================== ] 1464/2483 58% [==================================== ] 1465/2483 59% [==================================== ] 1466/2483 59% [==================================== ] 1467/2483 59% [==================================== ] 1468/2483 59% [==================================== ] 1469/2483 59% [==================================== ] 1470/2483 59% [==================================== ] 1471/2483 59% [==================================== ] 1472/2483 59% [==================================== ] 1473/2483 59% [==================================== ] 1474/2483 59% [==================================== ] 1475/2483 59% [==================================== ] 1476/2483 59% [==================================== ] 1477/2483 59% [==================================== ] 1478/2483 59% [==================================== ] 1479/2483 59% [==================================== ] 1480/2483 59% [==================================== ] 1481/2483 59% [===================================== ] 1482/2483 59% [===================================== ] 1483/2483 59% [===================================== ] 1484/2483 59% [===================================== ] 1485/2483 59% [===================================== ] 1486/2483 59% [===================================== ] 1487/2483 59% [===================================== ] 1488/2483 59% [===================================== ] 1489/2483 59% [===================================== ] 1490/2483 60% [===================================== ] 1491/2483 60% [===================================== ] 1492/2483 60% [===================================== ] 1493/2483 60% [===================================== ] 1494/2483 60% [===================================== ] 1495/2483 60% [===================================== ] 1496/2483 60% [===================================== ] 1497/2483 60% [===================================== ] 1498/2483 60% [===================================== ] 1499/2483 60% [===================================== ] 1500/2483 60% [===================================== ] 1501/2483 60% [===================================== ] 1502/2483 60% [===================================== ] 1503/2483 60% [===================================== ] 1504/2483 60% [===================================== ] 1505/2483 60% [===================================== ] 1506/2483 60% [===================================== ] 1507/2483 60% [===================================== ] 1508/2483 60% [===================================== ] 1509/2483 60% [===================================== ] 1510/2483 60% [===================================== ] 1511/2483 60% [===================================== ] 1512/2483 60% [===================================== ] 1513/2483 60% [===================================== ] 1514/2483 60% [===================================== ] 1515/2483 61% [===================================== ] 1516/2483 61% [===================================== ] 1517/2483 61% [===================================== ] 1518/2483 61% [===================================== ] 1519/2483 61% [===================================== ] 1520/2483 61% [===================================== ] 1521/2483 61% [====================================== ] 1522/2483 61% [====================================== ] 1523/2483 61% [====================================== ] 1524/2483 61% [====================================== ] 1525/2483 61% [====================================== ] 1526/2483 61% [====================================== ] 1527/2483 61% [====================================== ] 1528/2483 61% [====================================== ] 1529/2483 61% [====================================== ] 1530/2483 61% [====================================== ] 1531/2483 61% [====================================== ] 1532/2483 61% [====================================== ] 1533/2483 61% [====================================== ] 1534/2483 61% [====================================== ] 1535/2483 61% [====================================== ] 1536/2483 61% [====================================== ] 1537/2483 61% [====================================== ] 1538/2483 61% [====================================== ] 1539/2483 61% [====================================== ] 1540/2483 62% [====================================== ] 1541/2483 62% [====================================== ] 1542/2483 62% [====================================== ] 1543/2483 62% [====================================== ] 1544/2483 62% [====================================== ] 1545/2483 62% [====================================== ] 1546/2483 62% [====================================== ] 1547/2483 62% [====================================== ] 1548/2483 62% [====================================== ] 1549/2483 62% [====================================== ] 1550/2483 62% [====================================== ] 1551/2483 62% [====================================== ] 1552/2483 62% [====================================== ] 1553/2483 62% [====================================== ] 1554/2483 62% [====================================== ] 1555/2483 62% [====================================== ] 1556/2483 62% [====================================== ] 1557/2483 62% [====================================== ] 1558/2483 62% [====================================== ] 1559/2483 62% [====================================== ] 1560/2483 62% [====================================== ] 1561/2483 62% [======================================= ] 1562/2483 62% [======================================= ] 1563/2483 62% [======================================= ] 1564/2483 62% [======================================= ] 1565/2483 63% [======================================= ] 1566/2483 63% [======================================= ] 1567/2483 63% [======================================= ] 1568/2483 63% [======================================= ] 1569/2483 63% [======================================= ] 1570/2483 63% [======================================= ] 1571/2483 63% [======================================= ] 1572/2483 63% [======================================= ] 1573/2483 63% [======================================= ] 1574/2483 63% [======================================= ] 1575/2483 63% [======================================= ] 1576/2483 63% [======================================= ] 1577/2483 63% [======================================= ] 1578/2483 63% [======================================= ] 1579/2483 63% [======================================= ] 1580/2483 63% [======================================= ] 1581/2483 63% [======================================= ] 1582/2483 63% [======================================= ] 1583/2483 63% [======================================= ] 1584/2483 63% [======================================= ] 1585/2483 63% [======================================= ] 1586/2483 63% [======================================= ] 1587/2483 63% [======================================= ] 1588/2483 63% [======================================= ] 1589/2483 63% [======================================= ] 1590/2483 64% [======================================= ] 1591/2483 64% [======================================= ] 1592/2483 64% [======================================= ] 1593/2483 64% [======================================= ] 1594/2483 64% [======================================= ] 1595/2483 64% [======================================= ] 1596/2483 64% [======================================= ] 1597/2483 64% [======================================= ] 1598/2483 64% [======================================= ] 1599/2483 64% [======================================= ] 1600/2483 64% [======================================= ] 1601/2483 64% [======================================== ] 1602/2483 64% [======================================== ] 1603/2483 64% [======================================== ] 1604/2483 64% [======================================== ] 1605/2483 64% [======================================== ] 1606/2483 64% [======================================== ] 1607/2483 64% [======================================== ] 1608/2483 64% [======================================== ] 1609/2483 64% [======================================== ] 1610/2483 64% [======================================== ] 1611/2483 64% [======================================== ] 1612/2483 64% [======================================== ] 1613/2483 64% [======================================== ] 1614/2483 65% [======================================== ] 1615/2483 65% [======================================== ] 1616/2483 65% [======================================== ] 1617/2483 65% [======================================== ] 1618/2483 65% [======================================== ] 1619/2483 65% [======================================== ] 1620/2483 65% [======================================== ] 1621/2483 65% [======================================== ] 1622/2483 65% [======================================== ] 1623/2483 65% [======================================== ] 1624/2483 65% [======================================== ] 1625/2483 65% [======================================== ] 1626/2483 65% [======================================== ] 1627/2483 65% [======================================== ] 1628/2483 65% [======================================== ] 1629/2483 65% [======================================== ] 1630/2483 65% [======================================== ] 1631/2483 65% [======================================== ] 1632/2483 65% [======================================== ] 1633/2483 65% [======================================== ] 1634/2483 65% [======================================== ] 1635/2483 65% [======================================== ] 1636/2483 65% [======================================== ] 1637/2483 65% [======================================== ] 1638/2483 65% [======================================== ] 1639/2483 66% [======================================== ] 1640/2483 66% [======================================== ] 1641/2483 66% [========================================= ] 1642/2483 66% [========================================= ] 1643/2483 66% [========================================= ] 1644/2483 66% [========================================= ] 1645/2483 66% [========================================= ] 1646/2483 66% [========================================= ] 1647/2483 66% [========================================= ] 1648/2483 66% [========================================= ] 1649/2483 66% [========================================= ] 1650/2483 66% [========================================= ] 1651/2483 66% [========================================= ] 1652/2483 66% [========================================= ] 1653/2483 66% [========================================= ] 1654/2483 66% [========================================= ] 1655/2483 66% [========================================= ] 1656/2483 66% [========================================= ] 1657/2483 66% [========================================= ] 1658/2483 66% [========================================= ] 1659/2483 66% [========================================= ] 1660/2483 66% [========================================= ] 1661/2483 66% [========================================= ] 1662/2483 66% [========================================= ] 1663/2483 66% [========================================= ] 1664/2483 67% [========================================= ] 1665/2483 67% [========================================= ] 1666/2483 67% [========================================= ] 1667/2483 67% [========================================= ] 1668/2483 67% [========================================= ] 1669/2483 67% [========================================= ] 1670/2483 67% [========================================= ] 1671/2483 67% [========================================= ] 1672/2483 67% [========================================= ] 1673/2483 67% [========================================= ] 1674/2483 67% [========================================= ] 1675/2483 67% [========================================= ] 1676/2483 67% [========================================= ] 1677/2483 67% [========================================= ] 1678/2483 67% [========================================= ] 1679/2483 67% [========================================= ] 1680/2483 67% [========================================= ] 1681/2483 67% [========================================= ] 1682/2483 67% [========================================== ] 1683/2483 67% [========================================== ] 1684/2483 67% [========================================== ] 1685/2483 67% [========================================== ] 1686/2483 67% [========================================== ] 1687/2483 67% [========================================== ] 1688/2483 67% [========================================== ] 1689/2483 68% [========================================== ] 1690/2483 68% [========================================== ] 1691/2483 68% [========================================== ] 1692/2483 68% [========================================== ] 1693/2483 68% [========================================== ] 1694/2483 68% [========================================== ] 1695/2483 68% [========================================== ] 1696/2483 68% [========================================== ] 1697/2483 68% [========================================== ] 1698/2483 68% [========================================== ] 1699/2483 68% [========================================== ] 1700/2483 68% [========================================== ] 1701/2483 68% [========================================== ] 1702/2483 68% [========================================== ] 1703/2483 68% [========================================== ] 1704/2483 68% [========================================== ] 1705/2483 68% [========================================== ] 1706/2483 68% [========================================== ] 1707/2483 68% [========================================== ] 1708/2483 68% [========================================== ] 1709/2483 68% [========================================== ] 1710/2483 68% [========================================== ] 1711/2483 68% [========================================== ] 1712/2483 68% [========================================== ] 1713/2483 68% [========================================== ] 1714/2483 69% [========================================== ] 1715/2483 69% [========================================== ] 1716/2483 69% [========================================== ] 1717/2483 69% [========================================== ] 1718/2483 69% [========================================== ] 1719/2483 69% [========================================== ] 1720/2483 69% [========================================== ] 1721/2483 69% [========================================== ] 1722/2483 69% [=========================================== ] 1723/2483 69% [=========================================== ] 1724/2483 69% [=========================================== ] 1725/2483 69% [=========================================== ] 1726/2483 69% [=========================================== ] 1727/2483 69% [=========================================== ] 1728/2483 69% [=========================================== ] 1729/2483 69% [=========================================== ] 1730/2483 69% [=========================================== ] 1731/2483 69% [=========================================== ] 1732/2483 69% [=========================================== ] 1733/2483 69% [=========================================== ] 1734/2483 69% [=========================================== ] 1735/2483 69% [=========================================== ] 1736/2483 69% [=========================================== ] 1737/2483 69% [=========================================== ] 1738/2483 69% [=========================================== ] 1739/2483 70% [=========================================== ] 1740/2483 70% [=========================================== ] 1741/2483 70% [=========================================== ] 1742/2483 70% [=========================================== ] 1743/2483 70% [=========================================== ] 1744/2483 70% [=========================================== ] 1745/2483 70% [=========================================== ] 1746/2483 70% [=========================================== ] 1747/2483 70% [=========================================== ] 1748/2483 70% [=========================================== ] 1749/2483 70% [=========================================== ] 1750/2483 70% [=========================================== ] 1751/2483 70% [=========================================== ] 1752/2483 70% [=========================================== ] 1753/2483 70% [=========================================== ] 1754/2483 70% [=========================================== ] 1755/2483 70% [=========================================== ] 1756/2483 70% [=========================================== ] 1757/2483 70% [=========================================== ] 1758/2483 70% [=========================================== ] 1759/2483 70% [=========================================== ] 1760/2483 70% [=========================================== ] 1761/2483 70% [=========================================== ] 1762/2483 70% [============================================ ] 1763/2483 71% [============================================ ] 1764/2483 71% [============================================ ] 1765/2483 71% [============================================ ] 1766/2483 71% [============================================ ] 1767/2483 71% [============================================ ] 1768/2483 71% [============================================ ] 1769/2483 71% [============================================ ] 1770/2483 71% [============================================ ] 1771/2483 71% [============================================ ] 1772/2483 71% [============================================ ] 1773/2483 71% [============================================ ] 1774/2483 71% [============================================ ] 1775/2483 71% [============================================ ] 1776/2483 71% [============================================ ] 1777/2483 71% [============================================ ] 1778/2483 71% [============================================ ] 1779/2483 71% [============================================ ] 1780/2483 71% [============================================ ] 1781/2483 71% [============================================ ] 1782/2483 71% [============================================ ] 1783/2483 71% [============================================ ] 1784/2483 71% [============================================ ] 1785/2483 71% [============================================ ] 1786/2483 71% [============================================ ] 1787/2483 71% [============================================ ] 1788/2483 72% [============================================ ] 1789/2483 72% [============================================ ] 1790/2483 72% [============================================ ] 1791/2483 72% [============================================ ] 1792/2483 72% [============================================ ] 1793/2483 72% [============================================ ] 1794/2483 72% [============================================ ] 1795/2483 72% [============================================ ] 1796/2483 72% [============================================ ] 1797/2483 72% [============================================ ] 1798/2483 72% [============================================ ] 1799/2483 72% [============================================ ] 1800/2483 72% [============================================ ] 1801/2483 72% [============================================ ] 1802/2483 72% [============================================= ] 1803/2483 72% [============================================= ] 1804/2483 72% [============================================= ] 1805/2483 72% [============================================= ] 1806/2483 72% [============================================= ] 1807/2483 72% [============================================= ] 1808/2483 72% [============================================= ] 1809/2483 72% [============================================= ] 1810/2483 72% [============================================= ] 1811/2483 72% [============================================= ] 1812/2483 72% [============================================= ] 1813/2483 73% [============================================= ] 1814/2483 73% [============================================= ] 1815/2483 73% [============================================= ] 1816/2483 73% [============================================= ] 1817/2483 73% [============================================= ] 1818/2483 73% [============================================= ] 1819/2483 73% [============================================= ] 1820/2483 73% [============================================= ] 1821/2483 73% [============================================= ] 1822/2483 73% [============================================= ] 1823/2483 73% [============================================= ] 1824/2483 73% [============================================= ] 1825/2483 73% [============================================= ] 1826/2483 73% [============================================= ] 1827/2483 73% [============================================= ] 1828/2483 73% [============================================= ] 1829/2483 73% [============================================= ] 1830/2483 73% [============================================= ] 1831/2483 73% [============================================= ] 1832/2483 73% [============================================= ] 1833/2483 73% [============================================= ] 1834/2483 73% [============================================= ] 1835/2483 73% [============================================= ] 1836/2483 73% [============================================= ] 1837/2483 73% [============================================= ] 1838/2483 74% [============================================= ] 1839/2483 74% [============================================= ] 1840/2483 74% [============================================= ] 1841/2483 74% [============================================= ] 1842/2483 74% [============================================== ] 1843/2483 74% [============================================== ] 1844/2483 74% [============================================== ] 1845/2483 74% [============================================== ] 1846/2483 74% [============================================== ] 1847/2483 74% [============================================== ] 1848/2483 74% [============================================== ] 1849/2483 74% [============================================== ] 1850/2483 74% [============================================== ] 1851/2483 74% [============================================== ] 1852/2483 74% [============================================== ] 1853/2483 74% [============================================== ] 1854/2483 74% [============================================== ] 1855/2483 74% [============================================== ] 1856/2483 74% [============================================== ] 1857/2483 74% [============================================== ] 1858/2483 74% [============================================== ] 1859/2483 74% [============================================== ] 1860/2483 74% [============================================== ] 1861/2483 74% [============================================== ] 1862/2483 74% [============================================== ] 1863/2483 75% [============================================== ] 1864/2483 75% [============================================== ] 1865/2483 75% [============================================== ] 1866/2483 75% [============================================== ] 1867/2483 75% [============================================== ] 1868/2483 75% [============================================== ] 1869/2483 75% [============================================== ] 1870/2483 75% [============================================== ] 1871/2483 75% [============================================== ] 1872/2483 75% [============================================== ] 1873/2483 75% [============================================== ] 1874/2483 75% [============================================== ] 1875/2483 75% [============================================== ] 1876/2483 75% [============================================== ] 1877/2483 75% [============================================== ] 1878/2483 75% [============================================== ] 1879/2483 75% [============================================== ] 1880/2483 75% [============================================== ] 1881/2483 75% [============================================== ] 1882/2483 75% [=============================================== ] 1883/2483 75% [=============================================== ] 1884/2483 75% [=============================================== ] 1885/2483 75% [=============================================== ] 1886/2483 75% [=============================================== ] 1887/2483 75% [=============================================== ] 1888/2483 76% [=============================================== ] 1889/2483 76% [=============================================== ] 1890/2483 76% [=============================================== ] 1891/2483 76% [=============================================== ] 1892/2483 76% [=============================================== ] 1893/2483 76% [=============================================== ] 1894/2483 76% [=============================================== ] 1895/2483 76% [=============================================== ] 1896/2483 76% [=============================================== ] 1897/2483 76% [=============================================== ] 1898/2483 76% [=============================================== ] 1899/2483 76% [=============================================== ] 1900/2483 76% [=============================================== ] 1901/2483 76% [=============================================== ] 1902/2483 76% [=============================================== ] 1903/2483 76% [=============================================== ] 1904/2483 76% [=============================================== ] 1905/2483 76% [=============================================== ] 1906/2483 76% [=============================================== ] 1907/2483 76% [=============================================== ] 1908/2483 76% [=============================================== ] 1909/2483 76% [=============================================== ] 1910/2483 76% [=============================================== ] 1911/2483 76% [=============================================== ] 1912/2483 77% [=============================================== ] 1913/2483 77% [=============================================== ] 1914/2483 77% [=============================================== ] 1915/2483 77% [=============================================== ] 1916/2483 77% [=============================================== ] 1917/2483 77% [=============================================== ] 1918/2483 77% [=============================================== ] 1919/2483 77% [=============================================== ] 1920/2483 77% [=============================================== ] 1921/2483 77% [=============================================== ] 1922/2483 77% [================================================ ] 1923/2483 77% [================================================ ] 1924/2483 77% [================================================ ] 1925/2483 77% [================================================ ] 1926/2483 77% [================================================ ] 1927/2483 77% [================================================ ] 1928/2483 77% [================================================ ] 1929/2483 77% [================================================ ] 1930/2483 77% [================================================ ] 1931/2483 77% [================================================ ] 1932/2483 77% [================================================ ] 1933/2483 77% [================================================ ] 1934/2483 77% [================================================ ] 1935/2483 77% [================================================ ] 1936/2483 77% [================================================ ] 1937/2483 78% [================================================ ] 1938/2483 78% [================================================ ] 1939/2483 78% [================================================ ] 1940/2483 78% [================================================ ] 1941/2483 78% [================================================ ] 1942/2483 78% [================================================ ] 1943/2483 78% [================================================ ] 1944/2483 78% [================================================ ] 1945/2483 78% [================================================ ] 1946/2483 78% [================================================ ] 1947/2483 78% [================================================ ] 1948/2483 78% [================================================ ] 1949/2483 78% [================================================ ] 1950/2483 78% [================================================ ] 1951/2483 78% [================================================ ] 1952/2483 78% [================================================ ] 1953/2483 78% [================================================ ] 1954/2483 78% [================================================ ] 1955/2483 78% [================================================ ] 1956/2483 78% [================================================ ] 1957/2483 78% [================================================ ] 1958/2483 78% [================================================ ] 1959/2483 78% [================================================ ] 1960/2483 78% [================================================ ] 1961/2483 78% [================================================ ] 1962/2483 79% [================================================= ] 1963/2483 79% [================================================= ] 1964/2483 79% [================================================= ] 1965/2483 79% [================================================= ] 1966/2483 79% [================================================= ] 1967/2483 79% [================================================= ] 1968/2483 79% [================================================= ] 1969/2483 79% [================================================= ] 1970/2483 79% [================================================= ] 1971/2483 79% [================================================= ] 1972/2483 79% [================================================= ] 1973/2483 79% [================================================= ] 1974/2483 79% [================================================= ] 1975/2483 79% [================================================= ] 1976/2483 79% [================================================= ] 1977/2483 79% [================================================= ] 1978/2483 79% [================================================= ] 1979/2483 79% [================================================= ] 1980/2483 79% [================================================= ] 1981/2483 79% [================================================= ] 1982/2483 79% [================================================= ] 1983/2483 79% [================================================= ] 1984/2483 79% [================================================= ] 1985/2483 79% [================================================= ] 1986/2483 79% [================================================= ] 1987/2483 80% [================================================= ] 1988/2483 80% [================================================= ] 1989/2483 80% [================================================= ] 1990/2483 80% [================================================= ] 1991/2483 80% [================================================= ] 1992/2483 80% [================================================= ] 1993/2483 80% [================================================= ] 1994/2483 80% [================================================= ] 1995/2483 80% [================================================= ] 1996/2483 80% [================================================= ] 1997/2483 80% [================================================= ] 1998/2483 80% [================================================= ] 1999/2483 80% [================================================= ] 2000/2483 80% [================================================= ] 2001/2483 80% [================================================= ] 2002/2483 80% [================================================== ] 2003/2483 80% [================================================== ] 2004/2483 80% [================================================== ] 2005/2483 80% [================================================== ] 2006/2483 80% [================================================== ] 2007/2483 80% [================================================== ] 2008/2483 80% [================================================== ] 2009/2483 80% [================================================== ] 2010/2483 80% [================================================== ] 2011/2483 80% [================================================== ] 2012/2483 81% [================================================== ] 2013/2483 81% [================================================== ] 2014/2483 81% [================================================== ] 2015/2483 81% [================================================== ] 2016/2483 81% [================================================== ] 2017/2483 81% [================================================== ] 2018/2483 81% [================================================== ] 2019/2483 81% [================================================== ] 2020/2483 81% [================================================== ] 2021/2483 81% [================================================== ] 2022/2483 81% [================================================== ] 2023/2483 81% [================================================== ] 2024/2483 81% [================================================== ] 2025/2483 81% [================================================== ] 2026/2483 81% [================================================== ] 2027/2483 81% [================================================== ] 2028/2483 81% [================================================== ] 2029/2483 81% [================================================== ] 2030/2483 81% [================================================== ] 2031/2483 81% [================================================== ] 2032/2483 81% [================================================== ] 2033/2483 81% [================================================== ] 2034/2483 81% [================================================== ] 2035/2483 81% [================================================== ] 2036/2483 81% [================================================== ] 2037/2483 82% [================================================== ] 2038/2483 82% [================================================== ] 2039/2483 82% [================================================== ] 2040/2483 82% [================================================== ] 2041/2483 82% [================================================== ] 2042/2483 82% [=================================================== ] 2043/2483 82% [=================================================== ] 2044/2483 82% [=================================================== ] 2045/2483 82% [=================================================== ] 2046/2483 82% [=================================================== ] 2047/2483 82% [=================================================== ] 2048/2483 82% [=================================================== ] 2049/2483 82% [=================================================== ] 2050/2483 82% [=================================================== ] 2051/2483 82% [=================================================== ] 2052/2483 82% [=================================================== ] 2053/2483 82% [=================================================== ] 2054/2483 82% [=================================================== ] 2055/2483 82% [=================================================== ] 2056/2483 82% [=================================================== ] 2057/2483 82% [=================================================== ] 2058/2483 82% [=================================================== ] 2059/2483 82% [=================================================== ] 2060/2483 82% [=================================================== ] 2061/2483 83% [=================================================== ] 2062/2483 83% [=================================================== ] 2063/2483 83% [=================================================== ] 2064/2483 83% [=================================================== ] 2065/2483 83% [=================================================== ] 2066/2483 83% [=================================================== ] 2067/2483 83% [=================================================== ] 2068/2483 83% [=================================================== ] 2069/2483 83% [=================================================== ] 2070/2483 83% [=================================================== ] 2071/2483 83% [=================================================== ] 2072/2483 83% [=================================================== ] 2073/2483 83% [=================================================== ] 2074/2483 83% [=================================================== ] 2075/2483 83% [=================================================== ] 2076/2483 83% [=================================================== ] 2077/2483 83% [=================================================== ] 2078/2483 83% [=================================================== ] 2079/2483 83% [=================================================== ] 2080/2483 83% [=================================================== ] 2081/2483 83% [=================================================== ] 2082/2483 83% [==================================================== ] 2083/2483 83% [==================================================== ] 2084/2483 83% [==================================================== ] 2085/2483 83% [==================================================== ] 2086/2483 84% [==================================================== ] 2087/2483 84% [==================================================== ] 2088/2483 84% [==================================================== ] 2089/2483 84% [==================================================== ] 2090/2483 84% [==================================================== ] 2091/2483 84% [==================================================== ] 2092/2483 84% [==================================================== ] 2093/2483 84% [==================================================== ] 2094/2483 84% [==================================================== ] 2095/2483 84% [==================================================== ] 2096/2483 84% [==================================================== ] 2097/2483 84% [==================================================== ] 2098/2483 84% [==================================================== ] 2099/2483 84% [==================================================== ] 2100/2483 84% [==================================================== ] 2101/2483 84% [==================================================== ] 2102/2483 84% [==================================================== ] 2103/2483 84% [==================================================== ] 2104/2483 84% [==================================================== ] 2105/2483 84% [==================================================== ] 2106/2483 84% [==================================================== ] 2107/2483 84% [==================================================== ] 2108/2483 84% [==================================================== ] 2109/2483 84% [==================================================== ] 2110/2483 84% [==================================================== ] 2111/2483 85% [==================================================== ] 2112/2483 85% [==================================================== ] 2113/2483 85% [==================================================== ] 2114/2483 85% [==================================================== ] 2115/2483 85% [==================================================== ] 2116/2483 85% [==================================================== ] 2117/2483 85% [==================================================== ] 2118/2483 85% [==================================================== ] 2119/2483 85% [==================================================== ] 2120/2483 85% [==================================================== ] 2121/2483 85% [==================================================== ] 2122/2483 85% [===================================================== ] 2123/2483 85% [===================================================== ] 2124/2483 85% [===================================================== ] 2125/2483 85% [===================================================== ] 2126/2483 85% [===================================================== ] 2127/2483 85% [===================================================== ] 2128/2483 85% [===================================================== ] 2129/2483 85% [===================================================== ] 2130/2483 85% [===================================================== ] 2131/2483 85% [===================================================== ] 2132/2483 85% [===================================================== ] 2133/2483 85% [===================================================== ] 2134/2483 85% [===================================================== ] 2135/2483 85% [===================================================== ] 2136/2483 86% [===================================================== ] 2137/2483 86% [===================================================== ] 2138/2483 86% [===================================================== ] 2139/2483 86% [===================================================== ] 2140/2483 86% [===================================================== ] 2141/2483 86% [===================================================== ] 2142/2483 86% [===================================================== ] 2143/2483 86% [===================================================== ] 2144/2483 86% [===================================================== ] 2145/2483 86% [===================================================== ] 2146/2483 86% [===================================================== ] 2147/2483 86% [===================================================== ] 2148/2483 86% [===================================================== ] 2149/2483 86% [===================================================== ] 2150/2483 86% [===================================================== ] 2151/2483 86% [===================================================== ] 2152/2483 86% [===================================================== ] 2153/2483 86% [===================================================== ] 2154/2483 86% [===================================================== ] 2155/2483 86% [===================================================== ] 2156/2483 86% [===================================================== ] 2157/2483 86% [===================================================== ] 2158/2483 86% [===================================================== ] 2159/2483 86% [===================================================== ] 2160/2483 86% [===================================================== ] 2161/2483 87% [===================================================== ] 2162/2483 87% [====================================================== ] 2163/2483 87% [====================================================== ] 2164/2483 87% [====================================================== ] 2165/2483 87% [====================================================== ] 2166/2483 87% [====================================================== ] 2167/2483 87% [====================================================== ] 2168/2483 87% [====================================================== ] 2169/2483 87% [====================================================== ] 2170/2483 87% [====================================================== ] 2171/2483 87% [====================================================== ] 2172/2483 87% [====================================================== ] 2173/2483 87% [====================================================== ] 2174/2483 87% [====================================================== ] 2175/2483 87% [====================================================== ] 2176/2483 87% [====================================================== ] 2177/2483 87% [====================================================== ] 2178/2483 87% [====================================================== ] 2179/2483 87% [====================================================== ] 2180/2483 87% [====================================================== ] 2181/2483 87% [====================================================== ] 2182/2483 87% [====================================================== ] 2183/2483 87% [====================================================== ] 2184/2483 87% [====================================================== ] 2185/2483 87% [====================================================== ] 2186/2483 88% [====================================================== ] 2187/2483 88% [====================================================== ] 2188/2483 88% [====================================================== ] 2189/2483 88% [====================================================== ] 2190/2483 88% [====================================================== ] 2191/2483 88% [====================================================== ] 2192/2483 88% [====================================================== ] 2193/2483 88% [====================================================== ] 2194/2483 88% [====================================================== ] 2195/2483 88% [====================================================== ] 2196/2483 88% [====================================================== ] 2197/2483 88% [====================================================== ] 2198/2483 88% [====================================================== ] 2199/2483 88% [====================================================== ] 2200/2483 88% [====================================================== ] 2201/2483 88% [====================================================== ] 2202/2483 88% [======================================================= ] 2203/2483 88% [======================================================= ] 2204/2483 88% [======================================================= ] 2205/2483 88% [======================================================= ] 2206/2483 88% [======================================================= ] 2207/2483 88% [======================================================= ] 2208/2483 88% [======================================================= ] 2209/2483 88% [======================================================= ] 2210/2483 89% [======================================================= ] 2211/2483 89% [======================================================= ] 2212/2483 89% [======================================================= ] 2213/2483 89% [======================================================= ] 2214/2483 89% [======================================================= ] 2215/2483 89% [======================================================= ] 2216/2483 89% [======================================================= ] 2217/2483 89% [======================================================= ] 2218/2483 89% [======================================================= ] 2219/2483 89% [======================================================= ] 2220/2483 89% [======================================================= ] 2221/2483 89% [======================================================= ] 2222/2483 89% [======================================================= ] 2223/2483 89% [======================================================= ] 2224/2483 89% [======================================================= ] 2225/2483 89% [======================================================= ] 2226/2483 89% [======================================================= ] 2227/2483 89% [======================================================= ] 2228/2483 89% [======================================================= ] 2229/2483 89% [======================================================= ] 2230/2483 89% [======================================================= ] 2231/2483 89% [======================================================= ] 2232/2483 89% [======================================================= ] 2233/2483 89% [======================================================= ] 2234/2483 89% [======================================================= ] 2235/2483 90% [======================================================= ] 2236/2483 90% [======================================================= ] 2237/2483 90% [======================================================= ] 2238/2483 90% [======================================================= ] 2239/2483 90% [======================================================= ] 2240/2483 90% [======================================================= ] 2241/2483 90% [======================================================= ] 2242/2483 90% [======================================================== ] 2243/2483 90% [======================================================== ] 2244/2483 90% [======================================================== ] 2245/2483 90% [======================================================== ] 2246/2483 90% [======================================================== ] 2247/2483 90% [======================================================== ] 2248/2483 90% [======================================================== ] 2249/2483 90% [======================================================== ] 2250/2483 90% [======================================================== ] 2251/2483 90% [======================================================== ] 2252/2483 90% [======================================================== ] 2253/2483 90% [======================================================== ] 2254/2483 90% [======================================================== ] 2255/2483 90% [======================================================== ] 2256/2483 90% [======================================================== ] 2257/2483 90% [======================================================== ] 2258/2483 90% [======================================================== ] 2259/2483 90% [======================================================== ] 2260/2483 91% [======================================================== ] 2261/2483 91% [======================================================== ] 2262/2483 91% [======================================================== ] 2263/2483 91% [======================================================== ] 2264/2483 91% [======================================================== ] 2265/2483 91% [======================================================== ] 2266/2483 91% [======================================================== ] 2267/2483 91% [======================================================== ] 2268/2483 91% [======================================================== ] 2269/2483 91% [======================================================== ] 2270/2483 91% [======================================================== ] 2271/2483 91% [======================================================== ] 2272/2483 91% [======================================================== ] 2273/2483 91% [======================================================== ] 2274/2483 91% [======================================================== ] 2275/2483 91% [======================================================== ] 2276/2483 91% [======================================================== ] 2277/2483 91% [======================================================== ] 2278/2483 91% [======================================================== ] 2279/2483 91% [======================================================== ] 2280/2483 91% [======================================================== ] 2281/2483 91% [======================================================== ] 2282/2483 91% [========================================================= ] 2283/2483 91% [========================================================= ] 2284/2483 91% [========================================================= ] 2285/2483 92% [========================================================= ] 2286/2483 92% [========================================================= ] 2287/2483 92% [========================================================= ] 2288/2483 92% [========================================================= ] 2289/2483 92% [========================================================= ] 2290/2483 92% [========================================================= ] 2291/2483 92% [========================================================= ] 2292/2483 92% [========================================================= ] 2293/2483 92% [========================================================= ] 2294/2483 92% [========================================================= ] 2295/2483 92% [========================================================= ] 2296/2483 92% [========================================================= ] 2297/2483 92% [========================================================= ] 2298/2483 92% [========================================================= ] 2299/2483 92% [========================================================= ] 2300/2483 92% [========================================================= ] 2301/2483 92% [========================================================= ] 2302/2483 92% [========================================================= ] 2303/2483 92% [========================================================= ] 2304/2483 92% [========================================================= ] 2305/2483 92% [========================================================= ] 2306/2483 92% [========================================================= ] 2307/2483 92% [========================================================= ] 2308/2483 92% [========================================================= ] 2309/2483 92% [========================================================= ] 2310/2483 93% [========================================================= ] 2311/2483 93% [========================================================= ] 2312/2483 93% [========================================================= ] 2313/2483 93% [========================================================= ] 2314/2483 93% [========================================================= ] 2315/2483 93% [========================================================= ] 2316/2483 93% [========================================================= ] 2317/2483 93% [========================================================= ] 2318/2483 93% [========================================================= ] 2319/2483 93% [========================================================= ] 2320/2483 93% [========================================================= ] 2321/2483 93% [========================================================= ] 2322/2483 93% [========================================================== ] 2323/2483 93% [========================================================== ] 2324/2483 93% [========================================================== ] 2325/2483 93% [========================================================== ] 2326/2483 93% [========================================================== ] 2327/2483 93% [========================================================== ] 2328/2483 93% [========================================================== ] 2329/2483 93% [========================================================== ] 2330/2483 93% [========================================================== ] 2331/2483 93% [========================================================== ] 2332/2483 93% [========================================================== ] 2333/2483 93% [========================================================== ] 2334/2483 93% [========================================================== ] 2335/2483 94% [========================================================== ] 2336/2483 94% [========================================================== ] 2337/2483 94% [========================================================== ] 2338/2483 94% [========================================================== ] 2339/2483 94% [========================================================== ] 2340/2483 94% [========================================================== ] 2341/2483 94% [========================================================== ] 2342/2483 94% [========================================================== ] 2343/2483 94% [========================================================== ] 2344/2483 94% [========================================================== ] 2345/2483 94% [========================================================== ] 2346/2483 94% [========================================================== ] 2347/2483 94% [========================================================== ] 2348/2483 94% [========================================================== ] 2349/2483 94% [========================================================== ] 2350/2483 94% [========================================================== ] 2351/2483 94% [========================================================== ] 2352/2483 94% [========================================================== ] 2353/2483 94% [========================================================== ] 2354/2483 94% [========================================================== ] 2355/2483 94% [========================================================== ] 2356/2483 94% [========================================================== ] 2357/2483 94% [========================================================== ] 2358/2483 94% [========================================================== ] 2359/2483 95% [========================================================== ] 2360/2483 95% [========================================================== ] 2361/2483 95% [========================================================== ] 2362/2483 95% [=========================================================== ] 2363/2483 95% [=========================================================== ] 2364/2483 95% [=========================================================== ] 2365/2483 95% [=========================================================== ] 2366/2483 95% [=========================================================== ] 2367/2483 95% [=========================================================== ] 2368/2483 95% [=========================================================== ] 2369/2483 95% [=========================================================== ] 2370/2483 95% [=========================================================== ] 2371/2483 95% [=========================================================== ] 2372/2483 95% [=========================================================== ] 2373/2483 95% [=========================================================== ] 2374/2483 95% [=========================================================== ] 2375/2483 95% [=========================================================== ] 2376/2483 95% [=========================================================== ] 2377/2483 95% [=========================================================== ] 2378/2483 95% [=========================================================== ] 2379/2483 95% [=========================================================== ] 2380/2483 95% [=========================================================== ] 2381/2483 95% [=========================================================== ] 2382/2483 95% [=========================================================== ] 2383/2483 95% [=========================================================== ] 2384/2483 96% [=========================================================== ] 2385/2483 96% [=========================================================== ] 2386/2483 96% [=========================================================== ] 2387/2483 96% [=========================================================== ] 2388/2483 96% [=========================================================== ] 2389/2483 96% [=========================================================== ] 2390/2483 96% [=========================================================== ] 2391/2483 96% [=========================================================== ] 2392/2483 96% [=========================================================== ] 2393/2483 96% [=========================================================== ] 2394/2483 96% [=========================================================== ] 2395/2483 96% [=========================================================== ] 2396/2483 96% [=========================================================== ] 2397/2483 96% [=========================================================== ] 2398/2483 96% [=========================================================== ] 2399/2483 96% [=========================================================== ] 2400/2483 96% [=========================================================== ] 2401/2483 96% [=========================================================== ] 2402/2483 96% [============================================================ ] 2403/2483 96% [============================================================ ] 2404/2483 96% [============================================================ ] 2405/2483 96% [============================================================ ] 2406/2483 96% [============================================================ ] 2407/2483 96% [============================================================ ] 2408/2483 96% [============================================================ ] 2409/2483 97% [============================================================ ] 2410/2483 97% [============================================================ ] 2411/2483 97% [============================================================ ] 2412/2483 97% [============================================================ ] 2413/2483 97% [============================================================ ] 2414/2483 97% [============================================================ ] 2415/2483 97% [============================================================ ] 2416/2483 97% [============================================================ ] 2417/2483 97% [============================================================ ] 2418/2483 97% [============================================================ ] 2419/2483 97% [============================================================ ] 2420/2483 97% [============================================================ ] 2421/2483 97% [============================================================ ] 2422/2483 97% [============================================================ ] 2423/2483 97% [============================================================ ] 2424/2483 97% [============================================================ ] 2425/2483 97% [============================================================ ] 2426/2483 97% [============================================================ ] 2427/2483 97% [============================================================ ] 2428/2483 97% [============================================================ ] 2429/2483 97% [============================================================ ] 2430/2483 97% [============================================================ ] 2431/2483 97% [============================================================ ] 2432/2483 97% [============================================================ ] 2433/2483 97% [============================================================ ] 2434/2483 98% [============================================================ ] 2435/2483 98% [============================================================ ] 2436/2483 98% [============================================================ ] 2437/2483 98% [============================================================ ] 2438/2483 98% [============================================================ ] 2439/2483 98% [============================================================ ] 2440/2483 98% [============================================================ ] 2441/2483 98% [============================================================ ] 2442/2483 98% [============================================================= ] 2443/2483 98% [============================================================= ] 2444/2483 98% [============================================================= ] 2445/2483 98% [============================================================= ] 2446/2483 98% [============================================================= ] 2447/2483 98% [============================================================= ] 2448/2483 98% [============================================================= ] 2449/2483 98% [============================================================= ] 2450/2483 98% [============================================================= ] 2451/2483 98% [============================================================= ] 2452/2483 98% [============================================================= ] 2453/2483 98% [============================================================= ] 2454/2483 98% [============================================================= ] 2455/2483 98% [============================================================= ] 2456/2483 98% [============================================================= ] 2457/2483 98% [============================================================= ] 2458/2483 98% [============================================================= ] 2459/2483 99% [============================================================= ] 2460/2483 99% [============================================================= ] 2461/2483 99% [============================================================= ] 2462/2483 99% [============================================================= ] 2463/2483 99% [============================================================= ] 2464/2483 99% [============================================================= ] 2465/2483 99% [============================================================= ] 2466/2483 99% [============================================================= ] 2467/2483 99% [============================================================= ] 2468/2483 99% [============================================================= ] 2469/2483 99% [============================================================= ] 2470/2483 99% [============================================================= ] 2471/2483 99% [============================================================= ] 2472/2483 99% [============================================================= ] 2473/2483 99% [============================================================= ] 2474/2483 99% [============================================================= ] 2475/2483 99% [============================================================= ] 2476/2483 99% [============================================================= ] 2477/2483 99% [============================================================= ] 2478/2483 99% [============================================================= ] 2479/2483 99% [============================================================= ] 2480/2483 99% [============================================================= ] 2481/2483 99% [============================================================= ] 2482/2483 99% [==============================================================] 2483/2483 100% operation complete, 2483 objects in 70725 NAND pages. ln -snf /home/thomas/autobuild/instance-0/output-1/host/riscv64-buildroot-linux-uclibc/sysroot /home/thomas/autobuild/instance-0/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-0/buildroot' make: Entering directory '/home/thomas/autobuild/instance-0/buildroot' >>> Buildroot 2022.08-rc1-4932-g0a0dd63c82 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.3.0 Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-elf2flt 2023.09 Collecting legal info LICENSE.TXT: OK (sha256: f20bc5007904094e3a4e9fbcc3526cdd40893f91d458c3139b308e5c4c0899c6) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> 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) >>> uclibc 1.0.44 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 12.3.0 Collecting legal info >>> linux-headers 5.15.130 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.27.6 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> 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) >>> 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 >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dhrystone 2 Collecting legal info >>> dtv-scan-tables 57ed2982275045ea5e92ef2a40b9fa58255852e5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> 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) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> faad2 2.10.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flashrom 1.2.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> forge 1.3.1 Collecting legal info LICENSE: OK (sha256: f63ff0e4e239244aa79280da2dd4811a0469e5e201caf5cbc0d97c3a1dff8e82) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> 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-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libiberty 2.41 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-imagemagick 7.1.0-51 Collecting legal info LICENSE: OK (sha256: 8cceeb67d4e783cb63075c7311fdb990fa0369ee80fbd0f481064cd02386ca2d) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> initscripts Collecting legal info >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libfribidi 1.0.13 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libiio 0.25 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libmaxminddb 1.7.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.5 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-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-openssl Collecting legal info >>> host-libopenssl 3.1.3 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libopenssl 3.1.3 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> liburiparser 0.9.7 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> mpd-mpc 0.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> 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-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> neon-2-sse 097a5ecacd527d5b5c3006e360fb9cb1c1c48a1f Collecting legal info LICENSE: OK (sha256: 7022f51b439a5915e933ecc270c83e24ca0cb2cceeb08b0132dcd4dbb03ed2dc) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> host-nodejs 16.20.0 Collecting legal info LICENSE: OK (sha256: ba325815d3df8819bebaf37cad67d6e1f82271e1e4a1189b53abd28e261977d6) >>> host-icu 73-2 Collecting legal info LICENSE: OK (sha256: f3005e195ff74d8812cc1f182a1c446fab678d70a10e3dada497585befee5416) >>> oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> openssl Collecting legal info >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phytool 2 Collecting legal info LICENSE: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> pngquant 2.18.0 Collecting legal info COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826) >>> 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) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-qemu 8.1.0 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-python-distlib 0.3.7 Collecting legal info LICENSE.txt: OK (sha256: 808e10c8a6ab8deb149ff9b3fb19f447a808094606d712a9ca57fead3552599d) >>> host-slirp 4.7.0 Collecting legal info COPYRIGHT: OK (sha256: b28aecf4796a6a22054167f0a976de13d9db335669d37afd2dc7ea4c335e1e13) >>> host-rauc 1.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-squashfs 4.6.1 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) >>> rhash 1.4.3 Collecting legal info COPYING: OK (sha256: 953e55838353335148c90b5a38a4894292680b1d4c37228ffddddbf18ce54bf5) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> sdl_ttf 70b2940cc75e92aab02a67d2f827caf2836a2c74 Collecting legal info COPYING: OK (sha256: b609721d3d4ac67facaf86f068c8b311b6c5f6cef89b6d84268aa38b7867ab7b) >>> spi-tools 1.0.2 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> stm32flash 0.7 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> uclibc-ng-test 0f303c63fab7f4038515ced6f2659242cf60ac19 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> utf8proc 2.8.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> opensbi 1.3 Collecting legal info COPYING.BSD: OK (sha256: 82d13fb1bf6bb162629deeea9eb9c117e74548d3b707e478967691fe79a68e21) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-12.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.15.130: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-0/buildroot'