test -d /home/buildroot/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.02.6-187-gd523f2b10c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.02.6"; \ echo "PRETTY_NAME=\"Buildroot 2024.02.6\"" \ ) > /home/buildroot/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=17 \ PER_PACKAGE_DIR=/home/buildroot/instance-0/output-1/per-package \ /home/buildroot/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs mkdir -p /home/buildroot/instance-0/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /home/buildroot/instance-0/output-1/images rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs mkdir -p /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/instance-0/output-1/target/ /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/instance-0/buildroot/support/scripts/mkusers /home/buildroot/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs/target >> /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/buildroot/instance-0/output-1/host/bin/makedevs -d /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/buildroot/instance-0/output-1/host/sbin/mkfs.ubifs -d /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 41610 -m 0x800 -x zlib -o /home/buildroot/instance-0/output-1/images/rootfs.ubifs\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/buildroot/instance-0/output-1/build/buildroot-fs/ubifs/target table='/home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" xz -9 -C crc32 -c -T 17 /home/buildroot/instance-0/output-1/images/rootfs.ubifs > /home/buildroot/instance-0/output-1/images/rootfs.ubifs.xz >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/instance-0/output-1/images rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/instance-0/output-1/target/ /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/instance-0/buildroot/support/scripts/mkusers /home/buildroot/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/instance-0/output-1/host/bin/makedevs -d /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 1594 objects. stage 2: creating image '/home/buildroot/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/1594 0% [ ] 2/1594 0% [ ] 3/1594 0% [ ] 4/1594 0% [ ] 5/1594 0% [ ] 6/1594 0% [ ] 7/1594 0% [ ] 8/1594 0% [ ] 9/1594 0% [ ] 10/1594 0% [ ] 11/1594 0% [ ] 12/1594 0% [ ] 13/1594 0% [ ] 14/1594 0% [ ] 15/1594 0% [ ] 16/1594 1% [ ] 17/1594 1% [ ] 18/1594 1% [ ] 19/1594 1% [ ] 20/1594 1% [ ] 21/1594 1% [ ] 22/1594 1% [ ] 23/1594 1% [ ] 24/1594 1% [ ] 25/1594 1% [= ] 26/1594 1% [= ] 27/1594 1% [= ] 28/1594 1% [= ] 29/1594 1% [= ] 30/1594 1% [= ] 31/1594 1% [= ] 32/1594 2% [= ] 33/1594 2% [= ] 34/1594 2% [= ] 35/1594 2% [= ] 36/1594 2% [= ] 37/1594 2% [= ] 38/1594 2% [= ] 39/1594 2% [= ] 40/1594 2% [= ] 41/1594 2% [= ] 42/1594 2% [= ] 43/1594 2% [= ] 44/1594 2% [= ] 45/1594 2% [= ] 46/1594 2% [= ] 47/1594 2% [= ] 48/1594 3% [= ] 49/1594 3% [= ] 50/1594 3% [= ] 51/1594 3% [== ] 52/1594 3% [== ] 53/1594 3% [== ] 54/1594 3% [== ] 55/1594 3% [== ] 56/1594 3% [== ] 57/1594 3% [== ] 58/1594 3% [== ] 59/1594 3% [== ] 60/1594 3% [== ] 61/1594 3% [== ] 62/1594 3% [== ] 63/1594 3% [== ] 64/1594 4% [== ] 65/1594 4% [== ] 66/1594 4% [== ] 67/1594 4% [== ] 68/1594 4% [== ] 69/1594 4% [== ] 70/1594 4% [== ] 71/1594 4% [== ] 72/1594 4% [== ] 73/1594 4% [== ] 74/1594 4% [== ] 75/1594 4% [== ] 76/1594 4% [== ] 77/1594 4% [=== ] 78/1594 4% [=== ] 79/1594 4% [=== ] 80/1594 5% [=== ] 81/1594 5% [=== ] 82/1594 5% [=== ] 83/1594 5% [=== ] 84/1594 5% [=== ] 85/1594 5% [=== ] 86/1594 5% [=== ] 87/1594 5% [=== ] 88/1594 5% [=== ] 89/1594 5% [=== ] 90/1594 5% [=== ] 91/1594 5% [=== ] 92/1594 5% [=== ] 93/1594 5% [=== ] 94/1594 5% [=== ] 95/1594 5% [=== ] 96/1594 6% [=== ] 97/1594 6% [=== ] 98/1594 6% [=== ] 99/1594 6% [=== ] 100/1594 6% [=== ] 101/1594 6% [=== ] 102/1594 6% [==== ] 103/1594 6% [==== ] 104/1594 6% [==== ] 105/1594 6% [==== ] 106/1594 6% [==== ] 107/1594 6% [==== ] 108/1594 6% [==== ] 109/1594 6% [==== ] 110/1594 6% [==== ] 111/1594 6% [==== ] 112/1594 7% [==== ] 113/1594 7% [==== ] 114/1594 7% [==== ] 115/1594 7% [==== ] 116/1594 7% [==== ] 117/1594 7% [==== ] 118/1594 7% [==== ] 119/1594 7% [==== ] 120/1594 7% [==== ] 121/1594 7% [==== ] 122/1594 7% [==== ] 123/1594 7% [==== ] 124/1594 7% [==== ] 125/1594 7% [==== ] 126/1594 7% [==== ] 127/1594 7% [==== ] 128/1594 8% [===== ] 129/1594 8% [===== ] 130/1594 8% [===== ] 131/1594 8% [===== ] 132/1594 8% [===== ] 133/1594 8% [===== ] 134/1594 8% [===== ] 135/1594 8% [===== ] 136/1594 8% [===== ] 137/1594 8% [===== ] 138/1594 8% [===== ] 139/1594 8% [===== ] 140/1594 8% [===== ] 141/1594 8% [===== ] 142/1594 8% [===== ] 143/1594 8% [===== ] 144/1594 9% [===== ] 145/1594 9% [===== ] 146/1594 9% [===== ] 147/1594 9% [===== ] 148/1594 9% [===== ] 149/1594 9% [===== ] 150/1594 9% [===== ] 151/1594 9% [===== ] 152/1594 9% [===== ] 153/1594 9% [===== ] 154/1594 9% [====== ] 155/1594 9% [====== ] 156/1594 9% [====== ] 157/1594 9% [====== ] 158/1594 9% [====== ] 159/1594 9% [====== ] 160/1594 10% [====== ] 161/1594 10% [====== ] 162/1594 10% [====== ] 163/1594 10% [====== ] 164/1594 10% [====== ] 165/1594 10% [====== ] 166/1594 10% [====== ] 167/1594 10% [====== ] 168/1594 10% [====== ] 169/1594 10% [====== ] 170/1594 10% [====== ] 171/1594 10% [====== ] 172/1594 10% [====== ] 173/1594 10% [====== ] 174/1594 10% [====== ] 175/1594 10% [====== ] 176/1594 11% [====== ] 177/1594 11% [====== ] 178/1594 11% [====== ] 179/1594 11% [======= ] 180/1594 11% [======= ] 181/1594 11% [======= ] 182/1594 11% [======= ] 183/1594 11% [======= ] 184/1594 11% [======= ] 185/1594 11% [======= ] 186/1594 11% [======= ] 187/1594 11% [======= ] 188/1594 11% [======= ] 189/1594 11% [======= ] 190/1594 11% [======= ] 191/1594 11% [======= ] 192/1594 12% [======= ] 193/1594 12% [======= ] 194/1594 12% [======= ] 195/1594 12% [======= ] 196/1594 12% [======= ] 197/1594 12% [======= ] 198/1594 12% [======= ] 199/1594 12% [======= ] 200/1594 12% [======= ] 201/1594 12% [======= ] 202/1594 12% [======= ] 203/1594 12% [======= ] 204/1594 12% [======= ] 205/1594 12% [======== ] 206/1594 12% [======== ] 207/1594 12% [======== ] 208/1594 13% [======== ] 209/1594 13% [======== ] 210/1594 13% [======== ] 211/1594 13% [======== ] 212/1594 13% [======== ] 213/1594 13% [======== ] 214/1594 13% [======== ] 215/1594 13% [======== ] 216/1594 13% [======== ] 217/1594 13% [======== ] 218/1594 13% [======== ] 219/1594 13% [======== ] 220/1594 13% [======== ] 221/1594 13% [======== ] 222/1594 13% [======== ] 223/1594 13% [======== ] 224/1594 14% [======== ] 225/1594 14% [======== ] 226/1594 14% [======== ] 227/1594 14% [======== ] 228/1594 14% [======== ] 229/1594 14% [======== ] 230/1594 14% [======== ] 231/1594 14% [========= ] 232/1594 14% [========= ] 233/1594 14% [========= ] 234/1594 14% [========= ] 235/1594 14% [========= ] 236/1594 14% [========= ] 237/1594 14% [========= ] 238/1594 14% [========= ] 239/1594 14% [========= ] 240/1594 15% [========= ] 241/1594 15% [========= ] 242/1594 15% [========= ] 243/1594 15% [========= ] 244/1594 15% [========= ] 245/1594 15% [========= ] 246/1594 15% [========= ] 247/1594 15% [========= ] 248/1594 15% [========= ] 249/1594 15% [========= ] 250/1594 15% [========= ] 251/1594 15% [========= ] 252/1594 15% [========= ] 253/1594 15% [========= ] 254/1594 15% [========= ] 255/1594 15% [========= ] 256/1594 16% [========= ] 257/1594 16% [========== ] 258/1594 16% [========== ] 259/1594 16% [========== ] 260/1594 16% [========== ] 261/1594 16% [========== ] 262/1594 16% [========== ] 263/1594 16% [========== ] 264/1594 16% [========== ] 265/1594 16% [========== ] 266/1594 16% [========== ] 267/1594 16% [========== ] 268/1594 16% [========== ] 269/1594 16% [========== ] 270/1594 16% [========== ] 271/1594 17% [========== ] 272/1594 17% [========== ] 273/1594 17% [========== ] 274/1594 17% [========== ] 275/1594 17% [========== ] 276/1594 17% [========== ] 277/1594 17% [========== ] 278/1594 17% [========== ] 279/1594 17% [========== ] 280/1594 17% [========== ] 281/1594 17% [========== ] 282/1594 17% [=========== ] 283/1594 17% [=========== ] 284/1594 17% [=========== ] 285/1594 17% [=========== ] 286/1594 17% [=========== ] 287/1594 18% [=========== ] 288/1594 18% [=========== ] 289/1594 18% [=========== ] 290/1594 18% [=========== ] 291/1594 18% [=========== ] 292/1594 18% [=========== ] 293/1594 18% [=========== ] 294/1594 18% [=========== ] 295/1594 18% [=========== ] 296/1594 18% [=========== ] 297/1594 18% [=========== ] 298/1594 18% [=========== ] 299/1594 18% [=========== ] 300/1594 18% [=========== ] 301/1594 18% [=========== ] 302/1594 18% [=========== ] 303/1594 19% [=========== ] 304/1594 19% [=========== ] 305/1594 19% [=========== ] 306/1594 19% [=========== ] 307/1594 19% [=========== ] 308/1594 19% [============ ] 309/1594 19% [============ ] 310/1594 19% [============ ] 311/1594 19% [============ ] 312/1594 19% [============ ] 313/1594 19% [============ ] 314/1594 19% [============ ] 315/1594 19% [============ ] 316/1594 19% [============ ] 317/1594 19% [============ ] 318/1594 19% [============ ] 319/1594 20% [============ ] 320/1594 20% [============ ] 321/1594 20% [============ ] 322/1594 20% [============ ] 323/1594 20% [============ ] 324/1594 20% [============ ] 325/1594 20% [============ ] 326/1594 20% [============ ] 327/1594 20% [============ ] 328/1594 20% [============ ] 329/1594 20% [============ ] 330/1594 20% [============ ] 331/1594 20% [============ ] 332/1594 20% [============ ] 333/1594 20% [============ ] 334/1594 20% [============= ] 335/1594 21% [============= ] 336/1594 21% [============= ] 337/1594 21% [============= ] 338/1594 21% [============= ] 339/1594 21% [============= ] 340/1594 21% [============= ] 341/1594 21% [============= ] 342/1594 21% [============= ] 343/1594 21% [============= ] 344/1594 21% [============= ] 345/1594 21% [============= ] 346/1594 21% [============= ] 347/1594 21% [============= ] 348/1594 21% [============= ] 349/1594 21% [============= ] 350/1594 21% [============= ] 351/1594 22% [============= ] 352/1594 22% [============= ] 353/1594 22% [============= ] 354/1594 22% [============= ] 355/1594 22% [============= ] 356/1594 22% [============= ] 357/1594 22% [============= ] 358/1594 22% [============= ] 359/1594 22% [============== ] 360/1594 22% [============== ] 361/1594 22% [============== ] 362/1594 22% [============== ] 363/1594 22% [============== ] 364/1594 22% [============== ] 365/1594 22% [============== ] 366/1594 22% [============== ] 367/1594 23% [============== ] 368/1594 23% [============== ] 369/1594 23% [============== ] 370/1594 23% [============== ] 371/1594 23% [============== ] 372/1594 23% [============== ] 373/1594 23% [============== ] 374/1594 23% [============== ] 375/1594 23% [============== ] 376/1594 23% [============== ] 377/1594 23% [============== ] 378/1594 23% [============== ] 379/1594 23% [============== ] 380/1594 23% [============== ] 381/1594 23% [============== ] 382/1594 23% [============== ] 383/1594 24% [============== ] 384/1594 24% [============== ] 385/1594 24% [=============== ] 386/1594 24% [=============== ] 387/1594 24% [=============== ] 388/1594 24% [=============== ] 389/1594 24% [=============== ] 390/1594 24% [=============== ] 391/1594 24% [=============== ] 392/1594 24% [=============== ] 393/1594 24% [=============== ] 394/1594 24% [=============== ] 395/1594 24% [=============== ] 396/1594 24% [=============== ] 397/1594 24% [=============== ] 398/1594 24% [=============== ] 399/1594 25% [=============== ] 400/1594 25% [=============== ] 401/1594 25% [=============== ] 402/1594 25% [=============== ] 403/1594 25% [=============== ] 404/1594 25% [=============== ] 405/1594 25% [=============== ] 406/1594 25% [=============== ] 407/1594 25% [=============== ] 408/1594 25% [=============== ] 409/1594 25% [=============== ] 410/1594 25% [=============== ] 411/1594 25% [================ ] 412/1594 25% [================ ] 413/1594 25% [================ ] 414/1594 25% [================ ] 415/1594 26% [================ ] 416/1594 26% [================ ] 417/1594 26% [================ ] 418/1594 26% [================ ] 419/1594 26% [================ ] 420/1594 26% [================ ] 421/1594 26% [================ ] 422/1594 26% [================ ] 423/1594 26% [================ ] 424/1594 26% [================ ] 425/1594 26% [================ ] 426/1594 26% [================ ] 427/1594 26% [================ ] 428/1594 26% [================ ] 429/1594 26% [================ ] 430/1594 26% [================ ] 431/1594 27% [================ ] 432/1594 27% [================ ] 433/1594 27% [================ ] 434/1594 27% [================ ] 435/1594 27% [================ ] 436/1594 27% [================ ] 437/1594 27% [================= ] 438/1594 27% [================= ] 439/1594 27% [================= ] 440/1594 27% [================= ] 441/1594 27% [================= ] 442/1594 27% [================= ] 443/1594 27% [================= ] 444/1594 27% [================= ] 445/1594 27% [================= ] 446/1594 27% [================= ] 447/1594 28% [================= ] 448/1594 28% [================= ] 449/1594 28% [================= ] 450/1594 28% [================= ] 451/1594 28% [================= ] 452/1594 28% [================= ] 453/1594 28% [================= ] 454/1594 28% [================= ] 455/1594 28% [================= ] 456/1594 28% [================= ] 457/1594 28% [================= ] 458/1594 28% [================= ] 459/1594 28% [================= ] 460/1594 28% [================= ] 461/1594 28% [================= ] 462/1594 28% [================== ] 463/1594 29% [================== ] 464/1594 29% [================== ] 465/1594 29% [================== ] 466/1594 29% [================== ] 467/1594 29% [================== ] 468/1594 29% [================== ] 469/1594 29% [================== ] 470/1594 29% [================== ] 471/1594 29% [================== ] 472/1594 29% [================== ] 473/1594 29% [================== ] 474/1594 29% [================== ] 475/1594 29% [================== ] 476/1594 29% [================== ] 477/1594 29% [================== ] 478/1594 29% [================== ] 479/1594 30% [================== ] 480/1594 30% [================== ] 481/1594 30% [================== ] 482/1594 30% [================== ] 483/1594 30% [================== ] 484/1594 30% [================== ] 485/1594 30% [================== ] 486/1594 30% [================== ] 487/1594 30% [================== ] 488/1594 30% [=================== ] 489/1594 30% [=================== ] 490/1594 30% [=================== ] 491/1594 30% [=================== ] 492/1594 30% [=================== ] 493/1594 30% [=================== ] 494/1594 30% [=================== ] 495/1594 31% [=================== ] 496/1594 31% [=================== ] 497/1594 31% [=================== ] 498/1594 31% [=================== ] 499/1594 31% [=================== ] 500/1594 31% [=================== ] 501/1594 31% [=================== ] 502/1594 31% [=================== ] 503/1594 31% [=================== ] 504/1594 31% [=================== ] 505/1594 31% [=================== ] 506/1594 31% [=================== ] 507/1594 31% [=================== ] 508/1594 31% [=================== ] 509/1594 31% [=================== ] 510/1594 31% [=================== ] 511/1594 32% [=================== ] 512/1594 32% [=================== ] 513/1594 32% [=================== ] 514/1594 32% [==================== ] 515/1594 32% [==================== ] 516/1594 32% [==================== ] 517/1594 32% [==================== ] 518/1594 32% [==================== ] 519/1594 32% [==================== ] 520/1594 32% [==================== ] 521/1594 32% [==================== ] 522/1594 32% [==================== ] 523/1594 32% [==================== ] 524/1594 32% [==================== ] 525/1594 32% [==================== ] 526/1594 32% [==================== ] 527/1594 33% [==================== ] 528/1594 33% [==================== ] 529/1594 33% [==================== ] 530/1594 33% [==================== ] 531/1594 33% [==================== ] 532/1594 33% [==================== ] 533/1594 33% [==================== ] 534/1594 33% [==================== ] 535/1594 33% [==================== ] 536/1594 33% [==================== ] 537/1594 33% [==================== ] 538/1594 33% [==================== ] 539/1594 33% [===================== ] 540/1594 33% [===================== ] 541/1594 33% [===================== ] 542/1594 34% [===================== ] 543/1594 34% [===================== ] 544/1594 34% [===================== ] 545/1594 34% [===================== ] 546/1594 34% [===================== ] 547/1594 34% [===================== ] 548/1594 34% [===================== ] 549/1594 34% [===================== ] 550/1594 34% [===================== ] 551/1594 34% [===================== ] 552/1594 34% [===================== ] 553/1594 34% [===================== ] 554/1594 34% [===================== ] 555/1594 34% [===================== ] 556/1594 34% [===================== ] 557/1594 34% [===================== ] 558/1594 35% [===================== ] 559/1594 35% [===================== ] 560/1594 35% [===================== ] 561/1594 35% [===================== ] 562/1594 35% [===================== ] 563/1594 35% [===================== ] 564/1594 35% [===================== ] 565/1594 35% [====================== ] 566/1594 35% [====================== ] 567/1594 35% [====================== ] 568/1594 35% [====================== ] 569/1594 35% [====================== ] 570/1594 35% [====================== ] 571/1594 35% [====================== ] 572/1594 35% [====================== ] 573/1594 35% [====================== ] 574/1594 36% [====================== ] 575/1594 36% [====================== ] 576/1594 36% [====================== ] 577/1594 36% [====================== ] 578/1594 36% [====================== ] 579/1594 36% [====================== ] 580/1594 36% [====================== ] 581/1594 36% [====================== ] 582/1594 36% [====================== ] 583/1594 36% [====================== ] 584/1594 36% [====================== ] 585/1594 36% [====================== ] 586/1594 36% [====================== ] 587/1594 36% [====================== ] 588/1594 36% [====================== ] 589/1594 36% [====================== ] 590/1594 37% [====================== ] 591/1594 37% [======================= ] 592/1594 37% [======================= ] 593/1594 37% [======================= ] 594/1594 37% [======================= ] 595/1594 37% [======================= ] 596/1594 37% [======================= ] 597/1594 37% [======================= ] 598/1594 37% [======================= ] 599/1594 37% [======================= ] 600/1594 37% [======================= ] 601/1594 37% [======================= ] 602/1594 37% [======================= ] 603/1594 37% [======================= ] 604/1594 37% [======================= ] 605/1594 37% [======================= ] 606/1594 38% [======================= ] 607/1594 38% [======================= ] 608/1594 38% [======================= ] 609/1594 38% [======================= ] 610/1594 38% [======================= ] 611/1594 38% [======================= ] 612/1594 38% [======================= ] 613/1594 38% [======================= ] 614/1594 38% [======================= ] 615/1594 38% [======================= ] 616/1594 38% [======================= ] 617/1594 38% [======================== ] 618/1594 38% [======================== ] 619/1594 38% [======================== ] 620/1594 38% [======================== ] 621/1594 38% [======================== ] 622/1594 39% [======================== ] 623/1594 39% [======================== ] 624/1594 39% [======================== ] 625/1594 39% [======================== ] 626/1594 39% [======================== ] 627/1594 39% [======================== ] 628/1594 39% [======================== ] 629/1594 39% [======================== ] 630/1594 39% [======================== ] 631/1594 39% [======================== ] 632/1594 39% [======================== ] 633/1594 39% [======================== ] 634/1594 39% [======================== ] 635/1594 39% [======================== ] 636/1594 39% [======================== ] 637/1594 39% [======================== ] 638/1594 40% [======================== ] 639/1594 40% [======================== ] 640/1594 40% [======================== ] 641/1594 40% [======================== ] 642/1594 40% [========================= ] 643/1594 40% [========================= ] 644/1594 40% [========================= ] 645/1594 40% [========================= ] 646/1594 40% [========================= ] 647/1594 40% [========================= ] 648/1594 40% [========================= ] 649/1594 40% [========================= ] 650/1594 40% [========================= ] 651/1594 40% [========================= ] 652/1594 40% [========================= ] 653/1594 40% [========================= ] 654/1594 41% [========================= ] 655/1594 41% [========================= ] 656/1594 41% [========================= ] 657/1594 41% [========================= ] 658/1594 41% [========================= ] 659/1594 41% [========================= ] 660/1594 41% [========================= ] 661/1594 41% [========================= ] 662/1594 41% [========================= ] 663/1594 41% [========================= ] 664/1594 41% [========================= ] 665/1594 41% [========================= ] 666/1594 41% [========================= ] 667/1594 41% [========================= ] 668/1594 41% [========================== ] 669/1594 41% [========================== ] 670/1594 42% [========================== ] 671/1594 42% [========================== ] 672/1594 42% [========================== ] 673/1594 42% [========================== ] 674/1594 42% [========================== ] 675/1594 42% [========================== ] 676/1594 42% [========================== ] 677/1594 42% [========================== ] 678/1594 42% [========================== ] 679/1594 42% [========================== ] 680/1594 42% [========================== ] 681/1594 42% [========================== ] 682/1594 42% [========================== ] 683/1594 42% [========================== ] 684/1594 42% [========================== ] 685/1594 42% [========================== ] 686/1594 43% [========================== ] 687/1594 43% [========================== ] 688/1594 43% [========================== ] 689/1594 43% [========================== ] 690/1594 43% [========================== ] 691/1594 43% [========================== ] 692/1594 43% [========================== ] 693/1594 43% [========================== ] 694/1594 43% [=========================== ] 695/1594 43% [=========================== ] 696/1594 43% [=========================== ] 697/1594 43% [=========================== ] 698/1594 43% [=========================== ] 699/1594 43% [=========================== ] 700/1594 43% [=========================== ] 701/1594 43% [=========================== ] 702/1594 44% [=========================== ] 703/1594 44% [=========================== ] 704/1594 44% [=========================== ] 705/1594 44% [=========================== ] 706/1594 44% [=========================== ] 707/1594 44% [=========================== ] 708/1594 44% [=========================== ] 709/1594 44% [=========================== ] 710/1594 44% [=========================== ] 711/1594 44% [=========================== ] 712/1594 44% [=========================== ] 713/1594 44% [=========================== ] 714/1594 44% [=========================== ] 715/1594 44% [=========================== ] 716/1594 44% [=========================== ] 717/1594 44% [=========================== ] 718/1594 45% [=========================== ] 719/1594 45% [============================ ] 720/1594 45% [============================ ] 721/1594 45% [============================ ] 722/1594 45% [============================ ] 723/1594 45% [============================ ] 724/1594 45% [============================ ] 725/1594 45% [============================ ] 726/1594 45% [============================ ] 727/1594 45% [============================ ] 728/1594 45% [============================ ] 729/1594 45% [============================ ] 730/1594 45% [============================ ] 731/1594 45% [============================ ] 732/1594 45% [============================ ] 733/1594 45% [============================ ] 734/1594 46% [============================ ] 735/1594 46% [============================ ] 736/1594 46% [============================ ] 737/1594 46% [============================ ] 738/1594 46% [============================ ] 739/1594 46% [============================ ] 740/1594 46% [============================ ] 741/1594 46% [============================ ] 742/1594 46% [============================ ] 743/1594 46% [============================ ] 744/1594 46% [============================ ] 745/1594 46% [============================= ] 746/1594 46% [============================= ] 747/1594 46% [============================= ] 748/1594 46% [============================= ] 749/1594 46% [============================= ] 750/1594 47% [============================= ] 751/1594 47% [============================= ] 752/1594 47% [============================= ] 753/1594 47% [============================= ] 754/1594 47% [============================= ] 755/1594 47% [============================= ] 756/1594 47% [============================= ] 757/1594 47% [============================= ] 758/1594 47% [============================= ] 759/1594 47% [============================= ] 760/1594 47% [============================= ] 761/1594 47% [============================= ] 762/1594 47% [============================= ] 763/1594 47% [============================= ] 764/1594 47% [============================= ] 765/1594 47% [============================= ] 766/1594 48% [============================= ] 767/1594 48% [============================= ] 768/1594 48% [============================= ] 769/1594 48% [============================= ] 770/1594 48% [============================= ] 771/1594 48% [============================== ] 772/1594 48% [============================== ] 773/1594 48% [============================== ] 774/1594 48% [============================== ] 775/1594 48% [============================== ] 776/1594 48% [============================== ] 777/1594 48% [============================== ] 778/1594 48% [============================== ] 779/1594 48% [============================== ] 780/1594 48% [============================== ] 781/1594 48% [============================== ] 782/1594 49% [============================== ] 783/1594 49% [============================== ] 784/1594 49% [============================== ] 785/1594 49% [============================== ] 786/1594 49% [============================== ] 787/1594 49% [============================== ] 788/1594 49% [============================== ] 789/1594 49% [============================== ] 790/1594 49% [============================== ] 791/1594 49% [============================== ] 792/1594 49% [============================== ] 793/1594 49% [============================== ] 794/1594 49% [============================== ] 795/1594 49% [============================== ] 796/1594 49% [=============================== ] 797/1594 50% [=============================== ] 798/1594 50% [=============================== ] 799/1594 50% [=============================== ] 800/1594 50% [=============================== ] 801/1594 50% [=============================== ] 802/1594 50% [=============================== ] 803/1594 50% [=============================== ] 804/1594 50% [=============================== ] 805/1594 50% [=============================== ] 806/1594 50% [=============================== ] 807/1594 50% [=============================== ] 808/1594 50% [=============================== ] 809/1594 50% [=============================== ] 810/1594 50% [=============================== ] 811/1594 50% [=============================== ] 812/1594 50% [=============================== ] 813/1594 51% [=============================== ] 814/1594 51% [=============================== ] 815/1594 51% [=============================== ] 816/1594 51% [=============================== ] 817/1594 51% [=============================== ] 818/1594 51% [=============================== ] 819/1594 51% [=============================== ] 820/1594 51% [=============================== ] 821/1594 51% [=============================== ] 822/1594 51% [================================ ] 823/1594 51% [================================ ] 824/1594 51% [================================ ] 825/1594 51% [================================ ] 826/1594 51% [================================ ] 827/1594 51% [================================ ] 828/1594 51% [================================ ] 829/1594 52% [================================ ] 830/1594 52% [================================ ] 831/1594 52% [================================ ] 832/1594 52% [================================ ] 833/1594 52% [================================ ] 834/1594 52% [================================ ] 835/1594 52% [================================ ] 836/1594 52% [================================ ] 837/1594 52% [================================ ] 838/1594 52% [================================ ] 839/1594 52% [================================ ] 840/1594 52% [================================ ] 841/1594 52% [================================ ] 842/1594 52% [================================ ] 843/1594 52% [================================ ] 844/1594 52% [================================ ] 845/1594 53% [================================ ] 846/1594 53% [================================ ] 847/1594 53% [================================ ] 848/1594 53% [================================= ] 849/1594 53% [================================= ] 850/1594 53% [================================= ] 851/1594 53% [================================= ] 852/1594 53% [================================= ] 853/1594 53% [================================= ] 854/1594 53% [================================= ] 855/1594 53% [================================= ] 856/1594 53% [================================= ] 857/1594 53% [================================= ] 858/1594 53% [================================= ] 859/1594 53% [================================= ] 860/1594 53% [================================= ] 861/1594 54% [================================= ] 862/1594 54% [================================= ] 863/1594 54% [================================= ] 864/1594 54% [================================= ] 865/1594 54% [================================= ] 866/1594 54% [================================= ] 867/1594 54% [================================= ] 868/1594 54% [================================= ] 869/1594 54% [================================= ] 870/1594 54% [================================= ] 871/1594 54% [================================= ] 872/1594 54% [================================= ] 873/1594 54% [================================= ] 874/1594 54% [================================== ] 875/1594 54% [================================== ] 876/1594 54% [================================== ] 877/1594 55% [================================== ] 878/1594 55% [================================== ] 879/1594 55% [================================== ] 880/1594 55% [================================== ] 881/1594 55% [================================== ] 882/1594 55% [================================== ] 883/1594 55% [================================== ] 884/1594 55% [================================== ] 885/1594 55% [================================== ] 886/1594 55% [================================== ] 887/1594 55% [================================== ] 888/1594 55% [================================== ] 889/1594 55% [================================== ] 890/1594 55% [================================== ] 891/1594 55% [================================== ] 892/1594 55% [================================== ] 893/1594 56% [================================== ] 894/1594 56% [================================== ] 895/1594 56% [================================== ] 896/1594 56% [================================== ] 897/1594 56% [================================== ] 898/1594 56% [================================== ] 899/1594 56% [=================================== ] 900/1594 56% [=================================== ] 901/1594 56% [=================================== ] 902/1594 56% [=================================== ] 903/1594 56% [=================================== ] 904/1594 56% [=================================== ] 905/1594 56% [=================================== ] 906/1594 56% [=================================== ] 907/1594 56% [=================================== ] 908/1594 56% [=================================== ] 909/1594 57% [=================================== ] 910/1594 57% [=================================== ] 911/1594 57% [=================================== ] 912/1594 57% [=================================== ] 913/1594 57% [=================================== ] 914/1594 57% [=================================== ] 915/1594 57% [=================================== ] 916/1594 57% [=================================== ] 917/1594 57% [=================================== ] 918/1594 57% [=================================== ] 919/1594 57% [=================================== ] 920/1594 57% [=================================== ] 921/1594 57% [=================================== ] 922/1594 57% [=================================== ] 923/1594 57% [=================================== ] 924/1594 57% [=================================== ] 925/1594 58% [==================================== ] 926/1594 58% [==================================== ] 927/1594 58% [==================================== ] 928/1594 58% [==================================== ] 929/1594 58% [==================================== ] 930/1594 58% [==================================== ] 931/1594 58% [==================================== ] 932/1594 58% [==================================== ] 933/1594 58% [==================================== ] 934/1594 58% [==================================== ] 935/1594 58% [==================================== ] 936/1594 58% [==================================== ] 937/1594 58% [==================================== ] 938/1594 58% [==================================== ] 939/1594 58% [==================================== ] 940/1594 58% [==================================== ] 941/1594 59% [==================================== ] 942/1594 59% [==================================== ] 943/1594 59% [==================================== ] 944/1594 59% [==================================== ] 945/1594 59% [==================================== ] 946/1594 59% [==================================== ] 947/1594 59% [==================================== ] 948/1594 59% [==================================== ] 949/1594 59% [==================================== ] 950/1594 59% [==================================== ] 951/1594 59% [===================================== ] 952/1594 59% [===================================== ] 953/1594 59% [===================================== ] 954/1594 59% [===================================== ] 955/1594 59% [===================================== ] 956/1594 59% [===================================== ] 957/1594 60% [===================================== ] 958/1594 60% [===================================== ] 959/1594 60% [===================================== ] 960/1594 60% [===================================== ] 961/1594 60% [===================================== ] 962/1594 60% [===================================== ] 963/1594 60% [===================================== ] 964/1594 60% [===================================== ] 965/1594 60% [===================================== ] 966/1594 60% [===================================== ] 967/1594 60% [===================================== ] 968/1594 60% [===================================== ] 969/1594 60% [===================================== ] 970/1594 60% [===================================== ] 971/1594 60% [===================================== ] 972/1594 60% [===================================== ] 973/1594 61% [===================================== ] 974/1594 61% [===================================== ] 975/1594 61% [===================================== ] 976/1594 61% [====================================== ] 977/1594 61% [====================================== ] 978/1594 61% [====================================== ] 979/1594 61% [====================================== ] 980/1594 61% [====================================== ] 981/1594 61% [====================================== ] 982/1594 61% [====================================== ] 983/1594 61% [====================================== ] 984/1594 61% [====================================== ] 985/1594 61% [====================================== ] 986/1594 61% [====================================== ] 987/1594 61% [====================================== ] 988/1594 61% [====================================== ] 989/1594 62% [====================================== ] 990/1594 62% [====================================== ] 991/1594 62% [====================================== ] 992/1594 62% [====================================== ] 993/1594 62% [====================================== ] 994/1594 62% [====================================== ] 995/1594 62% [====================================== ] 996/1594 62% [====================================== ] 997/1594 62% [====================================== ] 998/1594 62% [====================================== ] 999/1594 62% [====================================== ] 1000/1594 62% [====================================== ] 1001/1594 62% [====================================== ] 1002/1594 62% [======================================= ] 1003/1594 62% [======================================= ] 1004/1594 62% [======================================= ] 1005/1594 63% [======================================= ] 1006/1594 63% [======================================= ] 1007/1594 63% [======================================= ] 1008/1594 63% [======================================= ] 1009/1594 63% [======================================= ] 1010/1594 63% [======================================= ] 1011/1594 63% [======================================= ] 1012/1594 63% [======================================= ] 1013/1594 63% [======================================= ] 1014/1594 63% [======================================= ] 1015/1594 63% [======================================= ] 1016/1594 63% [======================================= ] 1017/1594 63% [======================================= ] 1018/1594 63% [======================================= ] 1019/1594 63% [======================================= ] 1020/1594 63% [======================================= ] 1021/1594 64% [======================================= ] 1022/1594 64% [======================================= ] 1023/1594 64% [======================================= ] 1024/1594 64% [======================================= ] 1025/1594 64% [======================================= ] 1026/1594 64% [======================================= ] 1027/1594 64% [======================================= ] 1028/1594 64% [======================================== ] 1029/1594 64% [======================================== ] 1030/1594 64% [======================================== ] 1031/1594 64% [======================================== ] 1032/1594 64% [======================================== ] 1033/1594 64% [======================================== ] 1034/1594 64% [======================================== ] 1035/1594 64% [======================================== ] 1036/1594 64% [======================================== ] 1037/1594 65% [======================================== ] 1038/1594 65% [======================================== ] 1039/1594 65% [======================================== ] 1040/1594 65% [======================================== ] 1041/1594 65% [======================================== ] 1042/1594 65% [======================================== ] 1043/1594 65% [======================================== ] 1044/1594 65% [======================================== ] 1045/1594 65% [======================================== ] 1046/1594 65% [======================================== ] 1047/1594 65% [======================================== ] 1048/1594 65% [======================================== ] 1049/1594 65% [======================================== ] 1050/1594 65% [======================================== ] 1051/1594 65% [======================================== ] 1052/1594 65% [======================================== ] 1053/1594 66% [======================================== ] 1054/1594 66% [========================================= ] 1055/1594 66% [========================================= ] 1056/1594 66% [========================================= ] 1057/1594 66% [========================================= ] 1058/1594 66% [========================================= ] 1059/1594 66% [========================================= ] 1060/1594 66% [========================================= ] 1061/1594 66% [========================================= ] 1062/1594 66% [========================================= ] 1063/1594 66% [========================================= ] 1064/1594 66% [========================================= ] 1065/1594 66% [========================================= ] 1066/1594 66% [========================================= ] 1067/1594 66% [========================================= ] 1068/1594 67% [========================================= ] 1069/1594 67% [========================================= ] 1070/1594 67% [========================================= ] 1071/1594 67% [========================================= ] 1072/1594 67% [========================================= ] 1073/1594 67% [========================================= ] 1074/1594 67% [========================================= ] 1075/1594 67% [========================================= ] 1076/1594 67% [========================================= ] 1077/1594 67% [========================================= ] 1078/1594 67% [========================================= ] 1079/1594 67% [========================================== ] 1080/1594 67% [========================================== ] 1081/1594 67% [========================================== ] 1082/1594 67% [========================================== ] 1083/1594 67% [========================================== ] 1084/1594 68% [========================================== ] 1085/1594 68% [========================================== ] 1086/1594 68% [========================================== ] 1087/1594 68% [========================================== ] 1088/1594 68% [========================================== ] 1089/1594 68% [========================================== ] 1090/1594 68% [========================================== ] 1091/1594 68% [========================================== ] 1092/1594 68% [========================================== ] 1093/1594 68% [========================================== ] 1094/1594 68% [========================================== ] 1095/1594 68% [========================================== ] 1096/1594 68% [========================================== ] 1097/1594 68% [========================================== ] 1098/1594 68% [========================================== ] 1099/1594 68% [========================================== ] 1100/1594 69% [========================================== ] 1101/1594 69% [========================================== ] 1102/1594 69% [========================================== ] 1103/1594 69% [========================================== ] 1104/1594 69% [========================================== ] 1105/1594 69% [=========================================== ] 1106/1594 69% [=========================================== ] 1107/1594 69% [=========================================== ] 1108/1594 69% [=========================================== ] 1109/1594 69% [=========================================== ] 1110/1594 69% [=========================================== ] 1111/1594 69% [=========================================== ] 1112/1594 69% [=========================================== ] 1113/1594 69% [=========================================== ] 1114/1594 69% [=========================================== ] 1115/1594 69% [=========================================== ] 1116/1594 70% [=========================================== ] 1117/1594 70% [=========================================== ] 1118/1594 70% [=========================================== ] 1119/1594 70% [=========================================== ] 1120/1594 70% [=========================================== ] 1121/1594 70% [=========================================== ] 1122/1594 70% [=========================================== ] 1123/1594 70% [=========================================== ] 1124/1594 70% [=========================================== ] 1125/1594 70% [=========================================== ] 1126/1594 70% [=========================================== ] 1127/1594 70% [=========================================== ] 1128/1594 70% [=========================================== ] 1129/1594 70% [=========================================== ] 1130/1594 70% [=========================================== ] 1131/1594 70% [============================================ ] 1132/1594 71% [============================================ ] 1133/1594 71% [============================================ ] 1134/1594 71% [============================================ ] 1135/1594 71% [============================================ ] 1136/1594 71% [============================================ ] 1137/1594 71% [============================================ ] 1138/1594 71% [============================================ ] 1139/1594 71% [============================================ ] 1140/1594 71% [============================================ ] 1141/1594 71% [============================================ ] 1142/1594 71% [============================================ ] 1143/1594 71% [============================================ ] 1144/1594 71% [============================================ ] 1145/1594 71% [============================================ ] 1146/1594 71% [============================================ ] 1147/1594 71% [============================================ ] 1148/1594 72% [============================================ ] 1149/1594 72% [============================================ ] 1150/1594 72% [============================================ ] 1151/1594 72% [============================================ ] 1152/1594 72% [============================================ ] 1153/1594 72% [============================================ ] 1154/1594 72% [============================================ ] 1155/1594 72% [============================================ ] 1156/1594 72% [============================================= ] 1157/1594 72% [============================================= ] 1158/1594 72% [============================================= ] 1159/1594 72% [============================================= ] 1160/1594 72% [============================================= ] 1161/1594 72% [============================================= ] 1162/1594 72% [============================================= ] 1163/1594 72% [============================================= ] 1164/1594 73% [============================================= ] 1165/1594 73% [============================================= ] 1166/1594 73% [============================================= ] 1167/1594 73% [============================================= ] 1168/1594 73% [============================================= ] 1169/1594 73% [============================================= ] 1170/1594 73% [============================================= ] 1171/1594 73% [============================================= ] 1172/1594 73% [============================================= ] 1173/1594 73% [============================================= ] 1174/1594 73% [============================================= ] 1175/1594 73% [============================================= ] 1176/1594 73% [============================================= ] 1177/1594 73% [============================================= ] 1178/1594 73% [============================================= ] 1179/1594 73% [============================================= ] 1180/1594 74% [============================================= ] 1181/1594 74% [============================================= ] 1182/1594 74% [============================================== ] 1183/1594 74% [============================================== ] 1184/1594 74% [============================================== ] 1185/1594 74% [============================================== ] 1186/1594 74% [============================================== ] 1187/1594 74% [============================================== ] 1188/1594 74% [============================================== ] 1189/1594 74% [============================================== ] 1190/1594 74% [============================================== ] 1191/1594 74% [============================================== ] 1192/1594 74% [============================================== ] 1193/1594 74% [============================================== ] 1194/1594 74% [============================================== ] 1195/1594 74% [============================================== ] 1196/1594 75% [============================================== ] 1197/1594 75% [============================================== ] 1198/1594 75% [============================================== ] 1199/1594 75% [============================================== ] 1200/1594 75% [============================================== ] 1201/1594 75% [============================================== ] 1202/1594 75% [============================================== ] 1203/1594 75% [============================================== ] 1204/1594 75% [============================================== ] 1205/1594 75% [============================================== ] 1206/1594 75% [============================================== ] 1207/1594 75% [============================================== ] 1208/1594 75% [=============================================== ] 1209/1594 75% [=============================================== ] 1210/1594 75% [=============================================== ] 1211/1594 75% [=============================================== ] 1212/1594 76% [=============================================== ] 1213/1594 76% [=============================================== ] 1214/1594 76% [=============================================== ] 1215/1594 76% [=============================================== ] 1216/1594 76% [=============================================== ] 1217/1594 76% [=============================================== ] 1218/1594 76% [=============================================== ] 1219/1594 76% [=============================================== ] 1220/1594 76% [=============================================== ] 1221/1594 76% [=============================================== ] 1222/1594 76% [=============================================== ] 1223/1594 76% [=============================================== ] 1224/1594 76% [=============================================== ] 1225/1594 76% [=============================================== ] 1226/1594 76% [=============================================== ] 1227/1594 76% [=============================================== ] 1228/1594 77% [=============================================== ] 1229/1594 77% [=============================================== ] 1230/1594 77% [=============================================== ] 1231/1594 77% [=============================================== ] 1232/1594 77% [=============================================== ] 1233/1594 77% [=============================================== ] 1234/1594 77% [================================================ ] 1235/1594 77% [================================================ ] 1236/1594 77% [================================================ ] 1237/1594 77% [================================================ ] 1238/1594 77% [================================================ ] 1239/1594 77% [================================================ ] 1240/1594 77% [================================================ ] 1241/1594 77% [================================================ ] 1242/1594 77% [================================================ ] 1243/1594 77% [================================================ ] 1244/1594 78% [================================================ ] 1245/1594 78% [================================================ ] 1246/1594 78% [================================================ ] 1247/1594 78% [================================================ ] 1248/1594 78% [================================================ ] 1249/1594 78% [================================================ ] 1250/1594 78% [================================================ ] 1251/1594 78% [================================================ ] 1252/1594 78% [================================================ ] 1253/1594 78% [================================================ ] 1254/1594 78% [================================================ ] 1255/1594 78% [================================================ ] 1256/1594 78% [================================================ ] 1257/1594 78% [================================================ ] 1258/1594 78% [================================================ ] 1259/1594 78% [================================================= ] 1260/1594 79% [================================================= ] 1261/1594 79% [================================================= ] 1262/1594 79% [================================================= ] 1263/1594 79% [================================================= ] 1264/1594 79% [================================================= ] 1265/1594 79% [================================================= ] 1266/1594 79% [================================================= ] 1267/1594 79% [================================================= ] 1268/1594 79% [================================================= ] 1269/1594 79% [================================================= ] 1270/1594 79% [================================================= ] 1271/1594 79% [================================================= ] 1272/1594 79% [================================================= ] 1273/1594 79% [================================================= ] 1274/1594 79% [================================================= ] 1275/1594 79% [================================================= ] 1276/1594 80% [================================================= ] 1277/1594 80% [================================================= ] 1278/1594 80% [================================================= ] 1279/1594 80% [================================================= ] 1280/1594 80% [================================================= ] 1281/1594 80% [================================================= ] 1282/1594 80% [================================================= ] 1283/1594 80% [================================================= ] 1284/1594 80% [================================================= ] 1285/1594 80% [================================================== ] 1286/1594 80% [================================================== ] 1287/1594 80% [================================================== ] 1288/1594 80% [================================================== ] 1289/1594 80% [================================================== ] 1290/1594 80% [================================================== ] 1291/1594 80% [================================================== ] 1292/1594 81% [================================================== ] 1293/1594 81% [================================================== ] 1294/1594 81% [================================================== ] 1295/1594 81% [================================================== ] 1296/1594 81% [================================================== ] 1297/1594 81% [================================================== ] 1298/1594 81% [================================================== ] 1299/1594 81% [================================================== ] 1300/1594 81% [================================================== ] 1301/1594 81% [================================================== ] 1302/1594 81% [================================================== ] 1303/1594 81% [================================================== ] 1304/1594 81% [================================================== ] 1305/1594 81% [================================================== ] 1306/1594 81% [================================================== ] 1307/1594 81% [================================================== ] 1308/1594 82% [================================================== ] 1309/1594 82% [================================================== ] 1310/1594 82% [================================================== ] 1311/1594 82% [=================================================== ] 1312/1594 82% [=================================================== ] 1313/1594 82% [=================================================== ] 1314/1594 82% [=================================================== ] 1315/1594 82% [=================================================== ] 1316/1594 82% [=================================================== ] 1317/1594 82% [=================================================== ] 1318/1594 82% [=================================================== ] 1319/1594 82% [=================================================== ] 1320/1594 82% [=================================================== ] 1321/1594 82% [=================================================== ] 1322/1594 82% [=================================================== ] 1323/1594 82% [=================================================== ] 1324/1594 83% [=================================================== ] 1325/1594 83% [=================================================== ] 1326/1594 83% [=================================================== ] 1327/1594 83% [=================================================== ] 1328/1594 83% [=================================================== ] 1329/1594 83% [=================================================== ] 1330/1594 83% [=================================================== ] 1331/1594 83% [=================================================== ] 1332/1594 83% [=================================================== ] 1333/1594 83% [=================================================== ] 1334/1594 83% [=================================================== ] 1335/1594 83% [=================================================== ] 1336/1594 83% [==================================================== ] 1337/1594 83% [==================================================== ] 1338/1594 83% [==================================================== ] 1339/1594 84% [==================================================== ] 1340/1594 84% [==================================================== ] 1341/1594 84% [==================================================== ] 1342/1594 84% [==================================================== ] 1343/1594 84% [==================================================== ] 1344/1594 84% [==================================================== ] 1345/1594 84% [==================================================== ] 1346/1594 84% [==================================================== ] 1347/1594 84% [==================================================== ] 1348/1594 84% [==================================================== ] 1349/1594 84% [==================================================== ] 1350/1594 84% [==================================================== ] 1351/1594 84% [==================================================== ] 1352/1594 84% [==================================================== ] 1353/1594 84% [==================================================== ] 1354/1594 84% [==================================================== ] 1355/1594 85% [==================================================== ] 1356/1594 85% [==================================================== ] 1357/1594 85% [==================================================== ] 1358/1594 85% [==================================================== ] 1359/1594 85% [==================================================== ] 1360/1594 85% [==================================================== ] 1361/1594 85% [==================================================== ] 1362/1594 85% [===================================================== ] 1363/1594 85% [===================================================== ] 1364/1594 85% [===================================================== ] 1365/1594 85% [===================================================== ] 1366/1594 85% [===================================================== ] 1367/1594 85% [===================================================== ] 1368/1594 85% [===================================================== ] 1369/1594 85% [===================================================== ] 1370/1594 85% [===================================================== ] 1371/1594 86% [===================================================== ] 1372/1594 86% [===================================================== ] 1373/1594 86% [===================================================== ] 1374/1594 86% [===================================================== ] 1375/1594 86% [===================================================== ] 1376/1594 86% [===================================================== ] 1377/1594 86% [===================================================== ] 1378/1594 86% [===================================================== ] 1379/1594 86% [===================================================== ] 1380/1594 86% [===================================================== ] 1381/1594 86% [===================================================== ] 1382/1594 86% [===================================================== ] 1383/1594 86% [===================================================== ] 1384/1594 86% [===================================================== ] 1385/1594 86% [===================================================== ] 1386/1594 86% [===================================================== ] 1387/1594 87% [===================================================== ] 1388/1594 87% [====================================================== ] 1389/1594 87% [====================================================== ] 1390/1594 87% [====================================================== ] 1391/1594 87% [====================================================== ] 1392/1594 87% [====================================================== ] 1393/1594 87% [====================================================== ] 1394/1594 87% [====================================================== ] 1395/1594 87% [====================================================== ] 1396/1594 87% [====================================================== ] 1397/1594 87% [====================================================== ] 1398/1594 87% [====================================================== ] 1399/1594 87% [====================================================== ] 1400/1594 87% [====================================================== ] 1401/1594 87% [====================================================== ] 1402/1594 87% [====================================================== ] 1403/1594 88% [====================================================== ] 1404/1594 88% [====================================================== ] 1405/1594 88% [====================================================== ] 1406/1594 88% [====================================================== ] 1407/1594 88% [====================================================== ] 1408/1594 88% [====================================================== ] 1409/1594 88% [====================================================== ] 1410/1594 88% [====================================================== ] 1411/1594 88% [====================================================== ] 1412/1594 88% [====================================================== ] 1413/1594 88% [====================================================== ] 1414/1594 88% [======================================================= ] 1415/1594 88% [======================================================= ] 1416/1594 88% [======================================================= ] 1417/1594 88% [======================================================= ] 1418/1594 88% [======================================================= ] 1419/1594 89% [======================================================= ] 1420/1594 89% [======================================================= ] 1421/1594 89% [======================================================= ] 1422/1594 89% [======================================================= ] 1423/1594 89% [======================================================= ] 1424/1594 89% [======================================================= ] 1425/1594 89% [======================================================= ] 1426/1594 89% [======================================================= ] 1427/1594 89% [======================================================= ] 1428/1594 89% [======================================================= ] 1429/1594 89% [======================================================= ] 1430/1594 89% [======================================================= ] 1431/1594 89% [======================================================= ] 1432/1594 89% [======================================================= ] 1433/1594 89% [======================================================= ] 1434/1594 89% [======================================================= ] 1435/1594 90% [======================================================= ] 1436/1594 90% [======================================================= ] 1437/1594 90% [======================================================= ] 1438/1594 90% [======================================================= ] 1439/1594 90% [======================================================== ] 1440/1594 90% [======================================================== ] 1441/1594 90% [======================================================== ] 1442/1594 90% [======================================================== ] 1443/1594 90% [======================================================== ] 1444/1594 90% [======================================================== ] 1445/1594 90% [======================================================== ] 1446/1594 90% [======================================================== ] 1447/1594 90% [======================================================== ] 1448/1594 90% [======================================================== ] 1449/1594 90% [======================================================== ] 1450/1594 90% [======================================================== ] 1451/1594 91% [======================================================== ] 1452/1594 91% [======================================================== ] 1453/1594 91% [======================================================== ] 1454/1594 91% [======================================================== ] 1455/1594 91% [======================================================== ] 1456/1594 91% [======================================================== ] 1457/1594 91% [======================================================== ] 1458/1594 91% [======================================================== ] 1459/1594 91% [======================================================== ] 1460/1594 91% [======================================================== ] 1461/1594 91% [======================================================== ] 1462/1594 91% [======================================================== ] 1463/1594 91% [======================================================== ] 1464/1594 91% [======================================================== ] 1465/1594 91% [========================================================= ] 1466/1594 91% [========================================================= ] 1467/1594 92% [========================================================= ] 1468/1594 92% [========================================================= ] 1469/1594 92% [========================================================= ] 1470/1594 92% [========================================================= ] 1471/1594 92% [========================================================= ] 1472/1594 92% [========================================================= ] 1473/1594 92% [========================================================= ] 1474/1594 92% [========================================================= ] 1475/1594 92% [========================================================= ] 1476/1594 92% [========================================================= ] 1477/1594 92% [========================================================= ] 1478/1594 92% [========================================================= ] 1479/1594 92% [========================================================= ] 1480/1594 92% [========================================================= ] 1481/1594 92% [========================================================= ] 1482/1594 92% [========================================================= ] 1483/1594 93% [========================================================= ] 1484/1594 93% [========================================================= ] 1485/1594 93% [========================================================= ] 1486/1594 93% [========================================================= ] 1487/1594 93% [========================================================= ] 1488/1594 93% [========================================================= ] 1489/1594 93% [========================================================= ] 1490/1594 93% [========================================================= ] 1491/1594 93% [========================================================== ] 1492/1594 93% [========================================================== ] 1493/1594 93% [========================================================== ] 1494/1594 93% [========================================================== ] 1495/1594 93% [========================================================== ] 1496/1594 93% [========================================================== ] 1497/1594 93% [========================================================== ] 1498/1594 93% [========================================================== ] 1499/1594 94% [========================================================== ] 1500/1594 94% [========================================================== ] 1501/1594 94% [========================================================== ] 1502/1594 94% [========================================================== ] 1503/1594 94% [========================================================== ] 1504/1594 94% [========================================================== ] 1505/1594 94% [========================================================== ] 1506/1594 94% [========================================================== ] 1507/1594 94% [========================================================== ] 1508/1594 94% [========================================================== ] 1509/1594 94% [========================================================== ] 1510/1594 94% [========================================================== ] 1511/1594 94% [========================================================== ] 1512/1594 94% [========================================================== ] 1513/1594 94% [========================================================== ] 1514/1594 94% [========================================================== ] 1515/1594 95% [========================================================== ] 1516/1594 95% [=========================================================== ] 1517/1594 95% [=========================================================== ] 1518/1594 95% [=========================================================== ] 1519/1594 95% [=========================================================== ] 1520/1594 95% [=========================================================== ] 1521/1594 95% [=========================================================== ] 1522/1594 95% [=========================================================== ] 1523/1594 95% [=========================================================== ] 1524/1594 95% [=========================================================== ] 1525/1594 95% [=========================================================== ] 1526/1594 95% [=========================================================== ] 1527/1594 95% [=========================================================== ] 1528/1594 95% [=========================================================== ] 1529/1594 95% [=========================================================== ] 1530/1594 95% [=========================================================== ] 1531/1594 96% [=========================================================== ] 1532/1594 96% [=========================================================== ] 1533/1594 96% [=========================================================== ] 1534/1594 96% [=========================================================== ] 1535/1594 96% [=========================================================== ] 1536/1594 96% [=========================================================== ] 1537/1594 96% [=========================================================== ] 1538/1594 96% [=========================================================== ] 1539/1594 96% [=========================================================== ] 1540/1594 96% [=========================================================== ] 1541/1594 96% [=========================================================== ] 1542/1594 96% [============================================================ ] 1543/1594 96% [============================================================ ] 1544/1594 96% [============================================================ ] 1545/1594 96% [============================================================ ] 1546/1594 96% [============================================================ ] 1547/1594 97% [============================================================ ] 1548/1594 97% [============================================================ ] 1549/1594 97% [============================================================ ] 1550/1594 97% [============================================================ ] 1551/1594 97% [============================================================ ] 1552/1594 97% [============================================================ ] 1553/1594 97% [============================================================ ] 1554/1594 97% [============================================================ ] 1555/1594 97% [============================================================ ] 1556/1594 97% [============================================================ ] 1557/1594 97% [============================================================ ] 1558/1594 97% [============================================================ ] 1559/1594 97% [============================================================ ] 1560/1594 97% [============================================================ ] 1561/1594 97% [============================================================ ] 1562/1594 97% [============================================================ ] 1563/1594 98% [============================================================ ] 1564/1594 98% [============================================================ ] 1565/1594 98% [============================================================ ] 1566/1594 98% [============================================================ ] 1567/1594 98% [============================================================ ] 1568/1594 98% [============================================================= ] 1569/1594 98% [============================================================= ] 1570/1594 98% [============================================================= ] 1571/1594 98% [============================================================= ] 1572/1594 98% [============================================================= ] 1573/1594 98% [============================================================= ] 1574/1594 98% [============================================================= ] 1575/1594 98% [============================================================= ] 1576/1594 98% [============================================================= ] 1577/1594 98% [============================================================= ] 1578/1594 98% [============================================================= ] 1579/1594 99% [============================================================= ] 1580/1594 99% [============================================================= ] 1581/1594 99% [============================================================= ] 1582/1594 99% [============================================================= ] 1583/1594 99% [============================================================= ] 1584/1594 99% [============================================================= ] 1585/1594 99% [============================================================= ] 1586/1594 99% [============================================================= ] 1587/1594 99% [============================================================= ] 1588/1594 99% [============================================================= ] 1589/1594 99% [============================================================= ] 1590/1594 99% [============================================================= ] 1591/1594 99% [============================================================= ] 1592/1594 99% [============================================================= ] 1593/1594 99% [==============================================================] 1594/1594 100% operation complete, 1594 objects in 85660 NAND pages. ln -snf /home/buildroot/instance-0/output-1/host/riscv32-buildroot-linux-gnu/sysroot /home/buildroot/instance-0/output-1/staging make: Leaving directory '/home/buildroot/instance-0/buildroot' make: Entering directory '/home/buildroot/instance-0/buildroot' >>> Buildroot 2024.02.6-187-gd523f2b10c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.4.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.4.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.38-81-gc8cb4d2b86ece572793e31a3422ea29e88d77df5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.4.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.15.166 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> augeas 1.12.0 Collecting legal info COPYING: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libxml2 2.12.9 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> zlib Collecting legal info >>> zlib-ng 2.1.3 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> c-ares 1.27.0 Collecting legal info LICENSE.md: OK (sha256: 80fff25340df53b0cf0c3cddbca9050b559b9cbed2ad71830327cfef54959aef) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 3.2.3 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-python3 3.11.9 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-checkpolicy 3.5 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> 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) >>> host-libselinux 3.5 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.5 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-python-pip 23.3.2 Collecting legal info LICENSE.txt: OK (sha256: 634300a669d49aeae65b12c6c48c924c51a4cdf3d1ff086dc3456dc8bcaa2104) >>> host-python-setuptools 69.0.3 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.2 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> cjson 1.7.18 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> datatables-fixedcolumns 3.3.0 Collecting legal info License.txt: OK (sha256: e8e92f97216f9ea00cb2735b933a91ec8e3869bed37b6d63a90f76f41508f2de) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> dotconf 1.3 Collecting legal info COPYING: OK (sha256: a50cc98d5044a7bbddabe61fc0ec42aa671c73bf414d0c6b50da83ea8ae041c6) >>> host-dtc 1.7.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> easy-rsa 3.1.7 Collecting legal info COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1) gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ell 0.63 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> exfatprogs 1.2.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flac 1.4.3 Collecting legal info COPYING.Xiph: OK (sha256: 12600ea1a7affcbf469bd0d8b2cd725e4167114a2ee834b88f5d2857bfd7ddbf) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> host-flutter-sdk-bin 3.16.8 Collecting legal info LICENSE: OK (sha256: a598db94b6290ffbe10b5ecf911057b6a943351c727fdda9e5f2891d68700a20) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> frotz 2.54 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnuplot 5.4.10 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> grep 3.11 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> gzip 1.13 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> httping 2.5 Collecting legal info license.txt: OK (sha256: c5db2e5b9a692fcdf2bd370f1533529063fbcf8947a8f5ee9d4b050a14e0566d) >>> openssl Collecting legal info >>> libopenssl 3.2.3 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> iodine 0.8.0 Collecting legal info LICENSE: OK (sha256: 9541123931e4df4ec84612e056a92ecaab905fe201deaf932b895406565fbb85) >>> ipcalc 1.0.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> host-kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> lcms2 2.16 Collecting legal info LICENSE: OK (sha256: 6dbd60437f8ef91d8de1f08ad75882547fd4931bfcc3566a0735f28db1484d31) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libgsasl 1.10.0 Collecting legal info README: OK (sha256: 26e99818ca6ce79d8b2c461fabc72dc6e03483e6b0fd9692dcb07ab1b09bbac7) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnftnl 1.2.6 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libnvme 1.7.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libssh2 1.11.0 Collecting legal info COPYING: OK (sha256: fda5e2522c58ba1f31c9f2044747616457466f4aebec16ade4af86e3a16a8e02) >>> libubootenv 0.3.5 Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> linux-tools Collecting legal info >>> linux 6.6.50 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> host-pahole 1.25 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.4.5 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libbpf 1.1.0 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: e1638b9a0c68ca90fad3df1d6b4e430804d2fbdc15e58d02cffddfae38953bbf) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> lttng-modules 2.13.10 Collecting legal info LICENSES/LGPL-2.1: OK (sha256: d72921266bc8452a8789f8a04a82755373990d00b7e0b0f1a8edb8f854e94d1c) LICENSES/GPL-2.0: OK (sha256: 6841c85b94f9dab319356e3aaf9e969fcedad51d3aaadf665bf86f34f4186b62) LICENSES/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) LICENSE: OK (sha256: 0133d3c505f176845d7a8b4dcfe006ac615832c43c41e76fe3b365191bafca92) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mimic 1.1.0 Collecting legal info COPYING: OK (sha256: c423c1c6d260091d80ee4c00f386a10fea39963a3f1530f2c245f15dd20324ee) >>> mobile-broadband-provider-info 20221107 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.42 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.12.9 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> msmtp 1.8.25 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-mtd 2.1.6 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> neon 0.32.4 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> netcat 0.7.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> nftables 1.0.8 Collecting legal info COPYING: OK (sha256: 4ee1e51baf5f3166712fa0c3e01338c7257e50ddef245d28bb14ad68f6070ba5) >>> nghttp2 1.58.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> obsidian-cursors 1.0 Collecting legal info >>> oniguruma 6.9.9 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> host-parted 3.6 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pax-utils 1.3.7 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> rtl8822cs fda6cd263e89567272060e6182a39aee20b894c4 Collecting legal info >>> host-sdbus-cpp 1.4.0 Collecting legal info COPYING: OK (sha256: 20c17d8b8c48a600800dfd14f95d5cb9ff47066a9641ddeab48dc54aec96e331) COPYING-LGPL-Exception: OK (sha256: a1c9e75e25d8f2ce18017c88978edab2f0dbc7814ad0697d4ff2e5e59959f657) >>> host-systemd 254.13 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/BSD-2-Clause.txt: OK (sha256: e5a8645ad94aab24e312dd0c6be2aa54236eb9374480b1b14ea5c61598874fd5) LICENSES/BSD-3-Clause.txt: OK (sha256: 83bb6bd9ccd2cf5230cb1807ed16258289768dc4d9cb80069a814e04415a1275) LICENSES/CC0-1.0.txt: OK (sha256: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499) LICENSES/LGPL-2.0-or-later.txt: OK (sha256: 61778e80a2fd85955b626b29aa2bcf06144c714277bded65633e4a81479d9fb3) LICENSES/Linux-syscall-note.txt: OK (sha256: 5bcef4fedbfc08776630e65d5d0d074dd31208037eddb167ca46a9ec4f737764) LICENSES/lookup3-public-domain.txt: OK (sha256: 790ac93fb2859097bdda4cf08b5a4feb5e479d0cb2c74f403248241bc3e7c216) LICENSES/MIT-0.txt: OK (sha256: 8a6fc0879cecc0b96bf4c08159b9d733bf0f15fcf32879aec98c4ffd05424554) LICENSES/MIT.txt: OK (sha256: b85dcd3e453d05982552c52b5fc9e0bdd6d23c6f8e844b984a88af32570b0cc0) LICENSES/murmurhash2-public-domain.txt: OK (sha256: 2a98749f6bec00dfaed86fa9c1edea871aaae4f11ee4d100b671aaf4ce353a73) LICENSES/OFL-1.1.txt: OK (sha256: 1a7adaa2c86cedfd6c7f5c0c7c72fd6d3e02cd0c9593f21fdb53c89bb2b130ec) LICENSES/README.md: OK (sha256: 8ccb649d1fc1103e5726612cf303f05d4eb86b7ab46d9f630009dd32e87612e2) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-python-jinja2 3.1.2 Collecting legal info LICENSE.rst: OK (sha256: 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b) >>> host-python-markupsafe 2.1.3 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> sdl_ttf 70b2940cc75e92aab02a67d2f827caf2836a2c74 Collecting legal info COPYING: OK (sha256: b609721d3d4ac67facaf86f068c8b311b6c5f6cef89b6d84268aa38b7867ab7b) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> speexdsp 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> stm32flash 0.7 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tiff 4.6.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> beaglev-secondboot e17302063c9a4b74475b18ff24dd149c27257354 Collecting legal info LICENSE: OK (sha256: 284d26192537710910ec1f112ec5f4c981601ae23702391986d6ce0b8ba90813) >>> host-riscv64-elf-toolchain 2020.12.8 Collecting legal info >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: linux-headers-5.15.166: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: rtl8822cs-fda6cd263e89567272060e6182a39aee20b894c4: cannot save license (RTL8822CS_LICENSE_FILES not defined) WARNING: riscv64-elf-toolchain-2020.12.8: cannot save license (HOST_RISCV64_ELF_TOOLCHAIN_LICENSE_FILES not defined) Legal info produced in /home/buildroot/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/instance-0/buildroot'