/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /nvmedata/autobuild/instance-9/output-1/target/etc/passwd if [ -x /nvmedata/autobuild/instance-9/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-9/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-9/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-9/output-1/target/etc/inittab; fi /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~sole::respawn:/sbin/getty -L console 0 vt100 #~' /nvmedata/autobuild/instance-9/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /nvmedata/autobuild/instance-9/output-1/target/etc/inittab rm -rf /nvmedata/autobuild/instance-9/output-1/target/usr/include /nvmedata/autobuild/instance-9/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-9/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-9/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-9/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-9/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-9/output-1/target/usr/doc find /nvmedata/autobuild/instance-9/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-9/output-1/target/lib/ /nvmedata/autobuild/instance-9/output-1/target/usr/lib/ /nvmedata/autobuild/instance-9/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-9/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-9/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-9/output-1/target/usr/man /nvmedata/autobuild/instance-9/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-9/output-1/target/usr/info /nvmedata/autobuild/instance-9/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-9/output-1/target/usr/doc /nvmedata/autobuild/instance-9/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-9/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-9/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-9/output-1/target/lib/debug /nvmedata/autobuild/instance-9/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-9/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /nvmedata/autobuild/instance-9/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /nvmedata/autobuild/instance-9/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-9/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 /nvmedata/autobuild/instance-9/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-rc1-12-gb634d504cb"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-rc1\"" \ ) > /nvmedata/autobuild/instance-9/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-9/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-9/output-1/per-package /nvmedata/autobuild/instance-9/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-9/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs printf ' \n' >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.jffs2 mkdir -p /nvmedata/autobuild/instance-9/output-1/images rm -rf /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/jffs2 mkdir -p /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-9/output-1/target/ /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target" >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/nvmedata/autobuild/instance-9/output-1/host/bin:/nvmedata/autobuild/instance-9/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-9/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot echo "/nvmedata/autobuild/instance-9/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target" >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /nvmedata/autobuild/instance-9/output-1/host/sbin/mkfs.jffs2 -e 0x20000 --with-xattr -p -l -d /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target -o /nvmedata/autobuild/instance-9/output-1/images/rootfs.jffs2\n' >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/nvmedata/autobuild/instance-9/output-1/host/bin:/nvmedata/autobuild/instance-9/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-9/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target table='/nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.ubifs mkdir -p /nvmedata/autobuild/instance-9/output-1/images rm -rf /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/ubifs mkdir -p /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-9/output-1/target/ /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/ubifs/target" >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/nvmedata/autobuild/instance-9/output-1/host/bin:/nvmedata/autobuild/instance-9/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-9/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/ubifs/target >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/ubifs/fakeroot echo "/nvmedata/autobuild/instance-9/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/ubifs/target" >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /nvmedata/autobuild/instance-9/output-1/host/sbin/mkfs.ubifs -d /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x lzo -o /nvmedata/autobuild/instance-9/output-1/images/rootfs.ubifs\n' >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/nvmedata/autobuild/instance-9/output-1/host/bin:/nvmedata/autobuild/instance-9/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-9/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/ubifs/target table='/nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/nvmedata/autobuild/instance-9/output-1/host/bin:/nvmedata/autobuild/instance-9/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" xz -9 -C crc32 -c -T 1 /nvmedata/autobuild/instance-9/output-1/images/rootfs.ubifs > /nvmedata/autobuild/instance-9/output-1/images/rootfs.ubifs.xz >>> Generating filesystem image rootfs.yaffs2 mkdir -p /nvmedata/autobuild/instance-9/output-1/images rm -rf /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2 mkdir -p /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-9/output-1/target/ /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-9/output-1/host/bin:/nvmedata/autobuild/instance-9/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-9/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/nvmedata/autobuild/instance-9/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /nvmedata/autobuild/instance-9/output-1/host/bin/mkyaffs2 --all-root /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target /nvmedata/autobuild/instance-9/output-1/images/rootfs.yaffs2\n' >> /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-9/output-1/host/bin:/nvmedata/autobuild/instance-9/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-9/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target table='/nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/nvmedata/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 870 objects. stage 2: creating image '/nvmedata/autobuild/instance-9/output-1/images/rootfs.yaffs2' [ ] 1/870 0% [ ] 2/870 0% [ ] 3/870 0% [ ] 4/870 0% [ ] 5/870 0% [ ] 6/870 0% [ ] 7/870 0% [ ] 8/870 0% [ ] 9/870 1% [ ] 10/870 1% [ ] 11/870 1% [ ] 12/870 1% [ ] 13/870 1% [= ] 14/870 1% [= ] 15/870 1% [= ] 16/870 1% [= ] 17/870 1% [= ] 18/870 2% [= ] 19/870 2% [= ] 20/870 2% [= ] 21/870 2% [= ] 22/870 2% [= ] 23/870 2% [= ] 24/870 2% [= ] 25/870 2% [= ] 26/870 2% [= ] 27/870 3% [== ] 28/870 3% [== ] 29/870 3% [== ] 30/870 3% [== ] 31/870 3% [== ] 32/870 3% [== ] 33/870 3% [== ] 34/870 3% [== ] 35/870 4% [== ] 36/870 4% [== ] 37/870 4% [== ] 38/870 4% [== ] 39/870 4% [== ] 40/870 4% [=== ] 41/870 4% [=== ] 42/870 4% [=== ] 43/870 4% [=== ] 44/870 5% [=== ] 45/870 5% [=== ] 46/870 5% [=== ] 47/870 5% [=== ] 48/870 5% [=== ] 49/870 5% [=== ] 50/870 5% [=== ] 51/870 5% [=== ] 52/870 5% [=== ] 53/870 6% [=== ] 54/870 6% [==== ] 55/870 6% [==== ] 56/870 6% [==== ] 57/870 6% [==== ] 58/870 6% [==== ] 59/870 6% [==== ] 60/870 6% [==== ] 61/870 7% [==== ] 62/870 7% [==== ] 63/870 7% [==== ] 64/870 7% [==== ] 65/870 7% [==== ] 66/870 7% [==== ] 67/870 7% [===== ] 68/870 7% [===== ] 69/870 7% [===== ] 70/870 8% [===== ] 71/870 8% [===== ] 72/870 8% [===== ] 73/870 8% [===== ] 74/870 8% [===== ] 75/870 8% [===== ] 76/870 8% [===== ] 77/870 8% [===== ] 78/870 8% [===== ] 79/870 9% [===== ] 80/870 9% [===== ] 81/870 9% [====== ] 82/870 9% [====== ] 83/870 9% [====== ] 84/870 9% [====== ] 85/870 9% [====== ] 86/870 9% [====== ] 87/870 10% [====== ] 88/870 10% [====== ] 89/870 10% [====== ] 90/870 10% [====== ] 91/870 10% [====== ] 92/870 10% [====== ] 93/870 10% [====== ] 94/870 10% [====== ] 95/870 10% [======= ] 96/870 11% [======= ] 97/870 11% [======= ] 98/870 11% [======= ] 99/870 11% [======= ] 100/870 11% [======= ] 101/870 11% [======= ] 102/870 11% [======= ] 103/870 11% [======= ] 104/870 11% [======= ] 105/870 12% [======= ] 106/870 12% [======= ] 107/870 12% [======= ] 108/870 12% [======== ] 109/870 12% [======== ] 110/870 12% [======== ] 111/870 12% [======== ] 112/870 12% [======== ] 113/870 12% [======== ] 114/870 13% [======== ] 115/870 13% [======== ] 116/870 13% [======== ] 117/870 13% [======== ] 118/870 13% [======== ] 119/870 13% [======== ] 120/870 13% [======== ] 121/870 13% [======== ] 122/870 14% [========= ] 123/870 14% [========= ] 124/870 14% [========= ] 125/870 14% [========= ] 126/870 14% [========= ] 127/870 14% [========= ] 128/870 14% [========= ] 129/870 14% [========= ] 130/870 14% [========= ] 131/870 15% [========= ] 132/870 15% [========= ] 133/870 15% [========= ] 134/870 15% [========= ] 135/870 15% [========== ] 136/870 15% [========== ] 137/870 15% [========== ] 138/870 15% [========== ] 139/870 15% [========== ] 140/870 16% [========== ] 141/870 16% [========== ] 142/870 16% [========== ] 143/870 16% [========== ] 144/870 16% [========== ] 145/870 16% [========== ] 146/870 16% [========== ] 147/870 16% [========== ] 148/870 17% [========== ] 149/870 17% [=========== ] 150/870 17% [=========== ] 151/870 17% [=========== ] 152/870 17% [=========== ] 153/870 17% [=========== ] 154/870 17% [=========== ] 155/870 17% [=========== ] 156/870 17% [=========== ] 157/870 18% [=========== ] 158/870 18% [=========== ] 159/870 18% [=========== ] 160/870 18% [=========== ] 161/870 18% [=========== ] 162/870 18% [=========== ] 163/870 18% [============ ] 164/870 18% [============ ] 165/870 18% [============ ] 166/870 19% [============ ] 167/870 19% [============ ] 168/870 19% [============ ] 169/870 19% [============ ] 170/870 19% [============ ] 171/870 19% [============ ] 172/870 19% [============ ] 173/870 19% [============ ] 174/870 20% [============ ] 175/870 20% [============ ] 176/870 20% [============= ] 177/870 20% [============= ] 178/870 20% [============= ] 179/870 20% [============= ] 180/870 20% [============= ] 181/870 20% [============= ] 182/870 20% [============= ] 183/870 21% [============= ] 184/870 21% [============= ] 185/870 21% [============= ] 186/870 21% [============= ] 187/870 21% [============= ] 188/870 21% [============= ] 189/870 21% [============= ] 190/870 21% [============== ] 191/870 21% [============== ] 192/870 22% [============== ] 193/870 22% [============== ] 194/870 22% [============== ] 195/870 22% [============== ] 196/870 22% [============== ] 197/870 22% [============== ] 198/870 22% [============== ] 199/870 22% [============== ] 200/870 22% [============== ] 201/870 23% [============== ] 202/870 23% [============== ] 203/870 23% [=============== ] 204/870 23% [=============== ] 205/870 23% [=============== ] 206/870 23% [=============== ] 207/870 23% [=============== ] 208/870 23% [=============== ] 209/870 24% [=============== ] 210/870 24% [=============== ] 211/870 24% [=============== ] 212/870 24% [=============== ] 213/870 24% [=============== ] 214/870 24% [=============== ] 215/870 24% [=============== ] 216/870 24% [=============== ] 217/870 24% [================ ] 218/870 25% [================ ] 219/870 25% [================ ] 220/870 25% [================ ] 221/870 25% [================ ] 222/870 25% [================ ] 223/870 25% [================ ] 224/870 25% [================ ] 225/870 25% [================ ] 226/870 25% [================ ] 227/870 26% [================ ] 228/870 26% [================ ] 229/870 26% [================ ] 230/870 26% [================ ] 231/870 26% [================= ] 232/870 26% [================= ] 233/870 26% [================= ] 234/870 26% [================= ] 235/870 27% [================= ] 236/870 27% [================= ] 237/870 27% [================= ] 238/870 27% [================= ] 239/870 27% [================= ] 240/870 27% [================= ] 241/870 27% [================= ] 242/870 27% [================= ] 243/870 27% [================= ] 244/870 28% [================== ] 245/870 28% [================== ] 246/870 28% [================== ] 247/870 28% [================== ] 248/870 28% [================== ] 249/870 28% [================== ] 250/870 28% [================== ] 251/870 28% [================== ] 252/870 28% [================== ] 253/870 29% [================== ] 254/870 29% [================== ] 255/870 29% [================== ] 256/870 29% [================== ] 257/870 29% [================== ] 258/870 29% [=================== ] 259/870 29% [=================== ] 260/870 29% [=================== ] 261/870 30% [=================== ] 262/870 30% [=================== ] 263/870 30% [=================== ] 264/870 30% [=================== ] 265/870 30% [=================== ] 266/870 30% [=================== ] 267/870 30% [=================== ] 268/870 30% [=================== ] 269/870 30% [=================== ] 270/870 31% [=================== ] 271/870 31% [==================== ] 272/870 31% [==================== ] 273/870 31% [==================== ] 274/870 31% [==================== ] 275/870 31% [==================== ] 276/870 31% [==================== ] 277/870 31% [==================== ] 278/870 31% [==================== ] 279/870 32% [==================== ] 280/870 32% [==================== ] 281/870 32% [==================== ] 282/870 32% [==================== ] 283/870 32% [==================== ] 284/870 32% [==================== ] 285/870 32% [===================== ] 286/870 32% [===================== ] 287/870 32% [===================== ] 288/870 33% [===================== ] 289/870 33% [===================== ] 290/870 33% [===================== ] 291/870 33% [===================== ] 292/870 33% [===================== ] 293/870 33% [===================== ] 294/870 33% [===================== ] 295/870 33% [===================== ] 296/870 34% [===================== ] 297/870 34% [===================== ] 298/870 34% [===================== ] 299/870 34% [====================== ] 300/870 34% [====================== ] 301/870 34% [====================== ] 302/870 34% [====================== ] 303/870 34% [====================== ] 304/870 34% [====================== ] 305/870 35% [====================== ] 306/870 35% [====================== ] 307/870 35% [====================== ] 308/870 35% [====================== ] 309/870 35% [====================== ] 310/870 35% [====================== ] 311/870 35% [====================== ] 312/870 35% [======================= ] 313/870 35% [======================= ] 314/870 36% [======================= ] 315/870 36% [======================= ] 316/870 36% [======================= ] 317/870 36% [======================= ] 318/870 36% [======================= ] 319/870 36% [======================= ] 320/870 36% [======================= ] 321/870 36% [======================= ] 322/870 37% [======================= ] 323/870 37% [======================= ] 324/870 37% [======================= ] 325/870 37% [======================= ] 326/870 37% [======================== ] 327/870 37% [======================== ] 328/870 37% [======================== ] 329/870 37% [======================== ] 330/870 37% [======================== ] 331/870 38% [======================== ] 332/870 38% [======================== ] 333/870 38% [======================== ] 334/870 38% [======================== ] 335/870 38% [======================== ] 336/870 38% [======================== ] 337/870 38% [======================== ] 338/870 38% [======================== ] 339/870 38% [========================= ] 340/870 39% [========================= ] 341/870 39% [========================= ] 342/870 39% [========================= ] 343/870 39% [========================= ] 344/870 39% [========================= ] 345/870 39% [========================= ] 346/870 39% [========================= ] 347/870 39% [========================= ] 348/870 40% [========================= ] 349/870 40% [========================= ] 350/870 40% [========================= ] 351/870 40% [========================= ] 352/870 40% [========================= ] 353/870 40% [========================== ] 354/870 40% [========================== ] 355/870 40% [========================== ] 356/870 40% [========================== ] 357/870 41% [========================== ] 358/870 41% [========================== ] 359/870 41% [========================== ] 360/870 41% [========================== ] 361/870 41% [========================== ] 362/870 41% [========================== ] 363/870 41% [========================== ] 364/870 41% [========================== ] 365/870 41% [========================== ] 366/870 42% [========================== ] 367/870 42% [=========================== ] 368/870 42% [=========================== ] 369/870 42% [=========================== ] 370/870 42% [=========================== ] 371/870 42% [=========================== ] 372/870 42% [=========================== ] 373/870 42% [=========================== ] 374/870 42% [=========================== ] 375/870 43% [=========================== ] 376/870 43% [=========================== ] 377/870 43% [=========================== ] 378/870 43% [=========================== ] 379/870 43% [=========================== ] 380/870 43% [============================ ] 381/870 43% [============================ ] 382/870 43% [============================ ] 383/870 44% [============================ ] 384/870 44% [============================ ] 385/870 44% [============================ ] 386/870 44% [============================ ] 387/870 44% [============================ ] 388/870 44% [============================ ] 389/870 44% [============================ ] 390/870 44% [============================ ] 391/870 44% [============================ ] 392/870 45% [============================ ] 393/870 45% [============================ ] 394/870 45% [============================= ] 395/870 45% [============================= ] 396/870 45% [============================= ] 397/870 45% [============================= ] 398/870 45% [============================= ] 399/870 45% [============================= ] 400/870 45% [============================= ] 401/870 46% [============================= ] 402/870 46% [============================= ] 403/870 46% [============================= ] 404/870 46% [============================= ] 405/870 46% [============================= ] 406/870 46% [============================= ] 407/870 46% [============================== ] 408/870 46% [============================== ] 409/870 47% [============================== ] 410/870 47% [============================== ] 411/870 47% [============================== ] 412/870 47% [============================== ] 413/870 47% [============================== ] 414/870 47% [============================== ] 415/870 47% [============================== ] 416/870 47% [============================== ] 417/870 47% [============================== ] 418/870 48% [============================== ] 419/870 48% [============================== ] 420/870 48% [============================== ] 421/870 48% [=============================== ] 422/870 48% [=============================== ] 423/870 48% [=============================== ] 424/870 48% [=============================== ] 425/870 48% [=============================== ] 426/870 48% [=============================== ] 427/870 49% [=============================== ] 428/870 49% [=============================== ] 429/870 49% [=============================== ] 430/870 49% [=============================== ] 431/870 49% [=============================== ] 432/870 49% [=============================== ] 433/870 49% [=============================== ] 434/870 49% [================================ ] 435/870 50% [================================ ] 436/870 50% [================================ ] 437/870 50% [================================ ] 438/870 50% [================================ ] 439/870 50% [================================ ] 440/870 50% [================================ ] 441/870 50% [================================ ] 442/870 50% [================================ ] 443/870 50% [================================ ] 444/870 51% [================================ ] 445/870 51% [================================ ] 446/870 51% [================================ ] 447/870 51% [================================ ] 448/870 51% [================================= ] 449/870 51% [================================= ] 450/870 51% [================================= ] 451/870 51% [================================= ] 452/870 51% [================================= ] 453/870 52% [================================= ] 454/870 52% [================================= ] 455/870 52% [================================= ] 456/870 52% [================================= ] 457/870 52% [================================= ] 458/870 52% [================================= ] 459/870 52% [================================= ] 460/870 52% [================================= ] 461/870 52% [================================= ] 462/870 53% [================================== ] 463/870 53% [================================== ] 464/870 53% [================================== ] 465/870 53% [================================== ] 466/870 53% [================================== ] 467/870 53% [================================== ] 468/870 53% [================================== ] 469/870 53% [================================== ] 470/870 54% [================================== ] 471/870 54% [================================== ] 472/870 54% [================================== ] 473/870 54% [================================== ] 474/870 54% [================================== ] 475/870 54% [=================================== ] 476/870 54% [=================================== ] 477/870 54% [=================================== ] 478/870 54% [=================================== ] 479/870 55% [=================================== ] 480/870 55% [=================================== ] 481/870 55% [=================================== ] 482/870 55% [=================================== ] 483/870 55% [=================================== ] 484/870 55% [=================================== ] 485/870 55% [=================================== ] 486/870 55% [=================================== ] 487/870 55% [=================================== ] 488/870 56% [=================================== ] 489/870 56% [==================================== ] 490/870 56% [==================================== ] 491/870 56% [==================================== ] 492/870 56% [==================================== ] 493/870 56% [==================================== ] 494/870 56% [==================================== ] 495/870 56% [==================================== ] 496/870 57% [==================================== ] 497/870 57% [==================================== ] 498/870 57% [==================================== ] 499/870 57% [==================================== ] 500/870 57% [==================================== ] 501/870 57% [==================================== ] 502/870 57% [===================================== ] 503/870 57% [===================================== ] 504/870 57% [===================================== ] 505/870 58% [===================================== ] 506/870 58% [===================================== ] 507/870 58% [===================================== ] 508/870 58% [===================================== ] 509/870 58% [===================================== ] 510/870 58% [===================================== ] 511/870 58% [===================================== ] 512/870 58% [===================================== ] 513/870 58% [===================================== ] 514/870 59% [===================================== ] 515/870 59% [===================================== ] 516/870 59% [====================================== ] 517/870 59% [====================================== ] 518/870 59% [====================================== ] 519/870 59% [====================================== ] 520/870 59% [====================================== ] 521/870 59% [====================================== ] 522/870 60% [====================================== ] 523/870 60% [====================================== ] 524/870 60% [====================================== ] 525/870 60% [====================================== ] 526/870 60% [====================================== ] 527/870 60% [====================================== ] 528/870 60% [====================================== ] 529/870 60% [====================================== ] 530/870 60% [======================================= ] 531/870 61% [======================================= ] 532/870 61% [======================================= ] 533/870 61% [======================================= ] 534/870 61% [======================================= ] 535/870 61% [======================================= ] 536/870 61% [======================================= ] 537/870 61% [======================================= ] 538/870 61% [======================================= ] 539/870 61% [======================================= ] 540/870 62% [======================================= ] 541/870 62% [======================================= ] 542/870 62% [======================================= ] 543/870 62% [======================================== ] 544/870 62% [======================================== ] 545/870 62% [======================================== ] 546/870 62% [======================================== ] 547/870 62% [======================================== ] 548/870 62% [======================================== ] 549/870 63% [======================================== ] 550/870 63% [======================================== ] 551/870 63% [======================================== ] 552/870 63% [======================================== ] 553/870 63% [======================================== ] 554/870 63% [======================================== ] 555/870 63% [======================================== ] 556/870 63% [======================================== ] 557/870 64% [========================================= ] 558/870 64% [========================================= ] 559/870 64% [========================================= ] 560/870 64% [========================================= ] 561/870 64% [========================================= ] 562/870 64% [========================================= ] 563/870 64% [========================================= ] 564/870 64% [========================================= ] 565/870 64% [========================================= ] 566/870 65% [========================================= ] 567/870 65% [========================================= ] 568/870 65% [========================================= ] 569/870 65% [========================================= ] 570/870 65% [========================================== ] 571/870 65% [========================================== ] 572/870 65% [========================================== ] 573/870 65% [========================================== ] 574/870 65% [========================================== ] 575/870 66% [========================================== ] 576/870 66% [========================================== ] 577/870 66% [========================================== ] 578/870 66% [========================================== ] 579/870 66% [========================================== ] 580/870 66% [========================================== ] 581/870 66% [========================================== ] 582/870 66% [========================================== ] 583/870 67% [========================================== ] 584/870 67% [=========================================== ] 585/870 67% [=========================================== ] 586/870 67% [=========================================== ] 587/870 67% [=========================================== ] 588/870 67% [=========================================== ] 589/870 67% [=========================================== ] 590/870 67% [=========================================== ] 591/870 67% [=========================================== ] 592/870 68% [=========================================== ] 593/870 68% [=========================================== ] 594/870 68% [=========================================== ] 595/870 68% [=========================================== ] 596/870 68% [=========================================== ] 597/870 68% [=========================================== ] 598/870 68% [============================================ ] 599/870 68% [============================================ ] 600/870 68% [============================================ ] 601/870 69% [============================================ ] 602/870 69% [============================================ ] 603/870 69% [============================================ ] 604/870 69% [============================================ ] 605/870 69% [============================================ ] 606/870 69% [============================================ ] 607/870 69% [============================================ ] 608/870 69% [============================================ ] 609/870 70% [============================================ ] 610/870 70% [============================================ ] 611/870 70% [============================================= ] 612/870 70% [============================================= ] 613/870 70% [============================================= ] 614/870 70% [============================================= ] 615/870 70% [============================================= ] 616/870 70% [============================================= ] 617/870 70% [============================================= ] 618/870 71% [============================================= ] 619/870 71% [============================================= ] 620/870 71% [============================================= ] 621/870 71% [============================================= ] 622/870 71% [============================================= ] 623/870 71% [============================================= ] 624/870 71% [============================================= ] 625/870 71% [============================================== ] 626/870 71% [============================================== ] 627/870 72% [============================================== ] 628/870 72% [============================================== ] 629/870 72% [============================================== ] 630/870 72% [============================================== ] 631/870 72% [============================================== ] 632/870 72% [============================================== ] 633/870 72% [============================================== ] 634/870 72% [============================================== ] 635/870 72% [============================================== ] 636/870 73% [============================================== ] 637/870 73% [============================================== ] 638/870 73% [=============================================== ] 639/870 73% [=============================================== ] 640/870 73% [=============================================== ] 641/870 73% [=============================================== ] 642/870 73% [=============================================== ] 643/870 73% [=============================================== ] 644/870 74% [=============================================== ] 645/870 74% [=============================================== ] 646/870 74% [=============================================== ] 647/870 74% [=============================================== ] 648/870 74% [=============================================== ] 649/870 74% [=============================================== ] 650/870 74% [=============================================== ] 651/870 74% [=============================================== ] 652/870 74% [================================================ ] 653/870 75% [================================================ ] 654/870 75% [================================================ ] 655/870 75% [================================================ ] 656/870 75% [================================================ ] 657/870 75% [================================================ ] 658/870 75% [================================================ ] 659/870 75% [================================================ ] 660/870 75% [================================================ ] 661/870 75% [================================================ ] 662/870 76% [================================================ ] 663/870 76% [================================================ ] 664/870 76% [================================================ ] 665/870 76% [================================================ ] 666/870 76% [================================================= ] 667/870 76% [================================================= ] 668/870 76% [================================================= ] 669/870 76% [================================================= ] 670/870 77% [================================================= ] 671/870 77% [================================================= ] 672/870 77% [================================================= ] 673/870 77% [================================================= ] 674/870 77% [================================================= ] 675/870 77% [================================================= ] 676/870 77% [================================================= ] 677/870 77% [================================================= ] 678/870 77% [================================================= ] 679/870 78% [================================================== ] 680/870 78% [================================================== ] 681/870 78% [================================================== ] 682/870 78% [================================================== ] 683/870 78% [================================================== ] 684/870 78% [================================================== ] 685/870 78% [================================================== ] 686/870 78% [================================================== ] 687/870 78% [================================================== ] 688/870 79% [================================================== ] 689/870 79% [================================================== ] 690/870 79% [================================================== ] 691/870 79% [================================================== ] 692/870 79% [================================================== ] 693/870 79% [=================================================== ] 694/870 79% [=================================================== ] 695/870 79% [=================================================== ] 696/870 80% [=================================================== ] 697/870 80% [=================================================== ] 698/870 80% [=================================================== ] 699/870 80% [=================================================== ] 700/870 80% [=================================================== ] 701/870 80% [=================================================== ] 702/870 80% [=================================================== ] 703/870 80% [=================================================== ] 704/870 80% [=================================================== ] 705/870 81% [=================================================== ] 706/870 81% [==================================================== ] 707/870 81% [==================================================== ] 708/870 81% [==================================================== ] 709/870 81% [==================================================== ] 710/870 81% [==================================================== ] 711/870 81% [==================================================== ] 712/870 81% [==================================================== ] 713/870 81% [==================================================== ] 714/870 82% [==================================================== ] 715/870 82% [==================================================== ] 716/870 82% [==================================================== ] 717/870 82% [==================================================== ] 718/870 82% [==================================================== ] 719/870 82% [==================================================== ] 720/870 82% [===================================================== ] 721/870 82% [===================================================== ] 722/870 82% [===================================================== ] 723/870 83% [===================================================== ] 724/870 83% [===================================================== ] 725/870 83% [===================================================== ] 726/870 83% [===================================================== ] 727/870 83% [===================================================== ] 728/870 83% [===================================================== ] 729/870 83% [===================================================== ] 730/870 83% [===================================================== ] 731/870 84% [===================================================== ] 732/870 84% [===================================================== ] 733/870 84% [===================================================== ] 734/870 84% [====================================================== ] 735/870 84% [====================================================== ] 736/870 84% [====================================================== ] 737/870 84% [====================================================== ] 738/870 84% [====================================================== ] 739/870 84% [====================================================== ] 740/870 85% [====================================================== ] 741/870 85% [====================================================== ] 742/870 85% [====================================================== ] 743/870 85% [====================================================== ] 744/870 85% [====================================================== ] 745/870 85% [====================================================== ] 746/870 85% [====================================================== ] 747/870 85% [======================================================= ] 748/870 85% [======================================================= ] 749/870 86% [======================================================= ] 750/870 86% [======================================================= ] 751/870 86% [======================================================= ] 752/870 86% [======================================================= ] 753/870 86% [======================================================= ] 754/870 86% [======================================================= ] 755/870 86% [======================================================= ] 756/870 86% [======================================================= ] 757/870 87% [======================================================= ] 758/870 87% [======================================================= ] 759/870 87% [======================================================= ] 760/870 87% [======================================================= ] 761/870 87% [======================================================== ] 762/870 87% [======================================================== ] 763/870 87% [======================================================== ] 764/870 87% [======================================================== ] 765/870 87% [======================================================== ] 766/870 88% [======================================================== ] 767/870 88% [======================================================== ] 768/870 88% [======================================================== ] 769/870 88% [======================================================== ] 770/870 88% [======================================================== ] 771/870 88% [======================================================== ] 772/870 88% [======================================================== ] 773/870 88% [======================================================== ] 774/870 88% [========================================================= ] 775/870 89% [========================================================= ] 776/870 89% [========================================================= ] 777/870 89% [========================================================= ] 778/870 89% [========================================================= ] 779/870 89% [========================================================= ] 780/870 89% [========================================================= ] 781/870 89% [========================================================= ] 782/870 89% [========================================================= ] 783/870 90% [========================================================= ] 784/870 90% [========================================================= ] 785/870 90% [========================================================= ] 786/870 90% [========================================================= ] 787/870 90% [========================================================= ] 788/870 90% [========================================================== ] 789/870 90% [========================================================== ] 790/870 90% [========================================================== ] 791/870 90% [========================================================== ] 792/870 91% [========================================================== ] 793/870 91% [========================================================== ] 794/870 91% [========================================================== ] 795/870 91% [========================================================== ] 796/870 91% [========================================================== ] 797/870 91% [========================================================== ] 798/870 91% [========================================================== ] 799/870 91% [========================================================== ] 800/870 91% [========================================================== ] 801/870 92% [========================================================== ] 802/870 92% [=========================================================== ] 803/870 92% [=========================================================== ] 804/870 92% [=========================================================== ] 805/870 92% [=========================================================== ] 806/870 92% [=========================================================== ] 807/870 92% [=========================================================== ] 808/870 92% [=========================================================== ] 809/870 92% [=========================================================== ] 810/870 93% [=========================================================== ] 811/870 93% [=========================================================== ] 812/870 93% [=========================================================== ] 813/870 93% [=========================================================== ] 814/870 93% [=========================================================== ] 815/870 93% [============================================================ ] 816/870 93% [============================================================ ] 817/870 93% [============================================================ ] 818/870 94% [============================================================ ] 819/870 94% [============================================================ ] 820/870 94% [============================================================ ] 821/870 94% [============================================================ ] 822/870 94% [============================================================ ] 823/870 94% [============================================================ ] 824/870 94% [============================================================ ] 825/870 94% [============================================================ ] 826/870 94% [============================================================ ] 827/870 95% [============================================================ ] 828/870 95% [============================================================ ] 829/870 95% [============================================================= ] 830/870 95% [============================================================= ] 831/870 95% [============================================================= ] 832/870 95% [============================================================= ] 833/870 95% [============================================================= ] 834/870 95% [============================================================= ] 835/870 95% [============================================================= ] 836/870 96% [============================================================= ] 837/870 96% [============================================================= ] 838/870 96% [============================================================= ] 839/870 96% [============================================================= ] 840/870 96% [============================================================= ] 841/870 96% [============================================================= ] 842/870 96% [============================================================== ] 843/870 96% [============================================================== ] 844/870 97% [============================================================== ] 845/870 97% [============================================================== ] 846/870 97% [============================================================== ] 847/870 97% [============================================================== ] 848/870 97% [============================================================== ] 849/870 97% [============================================================== ] 850/870 97% [============================================================== ] 851/870 97% [============================================================== ] 852/870 97% [============================================================== ] 853/870 98% [============================================================== ] 854/870 98% [============================================================== ] 855/870 98% [============================================================== ] 856/870 98% [=============================================================== ] 857/870 98% [=============================================================== ] 858/870 98% [=============================================================== ] 859/870 98% [=============================================================== ] 860/870 98% [=============================================================== ] 861/870 98% [=============================================================== ] 862/870 99% [=============================================================== ] 863/870 99% [=============================================================== ] 864/870 99% [=============================================================== ] 865/870 99% [=============================================================== ] 866/870 99% [=============================================================== ] 867/870 99% [=============================================================== ] 868/870 99% [=============================================================== ] 869/870 99% [================================================================] 870/870 100% operation complete, 870 objects in 35346 NAND pages. ln -snf /nvmedata/autobuild/instance-9/output-1/host/powerpc64le-buildroot-linux-musl/sysroot /nvmedata/autobuild/instance-9/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-9/buildroot' make: Entering directory '/nvmedata/autobuild/instance-9/buildroot' >>> Buildroot 2022.05-rc1-12-gb634d504cb Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-ccache 3.7.12 Collecting legal info LICENSE.adoc: OK (sha256: 4f63223bcdee822d55a6768cc8399ffe06401d7a03cfe79e1dc305f50dc22c59) GPL-3.0.txt: OK (sha256: ec6b1a326ff93b2cc21df88a697ae470ff6927a55b8929e7e491b315e1563361) >>> host-skeleton Collecting legal info >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.3 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 5.17.7 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> musl-compat-headers Collecting legal info >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> b43-firmware 5.100.138 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> 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-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> can-utils 2021.08.0 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> chocolate-doom 3.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> sdl2 2.0.22 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> sdl2_mixer 2.0.4 Collecting legal info COPYING.txt: OK (sha256: 113727180e7956cb9718b03b41da85b63ea54743a33047071a623bf672895a10) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> sdl2_net 2.0.1 Collecting legal info COPYING.txt: OK (sha256: f09845a238245402a8b8388db6634d8a5b2c3e1dc098f16f9d8c74a276ef4594) >>> chrony 4.2 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> 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) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> easy-rsa 3.0.8 Collecting legal info COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1) gpl-2.0.txt: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> ed 1.18 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-erofs-utils 1.4 Collecting legal info COPYING: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> file 5.41 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: c4fa92d6504b88484a12140fe3e24b9b29b0112717f94b1ff4205d54828b1c70) >>> host-file 5.41 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: c4fa92d6504b88484a12140fe3e24b9b29b0112717f94b1ff4205d54828b1c70) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> fscryptctl f037dcf4354ce8f25d0f371b58dfe7a7ac27576f Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-genpart 1.0.2 Collecting legal info >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> haproxy 2.4.15 Collecting legal info LICENSE: OK (sha256: 0717ca51fceaa25ac9e5ccc62e0c727dcf27796057201fb5fded56a25ff6ca28) doc/lgpl.txt: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) doc/gpl.txt: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> openssl Collecting legal info >>> libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> htpdate 1.3.4 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> initscripts Collecting legal info >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jquery 3.5.1 Collecting legal info >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.42 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libbytesize 2.6 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> libcurl 7.83.1 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libssh2 1.10.0 Collecting legal info COPYING: OK (sha256: 859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> libdbi-drivers 0bfae6c43134cf58dc89364328545982ca297abb Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> sqlite 3.38.5 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 0.62.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.4 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cthelper 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libopenaptx 0.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libscrypt 1.22 Collecting legal info LICENSE: OK (sha256: aacbfd9e19e5b38ea09616cebf0751ef0cc7b6a19ea0fd78f4b0598b2c503394) >>> libsrtp 2.4.2 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtalloc 2.3.3 Collecting legal info talloc.h: OK (sha256: f8340c449dd64a55c6605b02fcad2aec6f473612ac6026739a22995380a8043c) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libzip 1.8.0 Collecting legal info LICENSE: OK (sha256: deae392de70503672793ee784d603bfa8069dcd5974a325dfbf91160f3a147d6) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> matio 1.5.22 Collecting legal info COPYING: OK (sha256: 3ed9a50d754fcc92d4accb8448e397eafeab686796b2a7445557ce782806e239) >>> mtr 0.94 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> netcat 0.7.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> nuttcp 6.1.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> pngquant 2.17.0 Collecting legal info COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> screenfetch 3.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> seatd 0.6.4 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sslh 1.22c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tinc 1.0.36 Collecting legal info COPYING: OK (sha256: 3b37ffbf3459f2aceeef169aa65ee8b111ac1f8ba24a2a1b90b079678a9c7faa) COPYING.README: OK (sha256: 9bf76a8aa304d807df20bf3d221c21d259764be63e39b58f299b80ba3ac14b5b) >>> tio 1.32 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> unzip 6.0 Collecting legal info LICENSE: OK (sha256: 7469b81d5d29ac4fd670f7c86ba0cb9fa34f137a2d4d5198437d92ddf918984b) >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> webp 1.2.2 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> which 2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: b43-firmware-5.100.138: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-9/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-9/buildroot'