AR lib/built-in.a CC arch/sparc/prom/bootstr_32.o CC arch/sparc/prom/console_32.o CC arch/sparc/prom/init_32.o CC arch/sparc/prom/memory.o CC arch/sparc/prom/misc_32.o CC arch/sparc/prom/mp.o CC arch/sparc/prom/printf.o CC arch/sparc/prom/ranges.o CC arch/sparc/prom/tree_32.o AR arch/sparc/prom/lib.a AR arch/sparc/prom/built-in.a AS arch/sparc/lib/ashldi3.o AS arch/sparc/lib/ashrdi3.o CC arch/sparc/lib/bitext.o AS arch/sparc/lib/blockops.o AS arch/sparc/lib/checksum_32.o CC arch/sparc/lib/cmpdi2.o AS arch/sparc/lib/copy_user.o AS arch/sparc/lib/divdi3.o AS arch/sparc/lib/locks.o AS arch/sparc/lib/lshrdi3.o AS arch/sparc/lib/memcmp.o AS arch/sparc/lib/memcpy.o AS arch/sparc/lib/memscan_32.o AS arch/sparc/lib/memset.o AS arch/sparc/lib/muldi3.o AS arch/sparc/lib/strlen.o AS arch/sparc/lib/strncmp_32.o AS arch/sparc/lib/udivdi3.o AR arch/sparc/lib/lib.a CC arch/sparc/lib/atomic32.o CC arch/sparc/lib/ucmpdi2.o AR arch/sparc/lib/built-in.a GEN .version CHK include/generated/compile.h UPD include/generated/compile.h CC init/version.o AR init/built-in.a LD vmlinux.o MODPOST vmlinux.symvers MODINFO modules.builtin.modinfo GEN modules.builtin CC .vmlinux.export.o LD .tmp_vmlinux.kallsyms1 KSYMS .tmp_vmlinux.kallsyms1.S AS .tmp_vmlinux.kallsyms1.S LD .tmp_vmlinux.kallsyms2 KSYMS .tmp_vmlinux.kallsyms2.S AS .tmp_vmlinux.kallsyms2.S LD vmlinux SYSMAP System.map STRIP arch/sparc/boot/image kernel: arch/sparc/boot/image is ready STRIP arch/sparc/boot/zImage kernel: arch/sparc/boot/zImage is ready make[1]: Leaving directory '/tmp/instance-23/output-1/build/linux-6.0.12' # Copy the kernel image(s) to its(their) final destination /usr/bin/install -m 0644 -D /tmp/instance-23/output-1/build/linux-6.0.12/arch/sparc/boot/zImage /tmp/instance-23/output-1/images/zImage # If there is a .ub file copy it to the final destination test ! -f /tmp/instance-23/output-1/build/linux-6.0.12/arch/sparc/boot/zImage.ub || cp /tmp/instance-23/output-1/build/linux-6.0.12/arch/sparc/boot/zImage.ub /tmp/instance-23/output-1/images >>> Generating filesystem image rootfs.ubifs mkdir -p /tmp/instance-23/output-1/images rm -rf /tmp/instance-23/output-1/build/buildroot-fs/ubifs mkdir -p /tmp/instance-23/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-23/output-1/target/ /tmp/instance-23/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /tmp/instance-23/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /tmp/instance-23/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /tmp/instance-23/output-1/build/buildroot-fs/ubifs/target" >> /tmp/instance-23/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/tmp/instance-23/output-1/host/bin:/tmp/instance-23/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-23/buildroot/support/scripts/mkusers /tmp/instance-23/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-23/output-1/build/buildroot-fs/ubifs/target >> /tmp/instance-23/output-1/build/buildroot-fs/ubifs/fakeroot echo "/tmp/instance-23/output-1/host/bin/makedevs -d /tmp/instance-23/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-23/output-1/build/buildroot-fs/ubifs/target" >> /tmp/instance-23/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /tmp/instance-23/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /tmp/instance-23/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /tmp/instance-23/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /tmp/instance-23/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-23/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /tmp/instance-23/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-23/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /tmp/instance-23/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /tmp/instance-23/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /tmp/instance-23/output-1/host/sbin/mkfs.ubifs -d /tmp/instance-23/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x none -o /tmp/instance-23/output-1/images/rootfs.ubifs\n' >> /tmp/instance-23/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /tmp/instance-23/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/tmp/instance-23/output-1/host/bin:/tmp/instance-23/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-23/output-1/host/bin/fakeroot -- /tmp/instance-23/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/tmp/instance-23/output-1/build/buildroot-fs/ubifs/target table='/tmp/instance-23/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/tmp/instance-23/output-1/host/bin:/tmp/instance-23/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-23/output-1/host/bin/lzma -9 -c /tmp/instance-23/output-1/images/rootfs.ubifs > /tmp/instance-23/output-1/images/rootfs.ubifs.lzma >>> Generating filesystem image rootfs.yaffs2 mkdir -p /tmp/instance-23/output-1/images rm -rf /tmp/instance-23/output-1/build/buildroot-fs/yaffs2 mkdir -p /tmp/instance-23/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-23/output-1/target/ /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-23/output-1/host/bin:/tmp/instance-23/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-23/buildroot/support/scripts/mkusers /tmp/instance-23/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/target >> /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/tmp/instance-23/output-1/host/bin/makedevs -d /tmp/instance-23/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /tmp/instance-23/output-1/host/bin/mkyaffs2 --all-root /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/target /tmp/instance-23/output-1/images/rootfs.yaffs2\n' >> /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-23/output-1/host/bin:/tmp/instance-23/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-23/output-1/host/bin/fakeroot -- /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/tmp/instance-23/output-1/build/buildroot-fs/yaffs2/target table='/tmp/instance-23/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/tmp/instance-23/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 1658 objects. stage 2: creating image '/tmp/instance-23/output-1/images/rootfs.yaffs2' [ ] 1/1658 0% [ ] 2/1658 0% [ ] 3/1658 0% [ ] 4/1658 0% [ ] 5/1658 0% [ ] 6/1658 0% [ ] 7/1658 0% [ ] 8/1658 0% [ ] 9/1658 0% [ ] 10/1658 0% [ ] 11/1658 0% [ ] 12/1658 0% [ ] 13/1658 0% [ ] 14/1658 0% [ ] 15/1658 0% [ ] 16/1658 0% [ ] 17/1658 1% [ ] 18/1658 1% [ ] 19/1658 1% [ ] 20/1658 1% [ ] 21/1658 1% [ ] 22/1658 1% [ ] 23/1658 1% [ ] 24/1658 1% [ ] 25/1658 1% [ ] 26/1658 1% [= ] 27/1658 1% [= ] 28/1658 1% [= ] 29/1658 1% [= ] 30/1658 1% [= ] 31/1658 1% [= ] 32/1658 1% [= ] 33/1658 1% [= ] 34/1658 2% [= ] 35/1658 2% [= ] 36/1658 2% [= ] 37/1658 2% [= ] 38/1658 2% [= ] 39/1658 2% [= ] 40/1658 2% [= ] 41/1658 2% [= ] 42/1658 2% [= ] 43/1658 2% [= ] 44/1658 2% [= ] 45/1658 2% [= ] 46/1658 2% [= ] 47/1658 2% [= ] 48/1658 2% [= ] 49/1658 2% [= ] 50/1658 3% [= ] 51/1658 3% [= ] 52/1658 3% [= ] 53/1658 3% [== ] 54/1658 3% [== ] 55/1658 3% [== ] 56/1658 3% [== ] 57/1658 3% [== ] 58/1658 3% [== ] 59/1658 3% [== ] 60/1658 3% [== ] 61/1658 3% [== ] 62/1658 3% [== ] 63/1658 3% [== ] 64/1658 3% [== ] 65/1658 3% [== ] 66/1658 3% [== ] 67/1658 4% [== ] 68/1658 4% [== ] 69/1658 4% [== ] 70/1658 4% [== ] 71/1658 4% [== ] 72/1658 4% [== ] 73/1658 4% [== ] 74/1658 4% [== ] 75/1658 4% [== ] 76/1658 4% [== ] 77/1658 4% [== ] 78/1658 4% [== ] 79/1658 4% [== ] 80/1658 4% [=== ] 81/1658 4% [=== ] 82/1658 4% [=== ] 83/1658 5% [=== ] 84/1658 5% [=== ] 85/1658 5% [=== ] 86/1658 5% [=== ] 87/1658 5% [=== ] 88/1658 5% [=== ] 89/1658 5% [=== ] 90/1658 5% [=== ] 91/1658 5% [=== ] 92/1658 5% [=== ] 93/1658 5% [=== ] 94/1658 5% [=== ] 95/1658 5% [=== ] 96/1658 5% [=== ] 97/1658 5% [=== ] 98/1658 5% [=== ] 99/1658 5% [=== ] 100/1658 6% [=== ] 101/1658 6% [=== ] 102/1658 6% [=== ] 103/1658 6% [=== ] 104/1658 6% [=== ] 105/1658 6% [=== ] 106/1658 6% [==== ] 107/1658 6% [==== ] 108/1658 6% [==== ] 109/1658 6% [==== ] 110/1658 6% [==== ] 111/1658 6% [==== ] 112/1658 6% [==== ] 113/1658 6% [==== ] 114/1658 6% [==== ] 115/1658 6% [==== ] 116/1658 6% [==== ] 117/1658 7% [==== ] 118/1658 7% [==== ] 119/1658 7% [==== ] 120/1658 7% [==== ] 121/1658 7% [==== ] 122/1658 7% [==== ] 123/1658 7% [==== ] 124/1658 7% [==== ] 125/1658 7% [==== ] 126/1658 7% [==== ] 127/1658 7% [==== ] 128/1658 7% [==== ] 129/1658 7% [==== ] 130/1658 7% [==== ] 131/1658 7% [==== ] 132/1658 7% [==== ] 133/1658 8% [===== ] 134/1658 8% [===== ] 135/1658 8% [===== ] 136/1658 8% [===== ] 137/1658 8% [===== ] 138/1658 8% [===== ] 139/1658 8% [===== ] 140/1658 8% [===== ] 141/1658 8% [===== ] 142/1658 8% [===== ] 143/1658 8% [===== ] 144/1658 8% [===== ] 145/1658 8% [===== ] 146/1658 8% [===== ] 147/1658 8% [===== ] 148/1658 8% [===== ] 149/1658 8% [===== ] 150/1658 9% [===== ] 151/1658 9% [===== ] 152/1658 9% [===== ] 153/1658 9% [===== ] 154/1658 9% [===== ] 155/1658 9% [===== ] 156/1658 9% [===== ] 157/1658 9% [===== ] 158/1658 9% [===== ] 159/1658 9% [===== ] 160/1658 9% [====== ] 161/1658 9% [====== ] 162/1658 9% [====== ] 163/1658 9% [====== ] 164/1658 9% [====== ] 165/1658 9% [====== ] 166/1658 10% [====== ] 167/1658 10% [====== ] 168/1658 10% [====== ] 169/1658 10% [====== ] 170/1658 10% [====== ] 171/1658 10% [====== ] 172/1658 10% [====== ] 173/1658 10% [====== ] 174/1658 10% [====== ] 175/1658 10% [====== ] 176/1658 10% [====== ] 177/1658 10% [====== ] 178/1658 10% [====== ] 179/1658 10% [====== ] 180/1658 10% [====== ] 181/1658 10% [====== ] 182/1658 10% [====== ] 183/1658 11% [====== ] 184/1658 11% [====== ] 185/1658 11% [====== ] 186/1658 11% [====== ] 187/1658 11% [======= ] 188/1658 11% [======= ] 189/1658 11% [======= ] 190/1658 11% [======= ] 191/1658 11% [======= ] 192/1658 11% [======= ] 193/1658 11% [======= ] 194/1658 11% [======= ] 195/1658 11% [======= ] 196/1658 11% [======= ] 197/1658 11% [======= ] 198/1658 11% [======= ] 199/1658 12% [======= ] 200/1658 12% [======= ] 201/1658 12% [======= ] 202/1658 12% [======= ] 203/1658 12% [======= ] 204/1658 12% [======= ] 205/1658 12% [======= ] 206/1658 12% [======= ] 207/1658 12% [======= ] 208/1658 12% [======= ] 209/1658 12% [======= ] 210/1658 12% [======= ] 211/1658 12% [======= ] 212/1658 12% [======= ] 213/1658 12% [======== ] 214/1658 12% [======== ] 215/1658 12% [======== ] 216/1658 13% [======== ] 217/1658 13% [======== ] 218/1658 13% [======== ] 219/1658 13% [======== ] 220/1658 13% [======== ] 221/1658 13% [======== ] 222/1658 13% [======== ] 223/1658 13% [======== ] 224/1658 13% [======== ] 225/1658 13% [======== ] 226/1658 13% [======== ] 227/1658 13% [======== ] 228/1658 13% [======== ] 229/1658 13% [======== ] 230/1658 13% [======== ] 231/1658 13% [======== ] 232/1658 13% [======== ] 233/1658 14% [======== ] 234/1658 14% [======== ] 235/1658 14% [======== ] 236/1658 14% [======== ] 237/1658 14% [======== ] 238/1658 14% [======== ] 239/1658 14% [======== ] 240/1658 14% [========= ] 241/1658 14% [========= ] 242/1658 14% [========= ] 243/1658 14% [========= ] 244/1658 14% [========= ] 245/1658 14% [========= ] 246/1658 14% [========= ] 247/1658 14% [========= ] 248/1658 14% [========= ] 249/1658 15% [========= ] 250/1658 15% [========= ] 251/1658 15% [========= ] 252/1658 15% [========= ] 253/1658 15% [========= ] 254/1658 15% [========= ] 255/1658 15% [========= ] 256/1658 15% [========= ] 257/1658 15% [========= ] 258/1658 15% [========= ] 259/1658 15% [========= ] 260/1658 15% [========= ] 261/1658 15% [========= ] 262/1658 15% [========= ] 263/1658 15% [========= ] 264/1658 15% [========= ] 265/1658 15% [========= ] 266/1658 16% [========= ] 267/1658 16% [========== ] 268/1658 16% [========== ] 269/1658 16% [========== ] 270/1658 16% [========== ] 271/1658 16% [========== ] 272/1658 16% [========== ] 273/1658 16% [========== ] 274/1658 16% [========== ] 275/1658 16% [========== ] 276/1658 16% [========== ] 277/1658 16% [========== ] 278/1658 16% [========== ] 279/1658 16% [========== ] 280/1658 16% [========== ] 281/1658 16% [========== ] 282/1658 17% [========== ] 283/1658 17% [========== ] 284/1658 17% [========== ] 285/1658 17% [========== ] 286/1658 17% [========== ] 287/1658 17% [========== ] 288/1658 17% [========== ] 289/1658 17% [========== ] 290/1658 17% [========== ] 291/1658 17% [========== ] 292/1658 17% [========== ] 293/1658 17% [========== ] 294/1658 17% [=========== ] 295/1658 17% [=========== ] 296/1658 17% [=========== ] 297/1658 17% [=========== ] 298/1658 17% [=========== ] 299/1658 18% [=========== ] 300/1658 18% [=========== ] 301/1658 18% [=========== ] 302/1658 18% [=========== ] 303/1658 18% [=========== ] 304/1658 18% [=========== ] 305/1658 18% [=========== ] 306/1658 18% [=========== ] 307/1658 18% [=========== ] 308/1658 18% [=========== ] 309/1658 18% [=========== ] 310/1658 18% [=========== ] 311/1658 18% [=========== ] 312/1658 18% [=========== ] 313/1658 18% [=========== ] 314/1658 18% [=========== ] 315/1658 18% [=========== ] 316/1658 19% [=========== ] 317/1658 19% [=========== ] 318/1658 19% [=========== ] 319/1658 19% [=========== ] 320/1658 19% [============ ] 321/1658 19% [============ ] 322/1658 19% [============ ] 323/1658 19% [============ ] 324/1658 19% [============ ] 325/1658 19% [============ ] 326/1658 19% [============ ] 327/1658 19% [============ ] 328/1658 19% [============ ] 329/1658 19% [============ ] 330/1658 19% [============ ] 331/1658 19% [============ ] 332/1658 20% [============ ] 333/1658 20% [============ ] 334/1658 20% [============ ] 335/1658 20% [============ ] 336/1658 20% [============ ] 337/1658 20% [============ ] 338/1658 20% [============ ] 339/1658 20% [============ ] 340/1658 20% [============ ] 341/1658 20% [============ ] 342/1658 20% [============ ] 343/1658 20% [============ ] 344/1658 20% [============ ] 345/1658 20% [============ ] 346/1658 20% [============ ] 347/1658 20% [============= ] 348/1658 20% [============= ] 349/1658 21% [============= ] 350/1658 21% [============= ] 351/1658 21% [============= ] 352/1658 21% [============= ] 353/1658 21% [============= ] 354/1658 21% [============= ] 355/1658 21% [============= ] 356/1658 21% [============= ] 357/1658 21% [============= ] 358/1658 21% [============= ] 359/1658 21% [============= ] 360/1658 21% [============= ] 361/1658 21% [============= ] 362/1658 21% [============= ] 363/1658 21% [============= ] 364/1658 21% [============= ] 365/1658 22% [============= ] 366/1658 22% [============= ] 367/1658 22% [============= ] 368/1658 22% [============= ] 369/1658 22% [============= ] 370/1658 22% [============= ] 371/1658 22% [============= ] 372/1658 22% [============= ] 373/1658 22% [============= ] 374/1658 22% [============== ] 375/1658 22% [============== ] 376/1658 22% [============== ] 377/1658 22% [============== ] 378/1658 22% [============== ] 379/1658 22% [============== ] 380/1658 22% [============== ] 381/1658 22% [============== ] 382/1658 23% [============== ] 383/1658 23% [============== ] 384/1658 23% [============== ] 385/1658 23% [============== ] 386/1658 23% [============== ] 387/1658 23% [============== ] 388/1658 23% [============== ] 389/1658 23% [============== ] 390/1658 23% [============== ] 391/1658 23% [============== ] 392/1658 23% [============== ] 393/1658 23% [============== ] 394/1658 23% [============== ] 395/1658 23% [============== ] 396/1658 23% [============== ] 397/1658 23% [============== ] 398/1658 24% [============== ] 399/1658 24% [============== ] 400/1658 24% [============== ] 401/1658 24% [=============== ] 402/1658 24% [=============== ] 403/1658 24% [=============== ] 404/1658 24% [=============== ] 405/1658 24% [=============== ] 406/1658 24% [=============== ] 407/1658 24% [=============== ] 408/1658 24% [=============== ] 409/1658 24% [=============== ] 410/1658 24% [=============== ] 411/1658 24% [=============== ] 412/1658 24% [=============== ] 413/1658 24% [=============== ] 414/1658 24% [=============== ] 415/1658 25% [=============== ] 416/1658 25% [=============== ] 417/1658 25% [=============== ] 418/1658 25% [=============== ] 419/1658 25% [=============== ] 420/1658 25% [=============== ] 421/1658 25% [=============== ] 422/1658 25% [=============== ] 423/1658 25% [=============== ] 424/1658 25% [=============== ] 425/1658 25% [=============== ] 426/1658 25% [=============== ] 427/1658 25% [================ ] 428/1658 25% [================ ] 429/1658 25% [================ ] 430/1658 25% [================ ] 431/1658 25% [================ ] 432/1658 26% [================ ] 433/1658 26% [================ ] 434/1658 26% [================ ] 435/1658 26% [================ ] 436/1658 26% [================ ] 437/1658 26% [================ ] 438/1658 26% [================ ] 439/1658 26% [================ ] 440/1658 26% [================ ] 441/1658 26% [================ ] 442/1658 26% [================ ] 443/1658 26% [================ ] 444/1658 26% [================ ] 445/1658 26% [================ ] 446/1658 26% [================ ] 447/1658 26% [================ ] 448/1658 27% [================ ] 449/1658 27% [================ ] 450/1658 27% [================ ] 451/1658 27% [================ ] 452/1658 27% [================ ] 453/1658 27% [================ ] 454/1658 27% [================= ] 455/1658 27% [================= ] 456/1658 27% [================= ] 457/1658 27% [================= ] 458/1658 27% [================= ] 459/1658 27% [================= ] 460/1658 27% [================= ] 461/1658 27% [================= ] 462/1658 27% [================= ] 463/1658 27% [================= ] 464/1658 27% [================= ] 465/1658 28% [================= ] 466/1658 28% [================= ] 467/1658 28% [================= ] 468/1658 28% [================= ] 469/1658 28% [================= ] 470/1658 28% [================= ] 471/1658 28% [================= ] 472/1658 28% [================= ] 473/1658 28% [================= ] 474/1658 28% [================= ] 475/1658 28% [================= ] 476/1658 28% [================= ] 477/1658 28% [================= ] 478/1658 28% [================= ] 479/1658 28% [================= ] 480/1658 28% [================= ] 481/1658 29% [================== ] 482/1658 29% [================== ] 483/1658 29% [================== ] 484/1658 29% [================== ] 485/1658 29% [================== ] 486/1658 29% [================== ] 487/1658 29% [================== ] 488/1658 29% [================== ] 489/1658 29% [================== ] 490/1658 29% [================== ] 491/1658 29% [================== ] 492/1658 29% [================== ] 493/1658 29% [================== ] 494/1658 29% [================== ] 495/1658 29% [================== ] 496/1658 29% [================== ] 497/1658 29% [================== ] 498/1658 30% [================== ] 499/1658 30% [================== ] 500/1658 30% [================== ] 501/1658 30% [================== ] 502/1658 30% [================== ] 503/1658 30% [================== ] 504/1658 30% [================== ] 505/1658 30% [================== ] 506/1658 30% [================== ] 507/1658 30% [================== ] 508/1658 30% [=================== ] 509/1658 30% [=================== ] 510/1658 30% [=================== ] 511/1658 30% [=================== ] 512/1658 30% [=================== ] 513/1658 30% [=================== ] 514/1658 31% [=================== ] 515/1658 31% [=================== ] 516/1658 31% [=================== ] 517/1658 31% [=================== ] 518/1658 31% [=================== ] 519/1658 31% [=================== ] 520/1658 31% [=================== ] 521/1658 31% [=================== ] 522/1658 31% [=================== ] 523/1658 31% [=================== ] 524/1658 31% [=================== ] 525/1658 31% [=================== ] 526/1658 31% [=================== ] 527/1658 31% [=================== ] 528/1658 31% [=================== ] 529/1658 31% [=================== ] 530/1658 31% [=================== ] 531/1658 32% [=================== ] 532/1658 32% [=================== ] 533/1658 32% [=================== ] 534/1658 32% [==================== ] 535/1658 32% [==================== ] 536/1658 32% [==================== ] 537/1658 32% [==================== ] 538/1658 32% [==================== ] 539/1658 32% [==================== ] 540/1658 32% [==================== ] 541/1658 32% [==================== ] 542/1658 32% [==================== ] 543/1658 32% [==================== ] 544/1658 32% [==================== ] 545/1658 32% [==================== ] 546/1658 32% [==================== ] 547/1658 32% [==================== ] 548/1658 33% [==================== ] 549/1658 33% [==================== ] 550/1658 33% [==================== ] 551/1658 33% [==================== ] 552/1658 33% [==================== ] 553/1658 33% [==================== ] 554/1658 33% [==================== ] 555/1658 33% [==================== ] 556/1658 33% [==================== ] 557/1658 33% [==================== ] 558/1658 33% [==================== ] 559/1658 33% [==================== ] 560/1658 33% [==================== ] 561/1658 33% [===================== ] 562/1658 33% [===================== ] 563/1658 33% [===================== ] 564/1658 34% [===================== ] 565/1658 34% [===================== ] 566/1658 34% [===================== ] 567/1658 34% [===================== ] 568/1658 34% [===================== ] 569/1658 34% [===================== ] 570/1658 34% [===================== ] 571/1658 34% [===================== ] 572/1658 34% [===================== ] 573/1658 34% [===================== ] 574/1658 34% [===================== ] 575/1658 34% [===================== ] 576/1658 34% [===================== ] 577/1658 34% [===================== ] 578/1658 34% [===================== ] 579/1658 34% [===================== ] 580/1658 34% [===================== ] 581/1658 35% [===================== ] 582/1658 35% [===================== ] 583/1658 35% [===================== ] 584/1658 35% [===================== ] 585/1658 35% [===================== ] 586/1658 35% [===================== ] 587/1658 35% [===================== ] 588/1658 35% [====================== ] 589/1658 35% [====================== ] 590/1658 35% [====================== ] 591/1658 35% [====================== ] 592/1658 35% [====================== ] 593/1658 35% [====================== ] 594/1658 35% [====================== ] 595/1658 35% [====================== ] 596/1658 35% [====================== ] 597/1658 36% [====================== ] 598/1658 36% [====================== ] 599/1658 36% [====================== ] 600/1658 36% [====================== ] 601/1658 36% [====================== ] 602/1658 36% [====================== ] 603/1658 36% [====================== ] 604/1658 36% [====================== ] 605/1658 36% [====================== ] 606/1658 36% [====================== ] 607/1658 36% [====================== ] 608/1658 36% [====================== ] 609/1658 36% [====================== ] 610/1658 36% [====================== ] 611/1658 36% [====================== ] 612/1658 36% [====================== ] 613/1658 36% [====================== ] 614/1658 37% [====================== ] 615/1658 37% [======================= ] 616/1658 37% [======================= ] 617/1658 37% [======================= ] 618/1658 37% [======================= ] 619/1658 37% [======================= ] 620/1658 37% [======================= ] 621/1658 37% [======================= ] 622/1658 37% [======================= ] 623/1658 37% [======================= ] 624/1658 37% [======================= ] 625/1658 37% [======================= ] 626/1658 37% [======================= ] 627/1658 37% [======================= ] 628/1658 37% [======================= ] 629/1658 37% [======================= ] 630/1658 37% [======================= ] 631/1658 38% [======================= ] 632/1658 38% [======================= ] 633/1658 38% [======================= ] 634/1658 38% [======================= ] 635/1658 38% [======================= ] 636/1658 38% [======================= ] 637/1658 38% [======================= ] 638/1658 38% [======================= ] 639/1658 38% [======================= ] 640/1658 38% [======================= ] 641/1658 38% [======================== ] 642/1658 38% [======================== ] 643/1658 38% [======================== ] 644/1658 38% [======================== ] 645/1658 38% [======================== ] 646/1658 38% [======================== ] 647/1658 39% [======================== ] 648/1658 39% [======================== ] 649/1658 39% [======================== ] 650/1658 39% [======================== ] 651/1658 39% [======================== ] 652/1658 39% [======================== ] 653/1658 39% [======================== ] 654/1658 39% [======================== ] 655/1658 39% [======================== ] 656/1658 39% [======================== ] 657/1658 39% [======================== ] 658/1658 39% [======================== ] 659/1658 39% [======================== ] 660/1658 39% [======================== ] 661/1658 39% [======================== ] 662/1658 39% [======================== ] 663/1658 39% [======================== ] 664/1658 40% [======================== ] 665/1658 40% [======================== ] 666/1658 40% [======================== ] 667/1658 40% [======================== ] 668/1658 40% [========================= ] 669/1658 40% [========================= ] 670/1658 40% [========================= ] 671/1658 40% [========================= ] 672/1658 40% [========================= ] 673/1658 40% [========================= ] 674/1658 40% [========================= ] 675/1658 40% [========================= ] 676/1658 40% [========================= ] 677/1658 40% [========================= ] 678/1658 40% [========================= ] 679/1658 40% [========================= ] 680/1658 41% [========================= ] 681/1658 41% [========================= ] 682/1658 41% [========================= ] 683/1658 41% [========================= ] 684/1658 41% [========================= ] 685/1658 41% [========================= ] 686/1658 41% [========================= ] 687/1658 41% [========================= ] 688/1658 41% [========================= ] 689/1658 41% [========================= ] 690/1658 41% [========================= ] 691/1658 41% [========================= ] 692/1658 41% [========================= ] 693/1658 41% [========================= ] 694/1658 41% [========================= ] 695/1658 41% [========================== ] 696/1658 41% [========================== ] 697/1658 42% [========================== ] 698/1658 42% [========================== ] 699/1658 42% [========================== ] 700/1658 42% [========================== ] 701/1658 42% [========================== ] 702/1658 42% [========================== ] 703/1658 42% [========================== ] 704/1658 42% [========================== ] 705/1658 42% [========================== ] 706/1658 42% [========================== ] 707/1658 42% [========================== ] 708/1658 42% [========================== ] 709/1658 42% [========================== ] 710/1658 42% [========================== ] 711/1658 42% [========================== ] 712/1658 42% [========================== ] 713/1658 43% [========================== ] 714/1658 43% [========================== ] 715/1658 43% [========================== ] 716/1658 43% [========================== ] 717/1658 43% [========================== ] 718/1658 43% [========================== ] 719/1658 43% [========================== ] 720/1658 43% [========================== ] 721/1658 43% [========================== ] 722/1658 43% [=========================== ] 723/1658 43% [=========================== ] 724/1658 43% [=========================== ] 725/1658 43% [=========================== ] 726/1658 43% [=========================== ] 727/1658 43% [=========================== ] 728/1658 43% [=========================== ] 729/1658 43% [=========================== ] 730/1658 44% [=========================== ] 731/1658 44% [=========================== ] 732/1658 44% [=========================== ] 733/1658 44% [=========================== ] 734/1658 44% [=========================== ] 735/1658 44% [=========================== ] 736/1658 44% [=========================== ] 737/1658 44% [=========================== ] 738/1658 44% [=========================== ] 739/1658 44% [=========================== ] 740/1658 44% [=========================== ] 741/1658 44% [=========================== ] 742/1658 44% [=========================== ] 743/1658 44% [=========================== ] 744/1658 44% [=========================== ] 745/1658 44% [=========================== ] 746/1658 44% [=========================== ] 747/1658 45% [=========================== ] 748/1658 45% [============================ ] 749/1658 45% [============================ ] 750/1658 45% [============================ ] 751/1658 45% [============================ ] 752/1658 45% [============================ ] 753/1658 45% [============================ ] 754/1658 45% [============================ ] 755/1658 45% [============================ ] 756/1658 45% [============================ ] 757/1658 45% [============================ ] 758/1658 45% [============================ ] 759/1658 45% [============================ ] 760/1658 45% [============================ ] 761/1658 45% [============================ ] 762/1658 45% [============================ ] 763/1658 46% [============================ ] 764/1658 46% [============================ ] 765/1658 46% [============================ ] 766/1658 46% [============================ ] 767/1658 46% [============================ ] 768/1658 46% [============================ ] 769/1658 46% [============================ ] 770/1658 46% [============================ ] 771/1658 46% [============================ ] 772/1658 46% [============================ ] 773/1658 46% [============================ ] 774/1658 46% [============================ ] 775/1658 46% [============================= ] 776/1658 46% [============================= ] 777/1658 46% [============================= ] 778/1658 46% [============================= ] 779/1658 46% [============================= ] 780/1658 47% [============================= ] 781/1658 47% [============================= ] 782/1658 47% [============================= ] 783/1658 47% [============================= ] 784/1658 47% [============================= ] 785/1658 47% [============================= ] 786/1658 47% [============================= ] 787/1658 47% [============================= ] 788/1658 47% [============================= ] 789/1658 47% [============================= ] 790/1658 47% [============================= ] 791/1658 47% [============================= ] 792/1658 47% [============================= ] 793/1658 47% [============================= ] 794/1658 47% [============================= ] 795/1658 47% [============================= ] 796/1658 48% [============================= ] 797/1658 48% [============================= ] 798/1658 48% [============================= ] 799/1658 48% [============================= ] 800/1658 48% [============================= ] 801/1658 48% [============================= ] 802/1658 48% [============================== ] 803/1658 48% [============================== ] 804/1658 48% [============================== ] 805/1658 48% [============================== ] 806/1658 48% [============================== ] 807/1658 48% [============================== ] 808/1658 48% [============================== ] 809/1658 48% [============================== ] 810/1658 48% [============================== ] 811/1658 48% [============================== ] 812/1658 48% [============================== ] 813/1658 49% [============================== ] 814/1658 49% [============================== ] 815/1658 49% [============================== ] 816/1658 49% [============================== ] 817/1658 49% [============================== ] 818/1658 49% [============================== ] 819/1658 49% [============================== ] 820/1658 49% [============================== ] 821/1658 49% [============================== ] 822/1658 49% [============================== ] 823/1658 49% [============================== ] 824/1658 49% [============================== ] 825/1658 49% [============================== ] 826/1658 49% [============================== ] 827/1658 49% [============================== ] 828/1658 49% [=============================== ] 829/1658 50% [=============================== ] 830/1658 50% [=============================== ] 831/1658 50% [=============================== ] 832/1658 50% [=============================== ] 833/1658 50% [=============================== ] 834/1658 50% [=============================== ] 835/1658 50% [=============================== ] 836/1658 50% [=============================== ] 837/1658 50% [=============================== ] 838/1658 50% [=============================== ] 839/1658 50% [=============================== ] 840/1658 50% [=============================== ] 841/1658 50% [=============================== ] 842/1658 50% [=============================== ] 843/1658 50% [=============================== ] 844/1658 50% [=============================== ] 845/1658 50% [=============================== ] 846/1658 51% [=============================== ] 847/1658 51% [=============================== ] 848/1658 51% [=============================== ] 849/1658 51% [=============================== ] 850/1658 51% [=============================== ] 851/1658 51% [=============================== ] 852/1658 51% [=============================== ] 853/1658 51% [=============================== ] 854/1658 51% [=============================== ] 855/1658 51% [================================ ] 856/1658 51% [================================ ] 857/1658 51% [================================ ] 858/1658 51% [================================ ] 859/1658 51% [================================ ] 860/1658 51% [================================ ] 861/1658 51% [================================ ] 862/1658 51% [================================ ] 863/1658 52% [================================ ] 864/1658 52% [================================ ] 865/1658 52% [================================ ] 866/1658 52% [================================ ] 867/1658 52% [================================ ] 868/1658 52% [================================ ] 869/1658 52% [================================ ] 870/1658 52% [================================ ] 871/1658 52% [================================ ] 872/1658 52% [================================ ] 873/1658 52% [================================ ] 874/1658 52% [================================ ] 875/1658 52% [================================ ] 876/1658 52% [================================ ] 877/1658 52% [================================ ] 878/1658 52% [================================ ] 879/1658 53% [================================ ] 880/1658 53% [================================ ] 881/1658 53% [================================ ] 882/1658 53% [================================= ] 883/1658 53% [================================= ] 884/1658 53% [================================= ] 885/1658 53% [================================= ] 886/1658 53% [================================= ] 887/1658 53% [================================= ] 888/1658 53% [================================= ] 889/1658 53% [================================= ] 890/1658 53% [================================= ] 891/1658 53% [================================= ] 892/1658 53% [================================= ] 893/1658 53% [================================= ] 894/1658 53% [================================= ] 895/1658 53% [================================= ] 896/1658 54% [================================= ] 897/1658 54% [================================= ] 898/1658 54% [================================= ] 899/1658 54% [================================= ] 900/1658 54% [================================= ] 901/1658 54% [================================= ] 902/1658 54% [================================= ] 903/1658 54% [================================= ] 904/1658 54% [================================= ] 905/1658 54% [================================= ] 906/1658 54% [================================= ] 907/1658 54% [================================= ] 908/1658 54% [================================= ] 909/1658 54% [================================== ] 910/1658 54% [================================== ] 911/1658 54% [================================== ] 912/1658 55% [================================== ] 913/1658 55% [================================== ] 914/1658 55% [================================== ] 915/1658 55% [================================== ] 916/1658 55% [================================== ] 917/1658 55% [================================== ] 918/1658 55% [================================== ] 919/1658 55% [================================== ] 920/1658 55% [================================== ] 921/1658 55% [================================== ] 922/1658 55% [================================== ] 923/1658 55% [================================== ] 924/1658 55% [================================== ] 925/1658 55% [================================== ] 926/1658 55% [================================== ] 927/1658 55% [================================== ] 928/1658 55% [================================== ] 929/1658 56% [================================== ] 930/1658 56% [================================== ] 931/1658 56% [================================== ] 932/1658 56% [================================== ] 933/1658 56% [================================== ] 934/1658 56% [================================== ] 935/1658 56% [=================================== ] 936/1658 56% [=================================== ] 937/1658 56% [=================================== ] 938/1658 56% [=================================== ] 939/1658 56% [=================================== ] 940/1658 56% [=================================== ] 941/1658 56% [=================================== ] 942/1658 56% [=================================== ] 943/1658 56% [=================================== ] 944/1658 56% [=================================== ] 945/1658 56% [=================================== ] 946/1658 57% [=================================== ] 947/1658 57% [=================================== ] 948/1658 57% [=================================== ] 949/1658 57% [=================================== ] 950/1658 57% [=================================== ] 951/1658 57% [=================================== ] 952/1658 57% [=================================== ] 953/1658 57% [=================================== ] 954/1658 57% [=================================== ] 955/1658 57% [=================================== ] 956/1658 57% [=================================== ] 957/1658 57% [=================================== ] 958/1658 57% [=================================== ] 959/1658 57% [=================================== ] 960/1658 57% [=================================== ] 961/1658 57% [=================================== ] 962/1658 58% [==================================== ] 963/1658 58% [==================================== ] 964/1658 58% [==================================== ] 965/1658 58% [==================================== ] 966/1658 58% [==================================== ] 967/1658 58% [==================================== ] 968/1658 58% [==================================== ] 969/1658 58% [==================================== ] 970/1658 58% [==================================== ] 971/1658 58% [==================================== ] 972/1658 58% [==================================== ] 973/1658 58% [==================================== ] 974/1658 58% [==================================== ] 975/1658 58% [==================================== ] 976/1658 58% [==================================== ] 977/1658 58% [==================================== ] 978/1658 58% [==================================== ] 979/1658 59% [==================================== ] 980/1658 59% [==================================== ] 981/1658 59% [==================================== ] 982/1658 59% [==================================== ] 983/1658 59% [==================================== ] 984/1658 59% [==================================== ] 985/1658 59% [==================================== ] 986/1658 59% [==================================== ] 987/1658 59% [==================================== ] 988/1658 59% [==================================== ] 989/1658 59% [===================================== ] 990/1658 59% [===================================== ] 991/1658 59% [===================================== ] 992/1658 59% [===================================== ] 993/1658 59% [===================================== ] 994/1658 59% [===================================== ] 995/1658 60% [===================================== ] 996/1658 60% [===================================== ] 997/1658 60% [===================================== ] 998/1658 60% [===================================== ] 999/1658 60% [===================================== ] 1000/1658 60% [===================================== ] 1001/1658 60% [===================================== ] 1002/1658 60% [===================================== ] 1003/1658 60% [===================================== ] 1004/1658 60% [===================================== ] 1005/1658 60% [===================================== ] 1006/1658 60% [===================================== ] 1007/1658 60% [===================================== ] 1008/1658 60% [===================================== ] 1009/1658 60% [===================================== ] 1010/1658 60% [===================================== ] 1011/1658 60% [===================================== ] 1012/1658 61% [===================================== ] 1013/1658 61% [===================================== ] 1014/1658 61% [===================================== ] 1015/1658 61% [===================================== ] 1016/1658 61% [====================================== ] 1017/1658 61% [====================================== ] 1018/1658 61% [====================================== ] 1019/1658 61% [====================================== ] 1020/1658 61% [====================================== ] 1021/1658 61% [====================================== ] 1022/1658 61% [====================================== ] 1023/1658 61% [====================================== ] 1024/1658 61% [====================================== ] 1025/1658 61% [====================================== ] 1026/1658 61% [====================================== ] 1027/1658 61% [====================================== ] 1028/1658 62% [====================================== ] 1029/1658 62% [====================================== ] 1030/1658 62% [====================================== ] 1031/1658 62% [====================================== ] 1032/1658 62% [====================================== ] 1033/1658 62% [====================================== ] 1034/1658 62% [====================================== ] 1035/1658 62% [====================================== ] 1036/1658 62% [====================================== ] 1037/1658 62% [====================================== ] 1038/1658 62% [====================================== ] 1039/1658 62% [====================================== ] 1040/1658 62% [====================================== ] 1041/1658 62% [====================================== ] 1042/1658 62% [======================================= ] 1043/1658 62% [======================================= ] 1044/1658 62% [======================================= ] 1045/1658 63% [======================================= ] 1046/1658 63% [======================================= ] 1047/1658 63% [======================================= ] 1048/1658 63% [======================================= ] 1049/1658 63% [======================================= ] 1050/1658 63% [======================================= ] 1051/1658 63% [======================================= ] 1052/1658 63% [======================================= ] 1053/1658 63% [======================================= ] 1054/1658 63% [======================================= ] 1055/1658 63% [======================================= ] 1056/1658 63% [======================================= ] 1057/1658 63% [======================================= ] 1058/1658 63% [======================================= ] 1059/1658 63% [======================================= ] 1060/1658 63% [======================================= ] 1061/1658 63% [======================================= ] 1062/1658 64% [======================================= ] 1063/1658 64% [======================================= ] 1064/1658 64% [======================================= ] 1065/1658 64% [======================================= ] 1066/1658 64% [======================================= ] 1067/1658 64% [======================================= ] 1068/1658 64% [======================================= ] 1069/1658 64% [======================================== ] 1070/1658 64% [======================================== ] 1071/1658 64% [======================================== ] 1072/1658 64% [======================================== ] 1073/1658 64% [======================================== ] 1074/1658 64% [======================================== ] 1075/1658 64% [======================================== ] 1076/1658 64% [======================================== ] 1077/1658 64% [======================================== ] 1078/1658 65% [======================================== ] 1079/1658 65% [======================================== ] 1080/1658 65% [======================================== ] 1081/1658 65% [======================================== ] 1082/1658 65% [======================================== ] 1083/1658 65% [======================================== ] 1084/1658 65% [======================================== ] 1085/1658 65% [======================================== ] 1086/1658 65% [======================================== ] 1087/1658 65% [======================================== ] 1088/1658 65% [======================================== ] 1089/1658 65% [======================================== ] 1090/1658 65% [======================================== ] 1091/1658 65% [======================================== ] 1092/1658 65% [======================================== ] 1093/1658 65% [======================================== ] 1094/1658 65% [======================================== ] 1095/1658 66% [======================================== ] 1096/1658 66% [========================================= ] 1097/1658 66% [========================================= ] 1098/1658 66% [========================================= ] 1099/1658 66% [========================================= ] 1100/1658 66% [========================================= ] 1101/1658 66% [========================================= ] 1102/1658 66% [========================================= ] 1103/1658 66% [========================================= ] 1104/1658 66% [========================================= ] 1105/1658 66% [========================================= ] 1106/1658 66% [========================================= ] 1107/1658 66% [========================================= ] 1108/1658 66% [========================================= ] 1109/1658 66% [========================================= ] 1110/1658 66% [========================================= ] 1111/1658 67% [========================================= ] 1112/1658 67% [========================================= ] 1113/1658 67% [========================================= ] 1114/1658 67% [========================================= ] 1115/1658 67% [========================================= ] 1116/1658 67% [========================================= ] 1117/1658 67% [========================================= ] 1118/1658 67% [========================================= ] 1119/1658 67% [========================================= ] 1120/1658 67% [========================================= ] 1121/1658 67% [========================================= ] 1122/1658 67% [========================================= ] 1123/1658 67% [========================================== ] 1124/1658 67% [========================================== ] 1125/1658 67% [========================================== ] 1126/1658 67% [========================================== ] 1127/1658 67% [========================================== ] 1128/1658 68% [========================================== ] 1129/1658 68% [========================================== ] 1130/1658 68% [========================================== ] 1131/1658 68% [========================================== ] 1132/1658 68% [========================================== ] 1133/1658 68% [========================================== ] 1134/1658 68% [========================================== ] 1135/1658 68% [========================================== ] 1136/1658 68% [========================================== ] 1137/1658 68% [========================================== ] 1138/1658 68% [========================================== ] 1139/1658 68% [========================================== ] 1140/1658 68% [========================================== ] 1141/1658 68% [========================================== ] 1142/1658 68% [========================================== ] 1143/1658 68% [========================================== ] 1144/1658 68% [========================================== ] 1145/1658 69% [========================================== ] 1146/1658 69% [========================================== ] 1147/1658 69% [========================================== ] 1148/1658 69% [========================================== ] 1149/1658 69% [=========================================== ] 1150/1658 69% [=========================================== ] 1151/1658 69% [=========================================== ] 1152/1658 69% [=========================================== ] 1153/1658 69% [=========================================== ] 1154/1658 69% [=========================================== ] 1155/1658 69% [=========================================== ] 1156/1658 69% [=========================================== ] 1157/1658 69% [=========================================== ] 1158/1658 69% [=========================================== ] 1159/1658 69% [=========================================== ] 1160/1658 69% [=========================================== ] 1161/1658 70% [=========================================== ] 1162/1658 70% [=========================================== ] 1163/1658 70% [=========================================== ] 1164/1658 70% [=========================================== ] 1165/1658 70% [=========================================== ] 1166/1658 70% [=========================================== ] 1167/1658 70% [=========================================== ] 1168/1658 70% [=========================================== ] 1169/1658 70% [=========================================== ] 1170/1658 70% [=========================================== ] 1171/1658 70% [=========================================== ] 1172/1658 70% [=========================================== ] 1173/1658 70% [=========================================== ] 1174/1658 70% [=========================================== ] 1175/1658 70% [=========================================== ] 1176/1658 70% [============================================ ] 1177/1658 70% [============================================ ] 1178/1658 71% [============================================ ] 1179/1658 71% [============================================ ] 1180/1658 71% [============================================ ] 1181/1658 71% [============================================ ] 1182/1658 71% [============================================ ] 1183/1658 71% [============================================ ] 1184/1658 71% [============================================ ] 1185/1658 71% [============================================ ] 1186/1658 71% [============================================ ] 1187/1658 71% [============================================ ] 1188/1658 71% [============================================ ] 1189/1658 71% [============================================ ] 1190/1658 71% [============================================ ] 1191/1658 71% [============================================ ] 1192/1658 71% [============================================ ] 1193/1658 71% [============================================ ] 1194/1658 72% [============================================ ] 1195/1658 72% [============================================ ] 1196/1658 72% [============================================ ] 1197/1658 72% [============================================ ] 1198/1658 72% [============================================ ] 1199/1658 72% [============================================ ] 1200/1658 72% [============================================ ] 1201/1658 72% [============================================ ] 1202/1658 72% [============================================ ] 1203/1658 72% [============================================= ] 1204/1658 72% [============================================= ] 1205/1658 72% [============================================= ] 1206/1658 72% [============================================= ] 1207/1658 72% [============================================= ] 1208/1658 72% [============================================= ] 1209/1658 72% [============================================= ] 1210/1658 72% [============================================= ] 1211/1658 73% [============================================= ] 1212/1658 73% [============================================= ] 1213/1658 73% [============================================= ] 1214/1658 73% [============================================= ] 1215/1658 73% [============================================= ] 1216/1658 73% [============================================= ] 1217/1658 73% [============================================= ] 1218/1658 73% [============================================= ] 1219/1658 73% [============================================= ] 1220/1658 73% [============================================= ] 1221/1658 73% [============================================= ] 1222/1658 73% [============================================= ] 1223/1658 73% [============================================= ] 1224/1658 73% [============================================= ] 1225/1658 73% [============================================= ] 1226/1658 73% [============================================= ] 1227/1658 74% [============================================= ] 1228/1658 74% [============================================= ] 1229/1658 74% [============================================= ] 1230/1658 74% [============================================== ] 1231/1658 74% [============================================== ] 1232/1658 74% [============================================== ] 1233/1658 74% [============================================== ] 1234/1658 74% [============================================== ] 1235/1658 74% [============================================== ] 1236/1658 74% [============================================== ] 1237/1658 74% [============================================== ] 1238/1658 74% [============================================== ] 1239/1658 74% [============================================== ] 1240/1658 74% [============================================== ] 1241/1658 74% [============================================== ] 1242/1658 74% [============================================== ] 1243/1658 74% [============================================== ] 1244/1658 75% [============================================== ] 1245/1658 75% [============================================== ] 1246/1658 75% [============================================== ] 1247/1658 75% [============================================== ] 1248/1658 75% [============================================== ] 1249/1658 75% [============================================== ] 1250/1658 75% [============================================== ] 1251/1658 75% [============================================== ] 1252/1658 75% [============================================== ] 1253/1658 75% [============================================== ] 1254/1658 75% [============================================== ] 1255/1658 75% [============================================== ] 1256/1658 75% [=============================================== ] 1257/1658 75% [=============================================== ] 1258/1658 75% [=============================================== ] 1259/1658 75% [=============================================== ] 1260/1658 75% [=============================================== ] 1261/1658 76% [=============================================== ] 1262/1658 76% [=============================================== ] 1263/1658 76% [=============================================== ] 1264/1658 76% [=============================================== ] 1265/1658 76% [=============================================== ] 1266/1658 76% [=============================================== ] 1267/1658 76% [=============================================== ] 1268/1658 76% [=============================================== ] 1269/1658 76% [=============================================== ] 1270/1658 76% [=============================================== ] 1271/1658 76% [=============================================== ] 1272/1658 76% [=============================================== ] 1273/1658 76% [=============================================== ] 1274/1658 76% [=============================================== ] 1275/1658 76% [=============================================== ] 1276/1658 76% [=============================================== ] 1277/1658 77% [=============================================== ] 1278/1658 77% [=============================================== ] 1279/1658 77% [=============================================== ] 1280/1658 77% [=============================================== ] 1281/1658 77% [=============================================== ] 1282/1658 77% [=============================================== ] 1283/1658 77% [================================================ ] 1284/1658 77% [================================================ ] 1285/1658 77% [================================================ ] 1286/1658 77% [================================================ ] 1287/1658 77% [================================================ ] 1288/1658 77% [================================================ ] 1289/1658 77% [================================================ ] 1290/1658 77% [================================================ ] 1291/1658 77% [================================================ ] 1292/1658 77% [================================================ ] 1293/1658 77% [================================================ ] 1294/1658 78% [================================================ ] 1295/1658 78% [================================================ ] 1296/1658 78% [================================================ ] 1297/1658 78% [================================================ ] 1298/1658 78% [================================================ ] 1299/1658 78% [================================================ ] 1300/1658 78% [================================================ ] 1301/1658 78% [================================================ ] 1302/1658 78% [================================================ ] 1303/1658 78% [================================================ ] 1304/1658 78% [================================================ ] 1305/1658 78% [================================================ ] 1306/1658 78% [================================================ ] 1307/1658 78% [================================================ ] 1308/1658 78% [================================================ ] 1309/1658 78% [================================================ ] 1310/1658 79% [================================================= ] 1311/1658 79% [================================================= ] 1312/1658 79% [================================================= ] 1313/1658 79% [================================================= ] 1314/1658 79% [================================================= ] 1315/1658 79% [================================================= ] 1316/1658 79% [================================================= ] 1317/1658 79% [================================================= ] 1318/1658 79% [================================================= ] 1319/1658 79% [================================================= ] 1320/1658 79% [================================================= ] 1321/1658 79% [================================================= ] 1322/1658 79% [================================================= ] 1323/1658 79% [================================================= ] 1324/1658 79% [================================================= ] 1325/1658 79% [================================================= ] 1326/1658 79% [================================================= ] 1327/1658 80% [================================================= ] 1328/1658 80% [================================================= ] 1329/1658 80% [================================================= ] 1330/1658 80% [================================================= ] 1331/1658 80% [================================================= ] 1332/1658 80% [================================================= ] 1333/1658 80% [================================================= ] 1334/1658 80% [================================================= ] 1335/1658 80% [================================================= ] 1336/1658 80% [================================================= ] 1337/1658 80% [================================================== ] 1338/1658 80% [================================================== ] 1339/1658 80% [================================================== ] 1340/1658 80% [================================================== ] 1341/1658 80% [================================================== ] 1342/1658 80% [================================================== ] 1343/1658 81% [================================================== ] 1344/1658 81% [================================================== ] 1345/1658 81% [================================================== ] 1346/1658 81% [================================================== ] 1347/1658 81% [================================================== ] 1348/1658 81% [================================================== ] 1349/1658 81% [================================================== ] 1350/1658 81% [================================================== ] 1351/1658 81% [================================================== ] 1352/1658 81% [================================================== ] 1353/1658 81% [================================================== ] 1354/1658 81% [================================================== ] 1355/1658 81% [================================================== ] 1356/1658 81% [================================================== ] 1357/1658 81% [================================================== ] 1358/1658 81% [================================================== ] 1359/1658 81% [================================================== ] 1360/1658 82% [================================================== ] 1361/1658 82% [================================================== ] 1362/1658 82% [================================================== ] 1363/1658 82% [=================================================== ] 1364/1658 82% [=================================================== ] 1365/1658 82% [=================================================== ] 1366/1658 82% [=================================================== ] 1367/1658 82% [=================================================== ] 1368/1658 82% [=================================================== ] 1369/1658 82% [=================================================== ] 1370/1658 82% [=================================================== ] 1371/1658 82% [=================================================== ] 1372/1658 82% [=================================================== ] 1373/1658 82% [=================================================== ] 1374/1658 82% [=================================================== ] 1375/1658 82% [=================================================== ] 1376/1658 82% [=================================================== ] 1377/1658 83% [=================================================== ] 1378/1658 83% [=================================================== ] 1379/1658 83% [=================================================== ] 1380/1658 83% [=================================================== ] 1381/1658 83% [=================================================== ] 1382/1658 83% [=================================================== ] 1383/1658 83% [=================================================== ] 1384/1658 83% [=================================================== ] 1385/1658 83% [=================================================== ] 1386/1658 83% [=================================================== ] 1387/1658 83% [=================================================== ] 1388/1658 83% [=================================================== ] 1389/1658 83% [=================================================== ] 1390/1658 83% [==================================================== ] 1391/1658 83% [==================================================== ] 1392/1658 83% [==================================================== ] 1393/1658 84% [==================================================== ] 1394/1658 84% [==================================================== ] 1395/1658 84% [==================================================== ] 1396/1658 84% [==================================================== ] 1397/1658 84% [==================================================== ] 1398/1658 84% [==================================================== ] 1399/1658 84% [==================================================== ] 1400/1658 84% [==================================================== ] 1401/1658 84% [==================================================== ] 1402/1658 84% [==================================================== ] 1403/1658 84% [==================================================== ] 1404/1658 84% [==================================================== ] 1405/1658 84% [==================================================== ] 1406/1658 84% [==================================================== ] 1407/1658 84% [==================================================== ] 1408/1658 84% [==================================================== ] 1409/1658 84% [==================================================== ] 1410/1658 85% [==================================================== ] 1411/1658 85% [==================================================== ] 1412/1658 85% [==================================================== ] 1413/1658 85% [==================================================== ] 1414/1658 85% [==================================================== ] 1415/1658 85% [==================================================== ] 1416/1658 85% [==================================================== ] 1417/1658 85% [===================================================== ] 1418/1658 85% [===================================================== ] 1419/1658 85% [===================================================== ] 1420/1658 85% [===================================================== ] 1421/1658 85% [===================================================== ] 1422/1658 85% [===================================================== ] 1423/1658 85% [===================================================== ] 1424/1658 85% [===================================================== ] 1425/1658 85% [===================================================== ] 1426/1658 86% [===================================================== ] 1427/1658 86% [===================================================== ] 1428/1658 86% [===================================================== ] 1429/1658 86% [===================================================== ] 1430/1658 86% [===================================================== ] 1431/1658 86% [===================================================== ] 1432/1658 86% [===================================================== ] 1433/1658 86% [===================================================== ] 1434/1658 86% [===================================================== ] 1435/1658 86% [===================================================== ] 1436/1658 86% [===================================================== ] 1437/1658 86% [===================================================== ] 1438/1658 86% [===================================================== ] 1439/1658 86% [===================================================== ] 1440/1658 86% [===================================================== ] 1441/1658 86% [===================================================== ] 1442/1658 86% [===================================================== ] 1443/1658 87% [===================================================== ] 1444/1658 87% [====================================================== ] 1445/1658 87% [====================================================== ] 1446/1658 87% [====================================================== ] 1447/1658 87% [====================================================== ] 1448/1658 87% [====================================================== ] 1449/1658 87% [====================================================== ] 1450/1658 87% [====================================================== ] 1451/1658 87% [====================================================== ] 1452/1658 87% [====================================================== ] 1453/1658 87% [====================================================== ] 1454/1658 87% [====================================================== ] 1455/1658 87% [====================================================== ] 1456/1658 87% [====================================================== ] 1457/1658 87% [====================================================== ] 1458/1658 87% [====================================================== ] 1459/1658 87% [====================================================== ] 1460/1658 88% [====================================================== ] 1461/1658 88% [====================================================== ] 1462/1658 88% [====================================================== ] 1463/1658 88% [====================================================== ] 1464/1658 88% [====================================================== ] 1465/1658 88% [====================================================== ] 1466/1658 88% [====================================================== ] 1467/1658 88% [====================================================== ] 1468/1658 88% [====================================================== ] 1469/1658 88% [====================================================== ] 1470/1658 88% [======================================================= ] 1471/1658 88% [======================================================= ] 1472/1658 88% [======================================================= ] 1473/1658 88% [======================================================= ] 1474/1658 88% [======================================================= ] 1475/1658 88% [======================================================= ] 1476/1658 89% [======================================================= ] 1477/1658 89% [======================================================= ] 1478/1658 89% [======================================================= ] 1479/1658 89% [======================================================= ] 1480/1658 89% [======================================================= ] 1481/1658 89% [======================================================= ] 1482/1658 89% [======================================================= ] 1483/1658 89% [======================================================= ] 1484/1658 89% [======================================================= ] 1485/1658 89% [======================================================= ] 1486/1658 89% [======================================================= ] 1487/1658 89% [======================================================= ] 1488/1658 89% [======================================================= ] 1489/1658 89% [======================================================= ] 1490/1658 89% [======================================================= ] 1491/1658 89% [======================================================= ] 1492/1658 89% [======================================================= ] 1493/1658 90% [======================================================= ] 1494/1658 90% [======================================================= ] 1495/1658 90% [======================================================= ] 1496/1658 90% [======================================================= ] 1497/1658 90% [======================================================== ] 1498/1658 90% [======================================================== ] 1499/1658 90% [======================================================== ] 1500/1658 90% [======================================================== ] 1501/1658 90% [======================================================== ] 1502/1658 90% [======================================================== ] 1503/1658 90% [======================================================== ] 1504/1658 90% [======================================================== ] 1505/1658 90% [======================================================== ] 1506/1658 90% [======================================================== ] 1507/1658 90% [======================================================== ] 1508/1658 90% [======================================================== ] 1509/1658 91% [======================================================== ] 1510/1658 91% [======================================================== ] 1511/1658 91% [======================================================== ] 1512/1658 91% [======================================================== ] 1513/1658 91% [======================================================== ] 1514/1658 91% [======================================================== ] 1515/1658 91% [======================================================== ] 1516/1658 91% [======================================================== ] 1517/1658 91% [======================================================== ] 1518/1658 91% [======================================================== ] 1519/1658 91% [======================================================== ] 1520/1658 91% [======================================================== ] 1521/1658 91% [======================================================== ] 1522/1658 91% [======================================================== ] 1523/1658 91% [======================================================== ] 1524/1658 91% [========================================================= ] 1525/1658 91% [========================================================= ] 1526/1658 92% [========================================================= ] 1527/1658 92% [========================================================= ] 1528/1658 92% [========================================================= ] 1529/1658 92% [========================================================= ] 1530/1658 92% [========================================================= ] 1531/1658 92% [========================================================= ] 1532/1658 92% [========================================================= ] 1533/1658 92% [========================================================= ] 1534/1658 92% [========================================================= ] 1535/1658 92% [========================================================= ] 1536/1658 92% [========================================================= ] 1537/1658 92% [========================================================= ] 1538/1658 92% [========================================================= ] 1539/1658 92% [========================================================= ] 1540/1658 92% [========================================================= ] 1541/1658 92% [========================================================= ] 1542/1658 93% [========================================================= ] 1543/1658 93% [========================================================= ] 1544/1658 93% [========================================================= ] 1545/1658 93% [========================================================= ] 1546/1658 93% [========================================================= ] 1547/1658 93% [========================================================= ] 1548/1658 93% [========================================================= ] 1549/1658 93% [========================================================= ] 1550/1658 93% [========================================================= ] 1551/1658 93% [========================================================== ] 1552/1658 93% [========================================================== ] 1553/1658 93% [========================================================== ] 1554/1658 93% [========================================================== ] 1555/1658 93% [========================================================== ] 1556/1658 93% [========================================================== ] 1557/1658 93% [========================================================== ] 1558/1658 93% [========================================================== ] 1559/1658 94% [========================================================== ] 1560/1658 94% [========================================================== ] 1561/1658 94% [========================================================== ] 1562/1658 94% [========================================================== ] 1563/1658 94% [========================================================== ] 1564/1658 94% [========================================================== ] 1565/1658 94% [========================================================== ] 1566/1658 94% [========================================================== ] 1567/1658 94% [========================================================== ] 1568/1658 94% [========================================================== ] 1569/1658 94% [========================================================== ] 1570/1658 94% [========================================================== ] 1571/1658 94% [========================================================== ] 1572/1658 94% [========================================================== ] 1573/1658 94% [========================================================== ] 1574/1658 94% [========================================================== ] 1575/1658 94% [========================================================== ] 1576/1658 95% [========================================================== ] 1577/1658 95% [=========================================================== ] 1578/1658 95% [=========================================================== ] 1579/1658 95% [=========================================================== ] 1580/1658 95% [=========================================================== ] 1581/1658 95% [=========================================================== ] 1582/1658 95% [=========================================================== ] 1583/1658 95% [=========================================================== ] 1584/1658 95% [=========================================================== ] 1585/1658 95% [=========================================================== ] 1586/1658 95% [=========================================================== ] 1587/1658 95% [=========================================================== ] 1588/1658 95% [=========================================================== ] 1589/1658 95% [=========================================================== ] 1590/1658 95% [=========================================================== ] 1591/1658 95% [=========================================================== ] 1592/1658 96% [=========================================================== ] 1593/1658 96% [=========================================================== ] 1594/1658 96% [=========================================================== ] 1595/1658 96% [=========================================================== ] 1596/1658 96% [=========================================================== ] 1597/1658 96% [=========================================================== ] 1598/1658 96% [=========================================================== ] 1599/1658 96% [=========================================================== ] 1600/1658 96% [=========================================================== ] 1601/1658 96% [=========================================================== ] 1602/1658 96% [=========================================================== ] 1603/1658 96% [=========================================================== ] 1604/1658 96% [============================================================ ] 1605/1658 96% [============================================================ ] 1606/1658 96% [============================================================ ] 1607/1658 96% [============================================================ ] 1608/1658 96% [============================================================ ] 1609/1658 97% [============================================================ ] 1610/1658 97% [============================================================ ] 1611/1658 97% [============================================================ ] 1612/1658 97% [============================================================ ] 1613/1658 97% [============================================================ ] 1614/1658 97% [============================================================ ] 1615/1658 97% [============================================================ ] 1616/1658 97% [============================================================ ] 1617/1658 97% [============================================================ ] 1618/1658 97% [============================================================ ] 1619/1658 97% [============================================================ ] 1620/1658 97% [============================================================ ] 1621/1658 97% [============================================================ ] 1622/1658 97% [============================================================ ] 1623/1658 97% [============================================================ ] 1624/1658 97% [============================================================ ] 1625/1658 98% [============================================================ ] 1626/1658 98% [============================================================ ] 1627/1658 98% [============================================================ ] 1628/1658 98% [============================================================ ] 1629/1658 98% [============================================================ ] 1630/1658 98% [============================================================ ] 1631/1658 98% [============================================================= ] 1632/1658 98% [============================================================= ] 1633/1658 98% [============================================================= ] 1634/1658 98% [============================================================= ] 1635/1658 98% [============================================================= ] 1636/1658 98% [============================================================= ] 1637/1658 98% [============================================================= ] 1638/1658 98% [============================================================= ] 1639/1658 98% [============================================================= ] 1640/1658 98% [============================================================= ] 1641/1658 98% [============================================================= ] 1642/1658 99% [============================================================= ] 1643/1658 99% [============================================================= ] 1644/1658 99% [============================================================= ] 1645/1658 99% [============================================================= ] 1646/1658 99% [============================================================= ] 1647/1658 99% [============================================================= ] 1648/1658 99% [============================================================= ] 1649/1658 99% [============================================================= ] 1650/1658 99% [============================================================= ] 1651/1658 99% [============================================================= ] 1652/1658 99% [============================================================= ] 1653/1658 99% [============================================================= ] 1654/1658 99% [============================================================= ] 1655/1658 99% [============================================================= ] 1656/1658 99% [============================================================= ] 1657/1658 99% [==============================================================] 1658/1658 100% operation complete, 1658 objects in 29443 NAND pages. ln -snf /tmp/instance-23/output-1/host/sparc-buildroot-linux-uclibc/sysroot /tmp/instance-23/output-1/staging make: Leaving directory '/tmp/instance-23/buildroot' make: Entering directory '/tmp/instance-23/buildroot' >>> Buildroot 2022.11-543-gf62d409cb8 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.4.0 Collecting legal info >>> linux-headers 6.0.12 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.8 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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) >>> android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openssl Collecting legal info >>> libressl 3.6.1 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> bdwgc 8.2.2 Collecting legal info README.QUICK: OK (sha256: a9b077aeb4e9e1aaf9742119d8023ef26f52f445cdc3f60d390bf59e1647f54a) >>> libatomic_ops 7.6.14 Collecting legal info doc/LICENSING.txt: OK (sha256: 636c2bf07975765ab9aff17f7c9b6beb9540378f45b5a1b21691d14ea804f0ff) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> start-stop-daemon 1.20.7.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> 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.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> chrony 4.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> daq3 3.0.9 Collecting legal info COPYING: OK (sha256: 64601289158eddad72cb4de72652f9e64dc886942c910b38ddee93ba13b0db26) LICENSE: OK (sha256: 64601289158eddad72cb4de72652f9e64dc886942c910b38ddee93ba13b0db26) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dracut 057 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-prelink-cross a853a5d715d84eec93aa68e8f2df26b7d860f5b2 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> ethtool 5.19 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> faad2 2.10.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> 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) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> hwdata 0.358 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> iftop 1.0pre4 Collecting legal info COPYING: OK (sha256: c00d1408e080e7f14615c7c2e0fbd079f1b2c19e93fc6eab819bdee8d5fdfbc4) >>> imagemagick 7.1.0-51 Collecting legal info LICENSE: OK (sha256: 8cceeb67d4e783cb63075c7311fdb990fa0369ee80fbd0f481064cd02386ca2d) >>> xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> initscripts Collecting legal info >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> jitterentropy-library 3.3.1 Collecting legal info LICENSE: OK (sha256: 7e06574ff822594269083a796d06fa4e5e78c40efe5ca01a72d2a4662e8206df) LICENSE.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) LICENSE.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libbson 1.9.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libftdi1 1.5 Collecting legal info LICENSE: OK (sha256: 524f46428bf72bb8c6acfeca4909551fd2e0bdbb5305406d38382f4056095c56) COPYING.LIB: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> libglob 1.0 Collecting legal info LICENSE: OK (sha256: 4cd4bac6ef90d4a91ee6e52df30f241045fb1a27fb53541ef4a9f8e47e6103ca) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnspr 4.35 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> lightning 2.1.3 Collecting legal info COPYING.LESSER: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-mkpasswd Collecting legal info >>> mpg123 1.25.15 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> ndisc6 1.0.6 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-pahole 1.24 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-libbpf 1.0.1 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: e1638b9a0c68ca90fad3df1d6b4e430804d2fbdc15e58d02cffddfae38953bbf) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> sshpass 1.09 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> swupdate 2022.05 Collecting legal info LICENSES/BSD-1-Clause.txt: OK (sha256: 4cf04ed34ff0ebbf5c71345b56e6af5093fc17206364cca0ebbae92ef3940683) LICENSES/BSD-3-Clause.txt: OK (sha256: e27a3e87706b3aa5ff2e50eaafe2e6ed5397fbf2d7679eaf444a6d000518a3a6) LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/CC-BY-SA-4.0.txt: OK (sha256: cde7883b9050a1104f4ac19a1572aafd6e5d7323b68351aaf51fbf4beba54966) LICENSES/GPL-2.0-only.txt: OK (sha256: 5d51b52a40391a26cbb2accf5dc5d1c165de49a022d9d5efb50b22204d2682ec) LICENSES/GPL-2.0-or-later.txt: OK (sha256: 43fd695e9b198a9a4997cc2d02e10d26cae937e2c4930b9eff9c6d349c85cd32) LICENSES/ISC.txt: OK (sha256: 492e801f1b0632185431472f148885a4fe8e990b10da57b4986a8bcf140a5374) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) LICENSES/OFL-1.1.txt: OK (sha256: 8f2368a292194be10b1223a8875815240a9208bb30785cb13d8849eb6a750fe9) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> wilc-driver linux4microchip-2021.10-1 Collecting legal info LICENSE: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) >>> linux 6.0.12 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> x264 baee400fa9ced6f5481a728138fed6e867b0ff7f Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> 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.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> 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) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /tmp/instance-23/output-1/legal-info make: Leaving directory '/tmp/instance-23/buildroot'