>>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs printf ' exim 88 mail 8 * - - - exim\n ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' # Set permissions on all applets with BB_SUID_REQUIRE and BB_SUID_MAYBE.\n# 12 Applets are pulled from applets.h using grep command :\n# grep -r -e "APPLET.*BB_SUID_REQUIRE\\|APPLET.*BB_SUID_MAYBE" # ./include/applets.h\n# These applets are added to the device table and the makedev file\n# ignores the files with type '\''F'\'' ( optional files).\n /usr/bin/wall F 4755 0 0 - - - - -\n /bin/ping F 4755 0 0 - - - - -\n /bin/ping6 F 4755 0 0 - - - - -\n /usr/bin/crontab F 4755 0 0 - - - - -\n /sbin/findfs F 4755 0 0 - - - - -\n /bin/login F 4755 0 0 - - - - -\n /bin/mount F 4755 0 0 - - - - -\n /usr/bin/passwd F 4755 0 0 - - - - -\n /bin/su F 4755 0 0 - - - - -\n /usr/bin/traceroute F 4755 0 0 - - - - -\n /usr/bin/traceroute6 F 4755 0 0 - - - - -\n /usr/bin/vlock F 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.btrfs mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -f -f /home/buildroot/autobuild/instance-1/output-1/images/rootfs.btrfs\n /home/buildroot/autobuild/instance-1/output-1/host/bin/mkfs.btrfs -f -r '\''/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target'\'' -L '\'''\'' --byte-count '\''100m'\'' --nodesize '\''16384'\'' --sectorsize '\''4096'\'' /home/buildroot/autobuild/instance-1/output-1/images/rootfs.btrfs\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' ERROR: zoned: unable to stat /home/buildroot/autobuild/instance-1/output-1/images/rootfs.btrfs btrfs-progs v5.16.2 See http://btrfs.wiki.kernel.org for more information. NOTE: several default settings have changed in version 5.15, please make sure this does not affect your deployments: - DUP for metadata (-m dup) - enabled no-holes (-O no-holes) - enabled free-space-tree (-R free-space-tree) Making image is completed. Label: UUID: 0514710f-51e9-4a6f-93de-92720f747878 Node size: 16384 Sector size: 4096 Filesystem size: 389.00MiB Block group profiles: Data: single 308.00MiB Metadata: DUP 32.00MiB System: DUP 8.00MiB SSD detected: no Zoned device: no Incompat features: extref, skinny-metadata, no-holes Runtime features: free-space-tree Checksum: crc32c Number of devices: 1 Devices: ID SIZE PATH 1 389.00MiB /home/buildroot/autobuild/instance-1/output-1/images/rootfs.btrfs >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1828 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/1828 0% [ ] 2/1828 0% [ ] 3/1828 0% [ ] 4/1828 0% [ ] 5/1828 0% [ ] 6/1828 0% [ ] 7/1828 0% [ ] 8/1828 0% [ ] 9/1828 0% [ ] 10/1828 0% [ ] 11/1828 0% [ ] 12/1828 0% [ ] 13/1828 0% [ ] 14/1828 0% [ ] 15/1828 0% [ ] 16/1828 0% [ ] 17/1828 0% [ ] 18/1828 0% [ ] 19/1828 1% [ ] 20/1828 1% [ ] 21/1828 1% [ ] 22/1828 1% [ ] 23/1828 1% [ ] 24/1828 1% [ ] 25/1828 1% [ ] 26/1828 1% [ ] 27/1828 1% [ ] 28/1828 1% [ ] 29/1828 1% [= ] 30/1828 1% [= ] 31/1828 1% [= ] 32/1828 1% [= ] 33/1828 1% [= ] 34/1828 1% [= ] 35/1828 1% [= ] 36/1828 1% [= ] 37/1828 2% [= ] 38/1828 2% [= ] 39/1828 2% [= ] 40/1828 2% [= ] 41/1828 2% [= ] 42/1828 2% [= ] 43/1828 2% [= ] 44/1828 2% [= ] 45/1828 2% [= ] 46/1828 2% [= ] 47/1828 2% [= ] 48/1828 2% [= ] 49/1828 2% [= ] 50/1828 2% [= ] 51/1828 2% [= ] 52/1828 2% [= ] 53/1828 2% [= ] 54/1828 2% [= ] 55/1828 3% [= ] 56/1828 3% [= ] 57/1828 3% [= ] 58/1828 3% [== ] 59/1828 3% [== ] 60/1828 3% [== ] 61/1828 3% [== ] 62/1828 3% [== ] 63/1828 3% [== ] 64/1828 3% [== ] 65/1828 3% [== ] 66/1828 3% [== ] 67/1828 3% [== ] 68/1828 3% [== ] 69/1828 3% [== ] 70/1828 3% [== ] 71/1828 3% [== ] 72/1828 3% [== ] 73/1828 3% [== ] 74/1828 4% [== ] 75/1828 4% [== ] 76/1828 4% [== ] 77/1828 4% [== ] 78/1828 4% [== ] 79/1828 4% [== ] 80/1828 4% [== ] 81/1828 4% [== ] 82/1828 4% [== ] 83/1828 4% [== ] 84/1828 4% [== ] 85/1828 4% [== ] 86/1828 4% [== ] 87/1828 4% [== ] 88/1828 4% [=== ] 89/1828 4% [=== ] 90/1828 4% [=== ] 91/1828 4% [=== ] 92/1828 5% [=== ] 93/1828 5% [=== ] 94/1828 5% [=== ] 95/1828 5% [=== ] 96/1828 5% [=== ] 97/1828 5% [=== ] 98/1828 5% [=== ] 99/1828 5% [=== ] 100/1828 5% [=== ] 101/1828 5% [=== ] 102/1828 5% [=== ] 103/1828 5% [=== ] 104/1828 5% [=== ] 105/1828 5% [=== ] 106/1828 5% [=== ] 107/1828 5% [=== ] 108/1828 5% [=== ] 109/1828 5% [=== ] 110/1828 6% [=== ] 111/1828 6% [=== ] 112/1828 6% [=== ] 113/1828 6% [=== ] 114/1828 6% [=== ] 115/1828 6% [=== ] 116/1828 6% [=== ] 117/1828 6% [==== ] 118/1828 6% [==== ] 119/1828 6% [==== ] 120/1828 6% [==== ] 121/1828 6% [==== ] 122/1828 6% [==== ] 123/1828 6% [==== ] 124/1828 6% [==== ] 125/1828 6% [==== ] 126/1828 6% [==== ] 127/1828 6% [==== ] 128/1828 7% [==== ] 129/1828 7% [==== ] 130/1828 7% [==== ] 131/1828 7% [==== ] 132/1828 7% [==== ] 133/1828 7% [==== ] 134/1828 7% [==== ] 135/1828 7% [==== ] 136/1828 7% [==== ] 137/1828 7% [==== ] 138/1828 7% [==== ] 139/1828 7% [==== ] 140/1828 7% [==== ] 141/1828 7% [==== ] 142/1828 7% [==== ] 143/1828 7% [==== ] 144/1828 7% [==== ] 145/1828 7% [==== ] 146/1828 7% [==== ] 147/1828 8% [===== ] 148/1828 8% [===== ] 149/1828 8% [===== ] 150/1828 8% [===== ] 151/1828 8% [===== ] 152/1828 8% [===== ] 153/1828 8% [===== ] 154/1828 8% [===== ] 155/1828 8% [===== ] 156/1828 8% [===== ] 157/1828 8% [===== ] 158/1828 8% [===== ] 159/1828 8% [===== ] 160/1828 8% [===== ] 161/1828 8% [===== ] 162/1828 8% [===== ] 163/1828 8% [===== ] 164/1828 8% [===== ] 165/1828 9% [===== ] 166/1828 9% [===== ] 167/1828 9% [===== ] 168/1828 9% [===== ] 169/1828 9% [===== ] 170/1828 9% [===== ] 171/1828 9% [===== ] 172/1828 9% [===== ] 173/1828 9% [===== ] 174/1828 9% [===== ] 175/1828 9% [===== ] 176/1828 9% [====== ] 177/1828 9% [====== ] 178/1828 9% [====== ] 179/1828 9% [====== ] 180/1828 9% [====== ] 181/1828 9% [====== ] 182/1828 9% [====== ] 183/1828 10% [====== ] 184/1828 10% [====== ] 185/1828 10% [====== ] 186/1828 10% [====== ] 187/1828 10% [====== ] 188/1828 10% [====== ] 189/1828 10% [====== ] 190/1828 10% [====== ] 191/1828 10% [====== ] 192/1828 10% [====== ] 193/1828 10% [====== ] 194/1828 10% [====== ] 195/1828 10% [====== ] 196/1828 10% [====== ] 197/1828 10% [====== ] 198/1828 10% [====== ] 199/1828 10% [====== ] 200/1828 10% [====== ] 201/1828 10% [====== ] 202/1828 11% [====== ] 203/1828 11% [====== ] 204/1828 11% [====== ] 205/1828 11% [====== ] 206/1828 11% [======= ] 207/1828 11% [======= ] 208/1828 11% [======= ] 209/1828 11% [======= ] 210/1828 11% [======= ] 211/1828 11% [======= ] 212/1828 11% [======= ] 213/1828 11% [======= ] 214/1828 11% [======= ] 215/1828 11% [======= ] 216/1828 11% [======= ] 217/1828 11% [======= ] 218/1828 11% [======= ] 219/1828 11% [======= ] 220/1828 12% [======= ] 221/1828 12% [======= ] 222/1828 12% [======= ] 223/1828 12% [======= ] 224/1828 12% [======= ] 225/1828 12% [======= ] 226/1828 12% [======= ] 227/1828 12% [======= ] 228/1828 12% [======= ] 229/1828 12% [======= ] 230/1828 12% [======= ] 231/1828 12% [======= ] 232/1828 12% [======= ] 233/1828 12% [======= ] 234/1828 12% [======= ] 235/1828 12% [======== ] 236/1828 12% [======== ] 237/1828 12% [======== ] 238/1828 13% [======== ] 239/1828 13% [======== ] 240/1828 13% [======== ] 241/1828 13% [======== ] 242/1828 13% [======== ] 243/1828 13% [======== ] 244/1828 13% [======== ] 245/1828 13% [======== ] 246/1828 13% [======== ] 247/1828 13% [======== ] 248/1828 13% [======== ] 249/1828 13% [======== ] 250/1828 13% [======== ] 251/1828 13% [======== ] 252/1828 13% [======== ] 253/1828 13% [======== ] 254/1828 13% [======== ] 255/1828 13% [======== ] 256/1828 14% [======== ] 257/1828 14% [======== ] 258/1828 14% [======== ] 259/1828 14% [======== ] 260/1828 14% [======== ] 261/1828 14% [======== ] 262/1828 14% [======== ] 263/1828 14% [======== ] 264/1828 14% [======== ] 265/1828 14% [========= ] 266/1828 14% [========= ] 267/1828 14% [========= ] 268/1828 14% [========= ] 269/1828 14% [========= ] 270/1828 14% [========= ] 271/1828 14% [========= ] 272/1828 14% [========= ] 273/1828 14% [========= ] 274/1828 14% [========= ] 275/1828 15% [========= ] 276/1828 15% [========= ] 277/1828 15% [========= ] 278/1828 15% [========= ] 279/1828 15% [========= ] 280/1828 15% [========= ] 281/1828 15% [========= ] 282/1828 15% [========= ] 283/1828 15% [========= ] 284/1828 15% [========= ] 285/1828 15% [========= ] 286/1828 15% [========= ] 287/1828 15% [========= ] 288/1828 15% [========= ] 289/1828 15% [========= ] 290/1828 15% [========= ] 291/1828 15% [========= ] 292/1828 15% [========= ] 293/1828 16% [========= ] 294/1828 16% [========== ] 295/1828 16% [========== ] 296/1828 16% [========== ] 297/1828 16% [========== ] 298/1828 16% [========== ] 299/1828 16% [========== ] 300/1828 16% [========== ] 301/1828 16% [========== ] 302/1828 16% [========== ] 303/1828 16% [========== ] 304/1828 16% [========== ] 305/1828 16% [========== ] 306/1828 16% [========== ] 307/1828 16% [========== ] 308/1828 16% [========== ] 309/1828 16% [========== ] 310/1828 16% [========== ] 311/1828 17% [========== ] 312/1828 17% [========== ] 313/1828 17% [========== ] 314/1828 17% [========== ] 315/1828 17% [========== ] 316/1828 17% [========== ] 317/1828 17% [========== ] 318/1828 17% [========== ] 319/1828 17% [========== ] 320/1828 17% [========== ] 321/1828 17% [========== ] 322/1828 17% [========== ] 323/1828 17% [========== ] 324/1828 17% [=========== ] 325/1828 17% [=========== ] 326/1828 17% [=========== ] 327/1828 17% [=========== ] 328/1828 17% [=========== ] 329/1828 17% [=========== ] 330/1828 18% [=========== ] 331/1828 18% [=========== ] 332/1828 18% [=========== ] 333/1828 18% [=========== ] 334/1828 18% [=========== ] 335/1828 18% [=========== ] 336/1828 18% [=========== ] 337/1828 18% [=========== ] 338/1828 18% [=========== ] 339/1828 18% [=========== ] 340/1828 18% [=========== ] 341/1828 18% [=========== ] 342/1828 18% [=========== ] 343/1828 18% [=========== ] 344/1828 18% [=========== ] 345/1828 18% [=========== ] 346/1828 18% [=========== ] 347/1828 18% [=========== ] 348/1828 19% [=========== ] 349/1828 19% [=========== ] 350/1828 19% [=========== ] 351/1828 19% [=========== ] 352/1828 19% [=========== ] 353/1828 19% [============ ] 354/1828 19% [============ ] 355/1828 19% [============ ] 356/1828 19% [============ ] 357/1828 19% [============ ] 358/1828 19% [============ ] 359/1828 19% [============ ] 360/1828 19% [============ ] 361/1828 19% [============ ] 362/1828 19% [============ ] 363/1828 19% [============ ] 364/1828 19% [============ ] 365/1828 19% [============ ] 366/1828 20% [============ ] 367/1828 20% [============ ] 368/1828 20% [============ ] 369/1828 20% [============ ] 370/1828 20% [============ ] 371/1828 20% [============ ] 372/1828 20% [============ ] 373/1828 20% [============ ] 374/1828 20% [============ ] 375/1828 20% [============ ] 376/1828 20% [============ ] 377/1828 20% [============ ] 378/1828 20% [============ ] 379/1828 20% [============ ] 380/1828 20% [============ ] 381/1828 20% [============ ] 382/1828 20% [============ ] 383/1828 20% [============= ] 384/1828 21% [============= ] 385/1828 21% [============= ] 386/1828 21% [============= ] 387/1828 21% [============= ] 388/1828 21% [============= ] 389/1828 21% [============= ] 390/1828 21% [============= ] 391/1828 21% [============= ] 392/1828 21% [============= ] 393/1828 21% [============= ] 394/1828 21% [============= ] 395/1828 21% [============= ] 396/1828 21% [============= ] 397/1828 21% [============= ] 398/1828 21% [============= ] 399/1828 21% [============= ] 400/1828 21% [============= ] 401/1828 21% [============= ] 402/1828 21% [============= ] 403/1828 22% [============= ] 404/1828 22% [============= ] 405/1828 22% [============= ] 406/1828 22% [============= ] 407/1828 22% [============= ] 408/1828 22% [============= ] 409/1828 22% [============= ] 410/1828 22% [============= ] 411/1828 22% [============= ] 412/1828 22% [============== ] 413/1828 22% [============== ] 414/1828 22% [============== ] 415/1828 22% [============== ] 416/1828 22% [============== ] 417/1828 22% [============== ] 418/1828 22% [============== ] 419/1828 22% [============== ] 420/1828 22% [============== ] 421/1828 23% [============== ] 422/1828 23% [============== ] 423/1828 23% [============== ] 424/1828 23% [============== ] 425/1828 23% [============== ] 426/1828 23% [============== ] 427/1828 23% [============== ] 428/1828 23% [============== ] 429/1828 23% [============== ] 430/1828 23% [============== ] 431/1828 23% [============== ] 432/1828 23% [============== ] 433/1828 23% [============== ] 434/1828 23% [============== ] 435/1828 23% [============== ] 436/1828 23% [============== ] 437/1828 23% [============== ] 438/1828 23% [============== ] 439/1828 24% [============== ] 440/1828 24% [============== ] 441/1828 24% [============== ] 442/1828 24% [=============== ] 443/1828 24% [=============== ] 444/1828 24% [=============== ] 445/1828 24% [=============== ] 446/1828 24% [=============== ] 447/1828 24% [=============== ] 448/1828 24% [=============== ] 449/1828 24% [=============== ] 450/1828 24% [=============== ] 451/1828 24% [=============== ] 452/1828 24% [=============== ] 453/1828 24% [=============== ] 454/1828 24% [=============== ] 455/1828 24% [=============== ] 456/1828 24% [=============== ] 457/1828 25% [=============== ] 458/1828 25% [=============== ] 459/1828 25% [=============== ] 460/1828 25% [=============== ] 461/1828 25% [=============== ] 462/1828 25% [=============== ] 463/1828 25% [=============== ] 464/1828 25% [=============== ] 465/1828 25% [=============== ] 466/1828 25% [=============== ] 467/1828 25% [=============== ] 468/1828 25% [=============== ] 469/1828 25% [=============== ] 470/1828 25% [=============== ] 471/1828 25% [================ ] 472/1828 25% [================ ] 473/1828 25% [================ ] 474/1828 25% [================ ] 475/1828 25% [================ ] 476/1828 26% [================ ] 477/1828 26% [================ ] 478/1828 26% [================ ] 479/1828 26% [================ ] 480/1828 26% [================ ] 481/1828 26% [================ ] 482/1828 26% [================ ] 483/1828 26% [================ ] 484/1828 26% [================ ] 485/1828 26% [================ ] 486/1828 26% [================ ] 487/1828 26% [================ ] 488/1828 26% [================ ] 489/1828 26% [================ ] 490/1828 26% [================ ] 491/1828 26% [================ ] 492/1828 26% [================ ] 493/1828 26% [================ ] 494/1828 27% [================ ] 495/1828 27% [================ ] 496/1828 27% [================ ] 497/1828 27% [================ ] 498/1828 27% [================ ] 499/1828 27% [================ ] 500/1828 27% [================ ] 501/1828 27% [================= ] 502/1828 27% [================= ] 503/1828 27% [================= ] 504/1828 27% [================= ] 505/1828 27% [================= ] 506/1828 27% [================= ] 507/1828 27% [================= ] 508/1828 27% [================= ] 509/1828 27% [================= ] 510/1828 27% [================= ] 511/1828 27% [================= ] 512/1828 28% [================= ] 513/1828 28% [================= ] 514/1828 28% [================= ] 515/1828 28% [================= ] 516/1828 28% [================= ] 517/1828 28% [================= ] 518/1828 28% [================= ] 519/1828 28% [================= ] 520/1828 28% [================= ] 521/1828 28% [================= ] 522/1828 28% [================= ] 523/1828 28% [================= ] 524/1828 28% [================= ] 525/1828 28% [================= ] 526/1828 28% [================= ] 527/1828 28% [================= ] 528/1828 28% [================= ] 529/1828 28% [================= ] 530/1828 28% [================== ] 531/1828 29% [================== ] 532/1828 29% [================== ] 533/1828 29% [================== ] 534/1828 29% [================== ] 535/1828 29% [================== ] 536/1828 29% [================== ] 537/1828 29% [================== ] 538/1828 29% [================== ] 539/1828 29% [================== ] 540/1828 29% [================== ] 541/1828 29% [================== ] 542/1828 29% [================== ] 543/1828 29% [================== ] 544/1828 29% [================== ] 545/1828 29% [================== ] 546/1828 29% [================== ] 547/1828 29% [================== ] 548/1828 29% [================== ] 549/1828 30% [================== ] 550/1828 30% [================== ] 551/1828 30% [================== ] 552/1828 30% [================== ] 553/1828 30% [================== ] 554/1828 30% [================== ] 555/1828 30% [================== ] 556/1828 30% [================== ] 557/1828 30% [================== ] 558/1828 30% [================== ] 559/1828 30% [================== ] 560/1828 30% [=================== ] 561/1828 30% [=================== ] 562/1828 30% [=================== ] 563/1828 30% [=================== ] 564/1828 30% [=================== ] 565/1828 30% [=================== ] 566/1828 30% [=================== ] 567/1828 31% [=================== ] 568/1828 31% [=================== ] 569/1828 31% [=================== ] 570/1828 31% [=================== ] 571/1828 31% [=================== ] 572/1828 31% [=================== ] 573/1828 31% [=================== ] 574/1828 31% [=================== ] 575/1828 31% [=================== ] 576/1828 31% [=================== ] 577/1828 31% [=================== ] 578/1828 31% [=================== ] 579/1828 31% [=================== ] 580/1828 31% [=================== ] 581/1828 31% [=================== ] 582/1828 31% [=================== ] 583/1828 31% [=================== ] 584/1828 31% [=================== ] 585/1828 32% [=================== ] 586/1828 32% [=================== ] 587/1828 32% [=================== ] 588/1828 32% [=================== ] 589/1828 32% [==================== ] 590/1828 32% [==================== ] 591/1828 32% [==================== ] 592/1828 32% [==================== ] 593/1828 32% [==================== ] 594/1828 32% [==================== ] 595/1828 32% [==================== ] 596/1828 32% [==================== ] 597/1828 32% [==================== ] 598/1828 32% [==================== ] 599/1828 32% [==================== ] 600/1828 32% [==================== ] 601/1828 32% [==================== ] 602/1828 32% [==================== ] 603/1828 32% [==================== ] 604/1828 33% [==================== ] 605/1828 33% [==================== ] 606/1828 33% [==================== ] 607/1828 33% [==================== ] 608/1828 33% [==================== ] 609/1828 33% [==================== ] 610/1828 33% [==================== ] 611/1828 33% [==================== ] 612/1828 33% [==================== ] 613/1828 33% [==================== ] 614/1828 33% [==================== ] 615/1828 33% [==================== ] 616/1828 33% [==================== ] 617/1828 33% [==================== ] 618/1828 33% [==================== ] 619/1828 33% [===================== ] 620/1828 33% [===================== ] 621/1828 33% [===================== ] 622/1828 34% [===================== ] 623/1828 34% [===================== ] 624/1828 34% [===================== ] 625/1828 34% [===================== ] 626/1828 34% [===================== ] 627/1828 34% [===================== ] 628/1828 34% [===================== ] 629/1828 34% [===================== ] 630/1828 34% [===================== ] 631/1828 34% [===================== ] 632/1828 34% [===================== ] 633/1828 34% [===================== ] 634/1828 34% [===================== ] 635/1828 34% [===================== ] 636/1828 34% [===================== ] 637/1828 34% [===================== ] 638/1828 34% [===================== ] 639/1828 34% [===================== ] 640/1828 35% [===================== ] 641/1828 35% [===================== ] 642/1828 35% [===================== ] 643/1828 35% [===================== ] 644/1828 35% [===================== ] 645/1828 35% [===================== ] 646/1828 35% [===================== ] 647/1828 35% [===================== ] 648/1828 35% [====================== ] 649/1828 35% [====================== ] 650/1828 35% [====================== ] 651/1828 35% [====================== ] 652/1828 35% [====================== ] 653/1828 35% [====================== ] 654/1828 35% [====================== ] 655/1828 35% [====================== ] 656/1828 35% [====================== ] 657/1828 35% [====================== ] 658/1828 35% [====================== ] 659/1828 36% [====================== ] 660/1828 36% [====================== ] 661/1828 36% [====================== ] 662/1828 36% [====================== ] 663/1828 36% [====================== ] 664/1828 36% [====================== ] 665/1828 36% [====================== ] 666/1828 36% [====================== ] 667/1828 36% [====================== ] 668/1828 36% [====================== ] 669/1828 36% [====================== ] 670/1828 36% [====================== ] 671/1828 36% [====================== ] 672/1828 36% [====================== ] 673/1828 36% [====================== ] 674/1828 36% [====================== ] 675/1828 36% [====================== ] 676/1828 36% [====================== ] 677/1828 37% [====================== ] 678/1828 37% [======================= ] 679/1828 37% [======================= ] 680/1828 37% [======================= ] 681/1828 37% [======================= ] 682/1828 37% [======================= ] 683/1828 37% [======================= ] 684/1828 37% [======================= ] 685/1828 37% [======================= ] 686/1828 37% [======================= ] 687/1828 37% [======================= ] 688/1828 37% [======================= ] 689/1828 37% [======================= ] 690/1828 37% [======================= ] 691/1828 37% [======================= ] 692/1828 37% [======================= ] 693/1828 37% [======================= ] 694/1828 37% [======================= ] 695/1828 38% [======================= ] 696/1828 38% [======================= ] 697/1828 38% [======================= ] 698/1828 38% [======================= ] 699/1828 38% [======================= ] 700/1828 38% [======================= ] 701/1828 38% [======================= ] 702/1828 38% [======================= ] 703/1828 38% [======================= ] 704/1828 38% [======================= ] 705/1828 38% [======================= ] 706/1828 38% [======================= ] 707/1828 38% [======================== ] 708/1828 38% [======================== ] 709/1828 38% [======================== ] 710/1828 38% [======================== ] 711/1828 38% [======================== ] 712/1828 38% [======================== ] 713/1828 39% [======================== ] 714/1828 39% [======================== ] 715/1828 39% [======================== ] 716/1828 39% [======================== ] 717/1828 39% [======================== ] 718/1828 39% [======================== ] 719/1828 39% [======================== ] 720/1828 39% [======================== ] 721/1828 39% [======================== ] 722/1828 39% [======================== ] 723/1828 39% [======================== ] 724/1828 39% [======================== ] 725/1828 39% [======================== ] 726/1828 39% [======================== ] 727/1828 39% [======================== ] 728/1828 39% [======================== ] 729/1828 39% [======================== ] 730/1828 39% [======================== ] 731/1828 39% [======================== ] 732/1828 40% [======================== ] 733/1828 40% [======================== ] 734/1828 40% [======================== ] 735/1828 40% [======================== ] 736/1828 40% [======================== ] 737/1828 40% [========================= ] 738/1828 40% [========================= ] 739/1828 40% [========================= ] 740/1828 40% [========================= ] 741/1828 40% [========================= ] 742/1828 40% [========================= ] 743/1828 40% [========================= ] 744/1828 40% [========================= ] 745/1828 40% [========================= ] 746/1828 40% [========================= ] 747/1828 40% [========================= ] 748/1828 40% [========================= ] 749/1828 40% [========================= ] 750/1828 41% [========================= ] 751/1828 41% [========================= ] 752/1828 41% [========================= ] 753/1828 41% [========================= ] 754/1828 41% [========================= ] 755/1828 41% [========================= ] 756/1828 41% [========================= ] 757/1828 41% [========================= ] 758/1828 41% [========================= ] 759/1828 41% [========================= ] 760/1828 41% [========================= ] 761/1828 41% [========================= ] 762/1828 41% [========================= ] 763/1828 41% [========================= ] 764/1828 41% [========================= ] 765/1828 41% [========================= ] 766/1828 41% [========================== ] 767/1828 41% [========================== ] 768/1828 42% [========================== ] 769/1828 42% [========================== ] 770/1828 42% [========================== ] 771/1828 42% [========================== ] 772/1828 42% [========================== ] 773/1828 42% [========================== ] 774/1828 42% [========================== ] 775/1828 42% [========================== ] 776/1828 42% [========================== ] 777/1828 42% [========================== ] 778/1828 42% [========================== ] 779/1828 42% [========================== ] 780/1828 42% [========================== ] 781/1828 42% [========================== ] 782/1828 42% [========================== ] 783/1828 42% [========================== ] 784/1828 42% [========================== ] 785/1828 42% [========================== ] 786/1828 42% [========================== ] 787/1828 43% [========================== ] 788/1828 43% [========================== ] 789/1828 43% [========================== ] 790/1828 43% [========================== ] 791/1828 43% [========================== ] 792/1828 43% [========================== ] 793/1828 43% [========================== ] 794/1828 43% [========================== ] 795/1828 43% [========================== ] 796/1828 43% [=========================== ] 797/1828 43% [=========================== ] 798/1828 43% [=========================== ] 799/1828 43% [=========================== ] 800/1828 43% [=========================== ] 801/1828 43% [=========================== ] 802/1828 43% [=========================== ] 803/1828 43% [=========================== ] 804/1828 43% [=========================== ] 805/1828 44% [=========================== ] 806/1828 44% [=========================== ] 807/1828 44% [=========================== ] 808/1828 44% [=========================== ] 809/1828 44% [=========================== ] 810/1828 44% [=========================== ] 811/1828 44% [=========================== ] 812/1828 44% [=========================== ] 813/1828 44% [=========================== ] 814/1828 44% [=========================== ] 815/1828 44% [=========================== ] 816/1828 44% [=========================== ] 817/1828 44% [=========================== ] 818/1828 44% [=========================== ] 819/1828 44% [=========================== ] 820/1828 44% [=========================== ] 821/1828 44% [=========================== ] 822/1828 44% [=========================== ] 823/1828 45% [=========================== ] 824/1828 45% [=========================== ] 825/1828 45% [============================ ] 826/1828 45% [============================ ] 827/1828 45% [============================ ] 828/1828 45% [============================ ] 829/1828 45% [============================ ] 830/1828 45% [============================ ] 831/1828 45% [============================ ] 832/1828 45% [============================ ] 833/1828 45% [============================ ] 834/1828 45% [============================ ] 835/1828 45% [============================ ] 836/1828 45% [============================ ] 837/1828 45% [============================ ] 838/1828 45% [============================ ] 839/1828 45% [============================ ] 840/1828 45% [============================ ] 841/1828 46% [============================ ] 842/1828 46% [============================ ] 843/1828 46% [============================ ] 844/1828 46% [============================ ] 845/1828 46% [============================ ] 846/1828 46% [============================ ] 847/1828 46% [============================ ] 848/1828 46% [============================ ] 849/1828 46% [============================ ] 850/1828 46% [============================ ] 851/1828 46% [============================ ] 852/1828 46% [============================ ] 853/1828 46% [============================ ] 854/1828 46% [============================ ] 855/1828 46% [============================= ] 856/1828 46% [============================= ] 857/1828 46% [============================= ] 858/1828 46% [============================= ] 859/1828 46% [============================= ] 860/1828 47% [============================= ] 861/1828 47% [============================= ] 862/1828 47% [============================= ] 863/1828 47% [============================= ] 864/1828 47% [============================= ] 865/1828 47% [============================= ] 866/1828 47% [============================= ] 867/1828 47% [============================= ] 868/1828 47% [============================= ] 869/1828 47% [============================= ] 870/1828 47% [============================= ] 871/1828 47% [============================= ] 872/1828 47% [============================= ] 873/1828 47% [============================= ] 874/1828 47% [============================= ] 875/1828 47% [============================= ] 876/1828 47% [============================= ] 877/1828 47% [============================= ] 878/1828 48% [============================= ] 879/1828 48% [============================= ] 880/1828 48% [============================= ] 881/1828 48% [============================= ] 882/1828 48% [============================= ] 883/1828 48% [============================= ] 884/1828 48% [============================== ] 885/1828 48% [============================== ] 886/1828 48% [============================== ] 887/1828 48% [============================== ] 888/1828 48% [============================== ] 889/1828 48% [============================== ] 890/1828 48% [============================== ] 891/1828 48% [============================== ] 892/1828 48% [============================== ] 893/1828 48% [============================== ] 894/1828 48% [============================== ] 895/1828 48% [============================== ] 896/1828 49% [============================== ] 897/1828 49% [============================== ] 898/1828 49% [============================== ] 899/1828 49% [============================== ] 900/1828 49% [============================== ] 901/1828 49% [============================== ] 902/1828 49% [============================== ] 903/1828 49% [============================== ] 904/1828 49% [============================== ] 905/1828 49% [============================== ] 906/1828 49% [============================== ] 907/1828 49% [============================== ] 908/1828 49% [============================== ] 909/1828 49% [============================== ] 910/1828 49% [============================== ] 911/1828 49% [============================== ] 912/1828 49% [============================== ] 913/1828 49% [=============================== ] 914/1828 50% [=============================== ] 915/1828 50% [=============================== ] 916/1828 50% [=============================== ] 917/1828 50% [=============================== ] 918/1828 50% [=============================== ] 919/1828 50% [=============================== ] 920/1828 50% [=============================== ] 921/1828 50% [=============================== ] 922/1828 50% [=============================== ] 923/1828 50% [=============================== ] 924/1828 50% [=============================== ] 925/1828 50% [=============================== ] 926/1828 50% [=============================== ] 927/1828 50% [=============================== ] 928/1828 50% [=============================== ] 929/1828 50% [=============================== ] 930/1828 50% [=============================== ] 931/1828 50% [=============================== ] 932/1828 50% [=============================== ] 933/1828 51% [=============================== ] 934/1828 51% [=============================== ] 935/1828 51% [=============================== ] 936/1828 51% [=============================== ] 937/1828 51% [=============================== ] 938/1828 51% [=============================== ] 939/1828 51% [=============================== ] 940/1828 51% [=============================== ] 941/1828 51% [=============================== ] 942/1828 51% [=============================== ] 943/1828 51% [================================ ] 944/1828 51% [================================ ] 945/1828 51% [================================ ] 946/1828 51% [================================ ] 947/1828 51% [================================ ] 948/1828 51% [================================ ] 949/1828 51% [================================ ] 950/1828 51% [================================ ] 951/1828 52% [================================ ] 952/1828 52% [================================ ] 953/1828 52% [================================ ] 954/1828 52% [================================ ] 955/1828 52% [================================ ] 956/1828 52% [================================ ] 957/1828 52% [================================ ] 958/1828 52% [================================ ] 959/1828 52% [================================ ] 960/1828 52% [================================ ] 961/1828 52% [================================ ] 962/1828 52% [================================ ] 963/1828 52% [================================ ] 964/1828 52% [================================ ] 965/1828 52% [================================ ] 966/1828 52% [================================ ] 967/1828 52% [================================ ] 968/1828 52% [================================ ] 969/1828 53% [================================ ] 970/1828 53% [================================ ] 971/1828 53% [================================ ] 972/1828 53% [================================= ] 973/1828 53% [================================= ] 974/1828 53% [================================= ] 975/1828 53% [================================= ] 976/1828 53% [================================= ] 977/1828 53% [================================= ] 978/1828 53% [================================= ] 979/1828 53% [================================= ] 980/1828 53% [================================= ] 981/1828 53% [================================= ] 982/1828 53% [================================= ] 983/1828 53% [================================= ] 984/1828 53% [================================= ] 985/1828 53% [================================= ] 986/1828 53% [================================= ] 987/1828 53% [================================= ] 988/1828 54% [================================= ] 989/1828 54% [================================= ] 990/1828 54% [================================= ] 991/1828 54% [================================= ] 992/1828 54% [================================= ] 993/1828 54% [================================= ] 994/1828 54% [================================= ] 995/1828 54% [================================= ] 996/1828 54% [================================= ] 997/1828 54% [================================= ] 998/1828 54% [================================= ] 999/1828 54% [================================= ] 1000/1828 54% [================================= ] 1001/1828 54% [================================= ] 1002/1828 54% [================================== ] 1003/1828 54% [================================== ] 1004/1828 54% [================================== ] 1005/1828 54% [================================== ] 1006/1828 55% [================================== ] 1007/1828 55% [================================== ] 1008/1828 55% [================================== ] 1009/1828 55% [================================== ] 1010/1828 55% [================================== ] 1011/1828 55% [================================== ] 1012/1828 55% [================================== ] 1013/1828 55% [================================== ] 1014/1828 55% [================================== ] 1015/1828 55% [================================== ] 1016/1828 55% [================================== ] 1017/1828 55% [================================== ] 1018/1828 55% [================================== ] 1019/1828 55% [================================== ] 1020/1828 55% [================================== ] 1021/1828 55% [================================== ] 1022/1828 55% [================================== ] 1023/1828 55% [================================== ] 1024/1828 56% [================================== ] 1025/1828 56% [================================== ] 1026/1828 56% [================================== ] 1027/1828 56% [================================== ] 1028/1828 56% [================================== ] 1029/1828 56% [================================== ] 1030/1828 56% [================================== ] 1031/1828 56% [=================================== ] 1032/1828 56% [=================================== ] 1033/1828 56% [=================================== ] 1034/1828 56% [=================================== ] 1035/1828 56% [=================================== ] 1036/1828 56% [=================================== ] 1037/1828 56% [=================================== ] 1038/1828 56% [=================================== ] 1039/1828 56% [=================================== ] 1040/1828 56% [=================================== ] 1041/1828 56% [=================================== ] 1042/1828 57% [=================================== ] 1043/1828 57% [=================================== ] 1044/1828 57% [=================================== ] 1045/1828 57% [=================================== ] 1046/1828 57% [=================================== ] 1047/1828 57% [=================================== ] 1048/1828 57% [=================================== ] 1049/1828 57% [=================================== ] 1050/1828 57% [=================================== ] 1051/1828 57% [=================================== ] 1052/1828 57% [=================================== ] 1053/1828 57% [=================================== ] 1054/1828 57% [=================================== ] 1055/1828 57% [=================================== ] 1056/1828 57% [=================================== ] 1057/1828 57% [=================================== ] 1058/1828 57% [=================================== ] 1059/1828 57% [=================================== ] 1060/1828 57% [=================================== ] 1061/1828 58% [==================================== ] 1062/1828 58% [==================================== ] 1063/1828 58% [==================================== ] 1064/1828 58% [==================================== ] 1065/1828 58% [==================================== ] 1066/1828 58% [==================================== ] 1067/1828 58% [==================================== ] 1068/1828 58% [==================================== ] 1069/1828 58% [==================================== ] 1070/1828 58% [==================================== ] 1071/1828 58% [==================================== ] 1072/1828 58% [==================================== ] 1073/1828 58% [==================================== ] 1074/1828 58% [==================================== ] 1075/1828 58% [==================================== ] 1076/1828 58% [==================================== ] 1077/1828 58% [==================================== ] 1078/1828 58% [==================================== ] 1079/1828 59% [==================================== ] 1080/1828 59% [==================================== ] 1081/1828 59% [==================================== ] 1082/1828 59% [==================================== ] 1083/1828 59% [==================================== ] 1084/1828 59% [==================================== ] 1085/1828 59% [==================================== ] 1086/1828 59% [==================================== ] 1087/1828 59% [==================================== ] 1088/1828 59% [==================================== ] 1089/1828 59% [==================================== ] 1090/1828 59% [===================================== ] 1091/1828 59% [===================================== ] 1092/1828 59% [===================================== ] 1093/1828 59% [===================================== ] 1094/1828 59% [===================================== ] 1095/1828 59% [===================================== ] 1096/1828 59% [===================================== ] 1097/1828 60% [===================================== ] 1098/1828 60% [===================================== ] 1099/1828 60% [===================================== ] 1100/1828 60% [===================================== ] 1101/1828 60% [===================================== ] 1102/1828 60% [===================================== ] 1103/1828 60% [===================================== ] 1104/1828 60% [===================================== ] 1105/1828 60% [===================================== ] 1106/1828 60% [===================================== ] 1107/1828 60% [===================================== ] 1108/1828 60% [===================================== ] 1109/1828 60% [===================================== ] 1110/1828 60% [===================================== ] 1111/1828 60% [===================================== ] 1112/1828 60% [===================================== ] 1113/1828 60% [===================================== ] 1114/1828 60% [===================================== ] 1115/1828 60% [===================================== ] 1116/1828 61% [===================================== ] 1117/1828 61% [===================================== ] 1118/1828 61% [===================================== ] 1119/1828 61% [===================================== ] 1120/1828 61% [====================================== ] 1121/1828 61% [====================================== ] 1122/1828 61% [====================================== ] 1123/1828 61% [====================================== ] 1124/1828 61% [====================================== ] 1125/1828 61% [====================================== ] 1126/1828 61% [====================================== ] 1127/1828 61% [====================================== ] 1128/1828 61% [====================================== ] 1129/1828 61% [====================================== ] 1130/1828 61% [====================================== ] 1131/1828 61% [====================================== ] 1132/1828 61% [====================================== ] 1133/1828 61% [====================================== ] 1134/1828 62% [====================================== ] 1135/1828 62% [====================================== ] 1136/1828 62% [====================================== ] 1137/1828 62% [====================================== ] 1138/1828 62% [====================================== ] 1139/1828 62% [====================================== ] 1140/1828 62% [====================================== ] 1141/1828 62% [====================================== ] 1142/1828 62% [====================================== ] 1143/1828 62% [====================================== ] 1144/1828 62% [====================================== ] 1145/1828 62% [====================================== ] 1146/1828 62% [====================================== ] 1147/1828 62% [====================================== ] 1148/1828 62% [====================================== ] 1149/1828 62% [======================================= ] 1150/1828 62% [======================================= ] 1151/1828 62% [======================================= ] 1152/1828 63% [======================================= ] 1153/1828 63% [======================================= ] 1154/1828 63% [======================================= ] 1155/1828 63% [======================================= ] 1156/1828 63% [======================================= ] 1157/1828 63% [======================================= ] 1158/1828 63% [======================================= ] 1159/1828 63% [======================================= ] 1160/1828 63% [======================================= ] 1161/1828 63% [======================================= ] 1162/1828 63% [======================================= ] 1163/1828 63% [======================================= ] 1164/1828 63% [======================================= ] 1165/1828 63% [======================================= ] 1166/1828 63% [======================================= ] 1167/1828 63% [======================================= ] 1168/1828 63% [======================================= ] 1169/1828 63% [======================================= ] 1170/1828 64% [======================================= ] 1171/1828 64% [======================================= ] 1172/1828 64% [======================================= ] 1173/1828 64% [======================================= ] 1174/1828 64% [======================================= ] 1175/1828 64% [======================================= ] 1176/1828 64% [======================================= ] 1177/1828 64% [======================================= ] 1178/1828 64% [======================================= ] 1179/1828 64% [======================================== ] 1180/1828 64% [======================================== ] 1181/1828 64% [======================================== ] 1182/1828 64% [======================================== ] 1183/1828 64% [======================================== ] 1184/1828 64% [======================================== ] 1185/1828 64% [======================================== ] 1186/1828 64% [======================================== ] 1187/1828 64% [======================================== ] 1188/1828 64% [======================================== ] 1189/1828 65% [======================================== ] 1190/1828 65% [======================================== ] 1191/1828 65% [======================================== ] 1192/1828 65% [======================================== ] 1193/1828 65% [======================================== ] 1194/1828 65% [======================================== ] 1195/1828 65% [======================================== ] 1196/1828 65% [======================================== ] 1197/1828 65% [======================================== ] 1198/1828 65% [======================================== ] 1199/1828 65% [======================================== ] 1200/1828 65% [======================================== ] 1201/1828 65% [======================================== ] 1202/1828 65% [======================================== ] 1203/1828 65% [======================================== ] 1204/1828 65% [======================================== ] 1205/1828 65% [======================================== ] 1206/1828 65% [======================================== ] 1207/1828 66% [======================================== ] 1208/1828 66% [========================================= ] 1209/1828 66% [========================================= ] 1210/1828 66% [========================================= ] 1211/1828 66% [========================================= ] 1212/1828 66% [========================================= ] 1213/1828 66% [========================================= ] 1214/1828 66% [========================================= ] 1215/1828 66% [========================================= ] 1216/1828 66% [========================================= ] 1217/1828 66% [========================================= ] 1218/1828 66% [========================================= ] 1219/1828 66% [========================================= ] 1220/1828 66% [========================================= ] 1221/1828 66% [========================================= ] 1222/1828 66% [========================================= ] 1223/1828 66% [========================================= ] 1224/1828 66% [========================================= ] 1225/1828 67% [========================================= ] 1226/1828 67% [========================================= ] 1227/1828 67% [========================================= ] 1228/1828 67% [========================================= ] 1229/1828 67% [========================================= ] 1230/1828 67% [========================================= ] 1231/1828 67% [========================================= ] 1232/1828 67% [========================================= ] 1233/1828 67% [========================================= ] 1234/1828 67% [========================================= ] 1235/1828 67% [========================================= ] 1236/1828 67% [========================================= ] 1237/1828 67% [========================================= ] 1238/1828 67% [========================================== ] 1239/1828 67% [========================================== ] 1240/1828 67% [========================================== ] 1241/1828 67% [========================================== ] 1242/1828 67% [========================================== ] 1243/1828 67% [========================================== ] 1244/1828 68% [========================================== ] 1245/1828 68% [========================================== ] 1246/1828 68% [========================================== ] 1247/1828 68% [========================================== ] 1248/1828 68% [========================================== ] 1249/1828 68% [========================================== ] 1250/1828 68% [========================================== ] 1251/1828 68% [========================================== ] 1252/1828 68% [========================================== ] 1253/1828 68% [========================================== ] 1254/1828 68% [========================================== ] 1255/1828 68% [========================================== ] 1256/1828 68% [========================================== ] 1257/1828 68% [========================================== ] 1258/1828 68% [========================================== ] 1259/1828 68% [========================================== ] 1260/1828 68% [========================================== ] 1261/1828 68% [========================================== ] 1262/1828 69% [========================================== ] 1263/1828 69% [========================================== ] 1264/1828 69% [========================================== ] 1265/1828 69% [========================================== ] 1266/1828 69% [========================================== ] 1267/1828 69% [=========================================== ] 1268/1828 69% [=========================================== ] 1269/1828 69% [=========================================== ] 1270/1828 69% [=========================================== ] 1271/1828 69% [=========================================== ] 1272/1828 69% [=========================================== ] 1273/1828 69% [=========================================== ] 1274/1828 69% [=========================================== ] 1275/1828 69% [=========================================== ] 1276/1828 69% [=========================================== ] 1277/1828 69% [=========================================== ] 1278/1828 69% [=========================================== ] 1279/1828 69% [=========================================== ] 1280/1828 70% [=========================================== ] 1281/1828 70% [=========================================== ] 1282/1828 70% [=========================================== ] 1283/1828 70% [=========================================== ] 1284/1828 70% [=========================================== ] 1285/1828 70% [=========================================== ] 1286/1828 70% [=========================================== ] 1287/1828 70% [=========================================== ] 1288/1828 70% [=========================================== ] 1289/1828 70% [=========================================== ] 1290/1828 70% [=========================================== ] 1291/1828 70% [=========================================== ] 1292/1828 70% [=========================================== ] 1293/1828 70% [=========================================== ] 1294/1828 70% [=========================================== ] 1295/1828 70% [=========================================== ] 1296/1828 70% [=========================================== ] 1297/1828 70% [============================================ ] 1298/1828 71% [============================================ ] 1299/1828 71% [============================================ ] 1300/1828 71% [============================================ ] 1301/1828 71% [============================================ ] 1302/1828 71% [============================================ ] 1303/1828 71% [============================================ ] 1304/1828 71% [============================================ ] 1305/1828 71% [============================================ ] 1306/1828 71% [============================================ ] 1307/1828 71% [============================================ ] 1308/1828 71% [============================================ ] 1309/1828 71% [============================================ ] 1310/1828 71% [============================================ ] 1311/1828 71% [============================================ ] 1312/1828 71% [============================================ ] 1313/1828 71% [============================================ ] 1314/1828 71% [============================================ ] 1315/1828 71% [============================================ ] 1316/1828 71% [============================================ ] 1317/1828 72% [============================================ ] 1318/1828 72% [============================================ ] 1319/1828 72% [============================================ ] 1320/1828 72% [============================================ ] 1321/1828 72% [============================================ ] 1322/1828 72% [============================================ ] 1323/1828 72% [============================================ ] 1324/1828 72% [============================================ ] 1325/1828 72% [============================================ ] 1326/1828 72% [============================================= ] 1327/1828 72% [============================================= ] 1328/1828 72% [============================================= ] 1329/1828 72% [============================================= ] 1330/1828 72% [============================================= ] 1331/1828 72% [============================================= ] 1332/1828 72% [============================================= ] 1333/1828 72% [============================================= ] 1334/1828 72% [============================================= ] 1335/1828 73% [============================================= ] 1336/1828 73% [============================================= ] 1337/1828 73% [============================================= ] 1338/1828 73% [============================================= ] 1339/1828 73% [============================================= ] 1340/1828 73% [============================================= ] 1341/1828 73% [============================================= ] 1342/1828 73% [============================================= ] 1343/1828 73% [============================================= ] 1344/1828 73% [============================================= ] 1345/1828 73% [============================================= ] 1346/1828 73% [============================================= ] 1347/1828 73% [============================================= ] 1348/1828 73% [============================================= ] 1349/1828 73% [============================================= ] 1350/1828 73% [============================================= ] 1351/1828 73% [============================================= ] 1352/1828 73% [============================================= ] 1353/1828 74% [============================================= ] 1354/1828 74% [============================================= ] 1355/1828 74% [============================================= ] 1356/1828 74% [============================================== ] 1357/1828 74% [============================================== ] 1358/1828 74% [============================================== ] 1359/1828 74% [============================================== ] 1360/1828 74% [============================================== ] 1361/1828 74% [============================================== ] 1362/1828 74% [============================================== ] 1363/1828 74% [============================================== ] 1364/1828 74% [============================================== ] 1365/1828 74% [============================================== ] 1366/1828 74% [============================================== ] 1367/1828 74% [============================================== ] 1368/1828 74% [============================================== ] 1369/1828 74% [============================================== ] 1370/1828 74% [============================================== ] 1371/1828 75% [============================================== ] 1372/1828 75% [============================================== ] 1373/1828 75% [============================================== ] 1374/1828 75% [============================================== ] 1375/1828 75% [============================================== ] 1376/1828 75% [============================================== ] 1377/1828 75% [============================================== ] 1378/1828 75% [============================================== ] 1379/1828 75% [============================================== ] 1380/1828 75% [============================================== ] 1381/1828 75% [============================================== ] 1382/1828 75% [============================================== ] 1383/1828 75% [============================================== ] 1384/1828 75% [============================================== ] 1385/1828 75% [=============================================== ] 1386/1828 75% [=============================================== ] 1387/1828 75% [=============================================== ] 1388/1828 75% [=============================================== ] 1389/1828 75% [=============================================== ] 1390/1828 76% [=============================================== ] 1391/1828 76% [=============================================== ] 1392/1828 76% [=============================================== ] 1393/1828 76% [=============================================== ] 1394/1828 76% [=============================================== ] 1395/1828 76% [=============================================== ] 1396/1828 76% [=============================================== ] 1397/1828 76% [=============================================== ] 1398/1828 76% [=============================================== ] 1399/1828 76% [=============================================== ] 1400/1828 76% [=============================================== ] 1401/1828 76% [=============================================== ] 1402/1828 76% [=============================================== ] 1403/1828 76% [=============================================== ] 1404/1828 76% [=============================================== ] 1405/1828 76% [=============================================== ] 1406/1828 76% [=============================================== ] 1407/1828 76% [=============================================== ] 1408/1828 77% [=============================================== ] 1409/1828 77% [=============================================== ] 1410/1828 77% [=============================================== ] 1411/1828 77% [=============================================== ] 1412/1828 77% [=============================================== ] 1413/1828 77% [=============================================== ] 1414/1828 77% [=============================================== ] 1415/1828 77% [================================================ ] 1416/1828 77% [================================================ ] 1417/1828 77% [================================================ ] 1418/1828 77% [================================================ ] 1419/1828 77% [================================================ ] 1420/1828 77% [================================================ ] 1421/1828 77% [================================================ ] 1422/1828 77% [================================================ ] 1423/1828 77% [================================================ ] 1424/1828 77% [================================================ ] 1425/1828 77% [================================================ ] 1426/1828 78% [================================================ ] 1427/1828 78% [================================================ ] 1428/1828 78% [================================================ ] 1429/1828 78% [================================================ ] 1430/1828 78% [================================================ ] 1431/1828 78% [================================================ ] 1432/1828 78% [================================================ ] 1433/1828 78% [================================================ ] 1434/1828 78% [================================================ ] 1435/1828 78% [================================================ ] 1436/1828 78% [================================================ ] 1437/1828 78% [================================================ ] 1438/1828 78% [================================================ ] 1439/1828 78% [================================================ ] 1440/1828 78% [================================================ ] 1441/1828 78% [================================================ ] 1442/1828 78% [================================================ ] 1443/1828 78% [================================================ ] 1444/1828 78% [================================================= ] 1445/1828 79% [================================================= ] 1446/1828 79% [================================================= ] 1447/1828 79% [================================================= ] 1448/1828 79% [================================================= ] 1449/1828 79% [================================================= ] 1450/1828 79% [================================================= ] 1451/1828 79% [================================================= ] 1452/1828 79% [================================================= ] 1453/1828 79% [================================================= ] 1454/1828 79% [================================================= ] 1455/1828 79% [================================================= ] 1456/1828 79% [================================================= ] 1457/1828 79% [================================================= ] 1458/1828 79% [================================================= ] 1459/1828 79% [================================================= ] 1460/1828 79% [================================================= ] 1461/1828 79% [================================================= ] 1462/1828 79% [================================================= ] 1463/1828 80% [================================================= ] 1464/1828 80% [================================================= ] 1465/1828 80% [================================================= ] 1466/1828 80% [================================================= ] 1467/1828 80% [================================================= ] 1468/1828 80% [================================================= ] 1469/1828 80% [================================================= ] 1470/1828 80% [================================================= ] 1471/1828 80% [================================================= ] 1472/1828 80% [================================================= ] 1473/1828 80% [================================================= ] 1474/1828 80% [================================================== ] 1475/1828 80% [================================================== ] 1476/1828 80% [================================================== ] 1477/1828 80% [================================================== ] 1478/1828 80% [================================================== ] 1479/1828 80% [================================================== ] 1480/1828 80% [================================================== ] 1481/1828 81% [================================================== ] 1482/1828 81% [================================================== ] 1483/1828 81% [================================================== ] 1484/1828 81% [================================================== ] 1485/1828 81% [================================================== ] 1486/1828 81% [================================================== ] 1487/1828 81% [================================================== ] 1488/1828 81% [================================================== ] 1489/1828 81% [================================================== ] 1490/1828 81% [================================================== ] 1491/1828 81% [================================================== ] 1492/1828 81% [================================================== ] 1493/1828 81% [================================================== ] 1494/1828 81% [================================================== ] 1495/1828 81% [================================================== ] 1496/1828 81% [================================================== ] 1497/1828 81% [================================================== ] 1498/1828 81% [================================================== ] 1499/1828 82% [================================================== ] 1500/1828 82% [================================================== ] 1501/1828 82% [================================================== ] 1502/1828 82% [================================================== ] 1503/1828 82% [=================================================== ] 1504/1828 82% [=================================================== ] 1505/1828 82% [=================================================== ] 1506/1828 82% [=================================================== ] 1507/1828 82% [=================================================== ] 1508/1828 82% [=================================================== ] 1509/1828 82% [=================================================== ] 1510/1828 82% [=================================================== ] 1511/1828 82% [=================================================== ] 1512/1828 82% [=================================================== ] 1513/1828 82% [=================================================== ] 1514/1828 82% [=================================================== ] 1515/1828 82% [=================================================== ] 1516/1828 82% [=================================================== ] 1517/1828 82% [=================================================== ] 1518/1828 83% [=================================================== ] 1519/1828 83% [=================================================== ] 1520/1828 83% [=================================================== ] 1521/1828 83% [=================================================== ] 1522/1828 83% [=================================================== ] 1523/1828 83% [=================================================== ] 1524/1828 83% [=================================================== ] 1525/1828 83% [=================================================== ] 1526/1828 83% [=================================================== ] 1527/1828 83% [=================================================== ] 1528/1828 83% [=================================================== ] 1529/1828 83% [=================================================== ] 1530/1828 83% [=================================================== ] 1531/1828 83% [=================================================== ] 1532/1828 83% [=================================================== ] 1533/1828 83% [==================================================== ] 1534/1828 83% [==================================================== ] 1535/1828 83% [==================================================== ] 1536/1828 84% [==================================================== ] 1537/1828 84% [==================================================== ] 1538/1828 84% [==================================================== ] 1539/1828 84% [==================================================== ] 1540/1828 84% [==================================================== ] 1541/1828 84% [==================================================== ] 1542/1828 84% [==================================================== ] 1543/1828 84% [==================================================== ] 1544/1828 84% [==================================================== ] 1545/1828 84% [==================================================== ] 1546/1828 84% [==================================================== ] 1547/1828 84% [==================================================== ] 1548/1828 84% [==================================================== ] 1549/1828 84% [==================================================== ] 1550/1828 84% [==================================================== ] 1551/1828 84% [==================================================== ] 1552/1828 84% [==================================================== ] 1553/1828 84% [==================================================== ] 1554/1828 85% [==================================================== ] 1555/1828 85% [==================================================== ] 1556/1828 85% [==================================================== ] 1557/1828 85% [==================================================== ] 1558/1828 85% [==================================================== ] 1559/1828 85% [==================================================== ] 1560/1828 85% [==================================================== ] 1561/1828 85% [==================================================== ] 1562/1828 85% [===================================================== ] 1563/1828 85% [===================================================== ] 1564/1828 85% [===================================================== ] 1565/1828 85% [===================================================== ] 1566/1828 85% [===================================================== ] 1567/1828 85% [===================================================== ] 1568/1828 85% [===================================================== ] 1569/1828 85% [===================================================== ] 1570/1828 85% [===================================================== ] 1571/1828 85% [===================================================== ] 1572/1828 85% [===================================================== ] 1573/1828 86% [===================================================== ] 1574/1828 86% [===================================================== ] 1575/1828 86% [===================================================== ] 1576/1828 86% [===================================================== ] 1577/1828 86% [===================================================== ] 1578/1828 86% [===================================================== ] 1579/1828 86% [===================================================== ] 1580/1828 86% [===================================================== ] 1581/1828 86% [===================================================== ] 1582/1828 86% [===================================================== ] 1583/1828 86% [===================================================== ] 1584/1828 86% [===================================================== ] 1585/1828 86% [===================================================== ] 1586/1828 86% [===================================================== ] 1587/1828 86% [===================================================== ] 1588/1828 86% [===================================================== ] 1589/1828 86% [===================================================== ] 1590/1828 86% [===================================================== ] 1591/1828 87% [===================================================== ] 1592/1828 87% [====================================================== ] 1593/1828 87% [====================================================== ] 1594/1828 87% [====================================================== ] 1595/1828 87% [====================================================== ] 1596/1828 87% [====================================================== ] 1597/1828 87% [====================================================== ] 1598/1828 87% [====================================================== ] 1599/1828 87% [====================================================== ] 1600/1828 87% [====================================================== ] 1601/1828 87% [====================================================== ] 1602/1828 87% [====================================================== ] 1603/1828 87% [====================================================== ] 1604/1828 87% [====================================================== ] 1605/1828 87% [====================================================== ] 1606/1828 87% [====================================================== ] 1607/1828 87% [====================================================== ] 1608/1828 87% [====================================================== ] 1609/1828 88% [====================================================== ] 1610/1828 88% [====================================================== ] 1611/1828 88% [====================================================== ] 1612/1828 88% [====================================================== ] 1613/1828 88% [====================================================== ] 1614/1828 88% [====================================================== ] 1615/1828 88% [====================================================== ] 1616/1828 88% [====================================================== ] 1617/1828 88% [====================================================== ] 1618/1828 88% [====================================================== ] 1619/1828 88% [====================================================== ] 1620/1828 88% [====================================================== ] 1621/1828 88% [======================================================= ] 1622/1828 88% [======================================================= ] 1623/1828 88% [======================================================= ] 1624/1828 88% [======================================================= ] 1625/1828 88% [======================================================= ] 1626/1828 88% [======================================================= ] 1627/1828 89% [======================================================= ] 1628/1828 89% [======================================================= ] 1629/1828 89% [======================================================= ] 1630/1828 89% [======================================================= ] 1631/1828 89% [======================================================= ] 1632/1828 89% [======================================================= ] 1633/1828 89% [======================================================= ] 1634/1828 89% [======================================================= ] 1635/1828 89% [======================================================= ] 1636/1828 89% [======================================================= ] 1637/1828 89% [======================================================= ] 1638/1828 89% [======================================================= ] 1639/1828 89% [======================================================= ] 1640/1828 89% [======================================================= ] 1641/1828 89% [======================================================= ] 1642/1828 89% [======================================================= ] 1643/1828 89% [======================================================= ] 1644/1828 89% [======================================================= ] 1645/1828 89% [======================================================= ] 1646/1828 90% [======================================================= ] 1647/1828 90% [======================================================= ] 1648/1828 90% [======================================================= ] 1649/1828 90% [======================================================= ] 1650/1828 90% [======================================================= ] 1651/1828 90% [======================================================== ] 1652/1828 90% [======================================================== ] 1653/1828 90% [======================================================== ] 1654/1828 90% [======================================================== ] 1655/1828 90% [======================================================== ] 1656/1828 90% [======================================================== ] 1657/1828 90% [======================================================== ] 1658/1828 90% [======================================================== ] 1659/1828 90% [======================================================== ] 1660/1828 90% [======================================================== ] 1661/1828 90% [======================================================== ] 1662/1828 90% [======================================================== ] 1663/1828 90% [======================================================== ] 1664/1828 91% [======================================================== ] 1665/1828 91% [======================================================== ] 1666/1828 91% [======================================================== ] 1667/1828 91% [======================================================== ] 1668/1828 91% [======================================================== ] 1669/1828 91% [======================================================== ] 1670/1828 91% [======================================================== ] 1671/1828 91% [======================================================== ] 1672/1828 91% [======================================================== ] 1673/1828 91% [======================================================== ] 1674/1828 91% [======================================================== ] 1675/1828 91% [======================================================== ] 1676/1828 91% [======================================================== ] 1677/1828 91% [======================================================== ] 1678/1828 91% [======================================================== ] 1679/1828 91% [======================================================== ] 1680/1828 91% [========================================================= ] 1681/1828 91% [========================================================= ] 1682/1828 92% [========================================================= ] 1683/1828 92% [========================================================= ] 1684/1828 92% [========================================================= ] 1685/1828 92% [========================================================= ] 1686/1828 92% [========================================================= ] 1687/1828 92% [========================================================= ] 1688/1828 92% [========================================================= ] 1689/1828 92% [========================================================= ] 1690/1828 92% [========================================================= ] 1691/1828 92% [========================================================= ] 1692/1828 92% [========================================================= ] 1693/1828 92% [========================================================= ] 1694/1828 92% [========================================================= ] 1695/1828 92% [========================================================= ] 1696/1828 92% [========================================================= ] 1697/1828 92% [========================================================= ] 1698/1828 92% [========================================================= ] 1699/1828 92% [========================================================= ] 1700/1828 92% [========================================================= ] 1701/1828 93% [========================================================= ] 1702/1828 93% [========================================================= ] 1703/1828 93% [========================================================= ] 1704/1828 93% [========================================================= ] 1705/1828 93% [========================================================= ] 1706/1828 93% [========================================================= ] 1707/1828 93% [========================================================= ] 1708/1828 93% [========================================================= ] 1709/1828 93% [========================================================= ] 1710/1828 93% [========================================================== ] 1711/1828 93% [========================================================== ] 1712/1828 93% [========================================================== ] 1713/1828 93% [========================================================== ] 1714/1828 93% [========================================================== ] 1715/1828 93% [========================================================== ] 1716/1828 93% [========================================================== ] 1717/1828 93% [========================================================== ] 1718/1828 93% [========================================================== ] 1719/1828 94% [========================================================== ] 1720/1828 94% [========================================================== ] 1721/1828 94% [========================================================== ] 1722/1828 94% [========================================================== ] 1723/1828 94% [========================================================== ] 1724/1828 94% [========================================================== ] 1725/1828 94% [========================================================== ] 1726/1828 94% [========================================================== ] 1727/1828 94% [========================================================== ] 1728/1828 94% [========================================================== ] 1729/1828 94% [========================================================== ] 1730/1828 94% [========================================================== ] 1731/1828 94% [========================================================== ] 1732/1828 94% [========================================================== ] 1733/1828 94% [========================================================== ] 1734/1828 94% [========================================================== ] 1735/1828 94% [========================================================== ] 1736/1828 94% [========================================================== ] 1737/1828 95% [========================================================== ] 1738/1828 95% [========================================================== ] 1739/1828 95% [=========================================================== ] 1740/1828 95% [=========================================================== ] 1741/1828 95% [=========================================================== ] 1742/1828 95% [=========================================================== ] 1743/1828 95% [=========================================================== ] 1744/1828 95% [=========================================================== ] 1745/1828 95% [=========================================================== ] 1746/1828 95% [=========================================================== ] 1747/1828 95% [=========================================================== ] 1748/1828 95% [=========================================================== ] 1749/1828 95% [=========================================================== ] 1750/1828 95% [=========================================================== ] 1751/1828 95% [=========================================================== ] 1752/1828 95% [=========================================================== ] 1753/1828 95% [=========================================================== ] 1754/1828 95% [=========================================================== ] 1755/1828 96% [=========================================================== ] 1756/1828 96% [=========================================================== ] 1757/1828 96% [=========================================================== ] 1758/1828 96% [=========================================================== ] 1759/1828 96% [=========================================================== ] 1760/1828 96% [=========================================================== ] 1761/1828 96% [=========================================================== ] 1762/1828 96% [=========================================================== ] 1763/1828 96% [=========================================================== ] 1764/1828 96% [=========================================================== ] 1765/1828 96% [=========================================================== ] 1766/1828 96% [=========================================================== ] 1767/1828 96% [=========================================================== ] 1768/1828 96% [=========================================================== ] 1769/1828 96% [============================================================ ] 1770/1828 96% [============================================================ ] 1771/1828 96% [============================================================ ] 1772/1828 96% [============================================================ ] 1773/1828 96% [============================================================ ] 1774/1828 97% [============================================================ ] 1775/1828 97% [============================================================ ] 1776/1828 97% [============================================================ ] 1777/1828 97% [============================================================ ] 1778/1828 97% [============================================================ ] 1779/1828 97% [============================================================ ] 1780/1828 97% [============================================================ ] 1781/1828 97% [============================================================ ] 1782/1828 97% [============================================================ ] 1783/1828 97% [============================================================ ] 1784/1828 97% [============================================================ ] 1785/1828 97% [============================================================ ] 1786/1828 97% [============================================================ ] 1787/1828 97% [============================================================ ] 1788/1828 97% [============================================================ ] 1789/1828 97% [============================================================ ] 1790/1828 97% [============================================================ ] 1791/1828 97% [============================================================ ] 1792/1828 98% [============================================================ ] 1793/1828 98% [============================================================ ] 1794/1828 98% [============================================================ ] 1795/1828 98% [============================================================ ] 1796/1828 98% [============================================================ ] 1797/1828 98% [============================================================ ] 1798/1828 98% [============================================================= ] 1799/1828 98% [============================================================= ] 1800/1828 98% [============================================================= ] 1801/1828 98% [============================================================= ] 1802/1828 98% [============================================================= ] 1803/1828 98% [============================================================= ] 1804/1828 98% [============================================================= ] 1805/1828 98% [============================================================= ] 1806/1828 98% [============================================================= ] 1807/1828 98% [============================================================= ] 1808/1828 98% [============================================================= ] 1809/1828 98% [============================================================= ] 1810/1828 99% [============================================================= ] 1811/1828 99% [============================================================= ] 1812/1828 99% [============================================================= ] 1813/1828 99% [============================================================= ] 1814/1828 99% [============================================================= ] 1815/1828 99% [============================================================= ] 1816/1828 99% [============================================================= ] 1817/1828 99% [============================================================= ] 1818/1828 99% [============================================================= ] 1819/1828 99% [============================================================= ] 1820/1828 99% [============================================================= ] 1821/1828 99% [============================================================= ] 1822/1828 99% [============================================================= ] 1823/1828 99% [============================================================= ] 1824/1828 99% [============================================================= ] 1825/1828 99% [============================================================= ] 1826/1828 99% [============================================================= ] 1827/1828 99% [==============================================================] 1828/1828 100% operation complete, 1828 objects in 111586 NAND pages. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/sparc-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/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.42 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.1.103 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> 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) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.4.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-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> 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) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> 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-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-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> 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) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> dc3dd 7.2.641 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dtc 1.7.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> 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-dtc 1.7.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> exim 4.98 Collecting legal info LICENCE: OK (sha256: 49240db527b7e55b312a46fc59794fde5dd006422e422257f4f057bfd27b3c8f) >>> host-berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> ffmpeg 6.1.2 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> libbluray 1.3.4 Collecting legal info COPYING: OK (sha256: b3aa400aca6d2ba1f0bd03bd98d03d1fe7489a3bbb26969d72016360af8a5c9d) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libxml2 2.12.9 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> libvpx 1.13.1 Collecting legal info LICENSE: OK (sha256: 8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615) PATENTS: OK (sha256: cc3273e0694ea5896145e0677699b53471b03ea43021ddc50e7923fbb9f5023c) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> fftw-single 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> fswebcam 20200725 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> gsl 2.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> hackrf 2023.01.1 Collecting legal info COPYING: OK (sha256: 49b60a6288f90f49074228cc1fae0fb16871ba36b756013abdf7c2fc92f01fad) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> haveged 1.9.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> initscripts Collecting legal info >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> lcms2 2.16 Collecting legal info LICENSE: OK (sha256: 6dbd60437f8ef91d8de1f08ad75882547fd4931bfcc3566a0735f28db1484d31) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libcap-ng 0.8.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libcoap 4.3.4 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: bdd94ddd8e75010aebd045ead1c951110788003395c708811d6960248acb3891) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdbi-drivers 0bfae6c43134cf58dc89364328545982ca297abb Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libesmtp 1.1.0 Collecting legal info COPYING.GPL: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) LICENSE: OK (sha256: 20c17d8b8c48a600800dfd14f95d5cb9ff47066a9641ddeab48dc54aec96e331) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libiio 0.25 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> liblo 0.31 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnspr 4.35 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> librtlsdr ed0317e6a58c098874ac58b769cf2e609c18d9a5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libsepol 3.6 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libshout 2.4.6 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libsigsegv 2.14 Collecting legal info COPYING: OK (sha256: 8f2983e9a940367f48999881c14775db725ee643bce1e2f1ba195eb629a33cde) >>> libsndfile 1.2.2 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libstrophe 0.13.1 Collecting legal info MIT-LICENSE.txt: OK (sha256: 82476f36ffd5e895a176013c0812166ba7b7d99f3d536fc7f5ed2e33e9f74a08) GPL-LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libtraceevent 1.8.2 Collecting legal info LICENSES/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> libtracefs 1.8.0 Collecting legal info LICENSES/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> libuev 2.4.1 Collecting legal info LICENSE: OK (sha256: 387d0d8e2aabf187751c8f1ebb9a4abaecaa7e0e05fead27f408193a0f0f17dd) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libutempter 1.2.1 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libxslt 1.1.42 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> libzip 1.10.1 Collecting legal info LICENSE: OK (sha256: 01c022eca6d566e2e8792fd0f091a28653b2a608319922bcd4de91c49d1438e1) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> linux-zigbee 0.3.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> minizip-zlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-mtools 4.0.43 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> p11-kit 0.25.3 Collecting legal info COPYING: OK (sha256: 2e1ba993904df807a10c3eda1e5c272338edc35674b679773a8b3ad460731054) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> pound 4.8 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pppd e1266c76d1ad39f98f11676e34f180f78c5a510c Collecting legal info LICENSE.BSD: OK (sha256: 5d588eb3b157d52112afea935c88a7ff9efddc1e2d95a42c25d3b96ad9055008) LICENSE.GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> proftpd 1.3.8b Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> qcom-db410c-firmware 1034.2.1 Collecting legal info LICENSE: OK (sha256: 11e60ad6f83c2a86e40dca374c24230b53650dd3e0adf2e72c15f8cafedc2e5a) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> rp-pppoe 3.15 Collecting legal info doc/LICENSE: OK (sha256: 464006ba771074f4022db14f58a29a0b447b6fdde9529cf0331be396b6279162) >>> host-runc 1.1.12 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> 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) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_gfx 2.0.23 Collecting legal info COPYING: OK (sha256: 4f5df842266c59b2d7e6ef35b53d7f37b13795d93baf3ed211f502c216f7bc89) LICENSE: OK (sha256: 5f3bc98e0bd2de83279bd62868d4bc0c2b4f811ab828b036d36a4a6d1cd5672d) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sphinxbase 5prealpha Collecting legal info src/libsphinxbase/util/bio.c: OK (sha256: 26f12e0152a5d58c69904e439761a1b2fbb9267b5f04674dbf93667e3e6dd043) >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> ssdp-responder 2.1 Collecting legal info LICENSE: OK (sha256: b66025f1e568a8d80264550d7bd7683780ac248f2baa1e85b4da4b15e28d55a7) >>> sslh 2.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tllist 1.1.0 Collecting legal info LICENSE: OK (sha256: d534a23a31500a0ac958d9634b84f532bd73ff1aca1bb8f7debbcbebc16ff39a) >>> triggerhappy 0.5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uboot-bootcount 3.0.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uclibc-ng-test 0f303c63fab7f4038515ced6f2659242cf60ac19 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> usbredir 0.13.0 Collecting legal info COPYING.LIB: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> vsftpd 3.0.5 Collecting legal info COPYING: OK (sha256: c9cf119e2f9dbcf187fb805ba5aded105db26a693803636fb7228c98460ffbf2) >>> wavemon 0.9.5 Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> 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-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: linux-headers-6.1.103: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'