{ echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05.3"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05.3"; \ echo "PRETTY_NAME=\"Buildroot 2024.05.3\"" \ ) > /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-3/output-1/per-package \ /home/buildroot/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs printf ' quagga -1 quagga -1 * - - - Quagga priv drop user\n saned -1 saned -1 * /etc/sane.d - - Saned User\n\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/fusermount3 f 4755 0 0 - - - - -\n /etc/quagga r 600 quagga quagga - - - - -\n /etc/quagga d 755 quagga quagga - - - - -\n\n' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.squashfs mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mksquashfs /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.squashfs -noappend -processors 4 -b 8K -nopad -comp gzip\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 4 processors Creating 4.0 filesystem on /home/buildroot/autobuild/instance-3/output-1/images/rootfs.squashfs, block size 8192. [===========================================================|] 10294/10294 100% Exportable Squashfs 4.0 filesystem, gzip compressed, data block size 8192 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 31664.10 Kbytes (30.92 Mbytes) 44.34% of uncompressed filesystem size (71409.07 Kbytes) Inode table size 45148 bytes (44.09 Kbytes) 39.20% of uncompressed inode table size (115180 bytes) Directory table size 22862 bytes (22.33 Kbytes) 50.91% of uncompressed directory table size (44904 bytes) Number of duplicate files found 14 Number of inodes 2361 Number of files 1924 Number of fragments 373 Number of symbolic links 353 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 84 Number of hard-links 0 Number of ids (unique uids + gids) 5 Number of uids 4 root (0) unknown (100) unknown (101) unknown (33) Number of gids 4 root (0) ssh_keys (101) unknown (102) tape (33) >>> Generating filesystem image rootfs.tar mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | /home/buildroot/autobuild/instance-3/output-1/host/bin/tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/buildroot/autobuild/instance-3/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/tar/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" bzip2 -9 -c /home/buildroot/autobuild/instance-3/output-1/images/rootfs.tar > /home/buildroot/autobuild/instance-3/output-1/images/rootfs.tar.bz2 >>> Generating filesystem image rootfs.ubifs mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/sbin/mkfs.ubifs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 41610 -m 0x800 -x none -o /home/buildroot/autobuild/instance-3/output-1/images/rootfs.ubifs\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 2361 objects. stage 2: creating image '/home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/2361 0% [ ] 2/2361 0% [ ] 3/2361 0% [ ] 4/2361 0% [ ] 5/2361 0% [ ] 6/2361 0% [ ] 7/2361 0% [ ] 8/2361 0% [ ] 9/2361 0% [ ] 10/2361 0% [ ] 11/2361 0% [ ] 12/2361 0% [ ] 13/2361 0% [ ] 14/2361 0% [ ] 15/2361 0% [ ] 16/2361 0% [ ] 17/2361 0% [ ] 18/2361 0% [ ] 19/2361 0% [ ] 20/2361 0% [ ] 21/2361 0% [ ] 22/2361 0% [ ] 23/2361 0% [ ] 24/2361 1% [ ] 25/2361 1% [ ] 26/2361 1% [ ] 27/2361 1% [ ] 28/2361 1% [ ] 29/2361 1% [ ] 30/2361 1% [ ] 31/2361 1% [ ] 32/2361 1% [ ] 33/2361 1% [ ] 34/2361 1% [ ] 35/2361 1% [ ] 36/2361 1% [ ] 37/2361 1% [ ] 38/2361 1% [= ] 39/2361 1% [= ] 40/2361 1% [= ] 41/2361 1% [= ] 42/2361 1% [= ] 43/2361 1% [= ] 44/2361 1% [= ] 45/2361 1% [= ] 46/2361 1% [= ] 47/2361 1% [= ] 48/2361 2% [= ] 49/2361 2% [= ] 50/2361 2% [= ] 51/2361 2% [= ] 52/2361 2% [= ] 53/2361 2% [= ] 54/2361 2% [= ] 55/2361 2% [= ] 56/2361 2% [= ] 57/2361 2% [= ] 58/2361 2% [= ] 59/2361 2% [= ] 60/2361 2% [= ] 61/2361 2% [= ] 62/2361 2% [= ] 63/2361 2% [= ] 64/2361 2% [= ] 65/2361 2% [= ] 66/2361 2% [= ] 67/2361 2% [= ] 68/2361 2% [= ] 69/2361 2% [= ] 70/2361 2% [= ] 71/2361 3% [= ] 72/2361 3% [= ] 73/2361 3% [= ] 74/2361 3% [= ] 75/2361 3% [= ] 76/2361 3% [== ] 77/2361 3% [== ] 78/2361 3% [== ] 79/2361 3% [== ] 80/2361 3% [== ] 81/2361 3% [== ] 82/2361 3% [== ] 83/2361 3% [== ] 84/2361 3% [== ] 85/2361 3% [== ] 86/2361 3% [== ] 87/2361 3% [== ] 88/2361 3% [== ] 89/2361 3% [== ] 90/2361 3% [== ] 91/2361 3% [== ] 92/2361 3% [== ] 93/2361 3% [== ] 94/2361 3% [== ] 95/2361 4% [== ] 96/2361 4% [== ] 97/2361 4% [== ] 98/2361 4% [== ] 99/2361 4% [== ] 100/2361 4% [== ] 101/2361 4% [== ] 102/2361 4% [== ] 103/2361 4% [== ] 104/2361 4% [== ] 105/2361 4% [== ] 106/2361 4% [== ] 107/2361 4% [== ] 108/2361 4% [== ] 109/2361 4% [== ] 110/2361 4% [== ] 111/2361 4% [== ] 112/2361 4% [== ] 113/2361 4% [== ] 114/2361 4% [=== ] 115/2361 4% [=== ] 116/2361 4% [=== ] 117/2361 4% [=== ] 118/2361 4% [=== ] 119/2361 5% [=== ] 120/2361 5% [=== ] 121/2361 5% [=== ] 122/2361 5% [=== ] 123/2361 5% [=== ] 124/2361 5% [=== ] 125/2361 5% [=== ] 126/2361 5% [=== ] 127/2361 5% [=== ] 128/2361 5% [=== ] 129/2361 5% [=== ] 130/2361 5% [=== ] 131/2361 5% [=== ] 132/2361 5% [=== ] 133/2361 5% [=== ] 134/2361 5% [=== ] 135/2361 5% [=== ] 136/2361 5% [=== ] 137/2361 5% [=== ] 138/2361 5% [=== ] 139/2361 5% [=== ] 140/2361 5% [=== ] 141/2361 5% [=== ] 142/2361 6% [=== ] 143/2361 6% [=== ] 144/2361 6% [=== ] 145/2361 6% [=== ] 146/2361 6% [=== ] 147/2361 6% [=== ] 148/2361 6% [=== ] 149/2361 6% [=== ] 150/2361 6% [=== ] 151/2361 6% [=== ] 152/2361 6% [==== ] 153/2361 6% [==== ] 154/2361 6% [==== ] 155/2361 6% [==== ] 156/2361 6% [==== ] 157/2361 6% [==== ] 158/2361 6% [==== ] 159/2361 6% [==== ] 160/2361 6% [==== ] 161/2361 6% [==== ] 162/2361 6% [==== ] 163/2361 6% [==== ] 164/2361 6% [==== ] 165/2361 6% [==== ] 166/2361 7% [==== ] 167/2361 7% [==== ] 168/2361 7% [==== ] 169/2361 7% [==== ] 170/2361 7% [==== ] 171/2361 7% [==== ] 172/2361 7% [==== ] 173/2361 7% [==== ] 174/2361 7% [==== ] 175/2361 7% [==== ] 176/2361 7% [==== ] 177/2361 7% [==== ] 178/2361 7% [==== ] 179/2361 7% [==== ] 180/2361 7% [==== ] 181/2361 7% [==== ] 182/2361 7% [==== ] 183/2361 7% [==== ] 184/2361 7% [==== ] 185/2361 7% [==== ] 186/2361 7% [==== ] 187/2361 7% [==== ] 188/2361 7% [==== ] 189/2361 8% [==== ] 190/2361 8% [===== ] 191/2361 8% [===== ] 192/2361 8% [===== ] 193/2361 8% [===== ] 194/2361 8% [===== ] 195/2361 8% [===== ] 196/2361 8% [===== ] 197/2361 8% [===== ] 198/2361 8% [===== ] 199/2361 8% [===== ] 200/2361 8% [===== ] 201/2361 8% [===== ] 202/2361 8% [===== ] 203/2361 8% [===== ] 204/2361 8% [===== ] 205/2361 8% [===== ] 206/2361 8% [===== ] 207/2361 8% [===== ] 208/2361 8% [===== ] 209/2361 8% [===== ] 210/2361 8% [===== ] 211/2361 8% [===== ] 212/2361 8% [===== ] 213/2361 9% [===== ] 214/2361 9% [===== ] 215/2361 9% [===== ] 216/2361 9% [===== ] 217/2361 9% [===== ] 218/2361 9% [===== ] 219/2361 9% [===== ] 220/2361 9% [===== ] 221/2361 9% [===== ] 222/2361 9% [===== ] 223/2361 9% [===== ] 224/2361 9% [===== ] 225/2361 9% [===== ] 226/2361 9% [===== ] 227/2361 9% [===== ] 228/2361 9% [====== ] 229/2361 9% [====== ] 230/2361 9% [====== ] 231/2361 9% [====== ] 232/2361 9% [====== ] 233/2361 9% [====== ] 234/2361 9% [====== ] 235/2361 9% [====== ] 236/2361 9% [====== ] 237/2361 10% [====== ] 238/2361 10% [====== ] 239/2361 10% [====== ] 240/2361 10% [====== ] 241/2361 10% [====== ] 242/2361 10% [====== ] 243/2361 10% [====== ] 244/2361 10% [====== ] 245/2361 10% [====== ] 246/2361 10% [====== ] 247/2361 10% [====== ] 248/2361 10% [====== ] 249/2361 10% [====== ] 250/2361 10% [====== ] 251/2361 10% [====== ] 252/2361 10% [====== ] 253/2361 10% [====== ] 254/2361 10% [====== ] 255/2361 10% [====== ] 256/2361 10% [====== ] 257/2361 10% [====== ] 258/2361 10% [====== ] 259/2361 10% [====== ] 260/2361 11% [====== ] 261/2361 11% [====== ] 262/2361 11% [====== ] 263/2361 11% [====== ] 264/2361 11% [====== ] 265/2361 11% [====== ] 266/2361 11% [======= ] 267/2361 11% [======= ] 268/2361 11% [======= ] 269/2361 11% [======= ] 270/2361 11% [======= ] 271/2361 11% [======= ] 272/2361 11% [======= ] 273/2361 11% [======= ] 274/2361 11% [======= ] 275/2361 11% [======= ] 276/2361 11% [======= ] 277/2361 11% [======= ] 278/2361 11% [======= ] 279/2361 11% [======= ] 280/2361 11% [======= ] 281/2361 11% [======= ] 282/2361 11% [======= ] 283/2361 11% [======= ] 284/2361 12% [======= ] 285/2361 12% [======= ] 286/2361 12% [======= ] 287/2361 12% [======= ] 288/2361 12% [======= ] 289/2361 12% [======= ] 290/2361 12% [======= ] 291/2361 12% [======= ] 292/2361 12% [======= ] 293/2361 12% [======= ] 294/2361 12% [======= ] 295/2361 12% [======= ] 296/2361 12% [======= ] 297/2361 12% [======= ] 298/2361 12% [======= ] 299/2361 12% [======= ] 300/2361 12% [======= ] 301/2361 12% [======= ] 302/2361 12% [======= ] 303/2361 12% [======= ] 304/2361 12% [======== ] 305/2361 12% [======== ] 306/2361 12% [======== ] 307/2361 13% [======== ] 308/2361 13% [======== ] 309/2361 13% [======== ] 310/2361 13% [======== ] 311/2361 13% [======== ] 312/2361 13% [======== ] 313/2361 13% [======== ] 314/2361 13% [======== ] 315/2361 13% [======== ] 316/2361 13% [======== ] 317/2361 13% [======== ] 318/2361 13% [======== ] 319/2361 13% [======== ] 320/2361 13% [======== ] 321/2361 13% [======== ] 322/2361 13% [======== ] 323/2361 13% [======== ] 324/2361 13% [======== ] 325/2361 13% [======== ] 326/2361 13% [======== ] 327/2361 13% [======== ] 328/2361 13% [======== ] 329/2361 13% [======== ] 330/2361 13% [======== ] 331/2361 14% [======== ] 332/2361 14% [======== ] 333/2361 14% [======== ] 334/2361 14% [======== ] 335/2361 14% [======== ] 336/2361 14% [======== ] 337/2361 14% [======== ] 338/2361 14% [======== ] 339/2361 14% [======== ] 340/2361 14% [======== ] 341/2361 14% [======== ] 342/2361 14% [========= ] 343/2361 14% [========= ] 344/2361 14% [========= ] 345/2361 14% [========= ] 346/2361 14% [========= ] 347/2361 14% [========= ] 348/2361 14% [========= ] 349/2361 14% [========= ] 350/2361 14% [========= ] 351/2361 14% [========= ] 352/2361 14% [========= ] 353/2361 14% [========= ] 354/2361 14% [========= ] 355/2361 15% [========= ] 356/2361 15% [========= ] 357/2361 15% [========= ] 358/2361 15% [========= ] 359/2361 15% [========= ] 360/2361 15% [========= ] 361/2361 15% [========= ] 362/2361 15% [========= ] 363/2361 15% [========= ] 364/2361 15% [========= ] 365/2361 15% [========= ] 366/2361 15% [========= ] 367/2361 15% [========= ] 368/2361 15% [========= ] 369/2361 15% [========= ] 370/2361 15% [========= ] 371/2361 15% [========= ] 372/2361 15% [========= ] 373/2361 15% [========= ] 374/2361 15% [========= ] 375/2361 15% [========= ] 376/2361 15% [========= ] 377/2361 15% [========= ] 378/2361 16% [========= ] 379/2361 16% [========= ] 380/2361 16% [========== ] 381/2361 16% [========== ] 382/2361 16% [========== ] 383/2361 16% [========== ] 384/2361 16% [========== ] 385/2361 16% [========== ] 386/2361 16% [========== ] 387/2361 16% [========== ] 388/2361 16% [========== ] 389/2361 16% [========== ] 390/2361 16% [========== ] 391/2361 16% [========== ] 392/2361 16% [========== ] 393/2361 16% [========== ] 394/2361 16% [========== ] 395/2361 16% [========== ] 396/2361 16% [========== ] 397/2361 16% [========== ] 398/2361 16% [========== ] 399/2361 16% [========== ] 400/2361 16% [========== ] 401/2361 16% [========== ] 402/2361 17% [========== ] 403/2361 17% [========== ] 404/2361 17% [========== ] 405/2361 17% [========== ] 406/2361 17% [========== ] 407/2361 17% [========== ] 408/2361 17% [========== ] 409/2361 17% [========== ] 410/2361 17% [========== ] 411/2361 17% [========== ] 412/2361 17% [========== ] 413/2361 17% [========== ] 414/2361 17% [========== ] 415/2361 17% [========== ] 416/2361 17% [========== ] 417/2361 17% [========== ] 418/2361 17% [=========== ] 419/2361 17% [=========== ] 420/2361 17% [=========== ] 421/2361 17% [=========== ] 422/2361 17% [=========== ] 423/2361 17% [=========== ] 424/2361 17% [=========== ] 425/2361 18% [=========== ] 426/2361 18% [=========== ] 427/2361 18% [=========== ] 428/2361 18% [=========== ] 429/2361 18% [=========== ] 430/2361 18% [=========== ] 431/2361 18% [=========== ] 432/2361 18% [=========== ] 433/2361 18% [=========== ] 434/2361 18% [=========== ] 435/2361 18% [=========== ] 436/2361 18% [=========== ] 437/2361 18% [=========== ] 438/2361 18% [=========== ] 439/2361 18% [=========== ] 440/2361 18% [=========== ] 441/2361 18% [=========== ] 442/2361 18% [=========== ] 443/2361 18% [=========== ] 444/2361 18% [=========== ] 445/2361 18% [=========== ] 446/2361 18% [=========== ] 447/2361 18% [=========== ] 448/2361 18% [=========== ] 449/2361 19% [=========== ] 450/2361 19% [=========== ] 451/2361 19% [=========== ] 452/2361 19% [=========== ] 453/2361 19% [=========== ] 454/2361 19% [=========== ] 455/2361 19% [=========== ] 456/2361 19% [============ ] 457/2361 19% [============ ] 458/2361 19% [============ ] 459/2361 19% [============ ] 460/2361 19% [============ ] 461/2361 19% [============ ] 462/2361 19% [============ ] 463/2361 19% [============ ] 464/2361 19% [============ ] 465/2361 19% [============ ] 466/2361 19% [============ ] 467/2361 19% [============ ] 468/2361 19% [============ ] 469/2361 19% [============ ] 470/2361 19% [============ ] 471/2361 19% [============ ] 472/2361 19% [============ ] 473/2361 20% [============ ] 474/2361 20% [============ ] 475/2361 20% [============ ] 476/2361 20% [============ ] 477/2361 20% [============ ] 478/2361 20% [============ ] 479/2361 20% [============ ] 480/2361 20% [============ ] 481/2361 20% [============ ] 482/2361 20% [============ ] 483/2361 20% [============ ] 484/2361 20% [============ ] 485/2361 20% [============ ] 486/2361 20% [============ ] 487/2361 20% [============ ] 488/2361 20% [============ ] 489/2361 20% [============ ] 490/2361 20% [============ ] 491/2361 20% [============ ] 492/2361 20% [============ ] 493/2361 20% [============ ] 494/2361 20% [============ ] 495/2361 20% [============= ] 496/2361 21% [============= ] 497/2361 21% [============= ] 498/2361 21% [============= ] 499/2361 21% [============= ] 500/2361 21% [============= ] 501/2361 21% [============= ] 502/2361 21% [============= ] 503/2361 21% [============= ] 504/2361 21% [============= ] 505/2361 21% [============= ] 506/2361 21% [============= ] 507/2361 21% [============= ] 508/2361 21% [============= ] 509/2361 21% [============= ] 510/2361 21% [============= ] 511/2361 21% [============= ] 512/2361 21% [============= ] 513/2361 21% [============= ] 514/2361 21% [============= ] 515/2361 21% [============= ] 516/2361 21% [============= ] 517/2361 21% [============= ] 518/2361 21% [============= ] 519/2361 21% [============= ] 520/2361 22% [============= ] 521/2361 22% [============= ] 522/2361 22% [============= ] 523/2361 22% [============= ] 524/2361 22% [============= ] 525/2361 22% [============= ] 526/2361 22% [============= ] 527/2361 22% [============= ] 528/2361 22% [============= ] 529/2361 22% [============= ] 530/2361 22% [============= ] 531/2361 22% [============= ] 532/2361 22% [============= ] 533/2361 22% [============== ] 534/2361 22% [============== ] 535/2361 22% [============== ] 536/2361 22% [============== ] 537/2361 22% [============== ] 538/2361 22% [============== ] 539/2361 22% [============== ] 540/2361 22% [============== ] 541/2361 22% [============== ] 542/2361 22% [============== ] 543/2361 22% [============== ] 544/2361 23% [============== ] 545/2361 23% [============== ] 546/2361 23% [============== ] 547/2361 23% [============== ] 548/2361 23% [============== ] 549/2361 23% [============== ] 550/2361 23% [============== ] 551/2361 23% [============== ] 552/2361 23% [============== ] 553/2361 23% [============== ] 554/2361 23% [============== ] 555/2361 23% [============== ] 556/2361 23% [============== ] 557/2361 23% [============== ] 558/2361 23% [============== ] 559/2361 23% [============== ] 560/2361 23% [============== ] 561/2361 23% [============== ] 562/2361 23% [============== ] 563/2361 23% [============== ] 564/2361 23% [============== ] 565/2361 23% [============== ] 566/2361 23% [============== ] 567/2361 24% [============== ] 568/2361 24% [============== ] 569/2361 24% [============== ] 570/2361 24% [============== ] 571/2361 24% [=============== ] 572/2361 24% [=============== ] 573/2361 24% [=============== ] 574/2361 24% [=============== ] 575/2361 24% [=============== ] 576/2361 24% [=============== ] 577/2361 24% [=============== ] 578/2361 24% [=============== ] 579/2361 24% [=============== ] 580/2361 24% [=============== ] 581/2361 24% [=============== ] 582/2361 24% [=============== ] 583/2361 24% [=============== ] 584/2361 24% [=============== ] 585/2361 24% [=============== ] 586/2361 24% [=============== ] 587/2361 24% [=============== ] 588/2361 24% [=============== ] 589/2361 24% [=============== ] 590/2361 24% [=============== ] 591/2361 25% [=============== ] 592/2361 25% [=============== ] 593/2361 25% [=============== ] 594/2361 25% [=============== ] 595/2361 25% [=============== ] 596/2361 25% [=============== ] 597/2361 25% [=============== ] 598/2361 25% [=============== ] 599/2361 25% [=============== ] 600/2361 25% [=============== ] 601/2361 25% [=============== ] 602/2361 25% [=============== ] 603/2361 25% [=============== ] 604/2361 25% [=============== ] 605/2361 25% [=============== ] 606/2361 25% [=============== ] 607/2361 25% [=============== ] 608/2361 25% [=============== ] 609/2361 25% [================ ] 610/2361 25% [================ ] 611/2361 25% [================ ] 612/2361 25% [================ ] 613/2361 25% [================ ] 614/2361 26% [================ ] 615/2361 26% [================ ] 616/2361 26% [================ ] 617/2361 26% [================ ] 618/2361 26% [================ ] 619/2361 26% [================ ] 620/2361 26% [================ ] 621/2361 26% [================ ] 622/2361 26% [================ ] 623/2361 26% [================ ] 624/2361 26% [================ ] 625/2361 26% [================ ] 626/2361 26% [================ ] 627/2361 26% [================ ] 628/2361 26% [================ ] 629/2361 26% [================ ] 630/2361 26% [================ ] 631/2361 26% [================ ] 632/2361 26% [================ ] 633/2361 26% [================ ] 634/2361 26% [================ ] 635/2361 26% [================ ] 636/2361 26% [================ ] 637/2361 26% [================ ] 638/2361 27% [================ ] 639/2361 27% [================ ] 640/2361 27% [================ ] 641/2361 27% [================ ] 642/2361 27% [================ ] 643/2361 27% [================ ] 644/2361 27% [================ ] 645/2361 27% [================ ] 646/2361 27% [================ ] 647/2361 27% [================= ] 648/2361 27% [================= ] 649/2361 27% [================= ] 650/2361 27% [================= ] 651/2361 27% [================= ] 652/2361 27% [================= ] 653/2361 27% [================= ] 654/2361 27% [================= ] 655/2361 27% [================= ] 656/2361 27% [================= ] 657/2361 27% [================= ] 658/2361 27% [================= ] 659/2361 27% [================= ] 660/2361 27% [================= ] 661/2361 27% [================= ] 662/2361 28% [================= ] 663/2361 28% [================= ] 664/2361 28% [================= ] 665/2361 28% [================= ] 666/2361 28% [================= ] 667/2361 28% [================= ] 668/2361 28% [================= ] 669/2361 28% [================= ] 670/2361 28% [================= ] 671/2361 28% [================= ] 672/2361 28% [================= ] 673/2361 28% [================= ] 674/2361 28% [================= ] 675/2361 28% [================= ] 676/2361 28% [================= ] 677/2361 28% [================= ] 678/2361 28% [================= ] 679/2361 28% [================= ] 680/2361 28% [================= ] 681/2361 28% [================= ] 682/2361 28% [================= ] 683/2361 28% [================= ] 684/2361 28% [================= ] 685/2361 29% [================== ] 686/2361 29% [================== ] 687/2361 29% [================== ] 688/2361 29% [================== ] 689/2361 29% [================== ] 690/2361 29% [================== ] 691/2361 29% [================== ] 692/2361 29% [================== ] 693/2361 29% [================== ] 694/2361 29% [================== ] 695/2361 29% [================== ] 696/2361 29% [================== ] 697/2361 29% [================== ] 698/2361 29% [================== ] 699/2361 29% [================== ] 700/2361 29% [================== ] 701/2361 29% [================== ] 702/2361 29% [================== ] 703/2361 29% [================== ] 704/2361 29% [================== ] 705/2361 29% [================== ] 706/2361 29% [================== ] 707/2361 29% [================== ] 708/2361 29% [================== ] 709/2361 30% [================== ] 710/2361 30% [================== ] 711/2361 30% [================== ] 712/2361 30% [================== ] 713/2361 30% [================== ] 714/2361 30% [================== ] 715/2361 30% [================== ] 716/2361 30% [================== ] 717/2361 30% [================== ] 718/2361 30% [================== ] 719/2361 30% [================== ] 720/2361 30% [================== ] 721/2361 30% [================== ] 722/2361 30% [================== ] 723/2361 30% [=================== ] 724/2361 30% [=================== ] 725/2361 30% [=================== ] 726/2361 30% [=================== ] 727/2361 30% [=================== ] 728/2361 30% [=================== ] 729/2361 30% [=================== ] 730/2361 30% [=================== ] 731/2361 30% [=================== ] 732/2361 31% [=================== ] 733/2361 31% [=================== ] 734/2361 31% [=================== ] 735/2361 31% [=================== ] 736/2361 31% [=================== ] 737/2361 31% [=================== ] 738/2361 31% [=================== ] 739/2361 31% [=================== ] 740/2361 31% [=================== ] 741/2361 31% [=================== ] 742/2361 31% [=================== ] 743/2361 31% [=================== ] 744/2361 31% [=================== ] 745/2361 31% [=================== ] 746/2361 31% [=================== ] 747/2361 31% [=================== ] 748/2361 31% [=================== ] 749/2361 31% [=================== ] 750/2361 31% [=================== ] 751/2361 31% [=================== ] 752/2361 31% [=================== ] 753/2361 31% [=================== ] 754/2361 31% [=================== ] 755/2361 31% [=================== ] 756/2361 32% [=================== ] 757/2361 32% [=================== ] 758/2361 32% [=================== ] 759/2361 32% [=================== ] 760/2361 32% [=================== ] 761/2361 32% [==================== ] 762/2361 32% [==================== ] 763/2361 32% [==================== ] 764/2361 32% [==================== ] 765/2361 32% [==================== ] 766/2361 32% [==================== ] 767/2361 32% [==================== ] 768/2361 32% [==================== ] 769/2361 32% [==================== ] 770/2361 32% [==================== ] 771/2361 32% [==================== ] 772/2361 32% [==================== ] 773/2361 32% [==================== ] 774/2361 32% [==================== ] 775/2361 32% [==================== ] 776/2361 32% [==================== ] 777/2361 32% [==================== ] 778/2361 32% [==================== ] 779/2361 32% [==================== ] 780/2361 33% [==================== ] 781/2361 33% [==================== ] 782/2361 33% [==================== ] 783/2361 33% [==================== ] 784/2361 33% [==================== ] 785/2361 33% [==================== ] 786/2361 33% [==================== ] 787/2361 33% [==================== ] 788/2361 33% [==================== ] 789/2361 33% [==================== ] 790/2361 33% [==================== ] 791/2361 33% [==================== ] 792/2361 33% [==================== ] 793/2361 33% [==================== ] 794/2361 33% [==================== ] 795/2361 33% [==================== ] 796/2361 33% [==================== ] 797/2361 33% [==================== ] 798/2361 33% [==================== ] 799/2361 33% [===================== ] 800/2361 33% [===================== ] 801/2361 33% [===================== ] 802/2361 33% [===================== ] 803/2361 34% [===================== ] 804/2361 34% [===================== ] 805/2361 34% [===================== ] 806/2361 34% [===================== ] 807/2361 34% [===================== ] 808/2361 34% [===================== ] 809/2361 34% [===================== ] 810/2361 34% [===================== ] 811/2361 34% [===================== ] 812/2361 34% [===================== ] 813/2361 34% [===================== ] 814/2361 34% [===================== ] 815/2361 34% [===================== ] 816/2361 34% [===================== ] 817/2361 34% [===================== ] 818/2361 34% [===================== ] 819/2361 34% [===================== ] 820/2361 34% [===================== ] 821/2361 34% [===================== ] 822/2361 34% [===================== ] 823/2361 34% [===================== ] 824/2361 34% [===================== ] 825/2361 34% [===================== ] 826/2361 34% [===================== ] 827/2361 35% [===================== ] 828/2361 35% [===================== ] 829/2361 35% [===================== ] 830/2361 35% [===================== ] 831/2361 35% [===================== ] 832/2361 35% [===================== ] 833/2361 35% [===================== ] 834/2361 35% [===================== ] 835/2361 35% [===================== ] 836/2361 35% [===================== ] 837/2361 35% [====================== ] 838/2361 35% [====================== ] 839/2361 35% [====================== ] 840/2361 35% [====================== ] 841/2361 35% [====================== ] 842/2361 35% [====================== ] 843/2361 35% [====================== ] 844/2361 35% [====================== ] 845/2361 35% [====================== ] 846/2361 35% [====================== ] 847/2361 35% [====================== ] 848/2361 35% [====================== ] 849/2361 35% [====================== ] 850/2361 36% [====================== ] 851/2361 36% [====================== ] 852/2361 36% [====================== ] 853/2361 36% [====================== ] 854/2361 36% [====================== ] 855/2361 36% [====================== ] 856/2361 36% [====================== ] 857/2361 36% [====================== ] 858/2361 36% [====================== ] 859/2361 36% [====================== ] 860/2361 36% [====================== ] 861/2361 36% [====================== ] 862/2361 36% [====================== ] 863/2361 36% [====================== ] 864/2361 36% [====================== ] 865/2361 36% [====================== ] 866/2361 36% [====================== ] 867/2361 36% [====================== ] 868/2361 36% [====================== ] 869/2361 36% [====================== ] 870/2361 36% [====================== ] 871/2361 36% [====================== ] 872/2361 36% [====================== ] 873/2361 36% [====================== ] 874/2361 37% [====================== ] 875/2361 37% [======================= ] 876/2361 37% [======================= ] 877/2361 37% [======================= ] 878/2361 37% [======================= ] 879/2361 37% [======================= ] 880/2361 37% [======================= ] 881/2361 37% [======================= ] 882/2361 37% [======================= ] 883/2361 37% [======================= ] 884/2361 37% [======================= ] 885/2361 37% [======================= ] 886/2361 37% [======================= ] 887/2361 37% [======================= ] 888/2361 37% [======================= ] 889/2361 37% [======================= ] 890/2361 37% [======================= ] 891/2361 37% [======================= ] 892/2361 37% [======================= ] 893/2361 37% [======================= ] 894/2361 37% [======================= ] 895/2361 37% [======================= ] 896/2361 37% [======================= ] 897/2361 37% [======================= ] 898/2361 38% [======================= ] 899/2361 38% [======================= ] 900/2361 38% [======================= ] 901/2361 38% [======================= ] 902/2361 38% [======================= ] 903/2361 38% [======================= ] 904/2361 38% [======================= ] 905/2361 38% [======================= ] 906/2361 38% [======================= ] 907/2361 38% [======================= ] 908/2361 38% [======================= ] 909/2361 38% [======================= ] 910/2361 38% [======================= ] 911/2361 38% [======================= ] 912/2361 38% [======================= ] 913/2361 38% [======================== ] 914/2361 38% [======================== ] 915/2361 38% [======================== ] 916/2361 38% [======================== ] 917/2361 38% [======================== ] 918/2361 38% [======================== ] 919/2361 38% [======================== ] 920/2361 38% [======================== ] 921/2361 39% [======================== ] 922/2361 39% [======================== ] 923/2361 39% [======================== ] 924/2361 39% [======================== ] 925/2361 39% [======================== ] 926/2361 39% [======================== ] 927/2361 39% [======================== ] 928/2361 39% [======================== ] 929/2361 39% [======================== ] 930/2361 39% [======================== ] 931/2361 39% [======================== ] 932/2361 39% [======================== ] 933/2361 39% [======================== ] 934/2361 39% [======================== ] 935/2361 39% [======================== ] 936/2361 39% [======================== ] 937/2361 39% [======================== ] 938/2361 39% [======================== ] 939/2361 39% [======================== ] 940/2361 39% [======================== ] 941/2361 39% [======================== ] 942/2361 39% [======================== ] 943/2361 39% [======================== ] 944/2361 39% [======================== ] 945/2361 40% [======================== ] 946/2361 40% [======================== ] 947/2361 40% [======================== ] 948/2361 40% [======================== ] 949/2361 40% [======================== ] 950/2361 40% [======================== ] 951/2361 40% [======================== ] 952/2361 40% [========================= ] 953/2361 40% [========================= ] 954/2361 40% [========================= ] 955/2361 40% [========================= ] 956/2361 40% [========================= ] 957/2361 40% [========================= ] 958/2361 40% [========================= ] 959/2361 40% [========================= ] 960/2361 40% [========================= ] 961/2361 40% [========================= ] 962/2361 40% [========================= ] 963/2361 40% [========================= ] 964/2361 40% [========================= ] 965/2361 40% [========================= ] 966/2361 40% [========================= ] 967/2361 40% [========================= ] 968/2361 40% [========================= ] 969/2361 41% [========================= ] 970/2361 41% [========================= ] 971/2361 41% [========================= ] 972/2361 41% [========================= ] 973/2361 41% [========================= ] 974/2361 41% [========================= ] 975/2361 41% [========================= ] 976/2361 41% [========================= ] 977/2361 41% [========================= ] 978/2361 41% [========================= ] 979/2361 41% [========================= ] 980/2361 41% [========================= ] 981/2361 41% [========================= ] 982/2361 41% [========================= ] 983/2361 41% [========================= ] 984/2361 41% [========================= ] 985/2361 41% [========================= ] 986/2361 41% [========================= ] 987/2361 41% [========================= ] 988/2361 41% [========================= ] 989/2361 41% [========================= ] 990/2361 41% [========================== ] 991/2361 41% [========================== ] 992/2361 42% [========================== ] 993/2361 42% [========================== ] 994/2361 42% [========================== ] 995/2361 42% [========================== ] 996/2361 42% [========================== ] 997/2361 42% [========================== ] 998/2361 42% [========================== ] 999/2361 42% [========================== ] 1000/2361 42% [========================== ] 1001/2361 42% [========================== ] 1002/2361 42% [========================== ] 1003/2361 42% [========================== ] 1004/2361 42% [========================== ] 1005/2361 42% [========================== ] 1006/2361 42% [========================== ] 1007/2361 42% [========================== ] 1008/2361 42% [========================== ] 1009/2361 42% [========================== ] 1010/2361 42% [========================== ] 1011/2361 42% [========================== ] 1012/2361 42% [========================== ] 1013/2361 42% [========================== ] 1014/2361 42% [========================== ] 1015/2361 42% [========================== ] 1016/2361 43% [========================== ] 1017/2361 43% [========================== ] 1018/2361 43% [========================== ] 1019/2361 43% [========================== ] 1020/2361 43% [========================== ] 1021/2361 43% [========================== ] 1022/2361 43% [========================== ] 1023/2361 43% [========================== ] 1024/2361 43% [========================== ] 1025/2361 43% [========================== ] 1026/2361 43% [========================== ] 1027/2361 43% [========================== ] 1028/2361 43% [=========================== ] 1029/2361 43% [=========================== ] 1030/2361 43% [=========================== ] 1031/2361 43% [=========================== ] 1032/2361 43% [=========================== ] 1033/2361 43% [=========================== ] 1034/2361 43% [=========================== ] 1035/2361 43% [=========================== ] 1036/2361 43% [=========================== ] 1037/2361 43% [=========================== ] 1038/2361 43% [=========================== ] 1039/2361 44% [=========================== ] 1040/2361 44% [=========================== ] 1041/2361 44% [=========================== ] 1042/2361 44% [=========================== ] 1043/2361 44% [=========================== ] 1044/2361 44% [=========================== ] 1045/2361 44% [=========================== ] 1046/2361 44% [=========================== ] 1047/2361 44% [=========================== ] 1048/2361 44% [=========================== ] 1049/2361 44% [=========================== ] 1050/2361 44% [=========================== ] 1051/2361 44% [=========================== ] 1052/2361 44% [=========================== ] 1053/2361 44% [=========================== ] 1054/2361 44% [=========================== ] 1055/2361 44% [=========================== ] 1056/2361 44% [=========================== ] 1057/2361 44% [=========================== ] 1058/2361 44% [=========================== ] 1059/2361 44% [=========================== ] 1060/2361 44% [=========================== ] 1061/2361 44% [=========================== ] 1062/2361 44% [=========================== ] 1063/2361 45% [=========================== ] 1064/2361 45% [=========================== ] 1065/2361 45% [=========================== ] 1066/2361 45% [============================ ] 1067/2361 45% [============================ ] 1068/2361 45% [============================ ] 1069/2361 45% [============================ ] 1070/2361 45% [============================ ] 1071/2361 45% [============================ ] 1072/2361 45% [============================ ] 1073/2361 45% [============================ ] 1074/2361 45% [============================ ] 1075/2361 45% [============================ ] 1076/2361 45% [============================ ] 1077/2361 45% [============================ ] 1078/2361 45% [============================ ] 1079/2361 45% [============================ ] 1080/2361 45% [============================ ] 1081/2361 45% [============================ ] 1082/2361 45% [============================ ] 1083/2361 45% [============================ ] 1084/2361 45% [============================ ] 1085/2361 45% [============================ ] 1086/2361 45% [============================ ] 1087/2361 46% [============================ ] 1088/2361 46% [============================ ] 1089/2361 46% [============================ ] 1090/2361 46% [============================ ] 1091/2361 46% [============================ ] 1092/2361 46% [============================ ] 1093/2361 46% [============================ ] 1094/2361 46% [============================ ] 1095/2361 46% [============================ ] 1096/2361 46% [============================ ] 1097/2361 46% [============================ ] 1098/2361 46% [============================ ] 1099/2361 46% [============================ ] 1100/2361 46% [============================ ] 1101/2361 46% [============================ ] 1102/2361 46% [============================ ] 1103/2361 46% [============================ ] 1104/2361 46% [============================= ] 1105/2361 46% [============================= ] 1106/2361 46% [============================= ] 1107/2361 46% [============================= ] 1108/2361 46% [============================= ] 1109/2361 46% [============================= ] 1110/2361 47% [============================= ] 1111/2361 47% [============================= ] 1112/2361 47% [============================= ] 1113/2361 47% [============================= ] 1114/2361 47% [============================= ] 1115/2361 47% [============================= ] 1116/2361 47% [============================= ] 1117/2361 47% [============================= ] 1118/2361 47% [============================= ] 1119/2361 47% [============================= ] 1120/2361 47% [============================= ] 1121/2361 47% [============================= ] 1122/2361 47% [============================= ] 1123/2361 47% [============================= ] 1124/2361 47% [============================= ] 1125/2361 47% [============================= ] 1126/2361 47% [============================= ] 1127/2361 47% [============================= ] 1128/2361 47% [============================= ] 1129/2361 47% [============================= ] 1130/2361 47% [============================= ] 1131/2361 47% [============================= ] 1132/2361 47% [============================= ] 1133/2361 47% [============================= ] 1134/2361 48% [============================= ] 1135/2361 48% [============================= ] 1136/2361 48% [============================= ] 1137/2361 48% [============================= ] 1138/2361 48% [============================= ] 1139/2361 48% [============================= ] 1140/2361 48% [============================= ] 1141/2361 48% [============================= ] 1142/2361 48% [============================== ] 1143/2361 48% [============================== ] 1144/2361 48% [============================== ] 1145/2361 48% [============================== ] 1146/2361 48% [============================== ] 1147/2361 48% [============================== ] 1148/2361 48% [============================== ] 1149/2361 48% [============================== ] 1150/2361 48% [============================== ] 1151/2361 48% [============================== ] 1152/2361 48% [============================== ] 1153/2361 48% [============================== ] 1154/2361 48% [============================== ] 1155/2361 48% [============================== ] 1156/2361 48% [============================== ] 1157/2361 49% [============================== ] 1158/2361 49% [============================== ] 1159/2361 49% [============================== ] 1160/2361 49% [============================== ] 1161/2361 49% [============================== ] 1162/2361 49% [============================== ] 1163/2361 49% [============================== ] 1164/2361 49% [============================== ] 1165/2361 49% [============================== ] 1166/2361 49% [============================== ] 1167/2361 49% [============================== ] 1168/2361 49% [============================== ] 1169/2361 49% [============================== ] 1170/2361 49% [============================== ] 1171/2361 49% [============================== ] 1172/2361 49% [============================== ] 1173/2361 49% [============================== ] 1174/2361 49% [============================== ] 1175/2361 49% [============================== ] 1176/2361 49% [============================== ] 1177/2361 49% [============================== ] 1178/2361 49% [============================== ] 1179/2361 49% [============================== ] 1180/2361 49% [=============================== ] 1181/2361 50% [=============================== ] 1182/2361 50% [=============================== ] 1183/2361 50% [=============================== ] 1184/2361 50% [=============================== ] 1185/2361 50% [=============================== ] 1186/2361 50% [=============================== ] 1187/2361 50% [=============================== ] 1188/2361 50% [=============================== ] 1189/2361 50% [=============================== ] 1190/2361 50% [=============================== ] 1191/2361 50% [=============================== ] 1192/2361 50% [=============================== ] 1193/2361 50% [=============================== ] 1194/2361 50% [=============================== ] 1195/2361 50% [=============================== ] 1196/2361 50% [=============================== ] 1197/2361 50% [=============================== ] 1198/2361 50% [=============================== ] 1199/2361 50% [=============================== ] 1200/2361 50% [=============================== ] 1201/2361 50% [=============================== ] 1202/2361 50% [=============================== ] 1203/2361 50% [=============================== ] 1204/2361 50% [=============================== ] 1205/2361 51% [=============================== ] 1206/2361 51% [=============================== ] 1207/2361 51% [=============================== ] 1208/2361 51% [=============================== ] 1209/2361 51% [=============================== ] 1210/2361 51% [=============================== ] 1211/2361 51% [=============================== ] 1212/2361 51% [=============================== ] 1213/2361 51% [=============================== ] 1214/2361 51% [=============================== ] 1215/2361 51% [=============================== ] 1216/2361 51% [=============================== ] 1217/2361 51% [=============================== ] 1218/2361 51% [================================ ] 1219/2361 51% [================================ ] 1220/2361 51% [================================ ] 1221/2361 51% [================================ ] 1222/2361 51% [================================ ] 1223/2361 51% [================================ ] 1224/2361 51% [================================ ] 1225/2361 51% [================================ ] 1226/2361 51% [================================ ] 1227/2361 51% [================================ ] 1228/2361 52% [================================ ] 1229/2361 52% [================================ ] 1230/2361 52% [================================ ] 1231/2361 52% [================================ ] 1232/2361 52% [================================ ] 1233/2361 52% [================================ ] 1234/2361 52% [================================ ] 1235/2361 52% [================================ ] 1236/2361 52% [================================ ] 1237/2361 52% [================================ ] 1238/2361 52% [================================ ] 1239/2361 52% [================================ ] 1240/2361 52% [================================ ] 1241/2361 52% [================================ ] 1242/2361 52% [================================ ] 1243/2361 52% [================================ ] 1244/2361 52% [================================ ] 1245/2361 52% [================================ ] 1246/2361 52% [================================ ] 1247/2361 52% [================================ ] 1248/2361 52% [================================ ] 1249/2361 52% [================================ ] 1250/2361 52% [================================ ] 1251/2361 52% [================================ ] 1252/2361 53% [================================ ] 1253/2361 53% [================================ ] 1254/2361 53% [================================ ] 1255/2361 53% [================================ ] 1256/2361 53% [================================= ] 1257/2361 53% [================================= ] 1258/2361 53% [================================= ] 1259/2361 53% [================================= ] 1260/2361 53% [================================= ] 1261/2361 53% [================================= ] 1262/2361 53% [================================= ] 1263/2361 53% [================================= ] 1264/2361 53% [================================= ] 1265/2361 53% [================================= ] 1266/2361 53% [================================= ] 1267/2361 53% [================================= ] 1268/2361 53% [================================= ] 1269/2361 53% [================================= ] 1270/2361 53% [================================= ] 1271/2361 53% [================================= ] 1272/2361 53% [================================= ] 1273/2361 53% [================================= ] 1274/2361 53% [================================= ] 1275/2361 54% [================================= ] 1276/2361 54% [================================= ] 1277/2361 54% [================================= ] 1278/2361 54% [================================= ] 1279/2361 54% [================================= ] 1280/2361 54% [================================= ] 1281/2361 54% [================================= ] 1282/2361 54% [================================= ] 1283/2361 54% [================================= ] 1284/2361 54% [================================= ] 1285/2361 54% [================================= ] 1286/2361 54% [================================= ] 1287/2361 54% [================================= ] 1288/2361 54% [================================= ] 1289/2361 54% [================================= ] 1290/2361 54% [================================= ] 1291/2361 54% [================================= ] 1292/2361 54% [================================= ] 1293/2361 54% [================================= ] 1294/2361 54% [================================== ] 1295/2361 54% [================================== ] 1296/2361 54% [================================== ] 1297/2361 54% [================================== ] 1298/2361 54% [================================== ] 1299/2361 55% [================================== ] 1300/2361 55% [================================== ] 1301/2361 55% [================================== ] 1302/2361 55% [================================== ] 1303/2361 55% [================================== ] 1304/2361 55% [================================== ] 1305/2361 55% [================================== ] 1306/2361 55% [================================== ] 1307/2361 55% [================================== ] 1308/2361 55% [================================== ] 1309/2361 55% [================================== ] 1310/2361 55% [================================== ] 1311/2361 55% [================================== ] 1312/2361 55% [================================== ] 1313/2361 55% [================================== ] 1314/2361 55% [================================== ] 1315/2361 55% [================================== ] 1316/2361 55% [================================== ] 1317/2361 55% [================================== ] 1318/2361 55% [================================== ] 1319/2361 55% [================================== ] 1320/2361 55% [================================== ] 1321/2361 55% [================================== ] 1322/2361 55% [================================== ] 1323/2361 56% [================================== ] 1324/2361 56% [================================== ] 1325/2361 56% [================================== ] 1326/2361 56% [================================== ] 1327/2361 56% [================================== ] 1328/2361 56% [================================== ] 1329/2361 56% [================================== ] 1330/2361 56% [================================== ] 1331/2361 56% [================================== ] 1332/2361 56% [=================================== ] 1333/2361 56% [=================================== ] 1334/2361 56% [=================================== ] 1335/2361 56% [=================================== ] 1336/2361 56% [=================================== ] 1337/2361 56% [=================================== ] 1338/2361 56% [=================================== ] 1339/2361 56% [=================================== ] 1340/2361 56% [=================================== ] 1341/2361 56% [=================================== ] 1342/2361 56% [=================================== ] 1343/2361 56% [=================================== ] 1344/2361 56% [=================================== ] 1345/2361 56% [=================================== ] 1346/2361 57% [=================================== ] 1347/2361 57% [=================================== ] 1348/2361 57% [=================================== ] 1349/2361 57% [=================================== ] 1350/2361 57% [=================================== ] 1351/2361 57% [=================================== ] 1352/2361 57% [=================================== ] 1353/2361 57% [=================================== ] 1354/2361 57% [=================================== ] 1355/2361 57% [=================================== ] 1356/2361 57% [=================================== ] 1357/2361 57% [=================================== ] 1358/2361 57% [=================================== ] 1359/2361 57% [=================================== ] 1360/2361 57% [=================================== ] 1361/2361 57% [=================================== ] 1362/2361 57% [=================================== ] 1363/2361 57% [=================================== ] 1364/2361 57% [=================================== ] 1365/2361 57% [=================================== ] 1366/2361 57% [=================================== ] 1367/2361 57% [=================================== ] 1368/2361 57% [=================================== ] 1369/2361 57% [=================================== ] 1370/2361 58% [==================================== ] 1371/2361 58% [==================================== ] 1372/2361 58% [==================================== ] 1373/2361 58% [==================================== ] 1374/2361 58% [==================================== ] 1375/2361 58% [==================================== ] 1376/2361 58% [==================================== ] 1377/2361 58% [==================================== ] 1378/2361 58% [==================================== ] 1379/2361 58% [==================================== ] 1380/2361 58% [==================================== ] 1381/2361 58% [==================================== ] 1382/2361 58% [==================================== ] 1383/2361 58% [==================================== ] 1384/2361 58% [==================================== ] 1385/2361 58% [==================================== ] 1386/2361 58% [==================================== ] 1387/2361 58% [==================================== ] 1388/2361 58% [==================================== ] 1389/2361 58% [==================================== ] 1390/2361 58% [==================================== ] 1391/2361 58% [==================================== ] 1392/2361 58% [==================================== ] 1393/2361 59% [==================================== ] 1394/2361 59% [==================================== ] 1395/2361 59% [==================================== ] 1396/2361 59% [==================================== ] 1397/2361 59% [==================================== ] 1398/2361 59% [==================================== ] 1399/2361 59% [==================================== ] 1400/2361 59% [==================================== ] 1401/2361 59% [==================================== ] 1402/2361 59% [==================================== ] 1403/2361 59% [==================================== ] 1404/2361 59% [==================================== ] 1405/2361 59% [==================================== ] 1406/2361 59% [==================================== ] 1407/2361 59% [==================================== ] 1408/2361 59% [===================================== ] 1409/2361 59% [===================================== ] 1410/2361 59% [===================================== ] 1411/2361 59% [===================================== ] 1412/2361 59% [===================================== ] 1413/2361 59% [===================================== ] 1414/2361 59% [===================================== ] 1415/2361 59% [===================================== ] 1416/2361 59% [===================================== ] 1417/2361 60% [===================================== ] 1418/2361 60% [===================================== ] 1419/2361 60% [===================================== ] 1420/2361 60% [===================================== ] 1421/2361 60% [===================================== ] 1422/2361 60% [===================================== ] 1423/2361 60% [===================================== ] 1424/2361 60% [===================================== ] 1425/2361 60% [===================================== ] 1426/2361 60% [===================================== ] 1427/2361 60% [===================================== ] 1428/2361 60% [===================================== ] 1429/2361 60% [===================================== ] 1430/2361 60% [===================================== ] 1431/2361 60% [===================================== ] 1432/2361 60% [===================================== ] 1433/2361 60% [===================================== ] 1434/2361 60% [===================================== ] 1435/2361 60% [===================================== ] 1436/2361 60% [===================================== ] 1437/2361 60% [===================================== ] 1438/2361 60% [===================================== ] 1439/2361 60% [===================================== ] 1440/2361 60% [===================================== ] 1441/2361 61% [===================================== ] 1442/2361 61% [===================================== ] 1443/2361 61% [===================================== ] 1444/2361 61% [===================================== ] 1445/2361 61% [===================================== ] 1446/2361 61% [===================================== ] 1447/2361 61% [====================================== ] 1448/2361 61% [====================================== ] 1449/2361 61% [====================================== ] 1450/2361 61% [====================================== ] 1451/2361 61% [====================================== ] 1452/2361 61% [====================================== ] 1453/2361 61% [====================================== ] 1454/2361 61% [====================================== ] 1455/2361 61% [====================================== ] 1456/2361 61% [====================================== ] 1457/2361 61% [====================================== ] 1458/2361 61% [====================================== ] 1459/2361 61% [====================================== ] 1460/2361 61% [====================================== ] 1461/2361 61% [====================================== ] 1462/2361 61% [====================================== ] 1463/2361 61% [====================================== ] 1464/2361 62% [====================================== ] 1465/2361 62% [====================================== ] 1466/2361 62% [====================================== ] 1467/2361 62% [====================================== ] 1468/2361 62% [====================================== ] 1469/2361 62% [====================================== ] 1470/2361 62% [====================================== ] 1471/2361 62% [====================================== ] 1472/2361 62% [====================================== ] 1473/2361 62% [====================================== ] 1474/2361 62% [====================================== ] 1475/2361 62% [====================================== ] 1476/2361 62% [====================================== ] 1477/2361 62% [====================================== ] 1478/2361 62% [====================================== ] 1479/2361 62% [====================================== ] 1480/2361 62% [====================================== ] 1481/2361 62% [====================================== ] 1482/2361 62% [====================================== ] 1483/2361 62% [====================================== ] 1484/2361 62% [====================================== ] 1485/2361 62% [======================================= ] 1486/2361 62% [======================================= ] 1487/2361 62% [======================================= ] 1488/2361 63% [======================================= ] 1489/2361 63% [======================================= ] 1490/2361 63% [======================================= ] 1491/2361 63% [======================================= ] 1492/2361 63% [======================================= ] 1493/2361 63% [======================================= ] 1494/2361 63% [======================================= ] 1495/2361 63% [======================================= ] 1496/2361 63% [======================================= ] 1497/2361 63% [======================================= ] 1498/2361 63% [======================================= ] 1499/2361 63% [======================================= ] 1500/2361 63% [======================================= ] 1501/2361 63% [======================================= ] 1502/2361 63% [======================================= ] 1503/2361 63% [======================================= ] 1504/2361 63% [======================================= ] 1505/2361 63% [======================================= ] 1506/2361 63% [======================================= ] 1507/2361 63% [======================================= ] 1508/2361 63% [======================================= ] 1509/2361 63% [======================================= ] 1510/2361 63% [======================================= ] 1511/2361 63% [======================================= ] 1512/2361 64% [======================================= ] 1513/2361 64% [======================================= ] 1514/2361 64% [======================================= ] 1515/2361 64% [======================================= ] 1516/2361 64% [======================================= ] 1517/2361 64% [======================================= ] 1518/2361 64% [======================================= ] 1519/2361 64% [======================================= ] 1520/2361 64% [======================================= ] 1521/2361 64% [======================================= ] 1522/2361 64% [======================================= ] 1523/2361 64% [======================================== ] 1524/2361 64% [======================================== ] 1525/2361 64% [======================================== ] 1526/2361 64% [======================================== ] 1527/2361 64% [======================================== ] 1528/2361 64% [======================================== ] 1529/2361 64% [======================================== ] 1530/2361 64% [======================================== ] 1531/2361 64% [======================================== ] 1532/2361 64% [======================================== ] 1533/2361 64% [======================================== ] 1534/2361 64% [======================================== ] 1535/2361 65% [======================================== ] 1536/2361 65% [======================================== ] 1537/2361 65% [======================================== ] 1538/2361 65% [======================================== ] 1539/2361 65% [======================================== ] 1540/2361 65% [======================================== ] 1541/2361 65% [======================================== ] 1542/2361 65% [======================================== ] 1543/2361 65% [======================================== ] 1544/2361 65% [======================================== ] 1545/2361 65% [======================================== ] 1546/2361 65% [======================================== ] 1547/2361 65% [======================================== ] 1548/2361 65% [======================================== ] 1549/2361 65% [======================================== ] 1550/2361 65% [======================================== ] 1551/2361 65% [======================================== ] 1552/2361 65% [======================================== ] 1553/2361 65% [======================================== ] 1554/2361 65% [======================================== ] 1555/2361 65% [======================================== ] 1556/2361 65% [======================================== ] 1557/2361 65% [======================================== ] 1558/2361 65% [======================================== ] 1559/2361 66% [======================================== ] 1560/2361 66% [======================================== ] 1561/2361 66% [========================================= ] 1562/2361 66% [========================================= ] 1563/2361 66% [========================================= ] 1564/2361 66% [========================================= ] 1565/2361 66% [========================================= ] 1566/2361 66% [========================================= ] 1567/2361 66% [========================================= ] 1568/2361 66% [========================================= ] 1569/2361 66% [========================================= ] 1570/2361 66% [========================================= ] 1571/2361 66% [========================================= ] 1572/2361 66% [========================================= ] 1573/2361 66% [========================================= ] 1574/2361 66% [========================================= ] 1575/2361 66% [========================================= ] 1576/2361 66% [========================================= ] 1577/2361 66% [========================================= ] 1578/2361 66% [========================================= ] 1579/2361 66% [========================================= ] 1580/2361 66% [========================================= ] 1581/2361 66% [========================================= ] 1582/2361 67% [========================================= ] 1583/2361 67% [========================================= ] 1584/2361 67% [========================================= ] 1585/2361 67% [========================================= ] 1586/2361 67% [========================================= ] 1587/2361 67% [========================================= ] 1588/2361 67% [========================================= ] 1589/2361 67% [========================================= ] 1590/2361 67% [========================================= ] 1591/2361 67% [========================================= ] 1592/2361 67% [========================================= ] 1593/2361 67% [========================================= ] 1594/2361 67% [========================================= ] 1595/2361 67% [========================================= ] 1596/2361 67% [========================================= ] 1597/2361 67% [========================================= ] 1598/2361 67% [========================================= ] 1599/2361 67% [========================================== ] 1600/2361 67% [========================================== ] 1601/2361 67% [========================================== ] 1602/2361 67% [========================================== ] 1603/2361 67% [========================================== ] 1604/2361 67% [========================================== ] 1605/2361 67% [========================================== ] 1606/2361 68% [========================================== ] 1607/2361 68% [========================================== ] 1608/2361 68% [========================================== ] 1609/2361 68% [========================================== ] 1610/2361 68% [========================================== ] 1611/2361 68% [========================================== ] 1612/2361 68% [========================================== ] 1613/2361 68% [========================================== ] 1614/2361 68% [========================================== ] 1615/2361 68% [========================================== ] 1616/2361 68% [========================================== ] 1617/2361 68% [========================================== ] 1618/2361 68% [========================================== ] 1619/2361 68% [========================================== ] 1620/2361 68% [========================================== ] 1621/2361 68% [========================================== ] 1622/2361 68% [========================================== ] 1623/2361 68% [========================================== ] 1624/2361 68% [========================================== ] 1625/2361 68% [========================================== ] 1626/2361 68% [========================================== ] 1627/2361 68% [========================================== ] 1628/2361 68% [========================================== ] 1629/2361 68% [========================================== ] 1630/2361 69% [========================================== ] 1631/2361 69% [========================================== ] 1632/2361 69% [========================================== ] 1633/2361 69% [========================================== ] 1634/2361 69% [========================================== ] 1635/2361 69% [========================================== ] 1636/2361 69% [========================================== ] 1637/2361 69% [=========================================== ] 1638/2361 69% [=========================================== ] 1639/2361 69% [=========================================== ] 1640/2361 69% [=========================================== ] 1641/2361 69% [=========================================== ] 1642/2361 69% [=========================================== ] 1643/2361 69% [=========================================== ] 1644/2361 69% [=========================================== ] 1645/2361 69% [=========================================== ] 1646/2361 69% [=========================================== ] 1647/2361 69% [=========================================== ] 1648/2361 69% [=========================================== ] 1649/2361 69% [=========================================== ] 1650/2361 69% [=========================================== ] 1651/2361 69% [=========================================== ] 1652/2361 69% [=========================================== ] 1653/2361 70% [=========================================== ] 1654/2361 70% [=========================================== ] 1655/2361 70% [=========================================== ] 1656/2361 70% [=========================================== ] 1657/2361 70% [=========================================== ] 1658/2361 70% [=========================================== ] 1659/2361 70% [=========================================== ] 1660/2361 70% [=========================================== ] 1661/2361 70% [=========================================== ] 1662/2361 70% [=========================================== ] 1663/2361 70% [=========================================== ] 1664/2361 70% [=========================================== ] 1665/2361 70% [=========================================== ] 1666/2361 70% [=========================================== ] 1667/2361 70% [=========================================== ] 1668/2361 70% [=========================================== ] 1669/2361 70% [=========================================== ] 1670/2361 70% [=========================================== ] 1671/2361 70% [=========================================== ] 1672/2361 70% [=========================================== ] 1673/2361 70% [=========================================== ] 1674/2361 70% [=========================================== ] 1675/2361 70% [============================================ ] 1676/2361 70% [============================================ ] 1677/2361 71% [============================================ ] 1678/2361 71% [============================================ ] 1679/2361 71% [============================================ ] 1680/2361 71% [============================================ ] 1681/2361 71% [============================================ ] 1682/2361 71% [============================================ ] 1683/2361 71% [============================================ ] 1684/2361 71% [============================================ ] 1685/2361 71% [============================================ ] 1686/2361 71% [============================================ ] 1687/2361 71% [============================================ ] 1688/2361 71% [============================================ ] 1689/2361 71% [============================================ ] 1690/2361 71% [============================================ ] 1691/2361 71% [============================================ ] 1692/2361 71% [============================================ ] 1693/2361 71% [============================================ ] 1694/2361 71% [============================================ ] 1695/2361 71% [============================================ ] 1696/2361 71% [============================================ ] 1697/2361 71% [============================================ ] 1698/2361 71% [============================================ ] 1699/2361 71% [============================================ ] 1700/2361 72% [============================================ ] 1701/2361 72% [============================================ ] 1702/2361 72% [============================================ ] 1703/2361 72% [============================================ ] 1704/2361 72% [============================================ ] 1705/2361 72% [============================================ ] 1706/2361 72% [============================================ ] 1707/2361 72% [============================================ ] 1708/2361 72% [============================================ ] 1709/2361 72% [============================================ ] 1710/2361 72% [============================================ ] 1711/2361 72% [============================================ ] 1712/2361 72% [============================================ ] 1713/2361 72% [============================================= ] 1714/2361 72% [============================================= ] 1715/2361 72% [============================================= ] 1716/2361 72% [============================================= ] 1717/2361 72% [============================================= ] 1718/2361 72% [============================================= ] 1719/2361 72% [============================================= ] 1720/2361 72% [============================================= ] 1721/2361 72% [============================================= ] 1722/2361 72% [============================================= ] 1723/2361 72% [============================================= ] 1724/2361 73% [============================================= ] 1725/2361 73% [============================================= ] 1726/2361 73% [============================================= ] 1727/2361 73% [============================================= ] 1728/2361 73% [============================================= ] 1729/2361 73% [============================================= ] 1730/2361 73% [============================================= ] 1731/2361 73% [============================================= ] 1732/2361 73% [============================================= ] 1733/2361 73% [============================================= ] 1734/2361 73% [============================================= ] 1735/2361 73% [============================================= ] 1736/2361 73% [============================================= ] 1737/2361 73% [============================================= ] 1738/2361 73% [============================================= ] 1739/2361 73% [============================================= ] 1740/2361 73% [============================================= ] 1741/2361 73% [============================================= ] 1742/2361 73% [============================================= ] 1743/2361 73% [============================================= ] 1744/2361 73% [============================================= ] 1745/2361 73% [============================================= ] 1746/2361 73% [============================================= ] 1747/2361 73% [============================================= ] 1748/2361 74% [============================================= ] 1749/2361 74% [============================================= ] 1750/2361 74% [============================================= ] 1751/2361 74% [============================================== ] 1752/2361 74% [============================================== ] 1753/2361 74% [============================================== ] 1754/2361 74% [============================================== ] 1755/2361 74% [============================================== ] 1756/2361 74% [============================================== ] 1757/2361 74% [============================================== ] 1758/2361 74% [============================================== ] 1759/2361 74% [============================================== ] 1760/2361 74% [============================================== ] 1761/2361 74% [============================================== ] 1762/2361 74% [============================================== ] 1763/2361 74% [============================================== ] 1764/2361 74% [============================================== ] 1765/2361 74% [============================================== ] 1766/2361 74% [============================================== ] 1767/2361 74% [============================================== ] 1768/2361 74% [============================================== ] 1769/2361 74% [============================================== ] 1770/2361 74% [============================================== ] 1771/2361 75% [============================================== ] 1772/2361 75% [============================================== ] 1773/2361 75% [============================================== ] 1774/2361 75% [============================================== ] 1775/2361 75% [============================================== ] 1776/2361 75% [============================================== ] 1777/2361 75% [============================================== ] 1778/2361 75% [============================================== ] 1779/2361 75% [============================================== ] 1780/2361 75% [============================================== ] 1781/2361 75% [============================================== ] 1782/2361 75% [============================================== ] 1783/2361 75% [============================================== ] 1784/2361 75% [============================================== ] 1785/2361 75% [============================================== ] 1786/2361 75% [============================================== ] 1787/2361 75% [============================================== ] 1788/2361 75% [============================================== ] 1789/2361 75% [=============================================== ] 1790/2361 75% [=============================================== ] 1791/2361 75% [=============================================== ] 1792/2361 75% [=============================================== ] 1793/2361 75% [=============================================== ] 1794/2361 75% [=============================================== ] 1795/2361 76% [=============================================== ] 1796/2361 76% [=============================================== ] 1797/2361 76% [=============================================== ] 1798/2361 76% [=============================================== ] 1799/2361 76% [=============================================== ] 1800/2361 76% [=============================================== ] 1801/2361 76% [=============================================== ] 1802/2361 76% [=============================================== ] 1803/2361 76% [=============================================== ] 1804/2361 76% [=============================================== ] 1805/2361 76% [=============================================== ] 1806/2361 76% [=============================================== ] 1807/2361 76% [=============================================== ] 1808/2361 76% [=============================================== ] 1809/2361 76% [=============================================== ] 1810/2361 76% [=============================================== ] 1811/2361 76% [=============================================== ] 1812/2361 76% [=============================================== ] 1813/2361 76% [=============================================== ] 1814/2361 76% [=============================================== ] 1815/2361 76% [=============================================== ] 1816/2361 76% [=============================================== ] 1817/2361 76% [=============================================== ] 1818/2361 77% [=============================================== ] 1819/2361 77% [=============================================== ] 1820/2361 77% [=============================================== ] 1821/2361 77% [=============================================== ] 1822/2361 77% [=============================================== ] 1823/2361 77% [=============================================== ] 1824/2361 77% [=============================================== ] 1825/2361 77% [=============================================== ] 1826/2361 77% [=============================================== ] 1827/2361 77% [================================================ ] 1828/2361 77% [================================================ ] 1829/2361 77% [================================================ ] 1830/2361 77% [================================================ ] 1831/2361 77% [================================================ ] 1832/2361 77% [================================================ ] 1833/2361 77% [================================================ ] 1834/2361 77% [================================================ ] 1835/2361 77% [================================================ ] 1836/2361 77% [================================================ ] 1837/2361 77% [================================================ ] 1838/2361 77% [================================================ ] 1839/2361 77% [================================================ ] 1840/2361 77% [================================================ ] 1841/2361 77% [================================================ ] 1842/2361 78% [================================================ ] 1843/2361 78% [================================================ ] 1844/2361 78% [================================================ ] 1845/2361 78% [================================================ ] 1846/2361 78% [================================================ ] 1847/2361 78% [================================================ ] 1848/2361 78% [================================================ ] 1849/2361 78% [================================================ ] 1850/2361 78% [================================================ ] 1851/2361 78% [================================================ ] 1852/2361 78% [================================================ ] 1853/2361 78% [================================================ ] 1854/2361 78% [================================================ ] 1855/2361 78% [================================================ ] 1856/2361 78% [================================================ ] 1857/2361 78% [================================================ ] 1858/2361 78% [================================================ ] 1859/2361 78% [================================================ ] 1860/2361 78% [================================================ ] 1861/2361 78% [================================================ ] 1862/2361 78% [================================================ ] 1863/2361 78% [================================================ ] 1864/2361 78% [================================================ ] 1865/2361 78% [================================================= ] 1866/2361 79% [================================================= ] 1867/2361 79% [================================================= ] 1868/2361 79% [================================================= ] 1869/2361 79% [================================================= ] 1870/2361 79% [================================================= ] 1871/2361 79% [================================================= ] 1872/2361 79% [================================================= ] 1873/2361 79% [================================================= ] 1874/2361 79% [================================================= ] 1875/2361 79% [================================================= ] 1876/2361 79% [================================================= ] 1877/2361 79% [================================================= ] 1878/2361 79% [================================================= ] 1879/2361 79% [================================================= ] 1880/2361 79% [================================================= ] 1881/2361 79% [================================================= ] 1882/2361 79% [================================================= ] 1883/2361 79% [================================================= ] 1884/2361 79% [================================================= ] 1885/2361 79% [================================================= ] 1886/2361 79% [================================================= ] 1887/2361 79% [================================================= ] 1888/2361 79% [================================================= ] 1889/2361 80% [================================================= ] 1890/2361 80% [================================================= ] 1891/2361 80% [================================================= ] 1892/2361 80% [================================================= ] 1893/2361 80% [================================================= ] 1894/2361 80% [================================================= ] 1895/2361 80% [================================================= ] 1896/2361 80% [================================================= ] 1897/2361 80% [================================================= ] 1898/2361 80% [================================================= ] 1899/2361 80% [================================================= ] 1900/2361 80% [================================================= ] 1901/2361 80% [================================================= ] 1902/2361 80% [================================================= ] 1903/2361 80% [================================================= ] 1904/2361 80% [================================================== ] 1905/2361 80% [================================================== ] 1906/2361 80% [================================================== ] 1907/2361 80% [================================================== ] 1908/2361 80% [================================================== ] 1909/2361 80% [================================================== ] 1910/2361 80% [================================================== ] 1911/2361 80% [================================================== ] 1912/2361 80% [================================================== ] 1913/2361 81% [================================================== ] 1914/2361 81% [================================================== ] 1915/2361 81% [================================================== ] 1916/2361 81% [================================================== ] 1917/2361 81% [================================================== ] 1918/2361 81% [================================================== ] 1919/2361 81% [================================================== ] 1920/2361 81% [================================================== ] 1921/2361 81% [================================================== ] 1922/2361 81% [================================================== ] 1923/2361 81% [================================================== ] 1924/2361 81% [================================================== ] 1925/2361 81% [================================================== ] 1926/2361 81% [================================================== ] 1927/2361 81% [================================================== ] 1928/2361 81% [================================================== ] 1929/2361 81% [================================================== ] 1930/2361 81% [================================================== ] 1931/2361 81% [================================================== ] 1932/2361 81% [================================================== ] 1933/2361 81% [================================================== ] 1934/2361 81% [================================================== ] 1935/2361 81% [================================================== ] 1936/2361 81% [================================================== ] 1937/2361 82% [================================================== ] 1938/2361 82% [================================================== ] 1939/2361 82% [================================================== ] 1940/2361 82% [================================================== ] 1941/2361 82% [================================================== ] 1942/2361 82% [=================================================== ] 1943/2361 82% [=================================================== ] 1944/2361 82% [=================================================== ] 1945/2361 82% [=================================================== ] 1946/2361 82% [=================================================== ] 1947/2361 82% [=================================================== ] 1948/2361 82% [=================================================== ] 1949/2361 82% [=================================================== ] 1950/2361 82% [=================================================== ] 1951/2361 82% [=================================================== ] 1952/2361 82% [=================================================== ] 1953/2361 82% [=================================================== ] 1954/2361 82% [=================================================== ] 1955/2361 82% [=================================================== ] 1956/2361 82% [=================================================== ] 1957/2361 82% [=================================================== ] 1958/2361 82% [=================================================== ] 1959/2361 82% [=================================================== ] 1960/2361 83% [=================================================== ] 1961/2361 83% [=================================================== ] 1962/2361 83% [=================================================== ] 1963/2361 83% [=================================================== ] 1964/2361 83% [=================================================== ] 1965/2361 83% [=================================================== ] 1966/2361 83% [=================================================== ] 1967/2361 83% [=================================================== ] 1968/2361 83% [=================================================== ] 1969/2361 83% [=================================================== ] 1970/2361 83% [=================================================== ] 1971/2361 83% [=================================================== ] 1972/2361 83% [=================================================== ] 1973/2361 83% [=================================================== ] 1974/2361 83% [=================================================== ] 1975/2361 83% [=================================================== ] 1976/2361 83% [=================================================== ] 1977/2361 83% [=================================================== ] 1978/2361 83% [=================================================== ] 1979/2361 83% [=================================================== ] 1980/2361 83% [==================================================== ] 1981/2361 83% [==================================================== ] 1982/2361 83% [==================================================== ] 1983/2361 83% [==================================================== ] 1984/2361 84% [==================================================== ] 1985/2361 84% [==================================================== ] 1986/2361 84% [==================================================== ] 1987/2361 84% [==================================================== ] 1988/2361 84% [==================================================== ] 1989/2361 84% [==================================================== ] 1990/2361 84% [==================================================== ] 1991/2361 84% [==================================================== ] 1992/2361 84% [==================================================== ] 1993/2361 84% [==================================================== ] 1994/2361 84% [==================================================== ] 1995/2361 84% [==================================================== ] 1996/2361 84% [==================================================== ] 1997/2361 84% [==================================================== ] 1998/2361 84% [==================================================== ] 1999/2361 84% [==================================================== ] 2000/2361 84% [==================================================== ] 2001/2361 84% [==================================================== ] 2002/2361 84% [==================================================== ] 2003/2361 84% [==================================================== ] 2004/2361 84% [==================================================== ] 2005/2361 84% [==================================================== ] 2006/2361 84% [==================================================== ] 2007/2361 85% [==================================================== ] 2008/2361 85% [==================================================== ] 2009/2361 85% [==================================================== ] 2010/2361 85% [==================================================== ] 2011/2361 85% [==================================================== ] 2012/2361 85% [==================================================== ] 2013/2361 85% [==================================================== ] 2014/2361 85% [==================================================== ] 2015/2361 85% [==================================================== ] 2016/2361 85% [==================================================== ] 2017/2361 85% [==================================================== ] 2018/2361 85% [===================================================== ] 2019/2361 85% [===================================================== ] 2020/2361 85% [===================================================== ] 2021/2361 85% [===================================================== ] 2022/2361 85% [===================================================== ] 2023/2361 85% [===================================================== ] 2024/2361 85% [===================================================== ] 2025/2361 85% [===================================================== ] 2026/2361 85% [===================================================== ] 2027/2361 85% [===================================================== ] 2028/2361 85% [===================================================== ] 2029/2361 85% [===================================================== ] 2030/2361 85% [===================================================== ] 2031/2361 86% [===================================================== ] 2032/2361 86% [===================================================== ] 2033/2361 86% [===================================================== ] 2034/2361 86% [===================================================== ] 2035/2361 86% [===================================================== ] 2036/2361 86% [===================================================== ] 2037/2361 86% [===================================================== ] 2038/2361 86% [===================================================== ] 2039/2361 86% [===================================================== ] 2040/2361 86% [===================================================== ] 2041/2361 86% [===================================================== ] 2042/2361 86% [===================================================== ] 2043/2361 86% [===================================================== ] 2044/2361 86% [===================================================== ] 2045/2361 86% [===================================================== ] 2046/2361 86% [===================================================== ] 2047/2361 86% [===================================================== ] 2048/2361 86% [===================================================== ] 2049/2361 86% [===================================================== ] 2050/2361 86% [===================================================== ] 2051/2361 86% [===================================================== ] 2052/2361 86% [===================================================== ] 2053/2361 86% [===================================================== ] 2054/2361 86% [===================================================== ] 2055/2361 87% [===================================================== ] 2056/2361 87% [====================================================== ] 2057/2361 87% [====================================================== ] 2058/2361 87% [====================================================== ] 2059/2361 87% [====================================================== ] 2060/2361 87% [====================================================== ] 2061/2361 87% [====================================================== ] 2062/2361 87% [====================================================== ] 2063/2361 87% [====================================================== ] 2064/2361 87% [====================================================== ] 2065/2361 87% [====================================================== ] 2066/2361 87% [====================================================== ] 2067/2361 87% [====================================================== ] 2068/2361 87% [====================================================== ] 2069/2361 87% [====================================================== ] 2070/2361 87% [====================================================== ] 2071/2361 87% [====================================================== ] 2072/2361 87% [====================================================== ] 2073/2361 87% [====================================================== ] 2074/2361 87% [====================================================== ] 2075/2361 87% [====================================================== ] 2076/2361 87% [====================================================== ] 2077/2361 87% [====================================================== ] 2078/2361 88% [====================================================== ] 2079/2361 88% [====================================================== ] 2080/2361 88% [====================================================== ] 2081/2361 88% [====================================================== ] 2082/2361 88% [====================================================== ] 2083/2361 88% [====================================================== ] 2084/2361 88% [====================================================== ] 2085/2361 88% [====================================================== ] 2086/2361 88% [====================================================== ] 2087/2361 88% [====================================================== ] 2088/2361 88% [====================================================== ] 2089/2361 88% [====================================================== ] 2090/2361 88% [====================================================== ] 2091/2361 88% [====================================================== ] 2092/2361 88% [====================================================== ] 2093/2361 88% [====================================================== ] 2094/2361 88% [======================================================= ] 2095/2361 88% [======================================================= ] 2096/2361 88% [======================================================= ] 2097/2361 88% [======================================================= ] 2098/2361 88% [======================================================= ] 2099/2361 88% [======================================================= ] 2100/2361 88% [======================================================= ] 2101/2361 88% [======================================================= ] 2102/2361 89% [======================================================= ] 2103/2361 89% [======================================================= ] 2104/2361 89% [======================================================= ] 2105/2361 89% [======================================================= ] 2106/2361 89% [======================================================= ] 2107/2361 89% [======================================================= ] 2108/2361 89% [======================================================= ] 2109/2361 89% [======================================================= ] 2110/2361 89% [======================================================= ] 2111/2361 89% [======================================================= ] 2112/2361 89% [======================================================= ] 2113/2361 89% [======================================================= ] 2114/2361 89% [======================================================= ] 2115/2361 89% [======================================================= ] 2116/2361 89% [======================================================= ] 2117/2361 89% [======================================================= ] 2118/2361 89% [======================================================= ] 2119/2361 89% [======================================================= ] 2120/2361 89% [======================================================= ] 2121/2361 89% [======================================================= ] 2122/2361 89% [======================================================= ] 2123/2361 89% [======================================================= ] 2124/2361 89% [======================================================= ] 2125/2361 90% [======================================================= ] 2126/2361 90% [======================================================= ] 2127/2361 90% [======================================================= ] 2128/2361 90% [======================================================= ] 2129/2361 90% [======================================================= ] 2130/2361 90% [======================================================= ] 2131/2361 90% [======================================================= ] 2132/2361 90% [======================================================== ] 2133/2361 90% [======================================================== ] 2134/2361 90% [======================================================== ] 2135/2361 90% [======================================================== ] 2136/2361 90% [======================================================== ] 2137/2361 90% [======================================================== ] 2138/2361 90% [======================================================== ] 2139/2361 90% [======================================================== ] 2140/2361 90% [======================================================== ] 2141/2361 90% [======================================================== ] 2142/2361 90% [======================================================== ] 2143/2361 90% [======================================================== ] 2144/2361 90% [======================================================== ] 2145/2361 90% [======================================================== ] 2146/2361 90% [======================================================== ] 2147/2361 90% [======================================================== ] 2148/2361 90% [======================================================== ] 2149/2361 91% [======================================================== ] 2150/2361 91% [======================================================== ] 2151/2361 91% [======================================================== ] 2152/2361 91% [======================================================== ] 2153/2361 91% [======================================================== ] 2154/2361 91% [======================================================== ] 2155/2361 91% [======================================================== ] 2156/2361 91% [======================================================== ] 2157/2361 91% [======================================================== ] 2158/2361 91% [======================================================== ] 2159/2361 91% [======================================================== ] 2160/2361 91% [======================================================== ] 2161/2361 91% [======================================================== ] 2162/2361 91% [======================================================== ] 2163/2361 91% [======================================================== ] 2164/2361 91% [======================================================== ] 2165/2361 91% [======================================================== ] 2166/2361 91% [======================================================== ] 2167/2361 91% [======================================================== ] 2168/2361 91% [======================================================== ] 2169/2361 91% [======================================================== ] 2170/2361 91% [========================================================= ] 2171/2361 91% [========================================================= ] 2172/2361 91% [========================================================= ] 2173/2361 92% [========================================================= ] 2174/2361 92% [========================================================= ] 2175/2361 92% [========================================================= ] 2176/2361 92% [========================================================= ] 2177/2361 92% [========================================================= ] 2178/2361 92% [========================================================= ] 2179/2361 92% [========================================================= ] 2180/2361 92% [========================================================= ] 2181/2361 92% [========================================================= ] 2182/2361 92% [========================================================= ] 2183/2361 92% [========================================================= ] 2184/2361 92% [========================================================= ] 2185/2361 92% [========================================================= ] 2186/2361 92% [========================================================= ] 2187/2361 92% [========================================================= ] 2188/2361 92% [========================================================= ] 2189/2361 92% [========================================================= ] 2190/2361 92% [========================================================= ] 2191/2361 92% [========================================================= ] 2192/2361 92% [========================================================= ] 2193/2361 92% [========================================================= ] 2194/2361 92% [========================================================= ] 2195/2361 92% [========================================================= ] 2196/2361 93% [========================================================= ] 2197/2361 93% [========================================================= ] 2198/2361 93% [========================================================= ] 2199/2361 93% [========================================================= ] 2200/2361 93% [========================================================= ] 2201/2361 93% [========================================================= ] 2202/2361 93% [========================================================= ] 2203/2361 93% [========================================================= ] 2204/2361 93% [========================================================= ] 2205/2361 93% [========================================================= ] 2206/2361 93% [========================================================= ] 2207/2361 93% [========================================================= ] 2208/2361 93% [========================================================== ] 2209/2361 93% [========================================================== ] 2210/2361 93% [========================================================== ] 2211/2361 93% [========================================================== ] 2212/2361 93% [========================================================== ] 2213/2361 93% [========================================================== ] 2214/2361 93% [========================================================== ] 2215/2361 93% [========================================================== ] 2216/2361 93% [========================================================== ] 2217/2361 93% [========================================================== ] 2218/2361 93% [========================================================== ] 2219/2361 93% [========================================================== ] 2220/2361 94% [========================================================== ] 2221/2361 94% [========================================================== ] 2222/2361 94% [========================================================== ] 2223/2361 94% [========================================================== ] 2224/2361 94% [========================================================== ] 2225/2361 94% [========================================================== ] 2226/2361 94% [========================================================== ] 2227/2361 94% [========================================================== ] 2228/2361 94% [========================================================== ] 2229/2361 94% [========================================================== ] 2230/2361 94% [========================================================== ] 2231/2361 94% [========================================================== ] 2232/2361 94% [========================================================== ] 2233/2361 94% [========================================================== ] 2234/2361 94% [========================================================== ] 2235/2361 94% [========================================================== ] 2236/2361 94% [========================================================== ] 2237/2361 94% [========================================================== ] 2238/2361 94% [========================================================== ] 2239/2361 94% [========================================================== ] 2240/2361 94% [========================================================== ] 2241/2361 94% [========================================================== ] 2242/2361 94% [========================================================== ] 2243/2361 95% [========================================================== ] 2244/2361 95% [========================================================== ] 2245/2361 95% [========================================================== ] 2246/2361 95% [=========================================================== ] 2247/2361 95% [=========================================================== ] 2248/2361 95% [=========================================================== ] 2249/2361 95% [=========================================================== ] 2250/2361 95% [=========================================================== ] 2251/2361 95% [=========================================================== ] 2252/2361 95% [=========================================================== ] 2253/2361 95% [=========================================================== ] 2254/2361 95% [=========================================================== ] 2255/2361 95% [=========================================================== ] 2256/2361 95% [=========================================================== ] 2257/2361 95% [=========================================================== ] 2258/2361 95% [=========================================================== ] 2259/2361 95% [=========================================================== ] 2260/2361 95% [=========================================================== ] 2261/2361 95% [=========================================================== ] 2262/2361 95% [=========================================================== ] 2263/2361 95% [=========================================================== ] 2264/2361 95% [=========================================================== ] 2265/2361 95% [=========================================================== ] 2266/2361 95% [=========================================================== ] 2267/2361 96% [=========================================================== ] 2268/2361 96% [=========================================================== ] 2269/2361 96% [=========================================================== ] 2270/2361 96% [=========================================================== ] 2271/2361 96% [=========================================================== ] 2272/2361 96% [=========================================================== ] 2273/2361 96% [=========================================================== ] 2274/2361 96% [=========================================================== ] 2275/2361 96% [=========================================================== ] 2276/2361 96% [=========================================================== ] 2277/2361 96% [=========================================================== ] 2278/2361 96% [=========================================================== ] 2279/2361 96% [=========================================================== ] 2280/2361 96% [=========================================================== ] 2281/2361 96% [=========================================================== ] 2282/2361 96% [=========================================================== ] 2283/2361 96% [=========================================================== ] 2284/2361 96% [============================================================ ] 2285/2361 96% [============================================================ ] 2286/2361 96% [============================================================ ] 2287/2361 96% [============================================================ ] 2288/2361 96% [============================================================ ] 2289/2361 96% [============================================================ ] 2290/2361 96% [============================================================ ] 2291/2361 97% [============================================================ ] 2292/2361 97% [============================================================ ] 2293/2361 97% [============================================================ ] 2294/2361 97% [============================================================ ] 2295/2361 97% [============================================================ ] 2296/2361 97% [============================================================ ] 2297/2361 97% [============================================================ ] 2298/2361 97% [============================================================ ] 2299/2361 97% [============================================================ ] 2300/2361 97% [============================================================ ] 2301/2361 97% [============================================================ ] 2302/2361 97% [============================================================ ] 2303/2361 97% [============================================================ ] 2304/2361 97% [============================================================ ] 2305/2361 97% [============================================================ ] 2306/2361 97% [============================================================ ] 2307/2361 97% [============================================================ ] 2308/2361 97% [============================================================ ] 2309/2361 97% [============================================================ ] 2310/2361 97% [============================================================ ] 2311/2361 97% [============================================================ ] 2312/2361 97% [============================================================ ] 2313/2361 97% [============================================================ ] 2314/2361 98% [============================================================ ] 2315/2361 98% [============================================================ ] 2316/2361 98% [============================================================ ] 2317/2361 98% [============================================================ ] 2318/2361 98% [============================================================ ] 2319/2361 98% [============================================================ ] 2320/2361 98% [============================================================ ] 2321/2361 98% [============================================================ ] 2322/2361 98% [============================================================= ] 2323/2361 98% [============================================================= ] 2324/2361 98% [============================================================= ] 2325/2361 98% [============================================================= ] 2326/2361 98% [============================================================= ] 2327/2361 98% [============================================================= ] 2328/2361 98% [============================================================= ] 2329/2361 98% [============================================================= ] 2330/2361 98% [============================================================= ] 2331/2361 98% [============================================================= ] 2332/2361 98% [============================================================= ] 2333/2361 98% [============================================================= ] 2334/2361 98% [============================================================= ] 2335/2361 98% [============================================================= ] 2336/2361 98% [============================================================= ] 2337/2361 98% [============================================================= ] 2338/2361 99% [============================================================= ] 2339/2361 99% [============================================================= ] 2340/2361 99% [============================================================= ] 2341/2361 99% [============================================================= ] 2342/2361 99% [============================================================= ] 2343/2361 99% [============================================================= ] 2344/2361 99% [============================================================= ] 2345/2361 99% [============================================================= ] 2346/2361 99% [============================================================= ] 2347/2361 99% [============================================================= ] 2348/2361 99% [============================================================= ] 2349/2361 99% [============================================================= ] 2350/2361 99% [============================================================= ] 2351/2361 99% [============================================================= ] 2352/2361 99% [============================================================= ] 2353/2361 99% [============================================================= ] 2354/2361 99% [============================================================= ] 2355/2361 99% [============================================================= ] 2356/2361 99% [============================================================= ] 2357/2361 99% [============================================================= ] 2358/2361 99% [============================================================= ] 2359/2361 99% [============================================================= ] 2360/2361 99% [==============================================================] 2361/2361 100% operation complete, 2361 objects in 39076 NAND pages. ln -snf /home/buildroot/autobuild/instance-3/output-1/host/or1k-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2024.05.3 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.35 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.3.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.48 Collecting legal info COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 6.8.12 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> atftp 0.8.0 Collecting legal info LICENSE: OK (sha256: 86dc744860e6dfacfeba2f33fea908db03fe67c7e37a878285b7aae8e4596735) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> c-icap 0.5.10 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-crudini 0.9.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> 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.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 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-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> cryptsetup 2.7.4 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> lvm2 2.03.23 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) 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) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: 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) >>> dhcp 4.4.3-P1 Collecting legal info LICENSE: OK (sha256: 45a39c430be0920cb9570f34b32d2378fe6048c034f2f3265b9326d64ada73df) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dnsmasq 2.90 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libidn2 2.3.7 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> googlefontdirectory 2125bc9b447971543caaa132530b828e5e682819 Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> htpdate 1.3.7 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> ibm-sw-tpm2 rev183-2024-03-27 Collecting legal info LICENSE: OK (sha256: dd2d31b560011ea673e197251e710e52669d911367d83cd3cfd018f8ed58bde9) >>> initscripts Collecting legal info >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> lcms2 2.16 Collecting legal info LICENSE: OK (sha256: 6dbd60437f8ef91d8de1f08ad75882547fd4931bfcc3566a0735f28db1484d31) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libcoap 4.3.4 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: bdd94ddd8e75010aebd045ead1c951110788003395c708811d6960248acb3891) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvbpsi 1.3.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libesmtp 1.1.0 Collecting legal info COPYING.GPL: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) LICENSE: OK (sha256: 20c17d8b8c48a600800dfd14f95d5cb9ff47066a9641ddeab48dc54aec96e331) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> libevdev 1.13.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> libfuse3 3.16.2 Collecting legal info LICENSE: OK (sha256: b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad) >>> libgcrypt 1.10.3 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.48 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libmdbx 0.12.10 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmodbus 3.1.10 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnet 1.3 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> librsync 2.3.4 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libsepol 3.6 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libssh2 1.11.0 Collecting legal info COPYING: OK (sha256: fda5e2522c58ba1f31c9f2044747616457466f4aebec16ade4af86e3a16a8e02) >>> libucl 0.8.2 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libwebsock 3c1615eeadb0b582b63851073bfe3e5132f31ebc Collecting legal info COPYING.lesser: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzop 1.04 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-moby-buildkit 0.11.6 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> host-go 1.22.5 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage3 1.21.8 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage2 1.19.13 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> mrouted 4.5 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> netatalk 3.1.18 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYRIGHT: OK (sha256: 7599ae145e53be03a08f8b558b2f2e0c828e1630f1843cc04f41981b8cefcd65) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pound 4.8 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> rsync 3.3.0 Collecting legal info COPYING: OK (sha256: 85c19ea50a224c2d0067a69c083584e5717b40b76610ec1218f91385775067dd) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> sane-backends 1.1.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.3.0 Collecting legal info LICENSE: OK (sha256: 0a326e448dd22f220dd30796677ddbdf3ddaa6427a9744fea9deaa51d9d74fd9) >>> host-python-markupsafe 2.1.3 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0.1 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> host-python-cython 0.29.36 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> semodule-utils 3.6 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sqlite 3.45.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> sysvinit 3.04 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tinydtls 0.9-rc1 Collecting legal info LICENSE: OK (sha256: 7e906fb56da52bb6bba38e77eec00e7d37fe65b0b7b28c4bf68ff036573d0de5) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> wireless-regdb 2023.09.01 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> zsh 5.9 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.4.6 Collecting legal info COPYING: OK (sha256: 29a1e305b2e34eefe5d4602d00cde1d528b71c5d9f2eec5106972cf6ddb6f73f) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-mtd 2.1.6 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'