mkdir -p /home/autobuild/autobuild/instance-10/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-10/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-10/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-10/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-10/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-10/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-10/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-10/output-1/target/etc/shells ln -sf mksh /home/autobuild/autobuild/instance-10/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,mksh,' /home/autobuild/autobuild/instance-10/output-1/target/etc/passwd if [ -x /home/autobuild/autobuild/instance-10/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-10/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-10/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-10/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/include /home/autobuild/autobuild/instance-10/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-10/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-10/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-10/output-1/target/usr/doc find /home/autobuild/autobuild/instance-10/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-10/output-1/target/lib/ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-10/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/man /home/autobuild/autobuild/instance-10/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/info /home/autobuild/autobuild/instance-10/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/doc /home/autobuild/autobuild/instance-10/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-10/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-10/output-1/target/lib/debug /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-10/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 /home/autobuild/autobuild/instance-10/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-10/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-10/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/autobuild/autobuild/instance-10/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.02-573-g929bffbf4b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.05-git\"" \ ) > /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-10/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-10/output-1/per-package \ /home/autobuild/autobuild/instance-10/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-10/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.tar mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-10/output-1/target/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-10/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot echo "/home/autobuild/autobuild/instance-10/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/autobuild/autobuild/instance-10/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-10/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/target table='/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" xz -9 -C crc32 -c -T 1 /home/autobuild/autobuild/instance-10/output-1/images/rootfs.tar > /home/autobuild/autobuild/instance-10/output-1/images/rootfs.tar.xz >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-10/output-1/target/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-10/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-10/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-10/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-10/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-10/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1049 objects. stage 2: creating image '/home/autobuild/autobuild/instance-10/output-1/images/rootfs.yaffs2' [ ] 1/1049 0% [ ] 2/1049 0% [ ] 3/1049 0% [ ] 4/1049 0% [ ] 5/1049 0% [ ] 6/1049 0% [ ] 7/1049 0% [ ] 8/1049 0% [ ] 9/1049 0% [ ] 10/1049 0% [ ] 11/1049 1% [ ] 12/1049 1% [ ] 13/1049 1% [ ] 14/1049 1% [ ] 15/1049 1% [ ] 16/1049 1% [= ] 17/1049 1% [= ] 18/1049 1% [= ] 19/1049 1% [= ] 20/1049 1% [= ] 21/1049 2% [= ] 22/1049 2% [= ] 23/1049 2% [= ] 24/1049 2% [= ] 25/1049 2% [= ] 26/1049 2% [= ] 27/1049 2% [= ] 28/1049 2% [= ] 29/1049 2% [= ] 30/1049 2% [= ] 31/1049 2% [= ] 32/1049 3% [= ] 33/1049 3% [== ] 34/1049 3% [== ] 35/1049 3% [== ] 36/1049 3% [== ] 37/1049 3% [== ] 38/1049 3% [== ] 39/1049 3% [== ] 40/1049 3% [== ] 41/1049 3% [== ] 42/1049 4% [== ] 43/1049 4% [== ] 44/1049 4% [== ] 45/1049 4% [== ] 46/1049 4% [== ] 47/1049 4% [== ] 48/1049 4% [== ] 49/1049 4% [== ] 50/1049 4% [=== ] 51/1049 4% [=== ] 52/1049 4% [=== ] 53/1049 5% [=== ] 54/1049 5% [=== ] 55/1049 5% [=== ] 56/1049 5% [=== ] 57/1049 5% [=== ] 58/1049 5% [=== ] 59/1049 5% [=== ] 60/1049 5% [=== ] 61/1049 5% [=== ] 62/1049 5% [=== ] 63/1049 6% [=== ] 64/1049 6% [=== ] 65/1049 6% [=== ] 66/1049 6% [=== ] 67/1049 6% [==== ] 68/1049 6% [==== ] 69/1049 6% [==== ] 70/1049 6% [==== ] 71/1049 6% [==== ] 72/1049 6% [==== ] 73/1049 6% [==== ] 74/1049 7% [==== ] 75/1049 7% [==== ] 76/1049 7% [==== ] 77/1049 7% [==== ] 78/1049 7% [==== ] 79/1049 7% [==== ] 80/1049 7% [==== ] 81/1049 7% [==== ] 82/1049 7% [==== ] 83/1049 7% [==== ] 84/1049 8% [===== ] 85/1049 8% [===== ] 86/1049 8% [===== ] 87/1049 8% [===== ] 88/1049 8% [===== ] 89/1049 8% [===== ] 90/1049 8% [===== ] 91/1049 8% [===== ] 92/1049 8% [===== ] 93/1049 8% [===== ] 94/1049 8% [===== ] 95/1049 9% [===== ] 96/1049 9% [===== ] 97/1049 9% [===== ] 98/1049 9% [===== ] 99/1049 9% [===== ] 100/1049 9% [===== ] 101/1049 9% [====== ] 102/1049 9% [====== ] 103/1049 9% [====== ] 104/1049 9% [====== ] 105/1049 10% [====== ] 106/1049 10% [====== ] 107/1049 10% [====== ] 108/1049 10% [====== ] 109/1049 10% [====== ] 110/1049 10% [====== ] 111/1049 10% [====== ] 112/1049 10% [====== ] 113/1049 10% [====== ] 114/1049 10% [====== ] 115/1049 10% [====== ] 116/1049 11% [====== ] 117/1049 11% [====== ] 118/1049 11% [======= ] 119/1049 11% [======= ] 120/1049 11% [======= ] 121/1049 11% [======= ] 122/1049 11% [======= ] 123/1049 11% [======= ] 124/1049 11% [======= ] 125/1049 11% [======= ] 126/1049 12% [======= ] 127/1049 12% [======= ] 128/1049 12% [======= ] 129/1049 12% [======= ] 130/1049 12% [======= ] 131/1049 12% [======= ] 132/1049 12% [======= ] 133/1049 12% [======= ] 134/1049 12% [======= ] 135/1049 12% [======== ] 136/1049 12% [======== ] 137/1049 13% [======== ] 138/1049 13% [======== ] 139/1049 13% [======== ] 140/1049 13% [======== ] 141/1049 13% [======== ] 142/1049 13% [======== ] 143/1049 13% [======== ] 144/1049 13% [======== ] 145/1049 13% [======== ] 146/1049 13% [======== ] 147/1049 14% [======== ] 148/1049 14% [======== ] 149/1049 14% [======== ] 150/1049 14% [======== ] 151/1049 14% [======== ] 152/1049 14% [========= ] 153/1049 14% [========= ] 154/1049 14% [========= ] 155/1049 14% [========= ] 156/1049 14% [========= ] 157/1049 14% [========= ] 158/1049 15% [========= ] 159/1049 15% [========= ] 160/1049 15% [========= ] 161/1049 15% [========= ] 162/1049 15% [========= ] 163/1049 15% [========= ] 164/1049 15% [========= ] 165/1049 15% [========= ] 166/1049 15% [========= ] 167/1049 15% [========= ] 168/1049 16% [========= ] 169/1049 16% [========== ] 170/1049 16% [========== ] 171/1049 16% [========== ] 172/1049 16% [========== ] 173/1049 16% [========== ] 174/1049 16% [========== ] 175/1049 16% [========== ] 176/1049 16% [========== ] 177/1049 16% [========== ] 178/1049 16% [========== ] 179/1049 17% [========== ] 180/1049 17% [========== ] 181/1049 17% [========== ] 182/1049 17% [========== ] 183/1049 17% [========== ] 184/1049 17% [========== ] 185/1049 17% [========== ] 186/1049 17% [=========== ] 187/1049 17% [=========== ] 188/1049 17% [=========== ] 189/1049 18% [=========== ] 190/1049 18% [=========== ] 191/1049 18% [=========== ] 192/1049 18% [=========== ] 193/1049 18% [=========== ] 194/1049 18% [=========== ] 195/1049 18% [=========== ] 196/1049 18% [=========== ] 197/1049 18% [=========== ] 198/1049 18% [=========== ] 199/1049 18% [=========== ] 200/1049 19% [=========== ] 201/1049 19% [=========== ] 202/1049 19% [=========== ] 203/1049 19% [============ ] 204/1049 19% [============ ] 205/1049 19% [============ ] 206/1049 19% [============ ] 207/1049 19% [============ ] 208/1049 19% [============ ] 209/1049 19% [============ ] 210/1049 20% [============ ] 211/1049 20% [============ ] 212/1049 20% [============ ] 213/1049 20% [============ ] 214/1049 20% [============ ] 215/1049 20% [============ ] 216/1049 20% [============ ] 217/1049 20% [============ ] 218/1049 20% [============ ] 219/1049 20% [============= ] 220/1049 20% [============= ] 221/1049 21% [============= ] 222/1049 21% [============= ] 223/1049 21% [============= ] 224/1049 21% [============= ] 225/1049 21% [============= ] 226/1049 21% [============= ] 227/1049 21% [============= ] 228/1049 21% [============= ] 229/1049 21% [============= ] 230/1049 21% [============= ] 231/1049 22% [============= ] 232/1049 22% [============= ] 233/1049 22% [============= ] 234/1049 22% [============= ] 235/1049 22% [============= ] 236/1049 22% [============== ] 237/1049 22% [============== ] 238/1049 22% [============== ] 239/1049 22% [============== ] 240/1049 22% [============== ] 241/1049 22% [============== ] 242/1049 23% [============== ] 243/1049 23% [============== ] 244/1049 23% [============== ] 245/1049 23% [============== ] 246/1049 23% [============== ] 247/1049 23% [============== ] 248/1049 23% [============== ] 249/1049 23% [============== ] 250/1049 23% [============== ] 251/1049 23% [============== ] 252/1049 24% [============== ] 253/1049 24% [=============== ] 254/1049 24% [=============== ] 255/1049 24% [=============== ] 256/1049 24% [=============== ] 257/1049 24% [=============== ] 258/1049 24% [=============== ] 259/1049 24% [=============== ] 260/1049 24% [=============== ] 261/1049 24% [=============== ] 262/1049 24% [=============== ] 263/1049 25% [=============== ] 264/1049 25% [=============== ] 265/1049 25% [=============== ] 266/1049 25% [=============== ] 267/1049 25% [=============== ] 268/1049 25% [=============== ] 269/1049 25% [=============== ] 270/1049 25% [================ ] 271/1049 25% [================ ] 272/1049 25% [================ ] 273/1049 26% [================ ] 274/1049 26% [================ ] 275/1049 26% [================ ] 276/1049 26% [================ ] 277/1049 26% [================ ] 278/1049 26% [================ ] 279/1049 26% [================ ] 280/1049 26% [================ ] 281/1049 26% [================ ] 282/1049 26% [================ ] 283/1049 26% [================ ] 284/1049 27% [================ ] 285/1049 27% [================ ] 286/1049 27% [================ ] 287/1049 27% [================= ] 288/1049 27% [================= ] 289/1049 27% [================= ] 290/1049 27% [================= ] 291/1049 27% [================= ] 292/1049 27% [================= ] 293/1049 27% [================= ] 294/1049 28% [================= ] 295/1049 28% [================= ] 296/1049 28% [================= ] 297/1049 28% [================= ] 298/1049 28% [================= ] 299/1049 28% [================= ] 300/1049 28% [================= ] 301/1049 28% [================= ] 302/1049 28% [================= ] 303/1049 28% [================= ] 304/1049 28% [================== ] 305/1049 29% [================== ] 306/1049 29% [================== ] 307/1049 29% [================== ] 308/1049 29% [================== ] 309/1049 29% [================== ] 310/1049 29% [================== ] 311/1049 29% [================== ] 312/1049 29% [================== ] 313/1049 29% [================== ] 314/1049 29% [================== ] 315/1049 30% [================== ] 316/1049 30% [================== ] 317/1049 30% [================== ] 318/1049 30% [================== ] 319/1049 30% [================== ] 320/1049 30% [================== ] 321/1049 30% [=================== ] 322/1049 30% [=================== ] 323/1049 30% [=================== ] 324/1049 30% [=================== ] 325/1049 30% [=================== ] 326/1049 31% [=================== ] 327/1049 31% [=================== ] 328/1049 31% [=================== ] 329/1049 31% [=================== ] 330/1049 31% [=================== ] 331/1049 31% [=================== ] 332/1049 31% [=================== ] 333/1049 31% [=================== ] 334/1049 31% [=================== ] 335/1049 31% [=================== ] 336/1049 32% [=================== ] 337/1049 32% [=================== ] 338/1049 32% [==================== ] 339/1049 32% [==================== ] 340/1049 32% [==================== ] 341/1049 32% [==================== ] 342/1049 32% [==================== ] 343/1049 32% [==================== ] 344/1049 32% [==================== ] 345/1049 32% [==================== ] 346/1049 32% [==================== ] 347/1049 33% [==================== ] 348/1049 33% [==================== ] 349/1049 33% [==================== ] 350/1049 33% [==================== ] 351/1049 33% [==================== ] 352/1049 33% [==================== ] 353/1049 33% [==================== ] 354/1049 33% [==================== ] 355/1049 33% [===================== ] 356/1049 33% [===================== ] 357/1049 34% [===================== ] 358/1049 34% [===================== ] 359/1049 34% [===================== ] 360/1049 34% [===================== ] 361/1049 34% [===================== ] 362/1049 34% [===================== ] 363/1049 34% [===================== ] 364/1049 34% [===================== ] 365/1049 34% [===================== ] 366/1049 34% [===================== ] 367/1049 34% [===================== ] 368/1049 35% [===================== ] 369/1049 35% [===================== ] 370/1049 35% [===================== ] 371/1049 35% [===================== ] 372/1049 35% [====================== ] 373/1049 35% [====================== ] 374/1049 35% [====================== ] 375/1049 35% [====================== ] 376/1049 35% [====================== ] 377/1049 35% [====================== ] 378/1049 36% [====================== ] 379/1049 36% [====================== ] 380/1049 36% [====================== ] 381/1049 36% [====================== ] 382/1049 36% [====================== ] 383/1049 36% [====================== ] 384/1049 36% [====================== ] 385/1049 36% [====================== ] 386/1049 36% [====================== ] 387/1049 36% [====================== ] 388/1049 36% [====================== ] 389/1049 37% [======================= ] 390/1049 37% [======================= ] 391/1049 37% [======================= ] 392/1049 37% [======================= ] 393/1049 37% [======================= ] 394/1049 37% [======================= ] 395/1049 37% [======================= ] 396/1049 37% [======================= ] 397/1049 37% [======================= ] 398/1049 37% [======================= ] 399/1049 38% [======================= ] 400/1049 38% [======================= ] 401/1049 38% [======================= ] 402/1049 38% [======================= ] 403/1049 38% [======================= ] 404/1049 38% [======================= ] 405/1049 38% [======================= ] 406/1049 38% [======================== ] 407/1049 38% [======================== ] 408/1049 38% [======================== ] 409/1049 38% [======================== ] 410/1049 39% [======================== ] 411/1049 39% [======================== ] 412/1049 39% [======================== ] 413/1049 39% [======================== ] 414/1049 39% [======================== ] 415/1049 39% [======================== ] 416/1049 39% [======================== ] 417/1049 39% [======================== ] 418/1049 39% [======================== ] 419/1049 39% [======================== ] 420/1049 40% [======================== ] 421/1049 40% [======================== ] 422/1049 40% [========================= ] 423/1049 40% [========================= ] 424/1049 40% [========================= ] 425/1049 40% [========================= ] 426/1049 40% [========================= ] 427/1049 40% [========================= ] 428/1049 40% [========================= ] 429/1049 40% [========================= ] 430/1049 40% [========================= ] 431/1049 41% [========================= ] 432/1049 41% [========================= ] 433/1049 41% [========================= ] 434/1049 41% [========================= ] 435/1049 41% [========================= ] 436/1049 41% [========================= ] 437/1049 41% [========================= ] 438/1049 41% [========================= ] 439/1049 41% [========================== ] 440/1049 41% [========================== ] 441/1049 42% [========================== ] 442/1049 42% [========================== ] 443/1049 42% [========================== ] 444/1049 42% [========================== ] 445/1049 42% [========================== ] 446/1049 42% [========================== ] 447/1049 42% [========================== ] 448/1049 42% [========================== ] 449/1049 42% [========================== ] 450/1049 42% [========================== ] 451/1049 42% [========================== ] 452/1049 43% [========================== ] 453/1049 43% [========================== ] 454/1049 43% [========================== ] 455/1049 43% [========================== ] 456/1049 43% [=========================== ] 457/1049 43% [=========================== ] 458/1049 43% [=========================== ] 459/1049 43% [=========================== ] 460/1049 43% [=========================== ] 461/1049 43% [=========================== ] 462/1049 44% [=========================== ] 463/1049 44% [=========================== ] 464/1049 44% [=========================== ] 465/1049 44% [=========================== ] 466/1049 44% [=========================== ] 467/1049 44% [=========================== ] 468/1049 44% [=========================== ] 469/1049 44% [=========================== ] 470/1049 44% [=========================== ] 471/1049 44% [=========================== ] 472/1049 44% [=========================== ] 473/1049 45% [============================ ] 474/1049 45% [============================ ] 475/1049 45% [============================ ] 476/1049 45% [============================ ] 477/1049 45% [============================ ] 478/1049 45% [============================ ] 479/1049 45% [============================ ] 480/1049 45% [============================ ] 481/1049 45% [============================ ] 482/1049 45% [============================ ] 483/1049 46% [============================ ] 484/1049 46% [============================ ] 485/1049 46% [============================ ] 486/1049 46% [============================ ] 487/1049 46% [============================ ] 488/1049 46% [============================ ] 489/1049 46% [============================ ] 490/1049 46% [============================= ] 491/1049 46% [============================= ] 492/1049 46% [============================= ] 493/1049 46% [============================= ] 494/1049 47% [============================= ] 495/1049 47% [============================= ] 496/1049 47% [============================= ] 497/1049 47% [============================= ] 498/1049 47% [============================= ] 499/1049 47% [============================= ] 500/1049 47% [============================= ] 501/1049 47% [============================= ] 502/1049 47% [============================= ] 503/1049 47% [============================= ] 504/1049 48% [============================= ] 505/1049 48% [============================= ] 506/1049 48% [============================= ] 507/1049 48% [============================== ] 508/1049 48% [============================== ] 509/1049 48% [============================== ] 510/1049 48% [============================== ] 511/1049 48% [============================== ] 512/1049 48% [============================== ] 513/1049 48% [============================== ] 514/1049 48% [============================== ] 515/1049 49% [============================== ] 516/1049 49% [============================== ] 517/1049 49% [============================== ] 518/1049 49% [============================== ] 519/1049 49% [============================== ] 520/1049 49% [============================== ] 521/1049 49% [============================== ] 522/1049 49% [============================== ] 523/1049 49% [============================== ] 524/1049 49% [=============================== ] 525/1049 50% [=============================== ] 526/1049 50% [=============================== ] 527/1049 50% [=============================== ] 528/1049 50% [=============================== ] 529/1049 50% [=============================== ] 530/1049 50% [=============================== ] 531/1049 50% [=============================== ] 532/1049 50% [=============================== ] 533/1049 50% [=============================== ] 534/1049 50% [=============================== ] 535/1049 51% [=============================== ] 536/1049 51% [=============================== ] 537/1049 51% [=============================== ] 538/1049 51% [=============================== ] 539/1049 51% [=============================== ] 540/1049 51% [=============================== ] 541/1049 51% [================================ ] 542/1049 51% [================================ ] 543/1049 51% [================================ ] 544/1049 51% [================================ ] 545/1049 51% [================================ ] 546/1049 52% [================================ ] 547/1049 52% [================================ ] 548/1049 52% [================================ ] 549/1049 52% [================================ ] 550/1049 52% [================================ ] 551/1049 52% [================================ ] 552/1049 52% [================================ ] 553/1049 52% [================================ ] 554/1049 52% [================================ ] 555/1049 52% [================================ ] 556/1049 53% [================================ ] 557/1049 53% [================================ ] 558/1049 53% [================================= ] 559/1049 53% [================================= ] 560/1049 53% [================================= ] 561/1049 53% [================================= ] 562/1049 53% [================================= ] 563/1049 53% [================================= ] 564/1049 53% [================================= ] 565/1049 53% [================================= ] 566/1049 53% [================================= ] 567/1049 54% [================================= ] 568/1049 54% [================================= ] 569/1049 54% [================================= ] 570/1049 54% [================================= ] 571/1049 54% [================================= ] 572/1049 54% [================================= ] 573/1049 54% [================================= ] 574/1049 54% [================================= ] 575/1049 54% [================================== ] 576/1049 54% [================================== ] 577/1049 55% [================================== ] 578/1049 55% [================================== ] 579/1049 55% [================================== ] 580/1049 55% [================================== ] 581/1049 55% [================================== ] 582/1049 55% [================================== ] 583/1049 55% [================================== ] 584/1049 55% [================================== ] 585/1049 55% [================================== ] 586/1049 55% [================================== ] 587/1049 55% [================================== ] 588/1049 56% [================================== ] 589/1049 56% [================================== ] 590/1049 56% [================================== ] 591/1049 56% [================================== ] 592/1049 56% [=================================== ] 593/1049 56% [=================================== ] 594/1049 56% [=================================== ] 595/1049 56% [=================================== ] 596/1049 56% [=================================== ] 597/1049 56% [=================================== ] 598/1049 57% [=================================== ] 599/1049 57% [=================================== ] 600/1049 57% [=================================== ] 601/1049 57% [=================================== ] 602/1049 57% [=================================== ] 603/1049 57% [=================================== ] 604/1049 57% [=================================== ] 605/1049 57% [=================================== ] 606/1049 57% [=================================== ] 607/1049 57% [=================================== ] 608/1049 57% [=================================== ] 609/1049 58% [==================================== ] 610/1049 58% [==================================== ] 611/1049 58% [==================================== ] 612/1049 58% [==================================== ] 613/1049 58% [==================================== ] 614/1049 58% [==================================== ] 615/1049 58% [==================================== ] 616/1049 58% [==================================== ] 617/1049 58% [==================================== ] 618/1049 58% [==================================== ] 619/1049 59% [==================================== ] 620/1049 59% [==================================== ] 621/1049 59% [==================================== ] 622/1049 59% [==================================== ] 623/1049 59% [==================================== ] 624/1049 59% [==================================== ] 625/1049 59% [==================================== ] 626/1049 59% [===================================== ] 627/1049 59% [===================================== ] 628/1049 59% [===================================== ] 629/1049 59% [===================================== ] 630/1049 60% [===================================== ] 631/1049 60% [===================================== ] 632/1049 60% [===================================== ] 633/1049 60% [===================================== ] 634/1049 60% [===================================== ] 635/1049 60% [===================================== ] 636/1049 60% [===================================== ] 637/1049 60% [===================================== ] 638/1049 60% [===================================== ] 639/1049 60% [===================================== ] 640/1049 61% [===================================== ] 641/1049 61% [===================================== ] 642/1049 61% [====================================== ] 643/1049 61% [====================================== ] 644/1049 61% [====================================== ] 645/1049 61% [====================================== ] 646/1049 61% [====================================== ] 647/1049 61% [====================================== ] 648/1049 61% [====================================== ] 649/1049 61% [====================================== ] 650/1049 61% [====================================== ] 651/1049 62% [====================================== ] 652/1049 62% [====================================== ] 653/1049 62% [====================================== ] 654/1049 62% [====================================== ] 655/1049 62% [====================================== ] 656/1049 62% [====================================== ] 657/1049 62% [====================================== ] 658/1049 62% [====================================== ] 659/1049 62% [======================================= ] 660/1049 62% [======================================= ] 661/1049 63% [======================================= ] 662/1049 63% [======================================= ] 663/1049 63% [======================================= ] 664/1049 63% [======================================= ] 665/1049 63% [======================================= ] 666/1049 63% [======================================= ] 667/1049 63% [======================================= ] 668/1049 63% [======================================= ] 669/1049 63% [======================================= ] 670/1049 63% [======================================= ] 671/1049 63% [======================================= ] 672/1049 64% [======================================= ] 673/1049 64% [======================================= ] 674/1049 64% [======================================= ] 675/1049 64% [======================================= ] 676/1049 64% [======================================== ] 677/1049 64% [======================================== ] 678/1049 64% [======================================== ] 679/1049 64% [======================================== ] 680/1049 64% [======================================== ] 681/1049 64% [======================================== ] 682/1049 65% [======================================== ] 683/1049 65% [======================================== ] 684/1049 65% [======================================== ] 685/1049 65% [======================================== ] 686/1049 65% [======================================== ] 687/1049 65% [======================================== ] 688/1049 65% [======================================== ] 689/1049 65% [======================================== ] 690/1049 65% [======================================== ] 691/1049 65% [======================================== ] 692/1049 65% [======================================== ] 693/1049 66% [========================================= ] 694/1049 66% [========================================= ] 695/1049 66% [========================================= ] 696/1049 66% [========================================= ] 697/1049 66% [========================================= ] 698/1049 66% [========================================= ] 699/1049 66% [========================================= ] 700/1049 66% [========================================= ] 701/1049 66% [========================================= ] 702/1049 66% [========================================= ] 703/1049 67% [========================================= ] 704/1049 67% [========================================= ] 705/1049 67% [========================================= ] 706/1049 67% [========================================= ] 707/1049 67% [========================================= ] 708/1049 67% [========================================= ] 709/1049 67% [========================================= ] 710/1049 67% [========================================== ] 711/1049 67% [========================================== ] 712/1049 67% [========================================== ] 713/1049 67% [========================================== ] 714/1049 68% [========================================== ] 715/1049 68% [========================================== ] 716/1049 68% [========================================== ] 717/1049 68% [========================================== ] 718/1049 68% [========================================== ] 719/1049 68% [========================================== ] 720/1049 68% [========================================== ] 721/1049 68% [========================================== ] 722/1049 68% [========================================== ] 723/1049 68% [========================================== ] 724/1049 69% [========================================== ] 725/1049 69% [========================================== ] 726/1049 69% [========================================== ] 727/1049 69% [=========================================== ] 728/1049 69% [=========================================== ] 729/1049 69% [=========================================== ] 730/1049 69% [=========================================== ] 731/1049 69% [=========================================== ] 732/1049 69% [=========================================== ] 733/1049 69% [=========================================== ] 734/1049 69% [=========================================== ] 735/1049 70% [=========================================== ] 736/1049 70% [=========================================== ] 737/1049 70% [=========================================== ] 738/1049 70% [=========================================== ] 739/1049 70% [=========================================== ] 740/1049 70% [=========================================== ] 741/1049 70% [=========================================== ] 742/1049 70% [=========================================== ] 743/1049 70% [=========================================== ] 744/1049 70% [============================================ ] 745/1049 71% [============================================ ] 746/1049 71% [============================================ ] 747/1049 71% [============================================ ] 748/1049 71% [============================================ ] 749/1049 71% [============================================ ] 750/1049 71% [============================================ ] 751/1049 71% [============================================ ] 752/1049 71% [============================================ ] 753/1049 71% [============================================ ] 754/1049 71% [============================================ ] 755/1049 71% [============================================ ] 756/1049 72% [============================================ ] 757/1049 72% [============================================ ] 758/1049 72% [============================================ ] 759/1049 72% [============================================ ] 760/1049 72% [============================================ ] 761/1049 72% [============================================= ] 762/1049 72% [============================================= ] 763/1049 72% [============================================= ] 764/1049 72% [============================================= ] 765/1049 72% [============================================= ] 766/1049 73% [============================================= ] 767/1049 73% [============================================= ] 768/1049 73% [============================================= ] 769/1049 73% [============================================= ] 770/1049 73% [============================================= ] 771/1049 73% [============================================= ] 772/1049 73% [============================================= ] 773/1049 73% [============================================= ] 774/1049 73% [============================================= ] 775/1049 73% [============================================= ] 776/1049 73% [============================================= ] 777/1049 74% [============================================= ] 778/1049 74% [============================================== ] 779/1049 74% [============================================== ] 780/1049 74% [============================================== ] 781/1049 74% [============================================== ] 782/1049 74% [============================================== ] 783/1049 74% [============================================== ] 784/1049 74% [============================================== ] 785/1049 74% [============================================== ] 786/1049 74% [============================================== ] 787/1049 75% [============================================== ] 788/1049 75% [============================================== ] 789/1049 75% [============================================== ] 790/1049 75% [============================================== ] 791/1049 75% [============================================== ] 792/1049 75% [============================================== ] 793/1049 75% [============================================== ] 794/1049 75% [============================================== ] 795/1049 75% [=============================================== ] 796/1049 75% [=============================================== ] 797/1049 75% [=============================================== ] 798/1049 76% [=============================================== ] 799/1049 76% [=============================================== ] 800/1049 76% [=============================================== ] 801/1049 76% [=============================================== ] 802/1049 76% [=============================================== ] 803/1049 76% [=============================================== ] 804/1049 76% [=============================================== ] 805/1049 76% [=============================================== ] 806/1049 76% [=============================================== ] 807/1049 76% [=============================================== ] 808/1049 77% [=============================================== ] 809/1049 77% [=============================================== ] 810/1049 77% [=============================================== ] 811/1049 77% [=============================================== ] 812/1049 77% [================================================ ] 813/1049 77% [================================================ ] 814/1049 77% [================================================ ] 815/1049 77% [================================================ ] 816/1049 77% [================================================ ] 817/1049 77% [================================================ ] 818/1049 77% [================================================ ] 819/1049 78% [================================================ ] 820/1049 78% [================================================ ] 821/1049 78% [================================================ ] 822/1049 78% [================================================ ] 823/1049 78% [================================================ ] 824/1049 78% [================================================ ] 825/1049 78% [================================================ ] 826/1049 78% [================================================ ] 827/1049 78% [================================================ ] 828/1049 78% [================================================ ] 829/1049 79% [================================================= ] 830/1049 79% [================================================= ] 831/1049 79% [================================================= ] 832/1049 79% [================================================= ] 833/1049 79% [================================================= ] 834/1049 79% [================================================= ] 835/1049 79% [================================================= ] 836/1049 79% [================================================= ] 837/1049 79% [================================================= ] 838/1049 79% [================================================= ] 839/1049 79% [================================================= ] 840/1049 80% [================================================= ] 841/1049 80% [================================================= ] 842/1049 80% [================================================= ] 843/1049 80% [================================================= ] 844/1049 80% [================================================= ] 845/1049 80% [================================================== ] 846/1049 80% [================================================== ] 847/1049 80% [================================================== ] 848/1049 80% [================================================== ] 849/1049 80% [================================================== ] 850/1049 81% [================================================== ] 851/1049 81% [================================================== ] 852/1049 81% [================================================== ] 853/1049 81% [================================================== ] 854/1049 81% [================================================== ] 855/1049 81% [================================================== ] 856/1049 81% [================================================== ] 857/1049 81% [================================================== ] 858/1049 81% [================================================== ] 859/1049 81% [================================================== ] 860/1049 81% [================================================== ] 861/1049 82% [================================================== ] 862/1049 82% [=================================================== ] 863/1049 82% [=================================================== ] 864/1049 82% [=================================================== ] 865/1049 82% [=================================================== ] 866/1049 82% [=================================================== ] 867/1049 82% [=================================================== ] 868/1049 82% [=================================================== ] 869/1049 82% [=================================================== ] 870/1049 82% [=================================================== ] 871/1049 83% [=================================================== ] 872/1049 83% [=================================================== ] 873/1049 83% [=================================================== ] 874/1049 83% [=================================================== ] 875/1049 83% [=================================================== ] 876/1049 83% [=================================================== ] 877/1049 83% [=================================================== ] 878/1049 83% [=================================================== ] 879/1049 83% [==================================================== ] 880/1049 83% [==================================================== ] 881/1049 83% [==================================================== ] 882/1049 84% [==================================================== ] 883/1049 84% [==================================================== ] 884/1049 84% [==================================================== ] 885/1049 84% [==================================================== ] 886/1049 84% [==================================================== ] 887/1049 84% [==================================================== ] 888/1049 84% [==================================================== ] 889/1049 84% [==================================================== ] 890/1049 84% [==================================================== ] 891/1049 84% [==================================================== ] 892/1049 85% [==================================================== ] 893/1049 85% [==================================================== ] 894/1049 85% [==================================================== ] 895/1049 85% [==================================================== ] 896/1049 85% [===================================================== ] 897/1049 85% [===================================================== ] 898/1049 85% [===================================================== ] 899/1049 85% [===================================================== ] 900/1049 85% [===================================================== ] 901/1049 85% [===================================================== ] 902/1049 85% [===================================================== ] 903/1049 86% [===================================================== ] 904/1049 86% [===================================================== ] 905/1049 86% [===================================================== ] 906/1049 86% [===================================================== ] 907/1049 86% [===================================================== ] 908/1049 86% [===================================================== ] 909/1049 86% [===================================================== ] 910/1049 86% [===================================================== ] 911/1049 86% [===================================================== ] 912/1049 86% [===================================================== ] 913/1049 87% [====================================================== ] 914/1049 87% [====================================================== ] 915/1049 87% [====================================================== ] 916/1049 87% [====================================================== ] 917/1049 87% [====================================================== ] 918/1049 87% [====================================================== ] 919/1049 87% [====================================================== ] 920/1049 87% [====================================================== ] 921/1049 87% [====================================================== ] 922/1049 87% [====================================================== ] 923/1049 87% [====================================================== ] 924/1049 88% [====================================================== ] 925/1049 88% [====================================================== ] 926/1049 88% [====================================================== ] 927/1049 88% [====================================================== ] 928/1049 88% [====================================================== ] 929/1049 88% [====================================================== ] 930/1049 88% [======================================================= ] 931/1049 88% [======================================================= ] 932/1049 88% [======================================================= ] 933/1049 88% [======================================================= ] 934/1049 89% [======================================================= ] 935/1049 89% [======================================================= ] 936/1049 89% [======================================================= ] 937/1049 89% [======================================================= ] 938/1049 89% [======================================================= ] 939/1049 89% [======================================================= ] 940/1049 89% [======================================================= ] 941/1049 89% [======================================================= ] 942/1049 89% [======================================================= ] 943/1049 89% [======================================================= ] 944/1049 89% [======================================================= ] 945/1049 90% [======================================================= ] 946/1049 90% [======================================================= ] 947/1049 90% [======================================================== ] 948/1049 90% [======================================================== ] 949/1049 90% [======================================================== ] 950/1049 90% [======================================================== ] 951/1049 90% [======================================================== ] 952/1049 90% [======================================================== ] 953/1049 90% [======================================================== ] 954/1049 90% [======================================================== ] 955/1049 91% [======================================================== ] 956/1049 91% [======================================================== ] 957/1049 91% [======================================================== ] 958/1049 91% [======================================================== ] 959/1049 91% [======================================================== ] 960/1049 91% [======================================================== ] 961/1049 91% [======================================================== ] 962/1049 91% [======================================================== ] 963/1049 91% [======================================================== ] 964/1049 91% [========================================================= ] 965/1049 91% [========================================================= ] 966/1049 92% [========================================================= ] 967/1049 92% [========================================================= ] 968/1049 92% [========================================================= ] 969/1049 92% [========================================================= ] 970/1049 92% [========================================================= ] 971/1049 92% [========================================================= ] 972/1049 92% [========================================================= ] 973/1049 92% [========================================================= ] 974/1049 92% [========================================================= ] 975/1049 92% [========================================================= ] 976/1049 93% [========================================================= ] 977/1049 93% [========================================================= ] 978/1049 93% [========================================================= ] 979/1049 93% [========================================================= ] 980/1049 93% [========================================================= ] 981/1049 93% [========================================================== ] 982/1049 93% [========================================================== ] 983/1049 93% [========================================================== ] 984/1049 93% [========================================================== ] 985/1049 93% [========================================================== ] 986/1049 93% [========================================================== ] 987/1049 94% [========================================================== ] 988/1049 94% [========================================================== ] 989/1049 94% [========================================================== ] 990/1049 94% [========================================================== ] 991/1049 94% [========================================================== ] 992/1049 94% [========================================================== ] 993/1049 94% [========================================================== ] 994/1049 94% [========================================================== ] 995/1049 94% [========================================================== ] 996/1049 94% [========================================================== ] 997/1049 95% [========================================================== ] 998/1049 95% [=========================================================== ] 999/1049 95% [=========================================================== ] 1000/1049 95% [=========================================================== ] 1001/1049 95% [=========================================================== ] 1002/1049 95% [=========================================================== ] 1003/1049 95% [=========================================================== ] 1004/1049 95% [=========================================================== ] 1005/1049 95% [=========================================================== ] 1006/1049 95% [=========================================================== ] 1007/1049 95% [=========================================================== ] 1008/1049 96% [=========================================================== ] 1009/1049 96% [=========================================================== ] 1010/1049 96% [=========================================================== ] 1011/1049 96% [=========================================================== ] 1012/1049 96% [=========================================================== ] 1013/1049 96% [=========================================================== ] 1014/1049 96% [=========================================================== ] 1015/1049 96% [============================================================ ] 1016/1049 96% [============================================================ ] 1017/1049 96% [============================================================ ] 1018/1049 97% [============================================================ ] 1019/1049 97% [============================================================ ] 1020/1049 97% [============================================================ ] 1021/1049 97% [============================================================ ] 1022/1049 97% [============================================================ ] 1023/1049 97% [============================================================ ] 1024/1049 97% [============================================================ ] 1025/1049 97% [============================================================ ] 1026/1049 97% [============================================================ ] 1027/1049 97% [============================================================ ] 1028/1049 97% [============================================================ ] 1029/1049 98% [============================================================ ] 1030/1049 98% [============================================================ ] 1031/1049 98% [============================================================ ] 1032/1049 98% [============================================================= ] 1033/1049 98% [============================================================= ] 1034/1049 98% [============================================================= ] 1035/1049 98% [============================================================= ] 1036/1049 98% [============================================================= ] 1037/1049 98% [============================================================= ] 1038/1049 98% [============================================================= ] 1039/1049 99% [============================================================= ] 1040/1049 99% [============================================================= ] 1041/1049 99% [============================================================= ] 1042/1049 99% [============================================================= ] 1043/1049 99% [============================================================= ] 1044/1049 99% [============================================================= ] 1045/1049 99% [============================================================= ] 1046/1049 99% [============================================================= ] 1047/1049 99% [============================================================= ] 1048/1049 99% [==============================================================] 1049/1049 100% operation complete, 1049 objects in 27516 NAND pages. ln -snf /home/autobuild/autobuild/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-10/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-10/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-10/buildroot' >>> Buildroot 2024.02-573-g929bffbf4b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-bare-metal-buildroot Collecting legal info >>> host-ccache 4.9.1 Collecting legal info LICENSE.adoc: OK (sha256: a6aea7358a30ded3f8abbff979219bdbe7b7a9aa489a8c70030afd96a83caf84) GPL-3.0.txt: OK (sha256: 80b5112739a423dfac7bed1ca8a1df3cccda3d794425441997d4462b83db4dd5) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-hiredis 1.2.0 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> newlib-bare-metal 4.4.0.20231231 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING.LIBGLOSS: OK (sha256: f3b7f3e4426b1fa6f60198dae7adfedd94b77b28db2d108adc0253575011e0ff) COPYING.NEWLIB: OK (sha256: 9a59b4ee3af067045fe0ea78786201c42d54756fe48cbccf44f3dfc398474717) >>> host-gcc-bare-metal 13.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils-bare-metal 2.42 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-isl 0.26 Collecting legal info LICENSE: OK (sha256: 3a2c398103f6bca0f50a9a9465deca9230b370b0212af5fdf31ed88a36215c30) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.39-5-ge0910f1d3278f05439fb434ee528fc9be1b6bd5e Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> linux-headers 6.8.6 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> toolchain Collecting legal info >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> gpm 1.20.7 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> bash 5.2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> bitwise 0.50 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> bmx7 7.1.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.8 Collecting legal info LICENSE: OK (sha256: 9b405ef4c89342f5eae1dd828882f931747f71001cfba7d114801039b52ad09b) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> less 643 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ntp 4.2.8p17 Collecting legal info COPYRIGHT: OK (sha256: 06246b8c15ccc1a1873c78525c810f0802e68f383e79ee041e06d1ab9cbf80a4) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 3.3.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> 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) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> whois 5.5.14 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> host-depot-tools 8d14454ba4a35fd9d2483842b08815a2357ec86f Collecting legal info LICENSE: OK (sha256: 984523ee987f4e8b72d61df37d8f1189a7077cd4b77e41a397e35593b297a29d) >>> host-python-httplib2 0.22.0 Collecting legal info LICENSE: OK (sha256: 589eec38f72df2be203711d3b8cbece9b908c5e7ff00bc3cab7f63bae9e366b4) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> 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-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-python-pyparsing 3.1.1 Collecting legal info LICENSE: OK (sha256: 10d5120a16805804ffda8b688c220bfb4e8f39741b57320604d455a309e01972) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> drbd-utils 9.21.4 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> gnuplot 5.4.10 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> initscripts Collecting legal info >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> host-jq 1.7.1 Collecting legal info COPYING: OK (sha256: 10e974638a41fadfd72357f2f3a4325e20b856c563365128f72feaa406f8c92d) >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> jszip 3.10.1 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> leptonica 1.84.1 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libfastjson 0.99.9.1 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libgpg-error 1.48 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libjwt 1.15.3 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> libmpdclient 2.22 Collecting legal info LICENSES/BSD-2-Clause.txt: OK (sha256: fd38b2c053c0cce46d9c5ef3545a6e34d157a240ba99c9b8dca5d37a8147da6c) LICENSES/BSD-3-Clause.txt: OK (sha256: e11af671c491efac2f94c1d752bea92f4308ca2450c7d11e582e4b48c40e4de1) >>> 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) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libsndfile 1.2.2 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libssh2 1.11.0 Collecting legal info COPYING: OK (sha256: fda5e2522c58ba1f31c9f2044747616457466f4aebec16ade4af86e3a16a8e02) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.3.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> logsurfer 1.8 Collecting legal info >>> mbw 2.0 Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mpd-mpc 0.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpg123 1.32.3 Collecting legal info COPYING: OK (sha256: c22482728a634a8dfdb4ff72a96d4c1ed64cd8f3e79335c401751ac591609366) >>> neofetch 7.1.0 Collecting legal info LICENSE.md: OK (sha256: fc3034b3dd3a08db109949b629210213bba52aa95455cbc5c2fefa2fc1183efe) >>> host-openocd 0.12.0 Collecting legal info COPYING: OK (sha256: 1b8f7e37ee5afbbf95c2a4d62b12b25232e29538692663b434318503a9a88419) LICENSES/license-rules.txt: OK (sha256: 0a37155eb8bc0cb94477a0cae4f030e39da9317374e8a9f597e9229fd09aff78) LICENSES/exceptions/eCos-exception-2.0: OK (sha256: 034da732b4f3079b8783fff756613c1cff89dec5ac80c5cdd90532b7539922a1) LICENSES/preferred/BSD-1-Clause: OK (sha256: f3ba76203a7b6993db31f987559cc4c621ae1ff78119ced2a669756c2c5fd3b1) LICENSES/preferred/BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSES/preferred/BSD-2-Clause-Views: OK (sha256: 1483f15e9fddc73b5df0acab1c42d21ecd0bf6ade8a79179fb90c09f13d03dcd) LICENSES/preferred/BSD-3-Clause: OK (sha256: 7a83b1aeb460458db9a4bd521d7f237c45b1650f6e60ea5ffc71e49472454de3) LICENSES/preferred/BSD-Source-Code: OK (sha256: 5cf024f6e3611d5c6fb98748d1a0ad99b8cf9ffe46f2d60fa10c299cd29e0a75) LICENSES/preferred/GFDL-1.2: OK (sha256: f35396f4095619f986736ca5e2976b313d381463a35c921c9ae677cc7eb83e28) LICENSES/preferred/gfdl-1.2.texi.readme: OK (sha256: 76515be2d7334a1a038f775238c9a4c2b37e19514248e5eea0434cdfee526f9d) LICENSES/preferred/GPL-2.0: OK (sha256: 7d35bc44da7bb763022e3c2c32cfc0125dd222060bc50992420599d8e65f6c0a) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) LICENSES/stand-alone/GPL-3.0: OK (sha256: 9a41b56594cd89743ca72f188318c9871661847074dd16497ae0c695fe3ab9c9) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> opus 1.4 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> pppd 2.5.0 Collecting legal info LICENSE.BSD: OK (sha256: 5d588eb3b157d52112afea935c88a7ff9efddc1e2d95a42c25d3b96ad9055008) LICENSE.GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> host-qemu 8.1.1 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-dtc 1.7.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-python-distlib 0.3.8 Collecting legal info LICENSE.txt: OK (sha256: 808e10c8a6ab8deb149ff9b3fb19f447a808094606d712a9ca57fead3552599d) >>> host-slirp 4.7.0 Collecting legal info COPYRIGHT: OK (sha256: b28aecf4796a6a22054167f0a976de13d9db335669d37afd2dc7ea4c335e1e13) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> rp-pppoe 3.15 Collecting legal info doc/LICENSE: OK (sha256: 464006ba771074f4022db14f58a29a0b447b6fdde9529cf0331be396b6279162) >>> rsync 3.2.7 Collecting legal info COPYING: OK (sha256: 85c19ea50a224c2d0067a69c083584e5717b40b76610ec1218f91385775067dd) >>> zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> sscep 0.10.0 Collecting legal info COPYING: OK (sha256: e1328c292102a22c10e8dcfbfda33740f603767c73f8c5b5189c5513eb6b4dea) >>> tcping 2.1.0 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> uqmi 0a19b5b77140465c29e2afa7d611fe93abc9672f Collecting legal info main.c: OK (sha256: a69bf44dbff15d727578d2069a654d60e9034c5e2cc3e199a012e72afef6c259) >>> utf8proc 2.9.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> whetstone 1.2 Collecting legal info >>> wolfssl 5.7.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: b23c1da1f85d699d3288d73c952b4cd02760d23dc1ddc1b221cbb8be82387189) >>> wolftpm 3.1.0 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zziplib 0.13.72 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm: OK (sha256: 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-xz 5.4.6 Collecting legal info COPYING: OK (sha256: 29a1e305b2e34eefe5d4602d00cde1d528b71c5d9f2eec5106972cf6ddb6f73f) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-10/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-10/buildroot'