( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-550-g9d948e1b34"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /tmp/instance-10/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-10/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-10/output-1/per-package /tmp/instance-10/buildroot/support/scripts/fix-rpath target touch /tmp/instance-10/output-1/target/usr >>> Generating root filesystems common tables rm -rf /tmp/instance-10/output-1/build/buildroot-fs mkdir -p /tmp/instance-10/output-1/build/buildroot-fs printf ' quagga -1 quagga -1 * - - - Quagga priv drop user\n ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /tmp/instance-10/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /etc/quagga r 600 quagga quagga - - - - -\n /etc/quagga d 755 quagga quagga - - - - -\n\n' > /tmp/instance-10/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /tmp/instance-10/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.jffs2 mkdir -p /tmp/instance-10/output-1/images rm -rf /tmp/instance-10/output-1/build/buildroot-fs/jffs2 mkdir -p /tmp/instance-10/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-10/output-1/target/ /tmp/instance-10/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /tmp/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /tmp/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /tmp/instance-10/output-1/build/buildroot-fs/jffs2/target" >> /tmp/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-10/buildroot/support/scripts/mkusers /tmp/instance-10/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-10/output-1/build/buildroot-fs/jffs2/target >> /tmp/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot echo "/tmp/instance-10/output-1/host/bin/makedevs -d /tmp/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-10/output-1/build/buildroot-fs/jffs2/target" >> /tmp/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot printf ' rm -rf /tmp/instance-10/output-1/build/buildroot-fs/jffs2/target/usr/lib/udev/hwdb.d/ /tmp/instance-10/output-1/build/buildroot-fs/jffs2/target/etc/udev/hwdb.d/\n' >> /tmp/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /tmp/instance-10/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /tmp/instance-10/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /tmp/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /tmp/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /tmp/instance-10/output-1/host/sbin/mkfs.jffs2 -e 0x4000 --with-xattr -b -n -d /tmp/instance-10/output-1/build/buildroot-fs/jffs2/target -o /tmp/instance-10/output-1/images/rootfs.jffs2\n' >> /tmp/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /tmp/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-10/output-1/host/bin/fakeroot -- /tmp/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/tmp/instance-10/output-1/build/buildroot-fs/jffs2/target table='/tmp/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.romfs mkdir -p /tmp/instance-10/output-1/images rm -rf /tmp/instance-10/output-1/build/buildroot-fs/romfs mkdir -p /tmp/instance-10/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-10/output-1/target/ /tmp/instance-10/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /tmp/instance-10/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /tmp/instance-10/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /tmp/instance-10/output-1/build/buildroot-fs/romfs/target" >> /tmp/instance-10/output-1/build/buildroot-fs/romfs/fakeroot PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-10/buildroot/support/scripts/mkusers /tmp/instance-10/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-10/output-1/build/buildroot-fs/romfs/target >> /tmp/instance-10/output-1/build/buildroot-fs/romfs/fakeroot echo "/tmp/instance-10/output-1/host/bin/makedevs -d /tmp/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-10/output-1/build/buildroot-fs/romfs/target" >> /tmp/instance-10/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /tmp/instance-10/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /tmp/instance-10/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /tmp/instance-10/output-1/build/buildroot-fs/romfs/fakeroot echo "find /tmp/instance-10/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-10/output-1/build/buildroot-fs/romfs/fakeroot echo "find /tmp/instance-10/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-10/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /tmp/instance-10/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /tmp/instance-10/output-1/build/buildroot-fs/romfs/fakeroot printf ' /tmp/instance-10/output-1/host/bin/genromfs -d /tmp/instance-10/output-1/build/buildroot-fs/romfs/target -f /tmp/instance-10/output-1/images/rootfs.romfs\n' >> /tmp/instance-10/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /tmp/instance-10/output-1/build/buildroot-fs/romfs/fakeroot PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-10/output-1/host/bin/fakeroot -- /tmp/instance-10/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/tmp/instance-10/output-1/build/buildroot-fs/romfs/target table='/tmp/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /tmp/instance-10/output-1/images rm -rf /tmp/instance-10/output-1/build/buildroot-fs/yaffs2 mkdir -p /tmp/instance-10/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-10/output-1/target/ /tmp/instance-10/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /tmp/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /tmp/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /tmp/instance-10/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-10/buildroot/support/scripts/mkusers /tmp/instance-10/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-10/output-1/build/buildroot-fs/yaffs2/target >> /tmp/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/tmp/instance-10/output-1/host/bin/makedevs -d /tmp/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-10/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /tmp/instance-10/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /tmp/instance-10/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /tmp/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-10/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-10/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /tmp/instance-10/output-1/host/bin/mkyaffs2 --all-root /tmp/instance-10/output-1/build/buildroot-fs/yaffs2/target /tmp/instance-10/output-1/images/rootfs.yaffs2\n' >> /tmp/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /tmp/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-10/output-1/host/bin/fakeroot -- /tmp/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/tmp/instance-10/output-1/build/buildroot-fs/yaffs2/target table='/tmp/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/tmp/instance-10/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1492 objects. stage 2: creating image '/tmp/instance-10/output-1/images/rootfs.yaffs2' [ ] 1/1492 0% [ ] 2/1492 0% [ ] 3/1492 0% [ ] 4/1492 0% [ ] 5/1492 0% [ ] 6/1492 0% [ ] 7/1492 0% [ ] 8/1492 0% [ ] 9/1492 0% [ ] 10/1492 0% [ ] 11/1492 0% [ ] 12/1492 0% [ ] 13/1492 0% [ ] 14/1492 0% [ ] 15/1492 1% [ ] 16/1492 1% [ ] 17/1492 1% [ ] 18/1492 1% [ ] 19/1492 1% [ ] 20/1492 1% [ ] 21/1492 1% [ ] 22/1492 1% [ ] 23/1492 1% [ ] 24/1492 1% [= ] 25/1492 1% [= ] 26/1492 1% [= ] 27/1492 1% [= ] 28/1492 1% [= ] 29/1492 1% [= ] 30/1492 2% [= ] 31/1492 2% [= ] 32/1492 2% [= ] 33/1492 2% [= ] 34/1492 2% [= ] 35/1492 2% [= ] 36/1492 2% [= ] 37/1492 2% [= ] 38/1492 2% [= ] 39/1492 2% [= ] 40/1492 2% [= ] 41/1492 2% [= ] 42/1492 2% [= ] 43/1492 2% [= ] 44/1492 2% [= ] 45/1492 3% [= ] 46/1492 3% [= ] 47/1492 3% [= ] 48/1492 3% [== ] 49/1492 3% [== ] 50/1492 3% [== ] 51/1492 3% [== ] 52/1492 3% [== ] 53/1492 3% [== ] 54/1492 3% [== ] 55/1492 3% [== ] 56/1492 3% [== ] 57/1492 3% [== ] 58/1492 3% [== ] 59/1492 3% [== ] 60/1492 4% [== ] 61/1492 4% [== ] 62/1492 4% [== ] 63/1492 4% [== ] 64/1492 4% [== ] 65/1492 4% [== ] 66/1492 4% [== ] 67/1492 4% [== ] 68/1492 4% [== ] 69/1492 4% [== ] 70/1492 4% [== ] 71/1492 4% [== ] 72/1492 4% [=== ] 73/1492 4% [=== ] 74/1492 4% [=== ] 75/1492 5% [=== ] 76/1492 5% [=== ] 77/1492 5% [=== ] 78/1492 5% [=== ] 79/1492 5% [=== ] 80/1492 5% [=== ] 81/1492 5% [=== ] 82/1492 5% [=== ] 83/1492 5% [=== ] 84/1492 5% [=== ] 85/1492 5% [=== ] 86/1492 5% [=== ] 87/1492 5% [=== ] 88/1492 5% [=== ] 89/1492 5% [=== ] 90/1492 6% [=== ] 91/1492 6% [=== ] 92/1492 6% [=== ] 93/1492 6% [=== ] 94/1492 6% [=== ] 95/1492 6% [=== ] 96/1492 6% [==== ] 97/1492 6% [==== ] 98/1492 6% [==== ] 99/1492 6% [==== ] 100/1492 6% [==== ] 101/1492 6% [==== ] 102/1492 6% [==== ] 103/1492 6% [==== ] 104/1492 6% [==== ] 105/1492 7% [==== ] 106/1492 7% [==== ] 107/1492 7% [==== ] 108/1492 7% [==== ] 109/1492 7% [==== ] 110/1492 7% [==== ] 111/1492 7% [==== ] 112/1492 7% [==== ] 113/1492 7% [==== ] 114/1492 7% [==== ] 115/1492 7% [==== ] 116/1492 7% [==== ] 117/1492 7% [==== ] 118/1492 7% [==== ] 119/1492 7% [==== ] 120/1492 8% [===== ] 121/1492 8% [===== ] 122/1492 8% [===== ] 123/1492 8% [===== ] 124/1492 8% [===== ] 125/1492 8% [===== ] 126/1492 8% [===== ] 127/1492 8% [===== ] 128/1492 8% [===== ] 129/1492 8% [===== ] 130/1492 8% [===== ] 131/1492 8% [===== ] 132/1492 8% [===== ] 133/1492 8% [===== ] 134/1492 8% [===== ] 135/1492 9% [===== ] 136/1492 9% [===== ] 137/1492 9% [===== ] 138/1492 9% [===== ] 139/1492 9% [===== ] 140/1492 9% [===== ] 141/1492 9% [===== ] 142/1492 9% [===== ] 143/1492 9% [===== ] 144/1492 9% [====== ] 145/1492 9% [====== ] 146/1492 9% [====== ] 147/1492 9% [====== ] 148/1492 9% [====== ] 149/1492 9% [====== ] 150/1492 10% [====== ] 151/1492 10% [====== ] 152/1492 10% [====== ] 153/1492 10% [====== ] 154/1492 10% [====== ] 155/1492 10% [====== ] 156/1492 10% [====== ] 157/1492 10% [====== ] 158/1492 10% [====== ] 159/1492 10% [====== ] 160/1492 10% [====== ] 161/1492 10% [====== ] 162/1492 10% [====== ] 163/1492 10% [====== ] 164/1492 10% [====== ] 165/1492 11% [====== ] 166/1492 11% [====== ] 167/1492 11% [====== ] 168/1492 11% [======= ] 169/1492 11% [======= ] 170/1492 11% [======= ] 171/1492 11% [======= ] 172/1492 11% [======= ] 173/1492 11% [======= ] 174/1492 11% [======= ] 175/1492 11% [======= ] 176/1492 11% [======= ] 177/1492 11% [======= ] 178/1492 11% [======= ] 179/1492 11% [======= ] 180/1492 12% [======= ] 181/1492 12% [======= ] 182/1492 12% [======= ] 183/1492 12% [======= ] 184/1492 12% [======= ] 185/1492 12% [======= ] 186/1492 12% [======= ] 187/1492 12% [======= ] 188/1492 12% [======= ] 189/1492 12% [======= ] 190/1492 12% [======= ] 191/1492 12% [======= ] 192/1492 12% [======== ] 193/1492 12% [======== ] 194/1492 13% [======== ] 195/1492 13% [======== ] 196/1492 13% [======== ] 197/1492 13% [======== ] 198/1492 13% [======== ] 199/1492 13% [======== ] 200/1492 13% [======== ] 201/1492 13% [======== ] 202/1492 13% [======== ] 203/1492 13% [======== ] 204/1492 13% [======== ] 205/1492 13% [======== ] 206/1492 13% [======== ] 207/1492 13% [======== ] 208/1492 13% [======== ] 209/1492 14% [======== ] 210/1492 14% [======== ] 211/1492 14% [======== ] 212/1492 14% [======== ] 213/1492 14% [======== ] 214/1492 14% [======== ] 215/1492 14% [======== ] 216/1492 14% [========= ] 217/1492 14% [========= ] 218/1492 14% [========= ] 219/1492 14% [========= ] 220/1492 14% [========= ] 221/1492 14% [========= ] 222/1492 14% [========= ] 223/1492 14% [========= ] 224/1492 15% [========= ] 225/1492 15% [========= ] 226/1492 15% [========= ] 227/1492 15% [========= ] 228/1492 15% [========= ] 229/1492 15% [========= ] 230/1492 15% [========= ] 231/1492 15% [========= ] 232/1492 15% [========= ] 233/1492 15% [========= ] 234/1492 15% [========= ] 235/1492 15% [========= ] 236/1492 15% [========= ] 237/1492 15% [========= ] 238/1492 15% [========= ] 239/1492 16% [========= ] 240/1492 16% [========== ] 241/1492 16% [========== ] 242/1492 16% [========== ] 243/1492 16% [========== ] 244/1492 16% [========== ] 245/1492 16% [========== ] 246/1492 16% [========== ] 247/1492 16% [========== ] 248/1492 16% [========== ] 249/1492 16% [========== ] 250/1492 16% [========== ] 251/1492 16% [========== ] 252/1492 16% [========== ] 253/1492 16% [========== ] 254/1492 17% [========== ] 255/1492 17% [========== ] 256/1492 17% [========== ] 257/1492 17% [========== ] 258/1492 17% [========== ] 259/1492 17% [========== ] 260/1492 17% [========== ] 261/1492 17% [========== ] 262/1492 17% [========== ] 263/1492 17% [========== ] 264/1492 17% [=========== ] 265/1492 17% [=========== ] 266/1492 17% [=========== ] 267/1492 17% [=========== ] 268/1492 17% [=========== ] 269/1492 18% [=========== ] 270/1492 18% [=========== ] 271/1492 18% [=========== ] 272/1492 18% [=========== ] 273/1492 18% [=========== ] 274/1492 18% [=========== ] 275/1492 18% [=========== ] 276/1492 18% [=========== ] 277/1492 18% [=========== ] 278/1492 18% [=========== ] 279/1492 18% [=========== ] 280/1492 18% [=========== ] 281/1492 18% [=========== ] 282/1492 18% [=========== ] 283/1492 18% [=========== ] 284/1492 19% [=========== ] 285/1492 19% [=========== ] 286/1492 19% [=========== ] 287/1492 19% [=========== ] 288/1492 19% [============ ] 289/1492 19% [============ ] 290/1492 19% [============ ] 291/1492 19% [============ ] 292/1492 19% [============ ] 293/1492 19% [============ ] 294/1492 19% [============ ] 295/1492 19% [============ ] 296/1492 19% [============ ] 297/1492 19% [============ ] 298/1492 19% [============ ] 299/1492 20% [============ ] 300/1492 20% [============ ] 301/1492 20% [============ ] 302/1492 20% [============ ] 303/1492 20% [============ ] 304/1492 20% [============ ] 305/1492 20% [============ ] 306/1492 20% [============ ] 307/1492 20% [============ ] 308/1492 20% [============ ] 309/1492 20% [============ ] 310/1492 20% [============ ] 311/1492 20% [============ ] 312/1492 20% [============= ] 313/1492 20% [============= ] 314/1492 21% [============= ] 315/1492 21% [============= ] 316/1492 21% [============= ] 317/1492 21% [============= ] 318/1492 21% [============= ] 319/1492 21% [============= ] 320/1492 21% [============= ] 321/1492 21% [============= ] 322/1492 21% [============= ] 323/1492 21% [============= ] 324/1492 21% [============= ] 325/1492 21% [============= ] 326/1492 21% [============= ] 327/1492 21% [============= ] 328/1492 21% [============= ] 329/1492 22% [============= ] 330/1492 22% [============= ] 331/1492 22% [============= ] 332/1492 22% [============= ] 333/1492 22% [============= ] 334/1492 22% [============= ] 335/1492 22% [============= ] 336/1492 22% [============== ] 337/1492 22% [============== ] 338/1492 22% [============== ] 339/1492 22% [============== ] 340/1492 22% [============== ] 341/1492 22% [============== ] 342/1492 22% [============== ] 343/1492 22% [============== ] 344/1492 23% [============== ] 345/1492 23% [============== ] 346/1492 23% [============== ] 347/1492 23% [============== ] 348/1492 23% [============== ] 349/1492 23% [============== ] 350/1492 23% [============== ] 351/1492 23% [============== ] 352/1492 23% [============== ] 353/1492 23% [============== ] 354/1492 23% [============== ] 355/1492 23% [============== ] 356/1492 23% [============== ] 357/1492 23% [============== ] 358/1492 23% [============== ] 359/1492 24% [============== ] 360/1492 24% [=============== ] 361/1492 24% [=============== ] 362/1492 24% [=============== ] 363/1492 24% [=============== ] 364/1492 24% [=============== ] 365/1492 24% [=============== ] 366/1492 24% [=============== ] 367/1492 24% [=============== ] 368/1492 24% [=============== ] 369/1492 24% [=============== ] 370/1492 24% [=============== ] 371/1492 24% [=============== ] 372/1492 24% [=============== ] 373/1492 25% [=============== ] 374/1492 25% [=============== ] 375/1492 25% [=============== ] 376/1492 25% [=============== ] 377/1492 25% [=============== ] 378/1492 25% [=============== ] 379/1492 25% [=============== ] 380/1492 25% [=============== ] 381/1492 25% [=============== ] 382/1492 25% [=============== ] 383/1492 25% [=============== ] 384/1492 25% [=============== ] 385/1492 25% [================ ] 386/1492 25% [================ ] 387/1492 25% [================ ] 388/1492 26% [================ ] 389/1492 26% [================ ] 390/1492 26% [================ ] 391/1492 26% [================ ] 392/1492 26% [================ ] 393/1492 26% [================ ] 394/1492 26% [================ ] 395/1492 26% [================ ] 396/1492 26% [================ ] 397/1492 26% [================ ] 398/1492 26% [================ ] 399/1492 26% [================ ] 400/1492 26% [================ ] 401/1492 26% [================ ] 402/1492 26% [================ ] 403/1492 27% [================ ] 404/1492 27% [================ ] 405/1492 27% [================ ] 406/1492 27% [================ ] 407/1492 27% [================ ] 408/1492 27% [================ ] 409/1492 27% [================= ] 410/1492 27% [================= ] 411/1492 27% [================= ] 412/1492 27% [================= ] 413/1492 27% [================= ] 414/1492 27% [================= ] 415/1492 27% [================= ] 416/1492 27% [================= ] 417/1492 27% [================= ] 418/1492 28% [================= ] 419/1492 28% [================= ] 420/1492 28% [================= ] 421/1492 28% [================= ] 422/1492 28% [================= ] 423/1492 28% [================= ] 424/1492 28% [================= ] 425/1492 28% [================= ] 426/1492 28% [================= ] 427/1492 28% [================= ] 428/1492 28% [================= ] 429/1492 28% [================= ] 430/1492 28% [================= ] 431/1492 28% [================= ] 432/1492 28% [================= ] 433/1492 29% [================== ] 434/1492 29% [================== ] 435/1492 29% [================== ] 436/1492 29% [================== ] 437/1492 29% [================== ] 438/1492 29% [================== ] 439/1492 29% [================== ] 440/1492 29% [================== ] 441/1492 29% [================== ] 442/1492 29% [================== ] 443/1492 29% [================== ] 444/1492 29% [================== ] 445/1492 29% [================== ] 446/1492 29% [================== ] 447/1492 29% [================== ] 448/1492 30% [================== ] 449/1492 30% [================== ] 450/1492 30% [================== ] 451/1492 30% [================== ] 452/1492 30% [================== ] 453/1492 30% [================== ] 454/1492 30% [================== ] 455/1492 30% [================== ] 456/1492 30% [================== ] 457/1492 30% [=================== ] 458/1492 30% [=================== ] 459/1492 30% [=================== ] 460/1492 30% [=================== ] 461/1492 30% [=================== ] 462/1492 30% [=================== ] 463/1492 31% [=================== ] 464/1492 31% [=================== ] 465/1492 31% [=================== ] 466/1492 31% [=================== ] 467/1492 31% [=================== ] 468/1492 31% [=================== ] 469/1492 31% [=================== ] 470/1492 31% [=================== ] 471/1492 31% [=================== ] 472/1492 31% [=================== ] 473/1492 31% [=================== ] 474/1492 31% [=================== ] 475/1492 31% [=================== ] 476/1492 31% [=================== ] 477/1492 31% [=================== ] 478/1492 32% [=================== ] 479/1492 32% [=================== ] 480/1492 32% [=================== ] 481/1492 32% [==================== ] 482/1492 32% [==================== ] 483/1492 32% [==================== ] 484/1492 32% [==================== ] 485/1492 32% [==================== ] 486/1492 32% [==================== ] 487/1492 32% [==================== ] 488/1492 32% [==================== ] 489/1492 32% [==================== ] 490/1492 32% [==================== ] 491/1492 32% [==================== ] 492/1492 32% [==================== ] 493/1492 33% [==================== ] 494/1492 33% [==================== ] 495/1492 33% [==================== ] 496/1492 33% [==================== ] 497/1492 33% [==================== ] 498/1492 33% [==================== ] 499/1492 33% [==================== ] 500/1492 33% [==================== ] 501/1492 33% [==================== ] 502/1492 33% [==================== ] 503/1492 33% [==================== ] 504/1492 33% [==================== ] 505/1492 33% [===================== ] 506/1492 33% [===================== ] 507/1492 33% [===================== ] 508/1492 34% [===================== ] 509/1492 34% [===================== ] 510/1492 34% [===================== ] 511/1492 34% [===================== ] 512/1492 34% [===================== ] 513/1492 34% [===================== ] 514/1492 34% [===================== ] 515/1492 34% [===================== ] 516/1492 34% [===================== ] 517/1492 34% [===================== ] 518/1492 34% [===================== ] 519/1492 34% [===================== ] 520/1492 34% [===================== ] 521/1492 34% [===================== ] 522/1492 34% [===================== ] 523/1492 35% [===================== ] 524/1492 35% [===================== ] 525/1492 35% [===================== ] 526/1492 35% [===================== ] 527/1492 35% [===================== ] 528/1492 35% [===================== ] 529/1492 35% [====================== ] 530/1492 35% [====================== ] 531/1492 35% [====================== ] 532/1492 35% [====================== ] 533/1492 35% [====================== ] 534/1492 35% [====================== ] 535/1492 35% [====================== ] 536/1492 35% [====================== ] 537/1492 35% [====================== ] 538/1492 36% [====================== ] 539/1492 36% [====================== ] 540/1492 36% [====================== ] 541/1492 36% [====================== ] 542/1492 36% [====================== ] 543/1492 36% [====================== ] 544/1492 36% [====================== ] 545/1492 36% [====================== ] 546/1492 36% [====================== ] 547/1492 36% [====================== ] 548/1492 36% [====================== ] 549/1492 36% [====================== ] 550/1492 36% [====================== ] 551/1492 36% [====================== ] 552/1492 36% [====================== ] 553/1492 37% [======================= ] 554/1492 37% [======================= ] 555/1492 37% [======================= ] 556/1492 37% [======================= ] 557/1492 37% [======================= ] 558/1492 37% [======================= ] 559/1492 37% [======================= ] 560/1492 37% [======================= ] 561/1492 37% [======================= ] 562/1492 37% [======================= ] 563/1492 37% [======================= ] 564/1492 37% [======================= ] 565/1492 37% [======================= ] 566/1492 37% [======================= ] 567/1492 38% [======================= ] 568/1492 38% [======================= ] 569/1492 38% [======================= ] 570/1492 38% [======================= ] 571/1492 38% [======================= ] 572/1492 38% [======================= ] 573/1492 38% [======================= ] 574/1492 38% [======================= ] 575/1492 38% [======================= ] 576/1492 38% [======================= ] 577/1492 38% [======================== ] 578/1492 38% [======================== ] 579/1492 38% [======================== ] 580/1492 38% [======================== ] 581/1492 38% [======================== ] 582/1492 39% [======================== ] 583/1492 39% [======================== ] 584/1492 39% [======================== ] 585/1492 39% [======================== ] 586/1492 39% [======================== ] 587/1492 39% [======================== ] 588/1492 39% [======================== ] 589/1492 39% [======================== ] 590/1492 39% [======================== ] 591/1492 39% [======================== ] 592/1492 39% [======================== ] 593/1492 39% [======================== ] 594/1492 39% [======================== ] 595/1492 39% [======================== ] 596/1492 39% [======================== ] 597/1492 40% [======================== ] 598/1492 40% [======================== ] 599/1492 40% [======================== ] 600/1492 40% [======================== ] 601/1492 40% [========================= ] 602/1492 40% [========================= ] 603/1492 40% [========================= ] 604/1492 40% [========================= ] 605/1492 40% [========================= ] 606/1492 40% [========================= ] 607/1492 40% [========================= ] 608/1492 40% [========================= ] 609/1492 40% [========================= ] 610/1492 40% [========================= ] 611/1492 40% [========================= ] 612/1492 41% [========================= ] 613/1492 41% [========================= ] 614/1492 41% [========================= ] 615/1492 41% [========================= ] 616/1492 41% [========================= ] 617/1492 41% [========================= ] 618/1492 41% [========================= ] 619/1492 41% [========================= ] 620/1492 41% [========================= ] 621/1492 41% [========================= ] 622/1492 41% [========================= ] 623/1492 41% [========================= ] 624/1492 41% [========================= ] 625/1492 41% [========================== ] 626/1492 41% [========================== ] 627/1492 42% [========================== ] 628/1492 42% [========================== ] 629/1492 42% [========================== ] 630/1492 42% [========================== ] 631/1492 42% [========================== ] 632/1492 42% [========================== ] 633/1492 42% [========================== ] 634/1492 42% [========================== ] 635/1492 42% [========================== ] 636/1492 42% [========================== ] 637/1492 42% [========================== ] 638/1492 42% [========================== ] 639/1492 42% [========================== ] 640/1492 42% [========================== ] 641/1492 42% [========================== ] 642/1492 43% [========================== ] 643/1492 43% [========================== ] 644/1492 43% [========================== ] 645/1492 43% [========================== ] 646/1492 43% [========================== ] 647/1492 43% [========================== ] 648/1492 43% [========================== ] 649/1492 43% [=========================== ] 650/1492 43% [=========================== ] 651/1492 43% [=========================== ] 652/1492 43% [=========================== ] 653/1492 43% [=========================== ] 654/1492 43% [=========================== ] 655/1492 43% [=========================== ] 656/1492 43% [=========================== ] 657/1492 44% [=========================== ] 658/1492 44% [=========================== ] 659/1492 44% [=========================== ] 660/1492 44% [=========================== ] 661/1492 44% [=========================== ] 662/1492 44% [=========================== ] 663/1492 44% [=========================== ] 664/1492 44% [=========================== ] 665/1492 44% [=========================== ] 666/1492 44% [=========================== ] 667/1492 44% [=========================== ] 668/1492 44% [=========================== ] 669/1492 44% [=========================== ] 670/1492 44% [=========================== ] 671/1492 44% [=========================== ] 672/1492 45% [=========================== ] 673/1492 45% [============================ ] 674/1492 45% [============================ ] 675/1492 45% [============================ ] 676/1492 45% [============================ ] 677/1492 45% [============================ ] 678/1492 45% [============================ ] 679/1492 45% [============================ ] 680/1492 45% [============================ ] 681/1492 45% [============================ ] 682/1492 45% [============================ ] 683/1492 45% [============================ ] 684/1492 45% [============================ ] 685/1492 45% [============================ ] 686/1492 45% [============================ ] 687/1492 46% [============================ ] 688/1492 46% [============================ ] 689/1492 46% [============================ ] 690/1492 46% [============================ ] 691/1492 46% [============================ ] 692/1492 46% [============================ ] 693/1492 46% [============================ ] 694/1492 46% [============================ ] 695/1492 46% [============================ ] 696/1492 46% [============================ ] 697/1492 46% [============================= ] 698/1492 46% [============================= ] 699/1492 46% [============================= ] 700/1492 46% [============================= ] 701/1492 46% [============================= ] 702/1492 47% [============================= ] 703/1492 47% [============================= ] 704/1492 47% [============================= ] 705/1492 47% [============================= ] 706/1492 47% [============================= ] 707/1492 47% [============================= ] 708/1492 47% [============================= ] 709/1492 47% [============================= ] 710/1492 47% [============================= ] 711/1492 47% [============================= ] 712/1492 47% [============================= ] 713/1492 47% [============================= ] 714/1492 47% [============================= ] 715/1492 47% [============================= ] 716/1492 47% [============================= ] 717/1492 48% [============================= ] 718/1492 48% [============================= ] 719/1492 48% [============================= ] 720/1492 48% [============================= ] 721/1492 48% [============================== ] 722/1492 48% [============================== ] 723/1492 48% [============================== ] 724/1492 48% [============================== ] 725/1492 48% [============================== ] 726/1492 48% [============================== ] 727/1492 48% [============================== ] 728/1492 48% [============================== ] 729/1492 48% [============================== ] 730/1492 48% [============================== ] 731/1492 48% [============================== ] 732/1492 49% [============================== ] 733/1492 49% [============================== ] 734/1492 49% [============================== ] 735/1492 49% [============================== ] 736/1492 49% [============================== ] 737/1492 49% [============================== ] 738/1492 49% [============================== ] 739/1492 49% [============================== ] 740/1492 49% [============================== ] 741/1492 49% [============================== ] 742/1492 49% [============================== ] 743/1492 49% [============================== ] 744/1492 49% [============================== ] 745/1492 49% [=============================== ] 746/1492 50% [=============================== ] 747/1492 50% [=============================== ] 748/1492 50% [=============================== ] 749/1492 50% [=============================== ] 750/1492 50% [=============================== ] 751/1492 50% [=============================== ] 752/1492 50% [=============================== ] 753/1492 50% [=============================== ] 754/1492 50% [=============================== ] 755/1492 50% [=============================== ] 756/1492 50% [=============================== ] 757/1492 50% [=============================== ] 758/1492 50% [=============================== ] 759/1492 50% [=============================== ] 760/1492 50% [=============================== ] 761/1492 51% [=============================== ] 762/1492 51% [=============================== ] 763/1492 51% [=============================== ] 764/1492 51% [=============================== ] 765/1492 51% [=============================== ] 766/1492 51% [=============================== ] 767/1492 51% [=============================== ] 768/1492 51% [=============================== ] 769/1492 51% [=============================== ] 770/1492 51% [================================ ] 771/1492 51% [================================ ] 772/1492 51% [================================ ] 773/1492 51% [================================ ] 774/1492 51% [================================ ] 775/1492 51% [================================ ] 776/1492 52% [================================ ] 777/1492 52% [================================ ] 778/1492 52% [================================ ] 779/1492 52% [================================ ] 780/1492 52% [================================ ] 781/1492 52% [================================ ] 782/1492 52% [================================ ] 783/1492 52% [================================ ] 784/1492 52% [================================ ] 785/1492 52% [================================ ] 786/1492 52% [================================ ] 787/1492 52% [================================ ] 788/1492 52% [================================ ] 789/1492 52% [================================ ] 790/1492 52% [================================ ] 791/1492 53% [================================ ] 792/1492 53% [================================ ] 793/1492 53% [================================ ] 794/1492 53% [================================= ] 795/1492 53% [================================= ] 796/1492 53% [================================= ] 797/1492 53% [================================= ] 798/1492 53% [================================= ] 799/1492 53% [================================= ] 800/1492 53% [================================= ] 801/1492 53% [================================= ] 802/1492 53% [================================= ] 803/1492 53% [================================= ] 804/1492 53% [================================= ] 805/1492 53% [================================= ] 806/1492 54% [================================= ] 807/1492 54% [================================= ] 808/1492 54% [================================= ] 809/1492 54% [================================= ] 810/1492 54% [================================= ] 811/1492 54% [================================= ] 812/1492 54% [================================= ] 813/1492 54% [================================= ] 814/1492 54% [================================= ] 815/1492 54% [================================= ] 816/1492 54% [================================= ] 817/1492 54% [================================= ] 818/1492 54% [================================== ] 819/1492 54% [================================== ] 820/1492 54% [================================== ] 821/1492 55% [================================== ] 822/1492 55% [================================== ] 823/1492 55% [================================== ] 824/1492 55% [================================== ] 825/1492 55% [================================== ] 826/1492 55% [================================== ] 827/1492 55% [================================== ] 828/1492 55% [================================== ] 829/1492 55% [================================== ] 830/1492 55% [================================== ] 831/1492 55% [================================== ] 832/1492 55% [================================== ] 833/1492 55% [================================== ] 834/1492 55% [================================== ] 835/1492 55% [================================== ] 836/1492 56% [================================== ] 837/1492 56% [================================== ] 838/1492 56% [================================== ] 839/1492 56% [================================== ] 840/1492 56% [================================== ] 841/1492 56% [================================== ] 842/1492 56% [=================================== ] 843/1492 56% [=================================== ] 844/1492 56% [=================================== ] 845/1492 56% [=================================== ] 846/1492 56% [=================================== ] 847/1492 56% [=================================== ] 848/1492 56% [=================================== ] 849/1492 56% [=================================== ] 850/1492 56% [=================================== ] 851/1492 57% [=================================== ] 852/1492 57% [=================================== ] 853/1492 57% [=================================== ] 854/1492 57% [=================================== ] 855/1492 57% [=================================== ] 856/1492 57% [=================================== ] 857/1492 57% [=================================== ] 858/1492 57% [=================================== ] 859/1492 57% [=================================== ] 860/1492 57% [=================================== ] 861/1492 57% [=================================== ] 862/1492 57% [=================================== ] 863/1492 57% [=================================== ] 864/1492 57% [=================================== ] 865/1492 57% [=================================== ] 866/1492 58% [==================================== ] 867/1492 58% [==================================== ] 868/1492 58% [==================================== ] 869/1492 58% [==================================== ] 870/1492 58% [==================================== ] 871/1492 58% [==================================== ] 872/1492 58% [==================================== ] 873/1492 58% [==================================== ] 874/1492 58% [==================================== ] 875/1492 58% [==================================== ] 876/1492 58% [==================================== ] 877/1492 58% [==================================== ] 878/1492 58% [==================================== ] 879/1492 58% [==================================== ] 880/1492 58% [==================================== ] 881/1492 59% [==================================== ] 882/1492 59% [==================================== ] 883/1492 59% [==================================== ] 884/1492 59% [==================================== ] 885/1492 59% [==================================== ] 886/1492 59% [==================================== ] 887/1492 59% [==================================== ] 888/1492 59% [==================================== ] 889/1492 59% [==================================== ] 890/1492 59% [===================================== ] 891/1492 59% [===================================== ] 892/1492 59% [===================================== ] 893/1492 59% [===================================== ] 894/1492 59% [===================================== ] 895/1492 59% [===================================== ] 896/1492 60% [===================================== ] 897/1492 60% [===================================== ] 898/1492 60% [===================================== ] 899/1492 60% [===================================== ] 900/1492 60% [===================================== ] 901/1492 60% [===================================== ] 902/1492 60% [===================================== ] 903/1492 60% [===================================== ] 904/1492 60% [===================================== ] 905/1492 60% [===================================== ] 906/1492 60% [===================================== ] 907/1492 60% [===================================== ] 908/1492 60% [===================================== ] 909/1492 60% [===================================== ] 910/1492 60% [===================================== ] 911/1492 61% [===================================== ] 912/1492 61% [===================================== ] 913/1492 61% [===================================== ] 914/1492 61% [====================================== ] 915/1492 61% [====================================== ] 916/1492 61% [====================================== ] 917/1492 61% [====================================== ] 918/1492 61% [====================================== ] 919/1492 61% [====================================== ] 920/1492 61% [====================================== ] 921/1492 61% [====================================== ] 922/1492 61% [====================================== ] 923/1492 61% [====================================== ] 924/1492 61% [====================================== ] 925/1492 61% [====================================== ] 926/1492 62% [====================================== ] 927/1492 62% [====================================== ] 928/1492 62% [====================================== ] 929/1492 62% [====================================== ] 930/1492 62% [====================================== ] 931/1492 62% [====================================== ] 932/1492 62% [====================================== ] 933/1492 62% [====================================== ] 934/1492 62% [====================================== ] 935/1492 62% [====================================== ] 936/1492 62% [====================================== ] 937/1492 62% [====================================== ] 938/1492 62% [======================================= ] 939/1492 62% [======================================= ] 940/1492 63% [======================================= ] 941/1492 63% [======================================= ] 942/1492 63% [======================================= ] 943/1492 63% [======================================= ] 944/1492 63% [======================================= ] 945/1492 63% [======================================= ] 946/1492 63% [======================================= ] 947/1492 63% [======================================= ] 948/1492 63% [======================================= ] 949/1492 63% [======================================= ] 950/1492 63% [======================================= ] 951/1492 63% [======================================= ] 952/1492 63% [======================================= ] 953/1492 63% [======================================= ] 954/1492 63% [======================================= ] 955/1492 64% [======================================= ] 956/1492 64% [======================================= ] 957/1492 64% [======================================= ] 958/1492 64% [======================================= ] 959/1492 64% [======================================= ] 960/1492 64% [======================================= ] 961/1492 64% [======================================= ] 962/1492 64% [======================================== ] 963/1492 64% [======================================== ] 964/1492 64% [======================================== ] 965/1492 64% [======================================== ] 966/1492 64% [======================================== ] 967/1492 64% [======================================== ] 968/1492 64% [======================================== ] 969/1492 64% [======================================== ] 970/1492 65% [======================================== ] 971/1492 65% [======================================== ] 972/1492 65% [======================================== ] 973/1492 65% [======================================== ] 974/1492 65% [======================================== ] 975/1492 65% [======================================== ] 976/1492 65% [======================================== ] 977/1492 65% [======================================== ] 978/1492 65% [======================================== ] 979/1492 65% [======================================== ] 980/1492 65% [======================================== ] 981/1492 65% [======================================== ] 982/1492 65% [======================================== ] 983/1492 65% [======================================== ] 984/1492 65% [======================================== ] 985/1492 66% [======================================== ] 986/1492 66% [========================================= ] 987/1492 66% [========================================= ] 988/1492 66% [========================================= ] 989/1492 66% [========================================= ] 990/1492 66% [========================================= ] 991/1492 66% [========================================= ] 992/1492 66% [========================================= ] 993/1492 66% [========================================= ] 994/1492 66% [========================================= ] 995/1492 66% [========================================= ] 996/1492 66% [========================================= ] 997/1492 66% [========================================= ] 998/1492 66% [========================================= ] 999/1492 66% [========================================= ] 1000/1492 67% [========================================= ] 1001/1492 67% [========================================= ] 1002/1492 67% [========================================= ] 1003/1492 67% [========================================= ] 1004/1492 67% [========================================= ] 1005/1492 67% [========================================= ] 1006/1492 67% [========================================= ] 1007/1492 67% [========================================= ] 1008/1492 67% [========================================= ] 1009/1492 67% [========================================= ] 1010/1492 67% [========================================== ] 1011/1492 67% [========================================== ] 1012/1492 67% [========================================== ] 1013/1492 67% [========================================== ] 1014/1492 67% [========================================== ] 1015/1492 68% [========================================== ] 1016/1492 68% [========================================== ] 1017/1492 68% [========================================== ] 1018/1492 68% [========================================== ] 1019/1492 68% [========================================== ] 1020/1492 68% [========================================== ] 1021/1492 68% [========================================== ] 1022/1492 68% [========================================== ] 1023/1492 68% [========================================== ] 1024/1492 68% [========================================== ] 1025/1492 68% [========================================== ] 1026/1492 68% [========================================== ] 1027/1492 68% [========================================== ] 1028/1492 68% [========================================== ] 1029/1492 68% [========================================== ] 1030/1492 69% [========================================== ] 1031/1492 69% [========================================== ] 1032/1492 69% [========================================== ] 1033/1492 69% [========================================== ] 1034/1492 69% [=========================================== ] 1035/1492 69% [=========================================== ] 1036/1492 69% [=========================================== ] 1037/1492 69% [=========================================== ] 1038/1492 69% [=========================================== ] 1039/1492 69% [=========================================== ] 1040/1492 69% [=========================================== ] 1041/1492 69% [=========================================== ] 1042/1492 69% [=========================================== ] 1043/1492 69% [=========================================== ] 1044/1492 69% [=========================================== ] 1045/1492 70% [=========================================== ] 1046/1492 70% [=========================================== ] 1047/1492 70% [=========================================== ] 1048/1492 70% [=========================================== ] 1049/1492 70% [=========================================== ] 1050/1492 70% [=========================================== ] 1051/1492 70% [=========================================== ] 1052/1492 70% [=========================================== ] 1053/1492 70% [=========================================== ] 1054/1492 70% [=========================================== ] 1055/1492 70% [=========================================== ] 1056/1492 70% [=========================================== ] 1057/1492 70% [=========================================== ] 1058/1492 70% [============================================ ] 1059/1492 70% [============================================ ] 1060/1492 71% [============================================ ] 1061/1492 71% [============================================ ] 1062/1492 71% [============================================ ] 1063/1492 71% [============================================ ] 1064/1492 71% [============================================ ] 1065/1492 71% [============================================ ] 1066/1492 71% [============================================ ] 1067/1492 71% [============================================ ] 1068/1492 71% [============================================ ] 1069/1492 71% [============================================ ] 1070/1492 71% [============================================ ] 1071/1492 71% [============================================ ] 1072/1492 71% [============================================ ] 1073/1492 71% [============================================ ] 1074/1492 71% [============================================ ] 1075/1492 72% [============================================ ] 1076/1492 72% [============================================ ] 1077/1492 72% [============================================ ] 1078/1492 72% [============================================ ] 1079/1492 72% [============================================ ] 1080/1492 72% [============================================ ] 1081/1492 72% [============================================ ] 1082/1492 72% [============================================= ] 1083/1492 72% [============================================= ] 1084/1492 72% [============================================= ] 1085/1492 72% [============================================= ] 1086/1492 72% [============================================= ] 1087/1492 72% [============================================= ] 1088/1492 72% [============================================= ] 1089/1492 72% [============================================= ] 1090/1492 73% [============================================= ] 1091/1492 73% [============================================= ] 1092/1492 73% [============================================= ] 1093/1492 73% [============================================= ] 1094/1492 73% [============================================= ] 1095/1492 73% [============================================= ] 1096/1492 73% [============================================= ] 1097/1492 73% [============================================= ] 1098/1492 73% [============================================= ] 1099/1492 73% [============================================= ] 1100/1492 73% [============================================= ] 1101/1492 73% [============================================= ] 1102/1492 73% [============================================= ] 1103/1492 73% [============================================= ] 1104/1492 73% [============================================= ] 1105/1492 74% [============================================= ] 1106/1492 74% [============================================== ] 1107/1492 74% [============================================== ] 1108/1492 74% [============================================== ] 1109/1492 74% [============================================== ] 1110/1492 74% [============================================== ] 1111/1492 74% [============================================== ] 1112/1492 74% [============================================== ] 1113/1492 74% [============================================== ] 1114/1492 74% [============================================== ] 1115/1492 74% [============================================== ] 1116/1492 74% [============================================== ] 1117/1492 74% [============================================== ] 1118/1492 74% [============================================== ] 1119/1492 75% [============================================== ] 1120/1492 75% [============================================== ] 1121/1492 75% [============================================== ] 1122/1492 75% [============================================== ] 1123/1492 75% [============================================== ] 1124/1492 75% [============================================== ] 1125/1492 75% [============================================== ] 1126/1492 75% [============================================== ] 1127/1492 75% [============================================== ] 1128/1492 75% [============================================== ] 1129/1492 75% [============================================== ] 1130/1492 75% [============================================== ] 1131/1492 75% [=============================================== ] 1132/1492 75% [=============================================== ] 1133/1492 75% [=============================================== ] 1134/1492 76% [=============================================== ] 1135/1492 76% [=============================================== ] 1136/1492 76% [=============================================== ] 1137/1492 76% [=============================================== ] 1138/1492 76% [=============================================== ] 1139/1492 76% [=============================================== ] 1140/1492 76% [=============================================== ] 1141/1492 76% [=============================================== ] 1142/1492 76% [=============================================== ] 1143/1492 76% [=============================================== ] 1144/1492 76% [=============================================== ] 1145/1492 76% [=============================================== ] 1146/1492 76% [=============================================== ] 1147/1492 76% [=============================================== ] 1148/1492 76% [=============================================== ] 1149/1492 77% [=============================================== ] 1150/1492 77% [=============================================== ] 1151/1492 77% [=============================================== ] 1152/1492 77% [=============================================== ] 1153/1492 77% [=============================================== ] 1154/1492 77% [=============================================== ] 1155/1492 77% [================================================ ] 1156/1492 77% [================================================ ] 1157/1492 77% [================================================ ] 1158/1492 77% [================================================ ] 1159/1492 77% [================================================ ] 1160/1492 77% [================================================ ] 1161/1492 77% [================================================ ] 1162/1492 77% [================================================ ] 1163/1492 77% [================================================ ] 1164/1492 78% [================================================ ] 1165/1492 78% [================================================ ] 1166/1492 78% [================================================ ] 1167/1492 78% [================================================ ] 1168/1492 78% [================================================ ] 1169/1492 78% [================================================ ] 1170/1492 78% [================================================ ] 1171/1492 78% [================================================ ] 1172/1492 78% [================================================ ] 1173/1492 78% [================================================ ] 1174/1492 78% [================================================ ] 1175/1492 78% [================================================ ] 1176/1492 78% [================================================ ] 1177/1492 78% [================================================ ] 1178/1492 78% [================================================ ] 1179/1492 79% [================================================= ] 1180/1492 79% [================================================= ] 1181/1492 79% [================================================= ] 1182/1492 79% [================================================= ] 1183/1492 79% [================================================= ] 1184/1492 79% [================================================= ] 1185/1492 79% [================================================= ] 1186/1492 79% [================================================= ] 1187/1492 79% [================================================= ] 1188/1492 79% [================================================= ] 1189/1492 79% [================================================= ] 1190/1492 79% [================================================= ] 1191/1492 79% [================================================= ] 1192/1492 79% [================================================= ] 1193/1492 79% [================================================= ] 1194/1492 80% [================================================= ] 1195/1492 80% [================================================= ] 1196/1492 80% [================================================= ] 1197/1492 80% [================================================= ] 1198/1492 80% [================================================= ] 1199/1492 80% [================================================= ] 1200/1492 80% [================================================= ] 1201/1492 80% [================================================= ] 1202/1492 80% [================================================= ] 1203/1492 80% [================================================== ] 1204/1492 80% [================================================== ] 1205/1492 80% [================================================== ] 1206/1492 80% [================================================== ] 1207/1492 80% [================================================== ] 1208/1492 80% [================================================== ] 1209/1492 81% [================================================== ] 1210/1492 81% [================================================== ] 1211/1492 81% [================================================== ] 1212/1492 81% [================================================== ] 1213/1492 81% [================================================== ] 1214/1492 81% [================================================== ] 1215/1492 81% [================================================== ] 1216/1492 81% [================================================== ] 1217/1492 81% [================================================== ] 1218/1492 81% [================================================== ] 1219/1492 81% [================================================== ] 1220/1492 81% [================================================== ] 1221/1492 81% [================================================== ] 1222/1492 81% [================================================== ] 1223/1492 81% [================================================== ] 1224/1492 82% [================================================== ] 1225/1492 82% [================================================== ] 1226/1492 82% [================================================== ] 1227/1492 82% [=================================================== ] 1228/1492 82% [=================================================== ] 1229/1492 82% [=================================================== ] 1230/1492 82% [=================================================== ] 1231/1492 82% [=================================================== ] 1232/1492 82% [=================================================== ] 1233/1492 82% [=================================================== ] 1234/1492 82% [=================================================== ] 1235/1492 82% [=================================================== ] 1236/1492 82% [=================================================== ] 1237/1492 82% [=================================================== ] 1238/1492 82% [=================================================== ] 1239/1492 83% [=================================================== ] 1240/1492 83% [=================================================== ] 1241/1492 83% [=================================================== ] 1242/1492 83% [=================================================== ] 1243/1492 83% [=================================================== ] 1244/1492 83% [=================================================== ] 1245/1492 83% [=================================================== ] 1246/1492 83% [=================================================== ] 1247/1492 83% [=================================================== ] 1248/1492 83% [=================================================== ] 1249/1492 83% [=================================================== ] 1250/1492 83% [=================================================== ] 1251/1492 83% [==================================================== ] 1252/1492 83% [==================================================== ] 1253/1492 83% [==================================================== ] 1254/1492 84% [==================================================== ] 1255/1492 84% [==================================================== ] 1256/1492 84% [==================================================== ] 1257/1492 84% [==================================================== ] 1258/1492 84% [==================================================== ] 1259/1492 84% [==================================================== ] 1260/1492 84% [==================================================== ] 1261/1492 84% [==================================================== ] 1262/1492 84% [==================================================== ] 1263/1492 84% [==================================================== ] 1264/1492 84% [==================================================== ] 1265/1492 84% [==================================================== ] 1266/1492 84% [==================================================== ] 1267/1492 84% [==================================================== ] 1268/1492 84% [==================================================== ] 1269/1492 85% [==================================================== ] 1270/1492 85% [==================================================== ] 1271/1492 85% [==================================================== ] 1272/1492 85% [==================================================== ] 1273/1492 85% [==================================================== ] 1274/1492 85% [==================================================== ] 1275/1492 85% [===================================================== ] 1276/1492 85% [===================================================== ] 1277/1492 85% [===================================================== ] 1278/1492 85% [===================================================== ] 1279/1492 85% [===================================================== ] 1280/1492 85% [===================================================== ] 1281/1492 85% [===================================================== ] 1282/1492 85% [===================================================== ] 1283/1492 85% [===================================================== ] 1284/1492 86% [===================================================== ] 1285/1492 86% [===================================================== ] 1286/1492 86% [===================================================== ] 1287/1492 86% [===================================================== ] 1288/1492 86% [===================================================== ] 1289/1492 86% [===================================================== ] 1290/1492 86% [===================================================== ] 1291/1492 86% [===================================================== ] 1292/1492 86% [===================================================== ] 1293/1492 86% [===================================================== ] 1294/1492 86% [===================================================== ] 1295/1492 86% [===================================================== ] 1296/1492 86% [===================================================== ] 1297/1492 86% [===================================================== ] 1298/1492 86% [===================================================== ] 1299/1492 87% [====================================================== ] 1300/1492 87% [====================================================== ] 1301/1492 87% [====================================================== ] 1302/1492 87% [====================================================== ] 1303/1492 87% [====================================================== ] 1304/1492 87% [====================================================== ] 1305/1492 87% [====================================================== ] 1306/1492 87% [====================================================== ] 1307/1492 87% [====================================================== ] 1308/1492 87% [====================================================== ] 1309/1492 87% [====================================================== ] 1310/1492 87% [====================================================== ] 1311/1492 87% [====================================================== ] 1312/1492 87% [====================================================== ] 1313/1492 88% [====================================================== ] 1314/1492 88% [====================================================== ] 1315/1492 88% [====================================================== ] 1316/1492 88% [====================================================== ] 1317/1492 88% [====================================================== ] 1318/1492 88% [====================================================== ] 1319/1492 88% [====================================================== ] 1320/1492 88% [====================================================== ] 1321/1492 88% [====================================================== ] 1322/1492 88% [====================================================== ] 1323/1492 88% [======================================================= ] 1324/1492 88% [======================================================= ] 1325/1492 88% [======================================================= ] 1326/1492 88% [======================================================= ] 1327/1492 88% [======================================================= ] 1328/1492 89% [======================================================= ] 1329/1492 89% [======================================================= ] 1330/1492 89% [======================================================= ] 1331/1492 89% [======================================================= ] 1332/1492 89% [======================================================= ] 1333/1492 89% [======================================================= ] 1334/1492 89% [======================================================= ] 1335/1492 89% [======================================================= ] 1336/1492 89% [======================================================= ] 1337/1492 89% [======================================================= ] 1338/1492 89% [======================================================= ] 1339/1492 89% [======================================================= ] 1340/1492 89% [======================================================= ] 1341/1492 89% [======================================================= ] 1342/1492 89% [======================================================= ] 1343/1492 90% [======================================================= ] 1344/1492 90% [======================================================= ] 1345/1492 90% [======================================================= ] 1346/1492 90% [======================================================= ] 1347/1492 90% [======================================================== ] 1348/1492 90% [======================================================== ] 1349/1492 90% [======================================================== ] 1350/1492 90% [======================================================== ] 1351/1492 90% [======================================================== ] 1352/1492 90% [======================================================== ] 1353/1492 90% [======================================================== ] 1354/1492 90% [======================================================== ] 1355/1492 90% [======================================================== ] 1356/1492 90% [======================================================== ] 1357/1492 90% [======================================================== ] 1358/1492 91% [======================================================== ] 1359/1492 91% [======================================================== ] 1360/1492 91% [======================================================== ] 1361/1492 91% [======================================================== ] 1362/1492 91% [======================================================== ] 1363/1492 91% [======================================================== ] 1364/1492 91% [======================================================== ] 1365/1492 91% [======================================================== ] 1366/1492 91% [======================================================== ] 1367/1492 91% [======================================================== ] 1368/1492 91% [======================================================== ] 1369/1492 91% [======================================================== ] 1370/1492 91% [======================================================== ] 1371/1492 91% [========================================================= ] 1372/1492 91% [========================================================= ] 1373/1492 92% [========================================================= ] 1374/1492 92% [========================================================= ] 1375/1492 92% [========================================================= ] 1376/1492 92% [========================================================= ] 1377/1492 92% [========================================================= ] 1378/1492 92% [========================================================= ] 1379/1492 92% [========================================================= ] 1380/1492 92% [========================================================= ] 1381/1492 92% [========================================================= ] 1382/1492 92% [========================================================= ] 1383/1492 92% [========================================================= ] 1384/1492 92% [========================================================= ] 1385/1492 92% [========================================================= ] 1386/1492 92% [========================================================= ] 1387/1492 92% [========================================================= ] 1388/1492 93% [========================================================= ] 1389/1492 93% [========================================================= ] 1390/1492 93% [========================================================= ] 1391/1492 93% [========================================================= ] 1392/1492 93% [========================================================= ] 1393/1492 93% [========================================================= ] 1394/1492 93% [========================================================= ] 1395/1492 93% [========================================================== ] 1396/1492 93% [========================================================== ] 1397/1492 93% [========================================================== ] 1398/1492 93% [========================================================== ] 1399/1492 93% [========================================================== ] 1400/1492 93% [========================================================== ] 1401/1492 93% [========================================================== ] 1402/1492 93% [========================================================== ] 1403/1492 94% [========================================================== ] 1404/1492 94% [========================================================== ] 1405/1492 94% [========================================================== ] 1406/1492 94% [========================================================== ] 1407/1492 94% [========================================================== ] 1408/1492 94% [========================================================== ] 1409/1492 94% [========================================================== ] 1410/1492 94% [========================================================== ] 1411/1492 94% [========================================================== ] 1412/1492 94% [========================================================== ] 1413/1492 94% [========================================================== ] 1414/1492 94% [========================================================== ] 1415/1492 94% [========================================================== ] 1416/1492 94% [========================================================== ] 1417/1492 94% [========================================================== ] 1418/1492 95% [========================================================== ] 1419/1492 95% [=========================================================== ] 1420/1492 95% [=========================================================== ] 1421/1492 95% [=========================================================== ] 1422/1492 95% [=========================================================== ] 1423/1492 95% [=========================================================== ] 1424/1492 95% [=========================================================== ] 1425/1492 95% [=========================================================== ] 1426/1492 95% [=========================================================== ] 1427/1492 95% [=========================================================== ] 1428/1492 95% [=========================================================== ] 1429/1492 95% [=========================================================== ] 1430/1492 95% [=========================================================== ] 1431/1492 95% [=========================================================== ] 1432/1492 95% [=========================================================== ] 1433/1492 96% [=========================================================== ] 1434/1492 96% [=========================================================== ] 1435/1492 96% [=========================================================== ] 1436/1492 96% [=========================================================== ] 1437/1492 96% [=========================================================== ] 1438/1492 96% [=========================================================== ] 1439/1492 96% [=========================================================== ] 1440/1492 96% [=========================================================== ] 1441/1492 96% [=========================================================== ] 1442/1492 96% [=========================================================== ] 1443/1492 96% [============================================================ ] 1444/1492 96% [============================================================ ] 1445/1492 96% [============================================================ ] 1446/1492 96% [============================================================ ] 1447/1492 96% [============================================================ ] 1448/1492 97% [============================================================ ] 1449/1492 97% [============================================================ ] 1450/1492 97% [============================================================ ] 1451/1492 97% [============================================================ ] 1452/1492 97% [============================================================ ] 1453/1492 97% [============================================================ ] 1454/1492 97% [============================================================ ] 1455/1492 97% [============================================================ ] 1456/1492 97% [============================================================ ] 1457/1492 97% [============================================================ ] 1458/1492 97% [============================================================ ] 1459/1492 97% [============================================================ ] 1460/1492 97% [============================================================ ] 1461/1492 97% [============================================================ ] 1462/1492 97% [============================================================ ] 1463/1492 98% [============================================================ ] 1464/1492 98% [============================================================ ] 1465/1492 98% [============================================================ ] 1466/1492 98% [============================================================ ] 1467/1492 98% [============================================================= ] 1468/1492 98% [============================================================= ] 1469/1492 98% [============================================================= ] 1470/1492 98% [============================================================= ] 1471/1492 98% [============================================================= ] 1472/1492 98% [============================================================= ] 1473/1492 98% [============================================================= ] 1474/1492 98% [============================================================= ] 1475/1492 98% [============================================================= ] 1476/1492 98% [============================================================= ] 1477/1492 98% [============================================================= ] 1478/1492 99% [============================================================= ] 1479/1492 99% [============================================================= ] 1480/1492 99% [============================================================= ] 1481/1492 99% [============================================================= ] 1482/1492 99% [============================================================= ] 1483/1492 99% [============================================================= ] 1484/1492 99% [============================================================= ] 1485/1492 99% [============================================================= ] 1486/1492 99% [============================================================= ] 1487/1492 99% [============================================================= ] 1488/1492 99% [============================================================= ] 1489/1492 99% [============================================================= ] 1490/1492 99% [============================================================= ] 1491/1492 99% [==============================================================] 1492/1492 100% operation complete, 1492 objects in 51234 NAND pages. ln -snf /tmp/instance-10/output-1/host/powerpc64-buildroot-linux-gnu/sysroot /tmp/instance-10/output-1/staging make: Leaving directory '/tmp/instance-10/buildroot' make: Entering directory '/tmp/instance-10/buildroot' >>> Buildroot 2022.08-550-g9d948e1b34 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-44-g2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.0.1 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acpid 2.0.33 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-aespipe 2.4f Collecting legal info >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> augeas 1.12.0 Collecting legal info COPYING: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> bcg729 1.1.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) 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) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> c-ares 1.18.1 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> chrony 4.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> crun 1.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.libcrun: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dht 0.27 Collecting legal info LICENCE: OK (sha256: 06ce07293caf8c8ddfaf47797ad1fb18d1c040a8375231d8f8a6105cef51a8e6) >>> dieharder 3.31.1 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> dnsmasq 2.87 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) 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) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> exfat-utils 1.3.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> flac 1.4.0 Collecting legal info COPYING.Xiph: OK (sha256: 6e58d3036f05e2a0d58af854c12a505ddbe75011d71a598a2170987f3b15408d) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> fstrcmp 0.7.D001 Collecting legal info LICENSE: OK (sha256: 5352e426b563eda9252d76be92337b49f7b5cfdd1302a1e8d99389840c0e46be) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> gdbm 1.23 Collecting legal info COPYING: OK (sha256: 690d762f2e8e149ab1e2d6a409a3853b6151a2533b2382fae549a176d6bedecf) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> initscripts Collecting legal info >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> janet 1.23.0 Collecting legal info LICENSE: OK (sha256: e2d2ae8360d95386af751ac7d1a3da36ea8ceb230e5f0eba7eb762547b1c58c9) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jquery 3.5.1 Collecting legal info >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdcadec 0.2.0 Collecting legal info COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libite 2.5.2 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libmaxminddb 1.7.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmng 2.0.3 Collecting legal info LICENSE: OK (sha256: ba280734838eb3f22a85b92a7e62de357d4d4c325029dce723b0cb125c417c35) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> host-libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> librsync 2.3.2 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> minicom 2.8 Collecting legal info COPYING: OK (sha256: cf80a758014eefbf068afffe3d462fc34ff4f528527524d8e100329c42094e15) >>> minizip 3.0.6 Collecting legal info LICENSE: OK (sha256: 675181c03fc1302a1c8554c00f7be9bb420c5dbc9dcc2013433cec144413de03) >>> zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> mxml 3.3 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: ed63aec4c75b9c21a5156b40052138032269bd27fd6f4bc0c51389807cdc7db9) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> putty 0.76 Collecting legal info LICENCE: OK (sha256: 3f3e870dd3d0867d79370b1d433602c60bb91b59de04e5d8f2a149b788530d53) >>> host-python-lxml 4.9.1 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> qcom-db410c-firmware 1034.2.1 Collecting legal info LICENSE: OK (sha256: 11e60ad6f83c2a86e40dca374c24230b53650dd3e0adf2e72c15f8cafedc2e5a) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> rtty 7.4.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> sqlite 3.39.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> sysstat 12.4.2 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> urandom-scripts Collecting legal info >>> vnstat 2.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> vsftpd 3.0.5 Collecting legal info COPYING: OK (sha256: c9cf119e2f9dbcf187fb805ba5aded105db26a693803636fb7228c98460ffbf2) >>> vuejs 3.2.33 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> watchdogd 3.5 Collecting legal info LICENSE: OK (sha256: fd685e20931174308c45a26418a7ce34d66704c4e4b92ab1d8299deb255cd676) >>> wavpack 5.5.0 Collecting legal info COPYING: OK (sha256: 275d65ec11a78d552d078b9c26d950e3075892bca895a415ceaaec33bcfabff9) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /tmp/instance-10/output-1/legal-info make: Leaving directory '/tmp/instance-10/buildroot'