echo "buildroot" > /home/autobuild/autobuild/instance-13/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-13/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-13/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-13/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-13/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-13/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-13/output-1/target/etc/shells ln -sf dash /home/autobuild/autobuild/instance-13/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/autobuild/autobuild/instance-13/output-1/target/etc/passwd if [ -x /home/autobuild/autobuild/instance-13/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-13/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-13/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-13/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~sole::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-13/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-13/output-1/target/etc/inittab rm -rf /home/autobuild/autobuild/instance-13/output-1/target/usr/include /home/autobuild/autobuild/instance-13/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-13/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-13/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-13/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-13/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-13/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-13/output-1/target/usr/doc find /home/autobuild/autobuild/instance-13/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-13/output-1/target/lib/ /home/autobuild/autobuild/instance-13/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-13/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-13/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-13/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-13/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-13/output-1/target/usr/man /home/autobuild/autobuild/instance-13/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-13/output-1/target/usr/info /home/autobuild/autobuild/instance-13/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-13/output-1/target/usr/doc /home/autobuild/autobuild/instance-13/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-13/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-13/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-13/output-1/target/lib/debug /home/autobuild/autobuild/instance-13/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-13/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/autobuild/autobuild/instance-13/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/autobuild/autobuild/instance-13/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/autobuild/autobuild/instance-13/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/autobuild/autobuild/instance-13/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-13/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-13/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-1186-g69400611b2"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-rc1\"" \ ) > /home/autobuild/autobuild/instance-13/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-13/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-13/output-1/per-package /home/autobuild/autobuild/instance-13/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-13/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.tar mkdir -p /home/autobuild/autobuild/instance-13/output-1/images rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar mkdir -p /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-13/output-1/target/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/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-13/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar/target >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar/fakeroot echo "/home/autobuild/autobuild/instance-13/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/autobuild/autobuild/instance-13/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-13/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/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-13/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/tar/target table='/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/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" bzip2 -9 -c /home/autobuild/autobuild/instance-13/output-1/images/rootfs.tar > /home/autobuild/autobuild/instance-13/output-1/images/rootfs.tar.bz2 >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-13/output-1/images rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-13/output-1/target/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/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-13/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-13/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-13/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x lzo -o /home/autobuild/autobuild/instance-13/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/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-13/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/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" gzip -9 -c -n /home/autobuild/autobuild/instance-13/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-13/output-1/images/rootfs.ubifs.gz >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-13/output-1/images rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-13/output-1/target/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/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-13/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-13/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-13/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-13/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/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-13/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-13/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-13/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1856 objects. stage 2: creating image '/home/autobuild/autobuild/instance-13/output-1/images/rootfs.yaffs2' [ ] 1/1856 0% [ ] 2/1856 0% [ ] 3/1856 0% [ ] 4/1856 0% [ ] 5/1856 0% [ ] 6/1856 0% [ ] 7/1856 0% [ ] 8/1856 0% [ ] 9/1856 0% [ ] 10/1856 0% [ ] 11/1856 0% [ ] 12/1856 0% [ ] 13/1856 0% [ ] 14/1856 0% [ ] 15/1856 0% [ ] 16/1856 0% [ ] 17/1856 0% [ ] 18/1856 0% [ ] 19/1856 1% [ ] 20/1856 1% [ ] 21/1856 1% [ ] 22/1856 1% [ ] 23/1856 1% [ ] 24/1856 1% [ ] 25/1856 1% [ ] 26/1856 1% [ ] 27/1856 1% [ ] 28/1856 1% [ ] 29/1856 1% [= ] 30/1856 1% [= ] 31/1856 1% [= ] 32/1856 1% [= ] 33/1856 1% [= ] 34/1856 1% [= ] 35/1856 1% [= ] 36/1856 1% [= ] 37/1856 1% [= ] 38/1856 2% [= ] 39/1856 2% [= ] 40/1856 2% [= ] 41/1856 2% [= ] 42/1856 2% [= ] 43/1856 2% [= ] 44/1856 2% [= ] 45/1856 2% [= ] 46/1856 2% [= ] 47/1856 2% [= ] 48/1856 2% [= ] 49/1856 2% [= ] 50/1856 2% [= ] 51/1856 2% [= ] 52/1856 2% [= ] 53/1856 2% [= ] 54/1856 2% [= ] 55/1856 2% [= ] 56/1856 3% [= ] 57/1856 3% [= ] 58/1856 3% [= ] 59/1856 3% [== ] 60/1856 3% [== ] 61/1856 3% [== ] 62/1856 3% [== ] 63/1856 3% [== ] 64/1856 3% [== ] 65/1856 3% [== ] 66/1856 3% [== ] 67/1856 3% [== ] 68/1856 3% [== ] 69/1856 3% [== ] 70/1856 3% [== ] 71/1856 3% [== ] 72/1856 3% [== ] 73/1856 3% [== ] 74/1856 3% [== ] 75/1856 4% [== ] 76/1856 4% [== ] 77/1856 4% [== ] 78/1856 4% [== ] 79/1856 4% [== ] 80/1856 4% [== ] 81/1856 4% [== ] 82/1856 4% [== ] 83/1856 4% [== ] 84/1856 4% [== ] 85/1856 4% [== ] 86/1856 4% [== ] 87/1856 4% [== ] 88/1856 4% [== ] 89/1856 4% [=== ] 90/1856 4% [=== ] 91/1856 4% [=== ] 92/1856 4% [=== ] 93/1856 5% [=== ] 94/1856 5% [=== ] 95/1856 5% [=== ] 96/1856 5% [=== ] 97/1856 5% [=== ] 98/1856 5% [=== ] 99/1856 5% [=== ] 100/1856 5% [=== ] 101/1856 5% [=== ] 102/1856 5% [=== ] 103/1856 5% [=== ] 104/1856 5% [=== ] 105/1856 5% [=== ] 106/1856 5% [=== ] 107/1856 5% [=== ] 108/1856 5% [=== ] 109/1856 5% [=== ] 110/1856 5% [=== ] 111/1856 5% [=== ] 112/1856 6% [=== ] 113/1856 6% [=== ] 114/1856 6% [=== ] 115/1856 6% [=== ] 116/1856 6% [=== ] 117/1856 6% [=== ] 118/1856 6% [=== ] 119/1856 6% [==== ] 120/1856 6% [==== ] 121/1856 6% [==== ] 122/1856 6% [==== ] 123/1856 6% [==== ] 124/1856 6% [==== ] 125/1856 6% [==== ] 126/1856 6% [==== ] 127/1856 6% [==== ] 128/1856 6% [==== ] 129/1856 6% [==== ] 130/1856 7% [==== ] 131/1856 7% [==== ] 132/1856 7% [==== ] 133/1856 7% [==== ] 134/1856 7% [==== ] 135/1856 7% [==== ] 136/1856 7% [==== ] 137/1856 7% [==== ] 138/1856 7% [==== ] 139/1856 7% [==== ] 140/1856 7% [==== ] 141/1856 7% [==== ] 142/1856 7% [==== ] 143/1856 7% [==== ] 144/1856 7% [==== ] 145/1856 7% [==== ] 146/1856 7% [==== ] 147/1856 7% [==== ] 148/1856 7% [==== ] 149/1856 8% [===== ] 150/1856 8% [===== ] 151/1856 8% [===== ] 152/1856 8% [===== ] 153/1856 8% [===== ] 154/1856 8% [===== ] 155/1856 8% [===== ] 156/1856 8% [===== ] 157/1856 8% [===== ] 158/1856 8% [===== ] 159/1856 8% [===== ] 160/1856 8% [===== ] 161/1856 8% [===== ] 162/1856 8% [===== ] 163/1856 8% [===== ] 164/1856 8% [===== ] 165/1856 8% [===== ] 166/1856 8% [===== ] 167/1856 8% [===== ] 168/1856 9% [===== ] 169/1856 9% [===== ] 170/1856 9% [===== ] 171/1856 9% [===== ] 172/1856 9% [===== ] 173/1856 9% [===== ] 174/1856 9% [===== ] 175/1856 9% [===== ] 176/1856 9% [===== ] 177/1856 9% [===== ] 178/1856 9% [===== ] 179/1856 9% [====== ] 180/1856 9% [====== ] 181/1856 9% [====== ] 182/1856 9% [====== ] 183/1856 9% [====== ] 184/1856 9% [====== ] 185/1856 9% [====== ] 186/1856 10% [====== ] 187/1856 10% [====== ] 188/1856 10% [====== ] 189/1856 10% [====== ] 190/1856 10% [====== ] 191/1856 10% [====== ] 192/1856 10% [====== ] 193/1856 10% [====== ] 194/1856 10% [====== ] 195/1856 10% [====== ] 196/1856 10% [====== ] 197/1856 10% [====== ] 198/1856 10% [====== ] 199/1856 10% [====== ] 200/1856 10% [====== ] 201/1856 10% [====== ] 202/1856 10% [====== ] 203/1856 10% [====== ] 204/1856 10% [====== ] 205/1856 11% [====== ] 206/1856 11% [====== ] 207/1856 11% [====== ] 208/1856 11% [====== ] 209/1856 11% [======= ] 210/1856 11% [======= ] 211/1856 11% [======= ] 212/1856 11% [======= ] 213/1856 11% [======= ] 214/1856 11% [======= ] 215/1856 11% [======= ] 216/1856 11% [======= ] 217/1856 11% [======= ] 218/1856 11% [======= ] 219/1856 11% [======= ] 220/1856 11% [======= ] 221/1856 11% [======= ] 222/1856 11% [======= ] 223/1856 12% [======= ] 224/1856 12% [======= ] 225/1856 12% [======= ] 226/1856 12% [======= ] 227/1856 12% [======= ] 228/1856 12% [======= ] 229/1856 12% [======= ] 230/1856 12% [======= ] 231/1856 12% [======= ] 232/1856 12% [======= ] 233/1856 12% [======= ] 234/1856 12% [======= ] 235/1856 12% [======= ] 236/1856 12% [======= ] 237/1856 12% [======= ] 238/1856 12% [======= ] 239/1856 12% [======== ] 240/1856 12% [======== ] 241/1856 12% [======== ] 242/1856 13% [======== ] 243/1856 13% [======== ] 244/1856 13% [======== ] 245/1856 13% [======== ] 246/1856 13% [======== ] 247/1856 13% [======== ] 248/1856 13% [======== ] 249/1856 13% [======== ] 250/1856 13% [======== ] 251/1856 13% [======== ] 252/1856 13% [======== ] 253/1856 13% [======== ] 254/1856 13% [======== ] 255/1856 13% [======== ] 256/1856 13% [======== ] 257/1856 13% [======== ] 258/1856 13% [======== ] 259/1856 13% [======== ] 260/1856 14% [======== ] 261/1856 14% [======== ] 262/1856 14% [======== ] 263/1856 14% [======== ] 264/1856 14% [======== ] 265/1856 14% [======== ] 266/1856 14% [======== ] 267/1856 14% [======== ] 268/1856 14% [======== ] 269/1856 14% [========= ] 270/1856 14% [========= ] 271/1856 14% [========= ] 272/1856 14% [========= ] 273/1856 14% [========= ] 274/1856 14% [========= ] 275/1856 14% [========= ] 276/1856 14% [========= ] 277/1856 14% [========= ] 278/1856 14% [========= ] 279/1856 15% [========= ] 280/1856 15% [========= ] 281/1856 15% [========= ] 282/1856 15% [========= ] 283/1856 15% [========= ] 284/1856 15% [========= ] 285/1856 15% [========= ] 286/1856 15% [========= ] 287/1856 15% [========= ] 288/1856 15% [========= ] 289/1856 15% [========= ] 290/1856 15% [========= ] 291/1856 15% [========= ] 292/1856 15% [========= ] 293/1856 15% [========= ] 294/1856 15% [========= ] 295/1856 15% [========= ] 296/1856 15% [========= ] 297/1856 16% [========= ] 298/1856 16% [========= ] 299/1856 16% [========== ] 300/1856 16% [========== ] 301/1856 16% [========== ] 302/1856 16% [========== ] 303/1856 16% [========== ] 304/1856 16% [========== ] 305/1856 16% [========== ] 306/1856 16% [========== ] 307/1856 16% [========== ] 308/1856 16% [========== ] 309/1856 16% [========== ] 310/1856 16% [========== ] 311/1856 16% [========== ] 312/1856 16% [========== ] 313/1856 16% [========== ] 314/1856 16% [========== ] 315/1856 16% [========== ] 316/1856 17% [========== ] 317/1856 17% [========== ] 318/1856 17% [========== ] 319/1856 17% [========== ] 320/1856 17% [========== ] 321/1856 17% [========== ] 322/1856 17% [========== ] 323/1856 17% [========== ] 324/1856 17% [========== ] 325/1856 17% [========== ] 326/1856 17% [========== ] 327/1856 17% [========== ] 328/1856 17% [========== ] 329/1856 17% [=========== ] 330/1856 17% [=========== ] 331/1856 17% [=========== ] 332/1856 17% [=========== ] 333/1856 17% [=========== ] 334/1856 17% [=========== ] 335/1856 18% [=========== ] 336/1856 18% [=========== ] 337/1856 18% [=========== ] 338/1856 18% [=========== ] 339/1856 18% [=========== ] 340/1856 18% [=========== ] 341/1856 18% [=========== ] 342/1856 18% [=========== ] 343/1856 18% [=========== ] 344/1856 18% [=========== ] 345/1856 18% [=========== ] 346/1856 18% [=========== ] 347/1856 18% [=========== ] 348/1856 18% [=========== ] 349/1856 18% [=========== ] 350/1856 18% [=========== ] 351/1856 18% [=========== ] 352/1856 18% [=========== ] 353/1856 19% [=========== ] 354/1856 19% [=========== ] 355/1856 19% [=========== ] 356/1856 19% [=========== ] 357/1856 19% [=========== ] 358/1856 19% [=========== ] 359/1856 19% [============ ] 360/1856 19% [============ ] 361/1856 19% [============ ] 362/1856 19% [============ ] 363/1856 19% [============ ] 364/1856 19% [============ ] 365/1856 19% [============ ] 366/1856 19% [============ ] 367/1856 19% [============ ] 368/1856 19% [============ ] 369/1856 19% [============ ] 370/1856 19% [============ ] 371/1856 19% [============ ] 372/1856 20% [============ ] 373/1856 20% [============ ] 374/1856 20% [============ ] 375/1856 20% [============ ] 376/1856 20% [============ ] 377/1856 20% [============ ] 378/1856 20% [============ ] 379/1856 20% [============ ] 380/1856 20% [============ ] 381/1856 20% [============ ] 382/1856 20% [============ ] 383/1856 20% [============ ] 384/1856 20% [============ ] 385/1856 20% [============ ] 386/1856 20% [============ ] 387/1856 20% [============ ] 388/1856 20% [============ ] 389/1856 20% [============= ] 390/1856 21% [============= ] 391/1856 21% [============= ] 392/1856 21% [============= ] 393/1856 21% [============= ] 394/1856 21% [============= ] 395/1856 21% [============= ] 396/1856 21% [============= ] 397/1856 21% [============= ] 398/1856 21% [============= ] 399/1856 21% [============= ] 400/1856 21% [============= ] 401/1856 21% [============= ] 402/1856 21% [============= ] 403/1856 21% [============= ] 404/1856 21% [============= ] 405/1856 21% [============= ] 406/1856 21% [============= ] 407/1856 21% [============= ] 408/1856 21% [============= ] 409/1856 22% [============= ] 410/1856 22% [============= ] 411/1856 22% [============= ] 412/1856 22% [============= ] 413/1856 22% [============= ] 414/1856 22% [============= ] 415/1856 22% [============= ] 416/1856 22% [============= ] 417/1856 22% [============= ] 418/1856 22% [============= ] 419/1856 22% [============== ] 420/1856 22% [============== ] 421/1856 22% [============== ] 422/1856 22% [============== ] 423/1856 22% [============== ] 424/1856 22% [============== ] 425/1856 22% [============== ] 426/1856 22% [============== ] 427/1856 23% [============== ] 428/1856 23% [============== ] 429/1856 23% [============== ] 430/1856 23% [============== ] 431/1856 23% [============== ] 432/1856 23% [============== ] 433/1856 23% [============== ] 434/1856 23% [============== ] 435/1856 23% [============== ] 436/1856 23% [============== ] 437/1856 23% [============== ] 438/1856 23% [============== ] 439/1856 23% [============== ] 440/1856 23% [============== ] 441/1856 23% [============== ] 442/1856 23% [============== ] 443/1856 23% [============== ] 444/1856 23% [============== ] 445/1856 23% [============== ] 446/1856 24% [============== ] 447/1856 24% [============== ] 448/1856 24% [============== ] 449/1856 24% [=============== ] 450/1856 24% [=============== ] 451/1856 24% [=============== ] 452/1856 24% [=============== ] 453/1856 24% [=============== ] 454/1856 24% [=============== ] 455/1856 24% [=============== ] 456/1856 24% [=============== ] 457/1856 24% [=============== ] 458/1856 24% [=============== ] 459/1856 24% [=============== ] 460/1856 24% [=============== ] 461/1856 24% [=============== ] 462/1856 24% [=============== ] 463/1856 24% [=============== ] 464/1856 25% [=============== ] 465/1856 25% [=============== ] 466/1856 25% [=============== ] 467/1856 25% [=============== ] 468/1856 25% [=============== ] 469/1856 25% [=============== ] 470/1856 25% [=============== ] 471/1856 25% [=============== ] 472/1856 25% [=============== ] 473/1856 25% [=============== ] 474/1856 25% [=============== ] 475/1856 25% [=============== ] 476/1856 25% [=============== ] 477/1856 25% [=============== ] 478/1856 25% [================ ] 479/1856 25% [================ ] 480/1856 25% [================ ] 481/1856 25% [================ ] 482/1856 25% [================ ] 483/1856 26% [================ ] 484/1856 26% [================ ] 485/1856 26% [================ ] 486/1856 26% [================ ] 487/1856 26% [================ ] 488/1856 26% [================ ] 489/1856 26% [================ ] 490/1856 26% [================ ] 491/1856 26% [================ ] 492/1856 26% [================ ] 493/1856 26% [================ ] 494/1856 26% [================ ] 495/1856 26% [================ ] 496/1856 26% [================ ] 497/1856 26% [================ ] 498/1856 26% [================ ] 499/1856 26% [================ ] 500/1856 26% [================ ] 501/1856 26% [================ ] 502/1856 27% [================ ] 503/1856 27% [================ ] 504/1856 27% [================ ] 505/1856 27% [================ ] 506/1856 27% [================ ] 507/1856 27% [================ ] 508/1856 27% [================= ] 509/1856 27% [================= ] 510/1856 27% [================= ] 511/1856 27% [================= ] 512/1856 27% [================= ] 513/1856 27% [================= ] 514/1856 27% [================= ] 515/1856 27% [================= ] 516/1856 27% [================= ] 517/1856 27% [================= ] 518/1856 27% [================= ] 519/1856 27% [================= ] 520/1856 28% [================= ] 521/1856 28% [================= ] 522/1856 28% [================= ] 523/1856 28% [================= ] 524/1856 28% [================= ] 525/1856 28% [================= ] 526/1856 28% [================= ] 527/1856 28% [================= ] 528/1856 28% [================= ] 529/1856 28% [================= ] 530/1856 28% [================= ] 531/1856 28% [================= ] 532/1856 28% [================= ] 533/1856 28% [================= ] 534/1856 28% [================= ] 535/1856 28% [================= ] 536/1856 28% [================= ] 537/1856 28% [================= ] 538/1856 28% [================== ] 539/1856 29% [================== ] 540/1856 29% [================== ] 541/1856 29% [================== ] 542/1856 29% [================== ] 543/1856 29% [================== ] 544/1856 29% [================== ] 545/1856 29% [================== ] 546/1856 29% [================== ] 547/1856 29% [================== ] 548/1856 29% [================== ] 549/1856 29% [================== ] 550/1856 29% [================== ] 551/1856 29% [================== ] 552/1856 29% [================== ] 553/1856 29% [================== ] 554/1856 29% [================== ] 555/1856 29% [================== ] 556/1856 29% [================== ] 557/1856 30% [================== ] 558/1856 30% [================== ] 559/1856 30% [================== ] 560/1856 30% [================== ] 561/1856 30% [================== ] 562/1856 30% [================== ] 563/1856 30% [================== ] 564/1856 30% [================== ] 565/1856 30% [================== ] 566/1856 30% [================== ] 567/1856 30% [================== ] 568/1856 30% [=================== ] 569/1856 30% [=================== ] 570/1856 30% [=================== ] 571/1856 30% [=================== ] 572/1856 30% [=================== ] 573/1856 30% [=================== ] 574/1856 30% [=================== ] 575/1856 30% [=================== ] 576/1856 31% [=================== ] 577/1856 31% [=================== ] 578/1856 31% [=================== ] 579/1856 31% [=================== ] 580/1856 31% [=================== ] 581/1856 31% [=================== ] 582/1856 31% [=================== ] 583/1856 31% [=================== ] 584/1856 31% [=================== ] 585/1856 31% [=================== ] 586/1856 31% [=================== ] 587/1856 31% [=================== ] 588/1856 31% [=================== ] 589/1856 31% [=================== ] 590/1856 31% [=================== ] 591/1856 31% [=================== ] 592/1856 31% [=================== ] 593/1856 31% [=================== ] 594/1856 32% [=================== ] 595/1856 32% [=================== ] 596/1856 32% [=================== ] 597/1856 32% [=================== ] 598/1856 32% [==================== ] 599/1856 32% [==================== ] 600/1856 32% [==================== ] 601/1856 32% [==================== ] 602/1856 32% [==================== ] 603/1856 32% [==================== ] 604/1856 32% [==================== ] 605/1856 32% [==================== ] 606/1856 32% [==================== ] 607/1856 32% [==================== ] 608/1856 32% [==================== ] 609/1856 32% [==================== ] 610/1856 32% [==================== ] 611/1856 32% [==================== ] 612/1856 32% [==================== ] 613/1856 33% [==================== ] 614/1856 33% [==================== ] 615/1856 33% [==================== ] 616/1856 33% [==================== ] 617/1856 33% [==================== ] 618/1856 33% [==================== ] 619/1856 33% [==================== ] 620/1856 33% [==================== ] 621/1856 33% [==================== ] 622/1856 33% [==================== ] 623/1856 33% [==================== ] 624/1856 33% [==================== ] 625/1856 33% [==================== ] 626/1856 33% [==================== ] 627/1856 33% [==================== ] 628/1856 33% [===================== ] 629/1856 33% [===================== ] 630/1856 33% [===================== ] 631/1856 33% [===================== ] 632/1856 34% [===================== ] 633/1856 34% [===================== ] 634/1856 34% [===================== ] 635/1856 34% [===================== ] 636/1856 34% [===================== ] 637/1856 34% [===================== ] 638/1856 34% [===================== ] 639/1856 34% [===================== ] 640/1856 34% [===================== ] 641/1856 34% [===================== ] 642/1856 34% [===================== ] 643/1856 34% [===================== ] 644/1856 34% [===================== ] 645/1856 34% [===================== ] 646/1856 34% [===================== ] 647/1856 34% [===================== ] 648/1856 34% [===================== ] 649/1856 34% [===================== ] 650/1856 35% [===================== ] 651/1856 35% [===================== ] 652/1856 35% [===================== ] 653/1856 35% [===================== ] 654/1856 35% [===================== ] 655/1856 35% [===================== ] 656/1856 35% [===================== ] 657/1856 35% [===================== ] 658/1856 35% [====================== ] 659/1856 35% [====================== ] 660/1856 35% [====================== ] 661/1856 35% [====================== ] 662/1856 35% [====================== ] 663/1856 35% [====================== ] 664/1856 35% [====================== ] 665/1856 35% [====================== ] 666/1856 35% [====================== ] 667/1856 35% [====================== ] 668/1856 35% [====================== ] 669/1856 36% [====================== ] 670/1856 36% [====================== ] 671/1856 36% [====================== ] 672/1856 36% [====================== ] 673/1856 36% [====================== ] 674/1856 36% [====================== ] 675/1856 36% [====================== ] 676/1856 36% [====================== ] 677/1856 36% [====================== ] 678/1856 36% [====================== ] 679/1856 36% [====================== ] 680/1856 36% [====================== ] 681/1856 36% [====================== ] 682/1856 36% [====================== ] 683/1856 36% [====================== ] 684/1856 36% [====================== ] 685/1856 36% [====================== ] 686/1856 36% [====================== ] 687/1856 37% [====================== ] 688/1856 37% [======================= ] 689/1856 37% [======================= ] 690/1856 37% [======================= ] 691/1856 37% [======================= ] 692/1856 37% [======================= ] 693/1856 37% [======================= ] 694/1856 37% [======================= ] 695/1856 37% [======================= ] 696/1856 37% [======================= ] 697/1856 37% [======================= ] 698/1856 37% [======================= ] 699/1856 37% [======================= ] 700/1856 37% [======================= ] 701/1856 37% [======================= ] 702/1856 37% [======================= ] 703/1856 37% [======================= ] 704/1856 37% [======================= ] 705/1856 37% [======================= ] 706/1856 38% [======================= ] 707/1856 38% [======================= ] 708/1856 38% [======================= ] 709/1856 38% [======================= ] 710/1856 38% [======================= ] 711/1856 38% [======================= ] 712/1856 38% [======================= ] 713/1856 38% [======================= ] 714/1856 38% [======================= ] 715/1856 38% [======================= ] 716/1856 38% [======================= ] 717/1856 38% [======================= ] 718/1856 38% [======================== ] 719/1856 38% [======================== ] 720/1856 38% [======================== ] 721/1856 38% [======================== ] 722/1856 38% [======================== ] 723/1856 38% [======================== ] 724/1856 39% [======================== ] 725/1856 39% [======================== ] 726/1856 39% [======================== ] 727/1856 39% [======================== ] 728/1856 39% [======================== ] 729/1856 39% [======================== ] 730/1856 39% [======================== ] 731/1856 39% [======================== ] 732/1856 39% [======================== ] 733/1856 39% [======================== ] 734/1856 39% [======================== ] 735/1856 39% [======================== ] 736/1856 39% [======================== ] 737/1856 39% [======================== ] 738/1856 39% [======================== ] 739/1856 39% [======================== ] 740/1856 39% [======================== ] 741/1856 39% [======================== ] 742/1856 39% [======================== ] 743/1856 40% [======================== ] 744/1856 40% [======================== ] 745/1856 40% [======================== ] 746/1856 40% [======================== ] 747/1856 40% [======================== ] 748/1856 40% [========================= ] 749/1856 40% [========================= ] 750/1856 40% [========================= ] 751/1856 40% [========================= ] 752/1856 40% [========================= ] 753/1856 40% [========================= ] 754/1856 40% [========================= ] 755/1856 40% [========================= ] 756/1856 40% [========================= ] 757/1856 40% [========================= ] 758/1856 40% [========================= ] 759/1856 40% [========================= ] 760/1856 40% [========================= ] 761/1856 41% [========================= ] 762/1856 41% [========================= ] 763/1856 41% [========================= ] 764/1856 41% [========================= ] 765/1856 41% [========================= ] 766/1856 41% [========================= ] 767/1856 41% [========================= ] 768/1856 41% [========================= ] 769/1856 41% [========================= ] 770/1856 41% [========================= ] 771/1856 41% [========================= ] 772/1856 41% [========================= ] 773/1856 41% [========================= ] 774/1856 41% [========================= ] 775/1856 41% [========================= ] 776/1856 41% [========================= ] 777/1856 41% [========================= ] 778/1856 41% [========================== ] 779/1856 41% [========================== ] 780/1856 42% [========================== ] 781/1856 42% [========================== ] 782/1856 42% [========================== ] 783/1856 42% [========================== ] 784/1856 42% [========================== ] 785/1856 42% [========================== ] 786/1856 42% [========================== ] 787/1856 42% [========================== ] 788/1856 42% [========================== ] 789/1856 42% [========================== ] 790/1856 42% [========================== ] 791/1856 42% [========================== ] 792/1856 42% [========================== ] 793/1856 42% [========================== ] 794/1856 42% [========================== ] 795/1856 42% [========================== ] 796/1856 42% [========================== ] 797/1856 42% [========================== ] 798/1856 42% [========================== ] 799/1856 43% [========================== ] 800/1856 43% [========================== ] 801/1856 43% [========================== ] 802/1856 43% [========================== ] 803/1856 43% [========================== ] 804/1856 43% [========================== ] 805/1856 43% [========================== ] 806/1856 43% [========================== ] 807/1856 43% [========================== ] 808/1856 43% [=========================== ] 809/1856 43% [=========================== ] 810/1856 43% [=========================== ] 811/1856 43% [=========================== ] 812/1856 43% [=========================== ] 813/1856 43% [=========================== ] 814/1856 43% [=========================== ] 815/1856 43% [=========================== ] 816/1856 43% [=========================== ] 817/1856 44% [=========================== ] 818/1856 44% [=========================== ] 819/1856 44% [=========================== ] 820/1856 44% [=========================== ] 821/1856 44% [=========================== ] 822/1856 44% [=========================== ] 823/1856 44% [=========================== ] 824/1856 44% [=========================== ] 825/1856 44% [=========================== ] 826/1856 44% [=========================== ] 827/1856 44% [=========================== ] 828/1856 44% [=========================== ] 829/1856 44% [=========================== ] 830/1856 44% [=========================== ] 831/1856 44% [=========================== ] 832/1856 44% [=========================== ] 833/1856 44% [=========================== ] 834/1856 44% [=========================== ] 835/1856 44% [=========================== ] 836/1856 45% [=========================== ] 837/1856 45% [=========================== ] 838/1856 45% [============================ ] 839/1856 45% [============================ ] 840/1856 45% [============================ ] 841/1856 45% [============================ ] 842/1856 45% [============================ ] 843/1856 45% [============================ ] 844/1856 45% [============================ ] 845/1856 45% [============================ ] 846/1856 45% [============================ ] 847/1856 45% [============================ ] 848/1856 45% [============================ ] 849/1856 45% [============================ ] 850/1856 45% [============================ ] 851/1856 45% [============================ ] 852/1856 45% [============================ ] 853/1856 45% [============================ ] 854/1856 46% [============================ ] 855/1856 46% [============================ ] 856/1856 46% [============================ ] 857/1856 46% [============================ ] 858/1856 46% [============================ ] 859/1856 46% [============================ ] 860/1856 46% [============================ ] 861/1856 46% [============================ ] 862/1856 46% [============================ ] 863/1856 46% [============================ ] 864/1856 46% [============================ ] 865/1856 46% [============================ ] 866/1856 46% [============================ ] 867/1856 46% [============================ ] 868/1856 46% [============================= ] 869/1856 46% [============================= ] 870/1856 46% [============================= ] 871/1856 46% [============================= ] 872/1856 46% [============================= ] 873/1856 47% [============================= ] 874/1856 47% [============================= ] 875/1856 47% [============================= ] 876/1856 47% [============================= ] 877/1856 47% [============================= ] 878/1856 47% [============================= ] 879/1856 47% [============================= ] 880/1856 47% [============================= ] 881/1856 47% [============================= ] 882/1856 47% [============================= ] 883/1856 47% [============================= ] 884/1856 47% [============================= ] 885/1856 47% [============================= ] 886/1856 47% [============================= ] 887/1856 47% [============================= ] 888/1856 47% [============================= ] 889/1856 47% [============================= ] 890/1856 47% [============================= ] 891/1856 48% [============================= ] 892/1856 48% [============================= ] 893/1856 48% [============================= ] 894/1856 48% [============================= ] 895/1856 48% [============================= ] 896/1856 48% [============================= ] 897/1856 48% [============================= ] 898/1856 48% [============================== ] 899/1856 48% [============================== ] 900/1856 48% [============================== ] 901/1856 48% [============================== ] 902/1856 48% [============================== ] 903/1856 48% [============================== ] 904/1856 48% [============================== ] 905/1856 48% [============================== ] 906/1856 48% [============================== ] 907/1856 48% [============================== ] 908/1856 48% [============================== ] 909/1856 48% [============================== ] 910/1856 49% [============================== ] 911/1856 49% [============================== ] 912/1856 49% [============================== ] 913/1856 49% [============================== ] 914/1856 49% [============================== ] 915/1856 49% [============================== ] 916/1856 49% [============================== ] 917/1856 49% [============================== ] 918/1856 49% [============================== ] 919/1856 49% [============================== ] 920/1856 49% [============================== ] 921/1856 49% [============================== ] 922/1856 49% [============================== ] 923/1856 49% [============================== ] 924/1856 49% [============================== ] 925/1856 49% [============================== ] 926/1856 49% [============================== ] 927/1856 49% [=============================== ] 928/1856 50% [=============================== ] 929/1856 50% [=============================== ] 930/1856 50% [=============================== ] 931/1856 50% [=============================== ] 932/1856 50% [=============================== ] 933/1856 50% [=============================== ] 934/1856 50% [=============================== ] 935/1856 50% [=============================== ] 936/1856 50% [=============================== ] 937/1856 50% [=============================== ] 938/1856 50% [=============================== ] 939/1856 50% [=============================== ] 940/1856 50% [=============================== ] 941/1856 50% [=============================== ] 942/1856 50% [=============================== ] 943/1856 50% [=============================== ] 944/1856 50% [=============================== ] 945/1856 50% [=============================== ] 946/1856 50% [=============================== ] 947/1856 51% [=============================== ] 948/1856 51% [=============================== ] 949/1856 51% [=============================== ] 950/1856 51% [=============================== ] 951/1856 51% [=============================== ] 952/1856 51% [=============================== ] 953/1856 51% [=============================== ] 954/1856 51% [=============================== ] 955/1856 51% [=============================== ] 956/1856 51% [=============================== ] 957/1856 51% [================================ ] 958/1856 51% [================================ ] 959/1856 51% [================================ ] 960/1856 51% [================================ ] 961/1856 51% [================================ ] 962/1856 51% [================================ ] 963/1856 51% [================================ ] 964/1856 51% [================================ ] 965/1856 51% [================================ ] 966/1856 52% [================================ ] 967/1856 52% [================================ ] 968/1856 52% [================================ ] 969/1856 52% [================================ ] 970/1856 52% [================================ ] 971/1856 52% [================================ ] 972/1856 52% [================================ ] 973/1856 52% [================================ ] 974/1856 52% [================================ ] 975/1856 52% [================================ ] 976/1856 52% [================================ ] 977/1856 52% [================================ ] 978/1856 52% [================================ ] 979/1856 52% [================================ ] 980/1856 52% [================================ ] 981/1856 52% [================================ ] 982/1856 52% [================================ ] 983/1856 52% [================================ ] 984/1856 53% [================================ ] 985/1856 53% [================================ ] 986/1856 53% [================================ ] 987/1856 53% [================================= ] 988/1856 53% [================================= ] 989/1856 53% [================================= ] 990/1856 53% [================================= ] 991/1856 53% [================================= ] 992/1856 53% [================================= ] 993/1856 53% [================================= ] 994/1856 53% [================================= ] 995/1856 53% [================================= ] 996/1856 53% [================================= ] 997/1856 53% [================================= ] 998/1856 53% [================================= ] 999/1856 53% [================================= ] 1000/1856 53% [================================= ] 1001/1856 53% [================================= ] 1002/1856 53% [================================= ] 1003/1856 54% [================================= ] 1004/1856 54% [================================= ] 1005/1856 54% [================================= ] 1006/1856 54% [================================= ] 1007/1856 54% [================================= ] 1008/1856 54% [================================= ] 1009/1856 54% [================================= ] 1010/1856 54% [================================= ] 1011/1856 54% [================================= ] 1012/1856 54% [================================= ] 1013/1856 54% [================================= ] 1014/1856 54% [================================= ] 1015/1856 54% [================================= ] 1016/1856 54% [================================= ] 1017/1856 54% [================================== ] 1018/1856 54% [================================== ] 1019/1856 54% [================================== ] 1020/1856 54% [================================== ] 1021/1856 55% [================================== ] 1022/1856 55% [================================== ] 1023/1856 55% [================================== ] 1024/1856 55% [================================== ] 1025/1856 55% [================================== ] 1026/1856 55% [================================== ] 1027/1856 55% [================================== ] 1028/1856 55% [================================== ] 1029/1856 55% [================================== ] 1030/1856 55% [================================== ] 1031/1856 55% [================================== ] 1032/1856 55% [================================== ] 1033/1856 55% [================================== ] 1034/1856 55% [================================== ] 1035/1856 55% [================================== ] 1036/1856 55% [================================== ] 1037/1856 55% [================================== ] 1038/1856 55% [================================== ] 1039/1856 55% [================================== ] 1040/1856 56% [================================== ] 1041/1856 56% [================================== ] 1042/1856 56% [================================== ] 1043/1856 56% [================================== ] 1044/1856 56% [================================== ] 1045/1856 56% [================================== ] 1046/1856 56% [================================== ] 1047/1856 56% [=================================== ] 1048/1856 56% [=================================== ] 1049/1856 56% [=================================== ] 1050/1856 56% [=================================== ] 1051/1856 56% [=================================== ] 1052/1856 56% [=================================== ] 1053/1856 56% [=================================== ] 1054/1856 56% [=================================== ] 1055/1856 56% [=================================== ] 1056/1856 56% [=================================== ] 1057/1856 56% [=================================== ] 1058/1856 57% [=================================== ] 1059/1856 57% [=================================== ] 1060/1856 57% [=================================== ] 1061/1856 57% [=================================== ] 1062/1856 57% [=================================== ] 1063/1856 57% [=================================== ] 1064/1856 57% [=================================== ] 1065/1856 57% [=================================== ] 1066/1856 57% [=================================== ] 1067/1856 57% [=================================== ] 1068/1856 57% [=================================== ] 1069/1856 57% [=================================== ] 1070/1856 57% [=================================== ] 1071/1856 57% [=================================== ] 1072/1856 57% [=================================== ] 1073/1856 57% [=================================== ] 1074/1856 57% [=================================== ] 1075/1856 57% [=================================== ] 1076/1856 57% [=================================== ] 1077/1856 58% [==================================== ] 1078/1856 58% [==================================== ] 1079/1856 58% [==================================== ] 1080/1856 58% [==================================== ] 1081/1856 58% [==================================== ] 1082/1856 58% [==================================== ] 1083/1856 58% [==================================== ] 1084/1856 58% [==================================== ] 1085/1856 58% [==================================== ] 1086/1856 58% [==================================== ] 1087/1856 58% [==================================== ] 1088/1856 58% [==================================== ] 1089/1856 58% [==================================== ] 1090/1856 58% [==================================== ] 1091/1856 58% [==================================== ] 1092/1856 58% [==================================== ] 1093/1856 58% [==================================== ] 1094/1856 58% [==================================== ] 1095/1856 58% [==================================== ] 1096/1856 59% [==================================== ] 1097/1856 59% [==================================== ] 1098/1856 59% [==================================== ] 1099/1856 59% [==================================== ] 1100/1856 59% [==================================== ] 1101/1856 59% [==================================== ] 1102/1856 59% [==================================== ] 1103/1856 59% [==================================== ] 1104/1856 59% [==================================== ] 1105/1856 59% [==================================== ] 1106/1856 59% [==================================== ] 1107/1856 59% [===================================== ] 1108/1856 59% [===================================== ] 1109/1856 59% [===================================== ] 1110/1856 59% [===================================== ] 1111/1856 59% [===================================== ] 1112/1856 59% [===================================== ] 1113/1856 59% [===================================== ] 1114/1856 60% [===================================== ] 1115/1856 60% [===================================== ] 1116/1856 60% [===================================== ] 1117/1856 60% [===================================== ] 1118/1856 60% [===================================== ] 1119/1856 60% [===================================== ] 1120/1856 60% [===================================== ] 1121/1856 60% [===================================== ] 1122/1856 60% [===================================== ] 1123/1856 60% [===================================== ] 1124/1856 60% [===================================== ] 1125/1856 60% [===================================== ] 1126/1856 60% [===================================== ] 1127/1856 60% [===================================== ] 1128/1856 60% [===================================== ] 1129/1856 60% [===================================== ] 1130/1856 60% [===================================== ] 1131/1856 60% [===================================== ] 1132/1856 60% [===================================== ] 1133/1856 61% [===================================== ] 1134/1856 61% [===================================== ] 1135/1856 61% [===================================== ] 1136/1856 61% [===================================== ] 1137/1856 61% [====================================== ] 1138/1856 61% [====================================== ] 1139/1856 61% [====================================== ] 1140/1856 61% [====================================== ] 1141/1856 61% [====================================== ] 1142/1856 61% [====================================== ] 1143/1856 61% [====================================== ] 1144/1856 61% [====================================== ] 1145/1856 61% [====================================== ] 1146/1856 61% [====================================== ] 1147/1856 61% [====================================== ] 1148/1856 61% [====================================== ] 1149/1856 61% [====================================== ] 1150/1856 61% [====================================== ] 1151/1856 62% [====================================== ] 1152/1856 62% [====================================== ] 1153/1856 62% [====================================== ] 1154/1856 62% [====================================== ] 1155/1856 62% [====================================== ] 1156/1856 62% [====================================== ] 1157/1856 62% [====================================== ] 1158/1856 62% [====================================== ] 1159/1856 62% [====================================== ] 1160/1856 62% [====================================== ] 1161/1856 62% [====================================== ] 1162/1856 62% [====================================== ] 1163/1856 62% [====================================== ] 1164/1856 62% [====================================== ] 1165/1856 62% [====================================== ] 1166/1856 62% [====================================== ] 1167/1856 62% [======================================= ] 1168/1856 62% [======================================= ] 1169/1856 62% [======================================= ] 1170/1856 63% [======================================= ] 1171/1856 63% [======================================= ] 1172/1856 63% [======================================= ] 1173/1856 63% [======================================= ] 1174/1856 63% [======================================= ] 1175/1856 63% [======================================= ] 1176/1856 63% [======================================= ] 1177/1856 63% [======================================= ] 1178/1856 63% [======================================= ] 1179/1856 63% [======================================= ] 1180/1856 63% [======================================= ] 1181/1856 63% [======================================= ] 1182/1856 63% [======================================= ] 1183/1856 63% [======================================= ] 1184/1856 63% [======================================= ] 1185/1856 63% [======================================= ] 1186/1856 63% [======================================= ] 1187/1856 63% [======================================= ] 1188/1856 64% [======================================= ] 1189/1856 64% [======================================= ] 1190/1856 64% [======================================= ] 1191/1856 64% [======================================= ] 1192/1856 64% [======================================= ] 1193/1856 64% [======================================= ] 1194/1856 64% [======================================= ] 1195/1856 64% [======================================= ] 1196/1856 64% [======================================= ] 1197/1856 64% [======================================== ] 1198/1856 64% [======================================== ] 1199/1856 64% [======================================== ] 1200/1856 64% [======================================== ] 1201/1856 64% [======================================== ] 1202/1856 64% [======================================== ] 1203/1856 64% [======================================== ] 1204/1856 64% [======================================== ] 1205/1856 64% [======================================== ] 1206/1856 64% [======================================== ] 1207/1856 65% [======================================== ] 1208/1856 65% [======================================== ] 1209/1856 65% [======================================== ] 1210/1856 65% [======================================== ] 1211/1856 65% [======================================== ] 1212/1856 65% [======================================== ] 1213/1856 65% [======================================== ] 1214/1856 65% [======================================== ] 1215/1856 65% [======================================== ] 1216/1856 65% [======================================== ] 1217/1856 65% [======================================== ] 1218/1856 65% [======================================== ] 1219/1856 65% [======================================== ] 1220/1856 65% [======================================== ] 1221/1856 65% [======================================== ] 1222/1856 65% [======================================== ] 1223/1856 65% [======================================== ] 1224/1856 65% [======================================== ] 1225/1856 66% [======================================== ] 1226/1856 66% [======================================== ] 1227/1856 66% [========================================= ] 1228/1856 66% [========================================= ] 1229/1856 66% [========================================= ] 1230/1856 66% [========================================= ] 1231/1856 66% [========================================= ] 1232/1856 66% [========================================= ] 1233/1856 66% [========================================= ] 1234/1856 66% [========================================= ] 1235/1856 66% [========================================= ] 1236/1856 66% [========================================= ] 1237/1856 66% [========================================= ] 1238/1856 66% [========================================= ] 1239/1856 66% [========================================= ] 1240/1856 66% [========================================= ] 1241/1856 66% [========================================= ] 1242/1856 66% [========================================= ] 1243/1856 66% [========================================= ] 1244/1856 67% [========================================= ] 1245/1856 67% [========================================= ] 1246/1856 67% [========================================= ] 1247/1856 67% [========================================= ] 1248/1856 67% [========================================= ] 1249/1856 67% [========================================= ] 1250/1856 67% [========================================= ] 1251/1856 67% [========================================= ] 1252/1856 67% [========================================= ] 1253/1856 67% [========================================= ] 1254/1856 67% [========================================= ] 1255/1856 67% [========================================= ] 1256/1856 67% [========================================= ] 1257/1856 67% [========================================== ] 1258/1856 67% [========================================== ] 1259/1856 67% [========================================== ] 1260/1856 67% [========================================== ] 1261/1856 67% [========================================== ] 1262/1856 67% [========================================== ] 1263/1856 68% [========================================== ] 1264/1856 68% [========================================== ] 1265/1856 68% [========================================== ] 1266/1856 68% [========================================== ] 1267/1856 68% [========================================== ] 1268/1856 68% [========================================== ] 1269/1856 68% [========================================== ] 1270/1856 68% [========================================== ] 1271/1856 68% [========================================== ] 1272/1856 68% [========================================== ] 1273/1856 68% [========================================== ] 1274/1856 68% [========================================== ] 1275/1856 68% [========================================== ] 1276/1856 68% [========================================== ] 1277/1856 68% [========================================== ] 1278/1856 68% [========================================== ] 1279/1856 68% [========================================== ] 1280/1856 68% [========================================== ] 1281/1856 69% [========================================== ] 1282/1856 69% [========================================== ] 1283/1856 69% [========================================== ] 1284/1856 69% [========================================== ] 1285/1856 69% [========================================== ] 1286/1856 69% [========================================== ] 1287/1856 69% [=========================================== ] 1288/1856 69% [=========================================== ] 1289/1856 69% [=========================================== ] 1290/1856 69% [=========================================== ] 1291/1856 69% [=========================================== ] 1292/1856 69% [=========================================== ] 1293/1856 69% [=========================================== ] 1294/1856 69% [=========================================== ] 1295/1856 69% [=========================================== ] 1296/1856 69% [=========================================== ] 1297/1856 69% [=========================================== ] 1298/1856 69% [=========================================== ] 1299/1856 69% [=========================================== ] 1300/1856 70% [=========================================== ] 1301/1856 70% [=========================================== ] 1302/1856 70% [=========================================== ] 1303/1856 70% [=========================================== ] 1304/1856 70% [=========================================== ] 1305/1856 70% [=========================================== ] 1306/1856 70% [=========================================== ] 1307/1856 70% [=========================================== ] 1308/1856 70% [=========================================== ] 1309/1856 70% [=========================================== ] 1310/1856 70% [=========================================== ] 1311/1856 70% [=========================================== ] 1312/1856 70% [=========================================== ] 1313/1856 70% [=========================================== ] 1314/1856 70% [=========================================== ] 1315/1856 70% [=========================================== ] 1316/1856 70% [=========================================== ] 1317/1856 70% [============================================ ] 1318/1856 71% [============================================ ] 1319/1856 71% [============================================ ] 1320/1856 71% [============================================ ] 1321/1856 71% [============================================ ] 1322/1856 71% [============================================ ] 1323/1856 71% [============================================ ] 1324/1856 71% [============================================ ] 1325/1856 71% [============================================ ] 1326/1856 71% [============================================ ] 1327/1856 71% [============================================ ] 1328/1856 71% [============================================ ] 1329/1856 71% [============================================ ] 1330/1856 71% [============================================ ] 1331/1856 71% [============================================ ] 1332/1856 71% [============================================ ] 1333/1856 71% [============================================ ] 1334/1856 71% [============================================ ] 1335/1856 71% [============================================ ] 1336/1856 71% [============================================ ] 1337/1856 72% [============================================ ] 1338/1856 72% [============================================ ] 1339/1856 72% [============================================ ] 1340/1856 72% [============================================ ] 1341/1856 72% [============================================ ] 1342/1856 72% [============================================ ] 1343/1856 72% [============================================ ] 1344/1856 72% [============================================ ] 1345/1856 72% [============================================ ] 1346/1856 72% [============================================ ] 1347/1856 72% [============================================= ] 1348/1856 72% [============================================= ] 1349/1856 72% [============================================= ] 1350/1856 72% [============================================= ] 1351/1856 72% [============================================= ] 1352/1856 72% [============================================= ] 1353/1856 72% [============================================= ] 1354/1856 72% [============================================= ] 1355/1856 73% [============================================= ] 1356/1856 73% [============================================= ] 1357/1856 73% [============================================= ] 1358/1856 73% [============================================= ] 1359/1856 73% [============================================= ] 1360/1856 73% [============================================= ] 1361/1856 73% [============================================= ] 1362/1856 73% [============================================= ] 1363/1856 73% [============================================= ] 1364/1856 73% [============================================= ] 1365/1856 73% [============================================= ] 1366/1856 73% [============================================= ] 1367/1856 73% [============================================= ] 1368/1856 73% [============================================= ] 1369/1856 73% [============================================= ] 1370/1856 73% [============================================= ] 1371/1856 73% [============================================= ] 1372/1856 73% [============================================= ] 1373/1856 73% [============================================= ] 1374/1856 74% [============================================= ] 1375/1856 74% [============================================= ] 1376/1856 74% [============================================= ] 1377/1856 74% [============================================== ] 1378/1856 74% [============================================== ] 1379/1856 74% [============================================== ] 1380/1856 74% [============================================== ] 1381/1856 74% [============================================== ] 1382/1856 74% [============================================== ] 1383/1856 74% [============================================== ] 1384/1856 74% [============================================== ] 1385/1856 74% [============================================== ] 1386/1856 74% [============================================== ] 1387/1856 74% [============================================== ] 1388/1856 74% [============================================== ] 1389/1856 74% [============================================== ] 1390/1856 74% [============================================== ] 1391/1856 74% [============================================== ] 1392/1856 75% [============================================== ] 1393/1856 75% [============================================== ] 1394/1856 75% [============================================== ] 1395/1856 75% [============================================== ] 1396/1856 75% [============================================== ] 1397/1856 75% [============================================== ] 1398/1856 75% [============================================== ] 1399/1856 75% [============================================== ] 1400/1856 75% [============================================== ] 1401/1856 75% [============================================== ] 1402/1856 75% [============================================== ] 1403/1856 75% [============================================== ] 1404/1856 75% [============================================== ] 1405/1856 75% [============================================== ] 1406/1856 75% [=============================================== ] 1407/1856 75% [=============================================== ] 1408/1856 75% [=============================================== ] 1409/1856 75% [=============================================== ] 1410/1856 75% [=============================================== ] 1411/1856 76% [=============================================== ] 1412/1856 76% [=============================================== ] 1413/1856 76% [=============================================== ] 1414/1856 76% [=============================================== ] 1415/1856 76% [=============================================== ] 1416/1856 76% [=============================================== ] 1417/1856 76% [=============================================== ] 1418/1856 76% [=============================================== ] 1419/1856 76% [=============================================== ] 1420/1856 76% [=============================================== ] 1421/1856 76% [=============================================== ] 1422/1856 76% [=============================================== ] 1423/1856 76% [=============================================== ] 1424/1856 76% [=============================================== ] 1425/1856 76% [=============================================== ] 1426/1856 76% [=============================================== ] 1427/1856 76% [=============================================== ] 1428/1856 76% [=============================================== ] 1429/1856 76% [=============================================== ] 1430/1856 77% [=============================================== ] 1431/1856 77% [=============================================== ] 1432/1856 77% [=============================================== ] 1433/1856 77% [=============================================== ] 1434/1856 77% [=============================================== ] 1435/1856 77% [=============================================== ] 1436/1856 77% [================================================ ] 1437/1856 77% [================================================ ] 1438/1856 77% [================================================ ] 1439/1856 77% [================================================ ] 1440/1856 77% [================================================ ] 1441/1856 77% [================================================ ] 1442/1856 77% [================================================ ] 1443/1856 77% [================================================ ] 1444/1856 77% [================================================ ] 1445/1856 77% [================================================ ] 1446/1856 77% [================================================ ] 1447/1856 77% [================================================ ] 1448/1856 78% [================================================ ] 1449/1856 78% [================================================ ] 1450/1856 78% [================================================ ] 1451/1856 78% [================================================ ] 1452/1856 78% [================================================ ] 1453/1856 78% [================================================ ] 1454/1856 78% [================================================ ] 1455/1856 78% [================================================ ] 1456/1856 78% [================================================ ] 1457/1856 78% [================================================ ] 1458/1856 78% [================================================ ] 1459/1856 78% [================================================ ] 1460/1856 78% [================================================ ] 1461/1856 78% [================================================ ] 1462/1856 78% [================================================ ] 1463/1856 78% [================================================ ] 1464/1856 78% [================================================ ] 1465/1856 78% [================================================ ] 1466/1856 78% [================================================= ] 1467/1856 79% [================================================= ] 1468/1856 79% [================================================= ] 1469/1856 79% [================================================= ] 1470/1856 79% [================================================= ] 1471/1856 79% [================================================= ] 1472/1856 79% [================================================= ] 1473/1856 79% [================================================= ] 1474/1856 79% [================================================= ] 1475/1856 79% [================================================= ] 1476/1856 79% [================================================= ] 1477/1856 79% [================================================= ] 1478/1856 79% [================================================= ] 1479/1856 79% [================================================= ] 1480/1856 79% [================================================= ] 1481/1856 79% [================================================= ] 1482/1856 79% [================================================= ] 1483/1856 79% [================================================= ] 1484/1856 79% [================================================= ] 1485/1856 80% [================================================= ] 1486/1856 80% [================================================= ] 1487/1856 80% [================================================= ] 1488/1856 80% [================================================= ] 1489/1856 80% [================================================= ] 1490/1856 80% [================================================= ] 1491/1856 80% [================================================= ] 1492/1856 80% [================================================= ] 1493/1856 80% [================================================= ] 1494/1856 80% [================================================= ] 1495/1856 80% [================================================= ] 1496/1856 80% [================================================== ] 1497/1856 80% [================================================== ] 1498/1856 80% [================================================== ] 1499/1856 80% [================================================== ] 1500/1856 80% [================================================== ] 1501/1856 80% [================================================== ] 1502/1856 80% [================================================== ] 1503/1856 80% [================================================== ] 1504/1856 81% [================================================== ] 1505/1856 81% [================================================== ] 1506/1856 81% [================================================== ] 1507/1856 81% [================================================== ] 1508/1856 81% [================================================== ] 1509/1856 81% [================================================== ] 1510/1856 81% [================================================== ] 1511/1856 81% [================================================== ] 1512/1856 81% [================================================== ] 1513/1856 81% [================================================== ] 1514/1856 81% [================================================== ] 1515/1856 81% [================================================== ] 1516/1856 81% [================================================== ] 1517/1856 81% [================================================== ] 1518/1856 81% [================================================== ] 1519/1856 81% [================================================== ] 1520/1856 81% [================================================== ] 1521/1856 81% [================================================== ] 1522/1856 82% [================================================== ] 1523/1856 82% [================================================== ] 1524/1856 82% [================================================== ] 1525/1856 82% [================================================== ] 1526/1856 82% [=================================================== ] 1527/1856 82% [=================================================== ] 1528/1856 82% [=================================================== ] 1529/1856 82% [=================================================== ] 1530/1856 82% [=================================================== ] 1531/1856 82% [=================================================== ] 1532/1856 82% [=================================================== ] 1533/1856 82% [=================================================== ] 1534/1856 82% [=================================================== ] 1535/1856 82% [=================================================== ] 1536/1856 82% [=================================================== ] 1537/1856 82% [=================================================== ] 1538/1856 82% [=================================================== ] 1539/1856 82% [=================================================== ] 1540/1856 82% [=================================================== ] 1541/1856 83% [=================================================== ] 1542/1856 83% [=================================================== ] 1543/1856 83% [=================================================== ] 1544/1856 83% [=================================================== ] 1545/1856 83% [=================================================== ] 1546/1856 83% [=================================================== ] 1547/1856 83% [=================================================== ] 1548/1856 83% [=================================================== ] 1549/1856 83% [=================================================== ] 1550/1856 83% [=================================================== ] 1551/1856 83% [=================================================== ] 1552/1856 83% [=================================================== ] 1553/1856 83% [=================================================== ] 1554/1856 83% [=================================================== ] 1555/1856 83% [=================================================== ] 1556/1856 83% [==================================================== ] 1557/1856 83% [==================================================== ] 1558/1856 83% [==================================================== ] 1559/1856 83% [==================================================== ] 1560/1856 84% [==================================================== ] 1561/1856 84% [==================================================== ] 1562/1856 84% [==================================================== ] 1563/1856 84% [==================================================== ] 1564/1856 84% [==================================================== ] 1565/1856 84% [==================================================== ] 1566/1856 84% [==================================================== ] 1567/1856 84% [==================================================== ] 1568/1856 84% [==================================================== ] 1569/1856 84% [==================================================== ] 1570/1856 84% [==================================================== ] 1571/1856 84% [==================================================== ] 1572/1856 84% [==================================================== ] 1573/1856 84% [==================================================== ] 1574/1856 84% [==================================================== ] 1575/1856 84% [==================================================== ] 1576/1856 84% [==================================================== ] 1577/1856 84% [==================================================== ] 1578/1856 85% [==================================================== ] 1579/1856 85% [==================================================== ] 1580/1856 85% [==================================================== ] 1581/1856 85% [==================================================== ] 1582/1856 85% [==================================================== ] 1583/1856 85% [==================================================== ] 1584/1856 85% [==================================================== ] 1585/1856 85% [==================================================== ] 1586/1856 85% [===================================================== ] 1587/1856 85% [===================================================== ] 1588/1856 85% [===================================================== ] 1589/1856 85% [===================================================== ] 1590/1856 85% [===================================================== ] 1591/1856 85% [===================================================== ] 1592/1856 85% [===================================================== ] 1593/1856 85% [===================================================== ] 1594/1856 85% [===================================================== ] 1595/1856 85% [===================================================== ] 1596/1856 85% [===================================================== ] 1597/1856 86% [===================================================== ] 1598/1856 86% [===================================================== ] 1599/1856 86% [===================================================== ] 1600/1856 86% [===================================================== ] 1601/1856 86% [===================================================== ] 1602/1856 86% [===================================================== ] 1603/1856 86% [===================================================== ] 1604/1856 86% [===================================================== ] 1605/1856 86% [===================================================== ] 1606/1856 86% [===================================================== ] 1607/1856 86% [===================================================== ] 1608/1856 86% [===================================================== ] 1609/1856 86% [===================================================== ] 1610/1856 86% [===================================================== ] 1611/1856 86% [===================================================== ] 1612/1856 86% [===================================================== ] 1613/1856 86% [===================================================== ] 1614/1856 86% [===================================================== ] 1615/1856 87% [===================================================== ] 1616/1856 87% [====================================================== ] 1617/1856 87% [====================================================== ] 1618/1856 87% [====================================================== ] 1619/1856 87% [====================================================== ] 1620/1856 87% [====================================================== ] 1621/1856 87% [====================================================== ] 1622/1856 87% [====================================================== ] 1623/1856 87% [====================================================== ] 1624/1856 87% [====================================================== ] 1625/1856 87% [====================================================== ] 1626/1856 87% [====================================================== ] 1627/1856 87% [====================================================== ] 1628/1856 87% [====================================================== ] 1629/1856 87% [====================================================== ] 1630/1856 87% [====================================================== ] 1631/1856 87% [====================================================== ] 1632/1856 87% [====================================================== ] 1633/1856 87% [====================================================== ] 1634/1856 88% [====================================================== ] 1635/1856 88% [====================================================== ] 1636/1856 88% [====================================================== ] 1637/1856 88% [====================================================== ] 1638/1856 88% [====================================================== ] 1639/1856 88% [====================================================== ] 1640/1856 88% [====================================================== ] 1641/1856 88% [====================================================== ] 1642/1856 88% [====================================================== ] 1643/1856 88% [====================================================== ] 1644/1856 88% [====================================================== ] 1645/1856 88% [====================================================== ] 1646/1856 88% [======================================================= ] 1647/1856 88% [======================================================= ] 1648/1856 88% [======================================================= ] 1649/1856 88% [======================================================= ] 1650/1856 88% [======================================================= ] 1651/1856 88% [======================================================= ] 1652/1856 89% [======================================================= ] 1653/1856 89% [======================================================= ] 1654/1856 89% [======================================================= ] 1655/1856 89% [======================================================= ] 1656/1856 89% [======================================================= ] 1657/1856 89% [======================================================= ] 1658/1856 89% [======================================================= ] 1659/1856 89% [======================================================= ] 1660/1856 89% [======================================================= ] 1661/1856 89% [======================================================= ] 1662/1856 89% [======================================================= ] 1663/1856 89% [======================================================= ] 1664/1856 89% [======================================================= ] 1665/1856 89% [======================================================= ] 1666/1856 89% [======================================================= ] 1667/1856 89% [======================================================= ] 1668/1856 89% [======================================================= ] 1669/1856 89% [======================================================= ] 1670/1856 89% [======================================================= ] 1671/1856 90% [======================================================= ] 1672/1856 90% [======================================================= ] 1673/1856 90% [======================================================= ] 1674/1856 90% [======================================================= ] 1675/1856 90% [======================================================= ] 1676/1856 90% [======================================================== ] 1677/1856 90% [======================================================== ] 1678/1856 90% [======================================================== ] 1679/1856 90% [======================================================== ] 1680/1856 90% [======================================================== ] 1681/1856 90% [======================================================== ] 1682/1856 90% [======================================================== ] 1683/1856 90% [======================================================== ] 1684/1856 90% [======================================================== ] 1685/1856 90% [======================================================== ] 1686/1856 90% [======================================================== ] 1687/1856 90% [======================================================== ] 1688/1856 90% [======================================================== ] 1689/1856 91% [======================================================== ] 1690/1856 91% [======================================================== ] 1691/1856 91% [======================================================== ] 1692/1856 91% [======================================================== ] 1693/1856 91% [======================================================== ] 1694/1856 91% [======================================================== ] 1695/1856 91% [======================================================== ] 1696/1856 91% [======================================================== ] 1697/1856 91% [======================================================== ] 1698/1856 91% [======================================================== ] 1699/1856 91% [======================================================== ] 1700/1856 91% [======================================================== ] 1701/1856 91% [======================================================== ] 1702/1856 91% [======================================================== ] 1703/1856 91% [======================================================== ] 1704/1856 91% [======================================================== ] 1705/1856 91% [======================================================== ] 1706/1856 91% [========================================================= ] 1707/1856 91% [========================================================= ] 1708/1856 92% [========================================================= ] 1709/1856 92% [========================================================= ] 1710/1856 92% [========================================================= ] 1711/1856 92% [========================================================= ] 1712/1856 92% [========================================================= ] 1713/1856 92% [========================================================= ] 1714/1856 92% [========================================================= ] 1715/1856 92% [========================================================= ] 1716/1856 92% [========================================================= ] 1717/1856 92% [========================================================= ] 1718/1856 92% [========================================================= ] 1719/1856 92% [========================================================= ] 1720/1856 92% [========================================================= ] 1721/1856 92% [========================================================= ] 1722/1856 92% [========================================================= ] 1723/1856 92% [========================================================= ] 1724/1856 92% [========================================================= ] 1725/1856 92% [========================================================= ] 1726/1856 92% [========================================================= ] 1727/1856 93% [========================================================= ] 1728/1856 93% [========================================================= ] 1729/1856 93% [========================================================= ] 1730/1856 93% [========================================================= ] 1731/1856 93% [========================================================= ] 1732/1856 93% [========================================================= ] 1733/1856 93% [========================================================= ] 1734/1856 93% [========================================================= ] 1735/1856 93% [========================================================= ] 1736/1856 93% [========================================================== ] 1737/1856 93% [========================================================== ] 1738/1856 93% [========================================================== ] 1739/1856 93% [========================================================== ] 1740/1856 93% [========================================================== ] 1741/1856 93% [========================================================== ] 1742/1856 93% [========================================================== ] 1743/1856 93% [========================================================== ] 1744/1856 93% [========================================================== ] 1745/1856 94% [========================================================== ] 1746/1856 94% [========================================================== ] 1747/1856 94% [========================================================== ] 1748/1856 94% [========================================================== ] 1749/1856 94% [========================================================== ] 1750/1856 94% [========================================================== ] 1751/1856 94% [========================================================== ] 1752/1856 94% [========================================================== ] 1753/1856 94% [========================================================== ] 1754/1856 94% [========================================================== ] 1755/1856 94% [========================================================== ] 1756/1856 94% [========================================================== ] 1757/1856 94% [========================================================== ] 1758/1856 94% [========================================================== ] 1759/1856 94% [========================================================== ] 1760/1856 94% [========================================================== ] 1761/1856 94% [========================================================== ] 1762/1856 94% [========================================================== ] 1763/1856 94% [========================================================== ] 1764/1856 95% [========================================================== ] 1765/1856 95% [========================================================== ] 1766/1856 95% [=========================================================== ] 1767/1856 95% [=========================================================== ] 1768/1856 95% [=========================================================== ] 1769/1856 95% [=========================================================== ] 1770/1856 95% [=========================================================== ] 1771/1856 95% [=========================================================== ] 1772/1856 95% [=========================================================== ] 1773/1856 95% [=========================================================== ] 1774/1856 95% [=========================================================== ] 1775/1856 95% [=========================================================== ] 1776/1856 95% [=========================================================== ] 1777/1856 95% [=========================================================== ] 1778/1856 95% [=========================================================== ] 1779/1856 95% [=========================================================== ] 1780/1856 95% [=========================================================== ] 1781/1856 95% [=========================================================== ] 1782/1856 96% [=========================================================== ] 1783/1856 96% [=========================================================== ] 1784/1856 96% [=========================================================== ] 1785/1856 96% [=========================================================== ] 1786/1856 96% [=========================================================== ] 1787/1856 96% [=========================================================== ] 1788/1856 96% [=========================================================== ] 1789/1856 96% [=========================================================== ] 1790/1856 96% [=========================================================== ] 1791/1856 96% [=========================================================== ] 1792/1856 96% [=========================================================== ] 1793/1856 96% [=========================================================== ] 1794/1856 96% [=========================================================== ] 1795/1856 96% [=========================================================== ] 1796/1856 96% [============================================================ ] 1797/1856 96% [============================================================ ] 1798/1856 96% [============================================================ ] 1799/1856 96% [============================================================ ] 1800/1856 96% [============================================================ ] 1801/1856 97% [============================================================ ] 1802/1856 97% [============================================================ ] 1803/1856 97% [============================================================ ] 1804/1856 97% [============================================================ ] 1805/1856 97% [============================================================ ] 1806/1856 97% [============================================================ ] 1807/1856 97% [============================================================ ] 1808/1856 97% [============================================================ ] 1809/1856 97% [============================================================ ] 1810/1856 97% [============================================================ ] 1811/1856 97% [============================================================ ] 1812/1856 97% [============================================================ ] 1813/1856 97% [============================================================ ] 1814/1856 97% [============================================================ ] 1815/1856 97% [============================================================ ] 1816/1856 97% [============================================================ ] 1817/1856 97% [============================================================ ] 1818/1856 97% [============================================================ ] 1819/1856 98% [============================================================ ] 1820/1856 98% [============================================================ ] 1821/1856 98% [============================================================ ] 1822/1856 98% [============================================================ ] 1823/1856 98% [============================================================ ] 1824/1856 98% [============================================================ ] 1825/1856 98% [============================================================ ] 1826/1856 98% [============================================================= ] 1827/1856 98% [============================================================= ] 1828/1856 98% [============================================================= ] 1829/1856 98% [============================================================= ] 1830/1856 98% [============================================================= ] 1831/1856 98% [============================================================= ] 1832/1856 98% [============================================================= ] 1833/1856 98% [============================================================= ] 1834/1856 98% [============================================================= ] 1835/1856 98% [============================================================= ] 1836/1856 98% [============================================================= ] 1837/1856 98% [============================================================= ] 1838/1856 99% [============================================================= ] 1839/1856 99% [============================================================= ] 1840/1856 99% [============================================================= ] 1841/1856 99% [============================================================= ] 1842/1856 99% [============================================================= ] 1843/1856 99% [============================================================= ] 1844/1856 99% [============================================================= ] 1845/1856 99% [============================================================= ] 1846/1856 99% [============================================================= ] 1847/1856 99% [============================================================= ] 1848/1856 99% [============================================================= ] 1849/1856 99% [============================================================= ] 1850/1856 99% [============================================================= ] 1851/1856 99% [============================================================= ] 1852/1856 99% [============================================================= ] 1853/1856 99% [============================================================= ] 1854/1856 99% [============================================================= ] 1855/1856 99% [==============================================================] 1856/1856 100% operation complete, 1856 objects in 67975 NAND pages. ln -snf /home/autobuild/autobuild/instance-13/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot /home/autobuild/autobuild/instance-13/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-13/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-13/buildroot' >>> Buildroot 2022.05-1186-g69400611b2 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> chrony 4.2 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> copas 2.0.2-1 Collecting legal info copas-2_0_2/LICENSE: OK (sha256: 3f59cccf38e9397f6fb34dcff983a24d336df982edb5b0cde549d0c32c28c9c0) >>> host-luarocks 3.9.1 Collecting legal info COPYING: OK (sha256: 542ad0ee9b8ba582437ca7b4d0959c9b9432f25d2067f144d017188a7a84dd2f) >>> host-luainterpreter Collecting legal info >>> host-lua 5.4.4 Collecting legal info doc/readme.html: OK (sha256: 2556ac7198243f9f83130b9c81016e1904f7b30351481f1c28e02475dbd237fb) >>> luainterpreter Collecting legal info >>> lua 5.4.4 Collecting legal info doc/readme.html: OK (sha256: 2556ac7198243f9f83130b9c81016e1904f7b30351481f1c28e02475dbd237fb) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> dhrystone 2 Collecting legal info >>> dieharder 3.31.1 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> flickcurl 1.26 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) LICENSE-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) LICENSE.html: OK (sha256: 3590f30b0fb9446a1f0a7ea5bcbb5786fa66fa362800f53d2575875d74b91909) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript 9.56.1 Collecting legal info LICENSE: OK (sha256: 8ce064f423b7c24a011b6ebf9431b8bf9861a5255e47c84bfb23fc526d030a8b) >>> host-lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> host-gptfdisk 1.0.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> i2c-tools 4.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) README: OK (sha256: 2293b6e9076984d02184ff620baac557143e16cfa47d88f0a791d05a1271742c) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> initscripts Collecting legal info >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libclc 13.0.1 Collecting legal info LICENSE.TXT: OK (sha256: 3c536c052db9afd997809e38785c9f2a9e54e2892330fa7c5b438e18a7413479) >>> host-clang 11.1.0 Collecting legal info LICENSE.TXT: OK (sha256: ebcd9bbf783a73d05c53ba4d586b8d5813dcdf3bbec50265860ccc885e606f47) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-llvm 11.1.0 Collecting legal info LICENSE.TXT: OK (sha256: 8d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afee) >>> host-spirv-llvm-translator v11.0.0-269-g13c76c4b275ae990d23883f7f15eec1a9adddc18 Collecting legal info LICENSE.TXT: OK (sha256: e3bc36440fc927c62d5cc24efeefe225a14d4e34ffeb0c92e430625cce9ee444) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> lpeg 1.0.2-1 Collecting legal info >>> lua-lpeg-patterns 0.5-0 Collecting legal info lpeg_patterns-0.5/LICENSE.md: OK (sha256: 5b0346f2b2432e5f05e8e4ad31503cf84ddf802dacde9e8c3e529efaa4be3348) >>> lua-utf8 0.1.3-1 Collecting legal info luautf8-0.1.3/LICENSE: OK (sha256: 74506285923bcc3e58aaca1b774db26461021783d02b2dc26bafcaa02ef7a00b) >>> luaexpat 1.4.0-1 Collecting legal info luaexpat/LICENSE: OK (sha256: 7e6a727e5b57cca713a2f2633f05d7e0cc1e261cc6a7613bbe266e625b2f14da) >>> luafilesystem 1.8.0-1 Collecting legal info luafilesystem/LICENSE: OK (sha256: beb2c9eed6466d572c3888028a77421206053a3c023429cbd69e5015badba842) >>> lualogging 1.6.0-1 Collecting legal info lualogging/COPYRIGHT: OK (sha256: 4d95b123e667a13615f567a829aa39211dd55b0b48c9f247bf3fcc5c0b485da7) >>> luasocket 3.0.0-1 Collecting legal info luasocket/LICENSE: OK (sha256: 224afe42d0738eaaeb57ab289466a1c4e77091591e69dbcef2dbb385589f2f41) >>> luasyslog 2.2.1 Collecting legal info COPYING: OK (sha256: 833457938f5155e65dabda12a5c9d4b6fd7fb92dd7ead584c1c30cfb0c84adf4) >>> mdadm 4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mpd-mpc 0.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> mtr 0.94 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mxml 3.3 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: ed63aec4c75b9c21a5156b40052138032269bd27fd6f4bc0c51389807cdc7db9) >>> ncftp 3.2.6 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> neofetch 7.1.0 Collecting legal info LICENSE.md: OK (sha256: fc3034b3dd3a08db109949b629210213bba52aa95455cbc5c2fefa2fc1183efe) >>> neon 0.32.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> opus 1.3.1 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) >>> popperjs 1.16.0 Collecting legal info LICENSE.md: OK (sha256: 2961310ed05cd9373a08b8191c071425a7fede0ca5d807ca38fa5f5f61c5b834) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> rings 1.3.0-1 Collecting legal info rings-v_1_3_0/doc/us/license.html: OK (sha256: f582a0c43737391070827ef273df0145b594b095ad2f49595701368b729e024f) >>> host-rust-bin 1.62.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.1.5 Collecting legal info LICENSE: OK (sha256: 47cd0d41b1092f9161cfb629ed15e5cea185144710ff4633a4281ef088ff5de7) >>> host-python-markupsafe 2.0.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> stress 1.0.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> which 2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> wsapi-xavante 1.7-1 Collecting legal info wsapi/doc/us/license.html: OK (sha256: 6aa14e3febf7a9e810ce672b015f5a5514241ce5d1c3a6a48f921f089d270159) wsapi/doc/us/license.md: OK (sha256: c7bf3061d00a96d10cb9dbc3a737d0af22594e2ef8f788842d7ab92eeaa864f2) >>> wsapi 1.7-1 Collecting legal info wsapi/doc/us/license.html: OK (sha256: 6aa14e3febf7a9e810ce672b015f5a5514241ce5d1c3a6a48f921f089d270159) wsapi/doc/us/license.md: OK (sha256: c7bf3061d00a96d10cb9dbc3a737d0af22594e2ef8f788842d7ab92eeaa864f2) >>> xavante 2.4.0-1 Collecting legal info xavante-2.4.0/doc/us/license.html: OK (sha256: 57b2c50f08bf500c969fe13500f217adb36582e4d8e75c9e2ed04191cb4a045c) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: lpeg-1.0.2-1: cannot save license (LPEG_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-13/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-13/buildroot'