PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-2/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-2/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-2/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/buildroot/autobuild/instance-2/output-1/host/bin install make[1]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/buildroot/autobuild/instance-2/output-1/host/bin make[1]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-2/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g3', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g3', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-2/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/instance-2/output-1/host/bin/sparc-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-2/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc%g" -e "s%@TARGET_CPU@%leon3%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-2/output-1/host/sparc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-2/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/instance-2/output-1/host/bin/sparc-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-2/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc%g" -e "s%@TARGET_CPU@%leon3%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g3', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g3', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-2/output-1/host/sparc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab /bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-2/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-2/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells; fi grep -qsE '^/usr/bin/screen$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/usr/bin/screen" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; fi rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/include /home/buildroot/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-2/output-1/target/usr/doc find /home/buildroot/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-2/output-1/target/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/man /home/buildroot/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/info /home/buildroot/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/doc /home/buildroot/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-2/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/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-6039-g749ec74cf90"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-2/output-1/per-package /home/buildroot/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs printf ' davfs2 -1 davfs2 -1 * - - - davfs user\n news -1 news -1 * - - - Leafnode2 daemon\n sshd -1 sshd -1 * /var/empty - - SSH drop priv user\n\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /var/empty d 755 root root - - - - -\n\n' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.jffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/sbin/mkfs.jffs2 -e 0x20000 --with-xattr -l -n -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target -o /home/buildroot/autobuild/instance-2/output-1/images/rootfs.jffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1732 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/1732 0% [ ] 2/1732 0% [ ] 3/1732 0% [ ] 4/1732 0% [ ] 5/1732 0% [ ] 6/1732 0% [ ] 7/1732 0% [ ] 8/1732 0% [ ] 9/1732 0% [ ] 10/1732 0% [ ] 11/1732 0% [ ] 12/1732 0% [ ] 13/1732 0% [ ] 14/1732 0% [ ] 15/1732 0% [ ] 16/1732 0% [ ] 17/1732 0% [ ] 18/1732 1% [ ] 19/1732 1% [ ] 20/1732 1% [ ] 21/1732 1% [ ] 22/1732 1% [ ] 23/1732 1% [ ] 24/1732 1% [ ] 25/1732 1% [ ] 26/1732 1% [ ] 27/1732 1% [= ] 28/1732 1% [= ] 29/1732 1% [= ] 30/1732 1% [= ] 31/1732 1% [= ] 32/1732 1% [= ] 33/1732 1% [= ] 34/1732 1% [= ] 35/1732 2% [= ] 36/1732 2% [= ] 37/1732 2% [= ] 38/1732 2% [= ] 39/1732 2% [= ] 40/1732 2% [= ] 41/1732 2% [= ] 42/1732 2% [= ] 43/1732 2% [= ] 44/1732 2% [= ] 45/1732 2% [= ] 46/1732 2% [= ] 47/1732 2% [= ] 48/1732 2% [= ] 49/1732 2% [= ] 50/1732 2% [= ] 51/1732 2% [= ] 52/1732 3% [= ] 53/1732 3% [= ] 54/1732 3% [= ] 55/1732 3% [== ] 56/1732 3% [== ] 57/1732 3% [== ] 58/1732 3% [== ] 59/1732 3% [== ] 60/1732 3% [== ] 61/1732 3% [== ] 62/1732 3% [== ] 63/1732 3% [== ] 64/1732 3% [== ] 65/1732 3% [== ] 66/1732 3% [== ] 67/1732 3% [== ] 68/1732 3% [== ] 69/1732 3% [== ] 70/1732 4% [== ] 71/1732 4% [== ] 72/1732 4% [== ] 73/1732 4% [== ] 74/1732 4% [== ] 75/1732 4% [== ] 76/1732 4% [== ] 77/1732 4% [== ] 78/1732 4% [== ] 79/1732 4% [== ] 80/1732 4% [== ] 81/1732 4% [== ] 82/1732 4% [== ] 83/1732 4% [=== ] 84/1732 4% [=== ] 85/1732 4% [=== ] 86/1732 4% [=== ] 87/1732 5% [=== ] 88/1732 5% [=== ] 89/1732 5% [=== ] 90/1732 5% [=== ] 91/1732 5% [=== ] 92/1732 5% [=== ] 93/1732 5% [=== ] 94/1732 5% [=== ] 95/1732 5% [=== ] 96/1732 5% [=== ] 97/1732 5% [=== ] 98/1732 5% [=== ] 99/1732 5% [=== ] 100/1732 5% [=== ] 101/1732 5% [=== ] 102/1732 5% [=== ] 103/1732 5% [=== ] 104/1732 6% [=== ] 105/1732 6% [=== ] 106/1732 6% [=== ] 107/1732 6% [=== ] 108/1732 6% [=== ] 109/1732 6% [=== ] 110/1732 6% [=== ] 111/1732 6% [==== ] 112/1732 6% [==== ] 113/1732 6% [==== ] 114/1732 6% [==== ] 115/1732 6% [==== ] 116/1732 6% [==== ] 117/1732 6% [==== ] 118/1732 6% [==== ] 119/1732 6% [==== ] 120/1732 6% [==== ] 121/1732 6% [==== ] 122/1732 7% [==== ] 123/1732 7% [==== ] 124/1732 7% [==== ] 125/1732 7% [==== ] 126/1732 7% [==== ] 127/1732 7% [==== ] 128/1732 7% [==== ] 129/1732 7% [==== ] 130/1732 7% [==== ] 131/1732 7% [==== ] 132/1732 7% [==== ] 133/1732 7% [==== ] 134/1732 7% [==== ] 135/1732 7% [==== ] 136/1732 7% [==== ] 137/1732 7% [==== ] 138/1732 7% [==== ] 139/1732 8% [===== ] 140/1732 8% [===== ] 141/1732 8% [===== ] 142/1732 8% [===== ] 143/1732 8% [===== ] 144/1732 8% [===== ] 145/1732 8% [===== ] 146/1732 8% [===== ] 147/1732 8% [===== ] 148/1732 8% [===== ] 149/1732 8% [===== ] 150/1732 8% [===== ] 151/1732 8% [===== ] 152/1732 8% [===== ] 153/1732 8% [===== ] 154/1732 8% [===== ] 155/1732 8% [===== ] 156/1732 9% [===== ] 157/1732 9% [===== ] 158/1732 9% [===== ] 159/1732 9% [===== ] 160/1732 9% [===== ] 161/1732 9% [===== ] 162/1732 9% [===== ] 163/1732 9% [===== ] 164/1732 9% [===== ] 165/1732 9% [===== ] 166/1732 9% [===== ] 167/1732 9% [====== ] 168/1732 9% [====== ] 169/1732 9% [====== ] 170/1732 9% [====== ] 171/1732 9% [====== ] 172/1732 9% [====== ] 173/1732 9% [====== ] 174/1732 10% [====== ] 175/1732 10% [====== ] 176/1732 10% [====== ] 177/1732 10% [====== ] 178/1732 10% [====== ] 179/1732 10% [====== ] 180/1732 10% [====== ] 181/1732 10% [====== ] 182/1732 10% [====== ] 183/1732 10% [====== ] 184/1732 10% [====== ] 185/1732 10% [====== ] 186/1732 10% [====== ] 187/1732 10% [====== ] 188/1732 10% [====== ] 189/1732 10% [====== ] 190/1732 10% [====== ] 191/1732 11% [====== ] 192/1732 11% [====== ] 193/1732 11% [====== ] 194/1732 11% [====== ] 195/1732 11% [======= ] 196/1732 11% [======= ] 197/1732 11% [======= ] 198/1732 11% [======= ] 199/1732 11% [======= ] 200/1732 11% [======= ] 201/1732 11% [======= ] 202/1732 11% [======= ] 203/1732 11% [======= ] 204/1732 11% [======= ] 205/1732 11% [======= ] 206/1732 11% [======= ] 207/1732 11% [======= ] 208/1732 12% [======= ] 209/1732 12% [======= ] 210/1732 12% [======= ] 211/1732 12% [======= ] 212/1732 12% [======= ] 213/1732 12% [======= ] 214/1732 12% [======= ] 215/1732 12% [======= ] 216/1732 12% [======= ] 217/1732 12% [======= ] 218/1732 12% [======= ] 219/1732 12% [======= ] 220/1732 12% [======= ] 221/1732 12% [======= ] 222/1732 12% [======= ] 223/1732 12% [======== ] 224/1732 12% [======== ] 225/1732 12% [======== ] 226/1732 13% [======== ] 227/1732 13% [======== ] 228/1732 13% [======== ] 229/1732 13% [======== ] 230/1732 13% [======== ] 231/1732 13% [======== ] 232/1732 13% [======== ] 233/1732 13% [======== ] 234/1732 13% [======== ] 235/1732 13% [======== ] 236/1732 13% [======== ] 237/1732 13% [======== ] 238/1732 13% [======== ] 239/1732 13% [======== ] 240/1732 13% [======== ] 241/1732 13% [======== ] 242/1732 13% [======== ] 243/1732 14% [======== ] 244/1732 14% [======== ] 245/1732 14% [======== ] 246/1732 14% [======== ] 247/1732 14% [======== ] 248/1732 14% [======== ] 249/1732 14% [======== ] 250/1732 14% [======== ] 251/1732 14% [========= ] 252/1732 14% [========= ] 253/1732 14% [========= ] 254/1732 14% [========= ] 255/1732 14% [========= ] 256/1732 14% [========= ] 257/1732 14% [========= ] 258/1732 14% [========= ] 259/1732 14% [========= ] 260/1732 15% [========= ] 261/1732 15% [========= ] 262/1732 15% [========= ] 263/1732 15% [========= ] 264/1732 15% [========= ] 265/1732 15% [========= ] 266/1732 15% [========= ] 267/1732 15% [========= ] 268/1732 15% [========= ] 269/1732 15% [========= ] 270/1732 15% [========= ] 271/1732 15% [========= ] 272/1732 15% [========= ] 273/1732 15% [========= ] 274/1732 15% [========= ] 275/1732 15% [========= ] 276/1732 15% [========= ] 277/1732 15% [========= ] 278/1732 16% [========= ] 279/1732 16% [========== ] 280/1732 16% [========== ] 281/1732 16% [========== ] 282/1732 16% [========== ] 283/1732 16% [========== ] 284/1732 16% [========== ] 285/1732 16% [========== ] 286/1732 16% [========== ] 287/1732 16% [========== ] 288/1732 16% [========== ] 289/1732 16% [========== ] 290/1732 16% [========== ] 291/1732 16% [========== ] 292/1732 16% [========== ] 293/1732 16% [========== ] 294/1732 16% [========== ] 295/1732 17% [========== ] 296/1732 17% [========== ] 297/1732 17% [========== ] 298/1732 17% [========== ] 299/1732 17% [========== ] 300/1732 17% [========== ] 301/1732 17% [========== ] 302/1732 17% [========== ] 303/1732 17% [========== ] 304/1732 17% [========== ] 305/1732 17% [========== ] 306/1732 17% [========== ] 307/1732 17% [=========== ] 308/1732 17% [=========== ] 309/1732 17% [=========== ] 310/1732 17% [=========== ] 311/1732 17% [=========== ] 312/1732 18% [=========== ] 313/1732 18% [=========== ] 314/1732 18% [=========== ] 315/1732 18% [=========== ] 316/1732 18% [=========== ] 317/1732 18% [=========== ] 318/1732 18% [=========== ] 319/1732 18% [=========== ] 320/1732 18% [=========== ] 321/1732 18% [=========== ] 322/1732 18% [=========== ] 323/1732 18% [=========== ] 324/1732 18% [=========== ] 325/1732 18% [=========== ] 326/1732 18% [=========== ] 327/1732 18% [=========== ] 328/1732 18% [=========== ] 329/1732 18% [=========== ] 330/1732 19% [=========== ] 331/1732 19% [=========== ] 332/1732 19% [=========== ] 333/1732 19% [=========== ] 334/1732 19% [=========== ] 335/1732 19% [============ ] 336/1732 19% [============ ] 337/1732 19% [============ ] 338/1732 19% [============ ] 339/1732 19% [============ ] 340/1732 19% [============ ] 341/1732 19% [============ ] 342/1732 19% [============ ] 343/1732 19% [============ ] 344/1732 19% [============ ] 345/1732 19% [============ ] 346/1732 19% [============ ] 347/1732 20% [============ ] 348/1732 20% [============ ] 349/1732 20% [============ ] 350/1732 20% [============ ] 351/1732 20% [============ ] 352/1732 20% [============ ] 353/1732 20% [============ ] 354/1732 20% [============ ] 355/1732 20% [============ ] 356/1732 20% [============ ] 357/1732 20% [============ ] 358/1732 20% [============ ] 359/1732 20% [============ ] 360/1732 20% [============ ] 361/1732 20% [============ ] 362/1732 20% [============ ] 363/1732 20% [============= ] 364/1732 21% [============= ] 365/1732 21% [============= ] 366/1732 21% [============= ] 367/1732 21% [============= ] 368/1732 21% [============= ] 369/1732 21% [============= ] 370/1732 21% [============= ] 371/1732 21% [============= ] 372/1732 21% [============= ] 373/1732 21% [============= ] 374/1732 21% [============= ] 375/1732 21% [============= ] 376/1732 21% [============= ] 377/1732 21% [============= ] 378/1732 21% [============= ] 379/1732 21% [============= ] 380/1732 21% [============= ] 381/1732 21% [============= ] 382/1732 22% [============= ] 383/1732 22% [============= ] 384/1732 22% [============= ] 385/1732 22% [============= ] 386/1732 22% [============= ] 387/1732 22% [============= ] 388/1732 22% [============= ] 389/1732 22% [============= ] 390/1732 22% [============= ] 391/1732 22% [============== ] 392/1732 22% [============== ] 393/1732 22% [============== ] 394/1732 22% [============== ] 395/1732 22% [============== ] 396/1732 22% [============== ] 397/1732 22% [============== ] 398/1732 22% [============== ] 399/1732 23% [============== ] 400/1732 23% [============== ] 401/1732 23% [============== ] 402/1732 23% [============== ] 403/1732 23% [============== ] 404/1732 23% [============== ] 405/1732 23% [============== ] 406/1732 23% [============== ] 407/1732 23% [============== ] 408/1732 23% [============== ] 409/1732 23% [============== ] 410/1732 23% [============== ] 411/1732 23% [============== ] 412/1732 23% [============== ] 413/1732 23% [============== ] 414/1732 23% [============== ] 415/1732 23% [============== ] 416/1732 24% [============== ] 417/1732 24% [============== ] 418/1732 24% [============== ] 419/1732 24% [=============== ] 420/1732 24% [=============== ] 421/1732 24% [=============== ] 422/1732 24% [=============== ] 423/1732 24% [=============== ] 424/1732 24% [=============== ] 425/1732 24% [=============== ] 426/1732 24% [=============== ] 427/1732 24% [=============== ] 428/1732 24% [=============== ] 429/1732 24% [=============== ] 430/1732 24% [=============== ] 431/1732 24% [=============== ] 432/1732 24% [=============== ] 433/1732 25% [=============== ] 434/1732 25% [=============== ] 435/1732 25% [=============== ] 436/1732 25% [=============== ] 437/1732 25% [=============== ] 438/1732 25% [=============== ] 439/1732 25% [=============== ] 440/1732 25% [=============== ] 441/1732 25% [=============== ] 442/1732 25% [=============== ] 443/1732 25% [=============== ] 444/1732 25% [=============== ] 445/1732 25% [=============== ] 446/1732 25% [================ ] 447/1732 25% [================ ] 448/1732 25% [================ ] 449/1732 25% [================ ] 450/1732 25% [================ ] 451/1732 26% [================ ] 452/1732 26% [================ ] 453/1732 26% [================ ] 454/1732 26% [================ ] 455/1732 26% [================ ] 456/1732 26% [================ ] 457/1732 26% [================ ] 458/1732 26% [================ ] 459/1732 26% [================ ] 460/1732 26% [================ ] 461/1732 26% [================ ] 462/1732 26% [================ ] 463/1732 26% [================ ] 464/1732 26% [================ ] 465/1732 26% [================ ] 466/1732 26% [================ ] 467/1732 26% [================ ] 468/1732 27% [================ ] 469/1732 27% [================ ] 470/1732 27% [================ ] 471/1732 27% [================ ] 472/1732 27% [================ ] 473/1732 27% [================ ] 474/1732 27% [================= ] 475/1732 27% [================= ] 476/1732 27% [================= ] 477/1732 27% [================= ] 478/1732 27% [================= ] 479/1732 27% [================= ] 480/1732 27% [================= ] 481/1732 27% [================= ] 482/1732 27% [================= ] 483/1732 27% [================= ] 484/1732 27% [================= ] 485/1732 28% [================= ] 486/1732 28% [================= ] 487/1732 28% [================= ] 488/1732 28% [================= ] 489/1732 28% [================= ] 490/1732 28% [================= ] 491/1732 28% [================= ] 492/1732 28% [================= ] 493/1732 28% [================= ] 494/1732 28% [================= ] 495/1732 28% [================= ] 496/1732 28% [================= ] 497/1732 28% [================= ] 498/1732 28% [================= ] 499/1732 28% [================= ] 500/1732 28% [================= ] 501/1732 28% [================= ] 502/1732 28% [================== ] 503/1732 29% [================== ] 504/1732 29% [================== ] 505/1732 29% [================== ] 506/1732 29% [================== ] 507/1732 29% [================== ] 508/1732 29% [================== ] 509/1732 29% [================== ] 510/1732 29% [================== ] 511/1732 29% [================== ] 512/1732 29% [================== ] 513/1732 29% [================== ] 514/1732 29% [================== ] 515/1732 29% [================== ] 516/1732 29% [================== ] 517/1732 29% [================== ] 518/1732 29% [================== ] 519/1732 29% [================== ] 520/1732 30% [================== ] 521/1732 30% [================== ] 522/1732 30% [================== ] 523/1732 30% [================== ] 524/1732 30% [================== ] 525/1732 30% [================== ] 526/1732 30% [================== ] 527/1732 30% [================== ] 528/1732 30% [================== ] 529/1732 30% [================== ] 530/1732 30% [=================== ] 531/1732 30% [=================== ] 532/1732 30% [=================== ] 533/1732 30% [=================== ] 534/1732 30% [=================== ] 535/1732 30% [=================== ] 536/1732 30% [=================== ] 537/1732 31% [=================== ] 538/1732 31% [=================== ] 539/1732 31% [=================== ] 540/1732 31% [=================== ] 541/1732 31% [=================== ] 542/1732 31% [=================== ] 543/1732 31% [=================== ] 544/1732 31% [=================== ] 545/1732 31% [=================== ] 546/1732 31% [=================== ] 547/1732 31% [=================== ] 548/1732 31% [=================== ] 549/1732 31% [=================== ] 550/1732 31% [=================== ] 551/1732 31% [=================== ] 552/1732 31% [=================== ] 553/1732 31% [=================== ] 554/1732 31% [=================== ] 555/1732 32% [=================== ] 556/1732 32% [=================== ] 557/1732 32% [=================== ] 558/1732 32% [==================== ] 559/1732 32% [==================== ] 560/1732 32% [==================== ] 561/1732 32% [==================== ] 562/1732 32% [==================== ] 563/1732 32% [==================== ] 564/1732 32% [==================== ] 565/1732 32% [==================== ] 566/1732 32% [==================== ] 567/1732 32% [==================== ] 568/1732 32% [==================== ] 569/1732 32% [==================== ] 570/1732 32% [==================== ] 571/1732 32% [==================== ] 572/1732 33% [==================== ] 573/1732 33% [==================== ] 574/1732 33% [==================== ] 575/1732 33% [==================== ] 576/1732 33% [==================== ] 577/1732 33% [==================== ] 578/1732 33% [==================== ] 579/1732 33% [==================== ] 580/1732 33% [==================== ] 581/1732 33% [==================== ] 582/1732 33% [==================== ] 583/1732 33% [==================== ] 584/1732 33% [==================== ] 585/1732 33% [==================== ] 586/1732 33% [===================== ] 587/1732 33% [===================== ] 588/1732 33% [===================== ] 589/1732 34% [===================== ] 590/1732 34% [===================== ] 591/1732 34% [===================== ] 592/1732 34% [===================== ] 593/1732 34% [===================== ] 594/1732 34% [===================== ] 595/1732 34% [===================== ] 596/1732 34% [===================== ] 597/1732 34% [===================== ] 598/1732 34% [===================== ] 599/1732 34% [===================== ] 600/1732 34% [===================== ] 601/1732 34% [===================== ] 602/1732 34% [===================== ] 603/1732 34% [===================== ] 604/1732 34% [===================== ] 605/1732 34% [===================== ] 606/1732 34% [===================== ] 607/1732 35% [===================== ] 608/1732 35% [===================== ] 609/1732 35% [===================== ] 610/1732 35% [===================== ] 611/1732 35% [===================== ] 612/1732 35% [===================== ] 613/1732 35% [===================== ] 614/1732 35% [====================== ] 615/1732 35% [====================== ] 616/1732 35% [====================== ] 617/1732 35% [====================== ] 618/1732 35% [====================== ] 619/1732 35% [====================== ] 620/1732 35% [====================== ] 621/1732 35% [====================== ] 622/1732 35% [====================== ] 623/1732 35% [====================== ] 624/1732 36% [====================== ] 625/1732 36% [====================== ] 626/1732 36% [====================== ] 627/1732 36% [====================== ] 628/1732 36% [====================== ] 629/1732 36% [====================== ] 630/1732 36% [====================== ] 631/1732 36% [====================== ] 632/1732 36% [====================== ] 633/1732 36% [====================== ] 634/1732 36% [====================== ] 635/1732 36% [====================== ] 636/1732 36% [====================== ] 637/1732 36% [====================== ] 638/1732 36% [====================== ] 639/1732 36% [====================== ] 640/1732 36% [====================== ] 641/1732 37% [====================== ] 642/1732 37% [======================= ] 643/1732 37% [======================= ] 644/1732 37% [======================= ] 645/1732 37% [======================= ] 646/1732 37% [======================= ] 647/1732 37% [======================= ] 648/1732 37% [======================= ] 649/1732 37% [======================= ] 650/1732 37% [======================= ] 651/1732 37% [======================= ] 652/1732 37% [======================= ] 653/1732 37% [======================= ] 654/1732 37% [======================= ] 655/1732 37% [======================= ] 656/1732 37% [======================= ] 657/1732 37% [======================= ] 658/1732 37% [======================= ] 659/1732 38% [======================= ] 660/1732 38% [======================= ] 661/1732 38% [======================= ] 662/1732 38% [======================= ] 663/1732 38% [======================= ] 664/1732 38% [======================= ] 665/1732 38% [======================= ] 666/1732 38% [======================= ] 667/1732 38% [======================= ] 668/1732 38% [======================= ] 669/1732 38% [======================= ] 670/1732 38% [======================== ] 671/1732 38% [======================== ] 672/1732 38% [======================== ] 673/1732 38% [======================== ] 674/1732 38% [======================== ] 675/1732 38% [======================== ] 676/1732 39% [======================== ] 677/1732 39% [======================== ] 678/1732 39% [======================== ] 679/1732 39% [======================== ] 680/1732 39% [======================== ] 681/1732 39% [======================== ] 682/1732 39% [======================== ] 683/1732 39% [======================== ] 684/1732 39% [======================== ] 685/1732 39% [======================== ] 686/1732 39% [======================== ] 687/1732 39% [======================== ] 688/1732 39% [======================== ] 689/1732 39% [======================== ] 690/1732 39% [======================== ] 691/1732 39% [======================== ] 692/1732 39% [======================== ] 693/1732 40% [======================== ] 694/1732 40% [======================== ] 695/1732 40% [======================== ] 696/1732 40% [======================== ] 697/1732 40% [======================== ] 698/1732 40% [========================= ] 699/1732 40% [========================= ] 700/1732 40% [========================= ] 701/1732 40% [========================= ] 702/1732 40% [========================= ] 703/1732 40% [========================= ] 704/1732 40% [========================= ] 705/1732 40% [========================= ] 706/1732 40% [========================= ] 707/1732 40% [========================= ] 708/1732 40% [========================= ] 709/1732 40% [========================= ] 710/1732 40% [========================= ] 711/1732 41% [========================= ] 712/1732 41% [========================= ] 713/1732 41% [========================= ] 714/1732 41% [========================= ] 715/1732 41% [========================= ] 716/1732 41% [========================= ] 717/1732 41% [========================= ] 718/1732 41% [========================= ] 719/1732 41% [========================= ] 720/1732 41% [========================= ] 721/1732 41% [========================= ] 722/1732 41% [========================= ] 723/1732 41% [========================= ] 724/1732 41% [========================= ] 725/1732 41% [========================= ] 726/1732 41% [========================== ] 727/1732 41% [========================== ] 728/1732 42% [========================== ] 729/1732 42% [========================== ] 730/1732 42% [========================== ] 731/1732 42% [========================== ] 732/1732 42% [========================== ] 733/1732 42% [========================== ] 734/1732 42% [========================== ] 735/1732 42% [========================== ] 736/1732 42% [========================== ] 737/1732 42% [========================== ] 738/1732 42% [========================== ] 739/1732 42% [========================== ] 740/1732 42% [========================== ] 741/1732 42% [========================== ] 742/1732 42% [========================== ] 743/1732 42% [========================== ] 744/1732 42% [========================== ] 745/1732 43% [========================== ] 746/1732 43% [========================== ] 747/1732 43% [========================== ] 748/1732 43% [========================== ] 749/1732 43% [========================== ] 750/1732 43% [========================== ] 751/1732 43% [========================== ] 752/1732 43% [========================== ] 753/1732 43% [========================== ] 754/1732 43% [=========================== ] 755/1732 43% [=========================== ] 756/1732 43% [=========================== ] 757/1732 43% [=========================== ] 758/1732 43% [=========================== ] 759/1732 43% [=========================== ] 760/1732 43% [=========================== ] 761/1732 43% [=========================== ] 762/1732 43% [=========================== ] 763/1732 44% [=========================== ] 764/1732 44% [=========================== ] 765/1732 44% [=========================== ] 766/1732 44% [=========================== ] 767/1732 44% [=========================== ] 768/1732 44% [=========================== ] 769/1732 44% [=========================== ] 770/1732 44% [=========================== ] 771/1732 44% [=========================== ] 772/1732 44% [=========================== ] 773/1732 44% [=========================== ] 774/1732 44% [=========================== ] 775/1732 44% [=========================== ] 776/1732 44% [=========================== ] 777/1732 44% [=========================== ] 778/1732 44% [=========================== ] 779/1732 44% [=========================== ] 780/1732 45% [=========================== ] 781/1732 45% [=========================== ] 782/1732 45% [============================ ] 783/1732 45% [============================ ] 784/1732 45% [============================ ] 785/1732 45% [============================ ] 786/1732 45% [============================ ] 787/1732 45% [============================ ] 788/1732 45% [============================ ] 789/1732 45% [============================ ] 790/1732 45% [============================ ] 791/1732 45% [============================ ] 792/1732 45% [============================ ] 793/1732 45% [============================ ] 794/1732 45% [============================ ] 795/1732 45% [============================ ] 796/1732 45% [============================ ] 797/1732 46% [============================ ] 798/1732 46% [============================ ] 799/1732 46% [============================ ] 800/1732 46% [============================ ] 801/1732 46% [============================ ] 802/1732 46% [============================ ] 803/1732 46% [============================ ] 804/1732 46% [============================ ] 805/1732 46% [============================ ] 806/1732 46% [============================ ] 807/1732 46% [============================ ] 808/1732 46% [============================ ] 809/1732 46% [============================ ] 810/1732 46% [============================= ] 811/1732 46% [============================= ] 812/1732 46% [============================= ] 813/1732 46% [============================= ] 814/1732 46% [============================= ] 815/1732 47% [============================= ] 816/1732 47% [============================= ] 817/1732 47% [============================= ] 818/1732 47% [============================= ] 819/1732 47% [============================= ] 820/1732 47% [============================= ] 821/1732 47% [============================= ] 822/1732 47% [============================= ] 823/1732 47% [============================= ] 824/1732 47% [============================= ] 825/1732 47% [============================= ] 826/1732 47% [============================= ] 827/1732 47% [============================= ] 828/1732 47% [============================= ] 829/1732 47% [============================= ] 830/1732 47% [============================= ] 831/1732 47% [============================= ] 832/1732 48% [============================= ] 833/1732 48% [============================= ] 834/1732 48% [============================= ] 835/1732 48% [============================= ] 836/1732 48% [============================= ] 837/1732 48% [============================= ] 838/1732 48% [============================== ] 839/1732 48% [============================== ] 840/1732 48% [============================== ] 841/1732 48% [============================== ] 842/1732 48% [============================== ] 843/1732 48% [============================== ] 844/1732 48% [============================== ] 845/1732 48% [============================== ] 846/1732 48% [============================== ] 847/1732 48% [============================== ] 848/1732 48% [============================== ] 849/1732 49% [============================== ] 850/1732 49% [============================== ] 851/1732 49% [============================== ] 852/1732 49% [============================== ] 853/1732 49% [============================== ] 854/1732 49% [============================== ] 855/1732 49% [============================== ] 856/1732 49% [============================== ] 857/1732 49% [============================== ] 858/1732 49% [============================== ] 859/1732 49% [============================== ] 860/1732 49% [============================== ] 861/1732 49% [============================== ] 862/1732 49% [============================== ] 863/1732 49% [============================== ] 864/1732 49% [============================== ] 865/1732 49% [=============================== ] 866/1732 50% [=============================== ] 867/1732 50% [=============================== ] 868/1732 50% [=============================== ] 869/1732 50% [=============================== ] 870/1732 50% [=============================== ] 871/1732 50% [=============================== ] 872/1732 50% [=============================== ] 873/1732 50% [=============================== ] 874/1732 50% [=============================== ] 875/1732 50% [=============================== ] 876/1732 50% [=============================== ] 877/1732 50% [=============================== ] 878/1732 50% [=============================== ] 879/1732 50% [=============================== ] 880/1732 50% [=============================== ] 881/1732 50% [=============================== ] 882/1732 50% [=============================== ] 883/1732 50% [=============================== ] 884/1732 51% [=============================== ] 885/1732 51% [=============================== ] 886/1732 51% [=============================== ] 887/1732 51% [=============================== ] 888/1732 51% [=============================== ] 889/1732 51% [=============================== ] 890/1732 51% [=============================== ] 891/1732 51% [=============================== ] 892/1732 51% [=============================== ] 893/1732 51% [================================ ] 894/1732 51% [================================ ] 895/1732 51% [================================ ] 896/1732 51% [================================ ] 897/1732 51% [================================ ] 898/1732 51% [================================ ] 899/1732 51% [================================ ] 900/1732 51% [================================ ] 901/1732 52% [================================ ] 902/1732 52% [================================ ] 903/1732 52% [================================ ] 904/1732 52% [================================ ] 905/1732 52% [================================ ] 906/1732 52% [================================ ] 907/1732 52% [================================ ] 908/1732 52% [================================ ] 909/1732 52% [================================ ] 910/1732 52% [================================ ] 911/1732 52% [================================ ] 912/1732 52% [================================ ] 913/1732 52% [================================ ] 914/1732 52% [================================ ] 915/1732 52% [================================ ] 916/1732 52% [================================ ] 917/1732 52% [================================ ] 918/1732 53% [================================ ] 919/1732 53% [================================ ] 920/1732 53% [================================ ] 921/1732 53% [================================= ] 922/1732 53% [================================= ] 923/1732 53% [================================= ] 924/1732 53% [================================= ] 925/1732 53% [================================= ] 926/1732 53% [================================= ] 927/1732 53% [================================= ] 928/1732 53% [================================= ] 929/1732 53% [================================= ] 930/1732 53% [================================= ] 931/1732 53% [================================= ] 932/1732 53% [================================= ] 933/1732 53% [================================= ] 934/1732 53% [================================= ] 935/1732 53% [================================= ] 936/1732 54% [================================= ] 937/1732 54% [================================= ] 938/1732 54% [================================= ] 939/1732 54% [================================= ] 940/1732 54% [================================= ] 941/1732 54% [================================= ] 942/1732 54% [================================= ] 943/1732 54% [================================= ] 944/1732 54% [================================= ] 945/1732 54% [================================= ] 946/1732 54% [================================= ] 947/1732 54% [================================= ] 948/1732 54% [================================= ] 949/1732 54% [================================== ] 950/1732 54% [================================== ] 951/1732 54% [================================== ] 952/1732 54% [================================== ] 953/1732 55% [================================== ] 954/1732 55% [================================== ] 955/1732 55% [================================== ] 956/1732 55% [================================== ] 957/1732 55% [================================== ] 958/1732 55% [================================== ] 959/1732 55% [================================== ] 960/1732 55% [================================== ] 961/1732 55% [================================== ] 962/1732 55% [================================== ] 963/1732 55% [================================== ] 964/1732 55% [================================== ] 965/1732 55% [================================== ] 966/1732 55% [================================== ] 967/1732 55% [================================== ] 968/1732 55% [================================== ] 969/1732 55% [================================== ] 970/1732 56% [================================== ] 971/1732 56% [================================== ] 972/1732 56% [================================== ] 973/1732 56% [================================== ] 974/1732 56% [================================== ] 975/1732 56% [================================== ] 976/1732 56% [================================== ] 977/1732 56% [=================================== ] 978/1732 56% [=================================== ] 979/1732 56% [=================================== ] 980/1732 56% [=================================== ] 981/1732 56% [=================================== ] 982/1732 56% [=================================== ] 983/1732 56% [=================================== ] 984/1732 56% [=================================== ] 985/1732 56% [=================================== ] 986/1732 56% [=================================== ] 987/1732 56% [=================================== ] 988/1732 57% [=================================== ] 989/1732 57% [=================================== ] 990/1732 57% [=================================== ] 991/1732 57% [=================================== ] 992/1732 57% [=================================== ] 993/1732 57% [=================================== ] 994/1732 57% [=================================== ] 995/1732 57% [=================================== ] 996/1732 57% [=================================== ] 997/1732 57% [=================================== ] 998/1732 57% [=================================== ] 999/1732 57% [=================================== ] 1000/1732 57% [=================================== ] 1001/1732 57% [=================================== ] 1002/1732 57% [=================================== ] 1003/1732 57% [=================================== ] 1004/1732 57% [=================================== ] 1005/1732 58% [==================================== ] 1006/1732 58% [==================================== ] 1007/1732 58% [==================================== ] 1008/1732 58% [==================================== ] 1009/1732 58% [==================================== ] 1010/1732 58% [==================================== ] 1011/1732 58% [==================================== ] 1012/1732 58% [==================================== ] 1013/1732 58% [==================================== ] 1014/1732 58% [==================================== ] 1015/1732 58% [==================================== ] 1016/1732 58% [==================================== ] 1017/1732 58% [==================================== ] 1018/1732 58% [==================================== ] 1019/1732 58% [==================================== ] 1020/1732 58% [==================================== ] 1021/1732 58% [==================================== ] 1022/1732 59% [==================================== ] 1023/1732 59% [==================================== ] 1024/1732 59% [==================================== ] 1025/1732 59% [==================================== ] 1026/1732 59% [==================================== ] 1027/1732 59% [==================================== ] 1028/1732 59% [==================================== ] 1029/1732 59% [==================================== ] 1030/1732 59% [==================================== ] 1031/1732 59% [==================================== ] 1032/1732 59% [==================================== ] 1033/1732 59% [===================================== ] 1034/1732 59% [===================================== ] 1035/1732 59% [===================================== ] 1036/1732 59% [===================================== ] 1037/1732 59% [===================================== ] 1038/1732 59% [===================================== ] 1039/1732 59% [===================================== ] 1040/1732 60% [===================================== ] 1041/1732 60% [===================================== ] 1042/1732 60% [===================================== ] 1043/1732 60% [===================================== ] 1044/1732 60% [===================================== ] 1045/1732 60% [===================================== ] 1046/1732 60% [===================================== ] 1047/1732 60% [===================================== ] 1048/1732 60% [===================================== ] 1049/1732 60% [===================================== ] 1050/1732 60% [===================================== ] 1051/1732 60% [===================================== ] 1052/1732 60% [===================================== ] 1053/1732 60% [===================================== ] 1054/1732 60% [===================================== ] 1055/1732 60% [===================================== ] 1056/1732 60% [===================================== ] 1057/1732 61% [===================================== ] 1058/1732 61% [===================================== ] 1059/1732 61% [===================================== ] 1060/1732 61% [===================================== ] 1061/1732 61% [====================================== ] 1062/1732 61% [====================================== ] 1063/1732 61% [====================================== ] 1064/1732 61% [====================================== ] 1065/1732 61% [====================================== ] 1066/1732 61% [====================================== ] 1067/1732 61% [====================================== ] 1068/1732 61% [====================================== ] 1069/1732 61% [====================================== ] 1070/1732 61% [====================================== ] 1071/1732 61% [====================================== ] 1072/1732 61% [====================================== ] 1073/1732 61% [====================================== ] 1074/1732 62% [====================================== ] 1075/1732 62% [====================================== ] 1076/1732 62% [====================================== ] 1077/1732 62% [====================================== ] 1078/1732 62% [====================================== ] 1079/1732 62% [====================================== ] 1080/1732 62% [====================================== ] 1081/1732 62% [====================================== ] 1082/1732 62% [====================================== ] 1083/1732 62% [====================================== ] 1084/1732 62% [====================================== ] 1085/1732 62% [====================================== ] 1086/1732 62% [====================================== ] 1087/1732 62% [====================================== ] 1088/1732 62% [====================================== ] 1089/1732 62% [======================================= ] 1090/1732 62% [======================================= ] 1091/1732 62% [======================================= ] 1092/1732 63% [======================================= ] 1093/1732 63% [======================================= ] 1094/1732 63% [======================================= ] 1095/1732 63% [======================================= ] 1096/1732 63% [======================================= ] 1097/1732 63% [======================================= ] 1098/1732 63% [======================================= ] 1099/1732 63% [======================================= ] 1100/1732 63% [======================================= ] 1101/1732 63% [======================================= ] 1102/1732 63% [======================================= ] 1103/1732 63% [======================================= ] 1104/1732 63% [======================================= ] 1105/1732 63% [======================================= ] 1106/1732 63% [======================================= ] 1107/1732 63% [======================================= ] 1108/1732 63% [======================================= ] 1109/1732 64% [======================================= ] 1110/1732 64% [======================================= ] 1111/1732 64% [======================================= ] 1112/1732 64% [======================================= ] 1113/1732 64% [======================================= ] 1114/1732 64% [======================================= ] 1115/1732 64% [======================================= ] 1116/1732 64% [======================================= ] 1117/1732 64% [======================================== ] 1118/1732 64% [======================================== ] 1119/1732 64% [======================================== ] 1120/1732 64% [======================================== ] 1121/1732 64% [======================================== ] 1122/1732 64% [======================================== ] 1123/1732 64% [======================================== ] 1124/1732 64% [======================================== ] 1125/1732 64% [======================================== ] 1126/1732 65% [======================================== ] 1127/1732 65% [======================================== ] 1128/1732 65% [======================================== ] 1129/1732 65% [======================================== ] 1130/1732 65% [======================================== ] 1131/1732 65% [======================================== ] 1132/1732 65% [======================================== ] 1133/1732 65% [======================================== ] 1134/1732 65% [======================================== ] 1135/1732 65% [======================================== ] 1136/1732 65% [======================================== ] 1137/1732 65% [======================================== ] 1138/1732 65% [======================================== ] 1139/1732 65% [======================================== ] 1140/1732 65% [======================================== ] 1141/1732 65% [======================================== ] 1142/1732 65% [======================================== ] 1143/1732 65% [======================================== ] 1144/1732 66% [======================================== ] 1145/1732 66% [========================================= ] 1146/1732 66% [========================================= ] 1147/1732 66% [========================================= ] 1148/1732 66% [========================================= ] 1149/1732 66% [========================================= ] 1150/1732 66% [========================================= ] 1151/1732 66% [========================================= ] 1152/1732 66% [========================================= ] 1153/1732 66% [========================================= ] 1154/1732 66% [========================================= ] 1155/1732 66% [========================================= ] 1156/1732 66% [========================================= ] 1157/1732 66% [========================================= ] 1158/1732 66% [========================================= ] 1159/1732 66% [========================================= ] 1160/1732 66% [========================================= ] 1161/1732 67% [========================================= ] 1162/1732 67% [========================================= ] 1163/1732 67% [========================================= ] 1164/1732 67% [========================================= ] 1165/1732 67% [========================================= ] 1166/1732 67% [========================================= ] 1167/1732 67% [========================================= ] 1168/1732 67% [========================================= ] 1169/1732 67% [========================================= ] 1170/1732 67% [========================================= ] 1171/1732 67% [========================================= ] 1172/1732 67% [========================================= ] 1173/1732 67% [========================================== ] 1174/1732 67% [========================================== ] 1175/1732 67% [========================================== ] 1176/1732 67% [========================================== ] 1177/1732 67% [========================================== ] 1178/1732 68% [========================================== ] 1179/1732 68% [========================================== ] 1180/1732 68% [========================================== ] 1181/1732 68% [========================================== ] 1182/1732 68% [========================================== ] 1183/1732 68% [========================================== ] 1184/1732 68% [========================================== ] 1185/1732 68% [========================================== ] 1186/1732 68% [========================================== ] 1187/1732 68% [========================================== ] 1188/1732 68% [========================================== ] 1189/1732 68% [========================================== ] 1190/1732 68% [========================================== ] 1191/1732 68% [========================================== ] 1192/1732 68% [========================================== ] 1193/1732 68% [========================================== ] 1194/1732 68% [========================================== ] 1195/1732 68% [========================================== ] 1196/1732 69% [========================================== ] 1197/1732 69% [========================================== ] 1198/1732 69% [========================================== ] 1199/1732 69% [========================================== ] 1200/1732 69% [========================================== ] 1201/1732 69% [=========================================== ] 1202/1732 69% [=========================================== ] 1203/1732 69% [=========================================== ] 1204/1732 69% [=========================================== ] 1205/1732 69% [=========================================== ] 1206/1732 69% [=========================================== ] 1207/1732 69% [=========================================== ] 1208/1732 69% [=========================================== ] 1209/1732 69% [=========================================== ] 1210/1732 69% [=========================================== ] 1211/1732 69% [=========================================== ] 1212/1732 69% [=========================================== ] 1213/1732 70% [=========================================== ] 1214/1732 70% [=========================================== ] 1215/1732 70% [=========================================== ] 1216/1732 70% [=========================================== ] 1217/1732 70% [=========================================== ] 1218/1732 70% [=========================================== ] 1219/1732 70% [=========================================== ] 1220/1732 70% [=========================================== ] 1221/1732 70% [=========================================== ] 1222/1732 70% [=========================================== ] 1223/1732 70% [=========================================== ] 1224/1732 70% [=========================================== ] 1225/1732 70% [=========================================== ] 1226/1732 70% [=========================================== ] 1227/1732 70% [=========================================== ] 1228/1732 70% [=========================================== ] 1229/1732 70% [============================================ ] 1230/1732 71% [============================================ ] 1231/1732 71% [============================================ ] 1232/1732 71% [============================================ ] 1233/1732 71% [============================================ ] 1234/1732 71% [============================================ ] 1235/1732 71% [============================================ ] 1236/1732 71% [============================================ ] 1237/1732 71% [============================================ ] 1238/1732 71% [============================================ ] 1239/1732 71% [============================================ ] 1240/1732 71% [============================================ ] 1241/1732 71% [============================================ ] 1242/1732 71% [============================================ ] 1243/1732 71% [============================================ ] 1244/1732 71% [============================================ ] 1245/1732 71% [============================================ ] 1246/1732 71% [============================================ ] 1247/1732 71% [============================================ ] 1248/1732 72% [============================================ ] 1249/1732 72% [============================================ ] 1250/1732 72% [============================================ ] 1251/1732 72% [============================================ ] 1252/1732 72% [============================================ ] 1253/1732 72% [============================================ ] 1254/1732 72% [============================================ ] 1255/1732 72% [============================================ ] 1256/1732 72% [============================================ ] 1257/1732 72% [============================================= ] 1258/1732 72% [============================================= ] 1259/1732 72% [============================================= ] 1260/1732 72% [============================================= ] 1261/1732 72% [============================================= ] 1262/1732 72% [============================================= ] 1263/1732 72% [============================================= ] 1264/1732 72% [============================================= ] 1265/1732 73% [============================================= ] 1266/1732 73% [============================================= ] 1267/1732 73% [============================================= ] 1268/1732 73% [============================================= ] 1269/1732 73% [============================================= ] 1270/1732 73% [============================================= ] 1271/1732 73% [============================================= ] 1272/1732 73% [============================================= ] 1273/1732 73% [============================================= ] 1274/1732 73% [============================================= ] 1275/1732 73% [============================================= ] 1276/1732 73% [============================================= ] 1277/1732 73% [============================================= ] 1278/1732 73% [============================================= ] 1279/1732 73% [============================================= ] 1280/1732 73% [============================================= ] 1281/1732 73% [============================================= ] 1282/1732 74% [============================================= ] 1283/1732 74% [============================================= ] 1284/1732 74% [============================================= ] 1285/1732 74% [============================================== ] 1286/1732 74% [============================================== ] 1287/1732 74% [============================================== ] 1288/1732 74% [============================================== ] 1289/1732 74% [============================================== ] 1290/1732 74% [============================================== ] 1291/1732 74% [============================================== ] 1292/1732 74% [============================================== ] 1293/1732 74% [============================================== ] 1294/1732 74% [============================================== ] 1295/1732 74% [============================================== ] 1296/1732 74% [============================================== ] 1297/1732 74% [============================================== ] 1298/1732 74% [============================================== ] 1299/1732 75% [============================================== ] 1300/1732 75% [============================================== ] 1301/1732 75% [============================================== ] 1302/1732 75% [============================================== ] 1303/1732 75% [============================================== ] 1304/1732 75% [============================================== ] 1305/1732 75% [============================================== ] 1306/1732 75% [============================================== ] 1307/1732 75% [============================================== ] 1308/1732 75% [============================================== ] 1309/1732 75% [============================================== ] 1310/1732 75% [============================================== ] 1311/1732 75% [============================================== ] 1312/1732 75% [=============================================== ] 1313/1732 75% [=============================================== ] 1314/1732 75% [=============================================== ] 1315/1732 75% [=============================================== ] 1316/1732 75% [=============================================== ] 1317/1732 76% [=============================================== ] 1318/1732 76% [=============================================== ] 1319/1732 76% [=============================================== ] 1320/1732 76% [=============================================== ] 1321/1732 76% [=============================================== ] 1322/1732 76% [=============================================== ] 1323/1732 76% [=============================================== ] 1324/1732 76% [=============================================== ] 1325/1732 76% [=============================================== ] 1326/1732 76% [=============================================== ] 1327/1732 76% [=============================================== ] 1328/1732 76% [=============================================== ] 1329/1732 76% [=============================================== ] 1330/1732 76% [=============================================== ] 1331/1732 76% [=============================================== ] 1332/1732 76% [=============================================== ] 1333/1732 76% [=============================================== ] 1334/1732 77% [=============================================== ] 1335/1732 77% [=============================================== ] 1336/1732 77% [=============================================== ] 1337/1732 77% [=============================================== ] 1338/1732 77% [=============================================== ] 1339/1732 77% [=============================================== ] 1340/1732 77% [================================================ ] 1341/1732 77% [================================================ ] 1342/1732 77% [================================================ ] 1343/1732 77% [================================================ ] 1344/1732 77% [================================================ ] 1345/1732 77% [================================================ ] 1346/1732 77% [================================================ ] 1347/1732 77% [================================================ ] 1348/1732 77% [================================================ ] 1349/1732 77% [================================================ ] 1350/1732 77% [================================================ ] 1351/1732 78% [================================================ ] 1352/1732 78% [================================================ ] 1353/1732 78% [================================================ ] 1354/1732 78% [================================================ ] 1355/1732 78% [================================================ ] 1356/1732 78% [================================================ ] 1357/1732 78% [================================================ ] 1358/1732 78% [================================================ ] 1359/1732 78% [================================================ ] 1360/1732 78% [================================================ ] 1361/1732 78% [================================================ ] 1362/1732 78% [================================================ ] 1363/1732 78% [================================================ ] 1364/1732 78% [================================================ ] 1365/1732 78% [================================================ ] 1366/1732 78% [================================================ ] 1367/1732 78% [================================================ ] 1368/1732 78% [================================================= ] 1369/1732 79% [================================================= ] 1370/1732 79% [================================================= ] 1371/1732 79% [================================================= ] 1372/1732 79% [================================================= ] 1373/1732 79% [================================================= ] 1374/1732 79% [================================================= ] 1375/1732 79% [================================================= ] 1376/1732 79% [================================================= ] 1377/1732 79% [================================================= ] 1378/1732 79% [================================================= ] 1379/1732 79% [================================================= ] 1380/1732 79% [================================================= ] 1381/1732 79% [================================================= ] 1382/1732 79% [================================================= ] 1383/1732 79% [================================================= ] 1384/1732 79% [================================================= ] 1385/1732 79% [================================================= ] 1386/1732 80% [================================================= ] 1387/1732 80% [================================================= ] 1388/1732 80% [================================================= ] 1389/1732 80% [================================================= ] 1390/1732 80% [================================================= ] 1391/1732 80% [================================================= ] 1392/1732 80% [================================================= ] 1393/1732 80% [================================================= ] 1394/1732 80% [================================================= ] 1395/1732 80% [================================================= ] 1396/1732 80% [================================================== ] 1397/1732 80% [================================================== ] 1398/1732 80% [================================================== ] 1399/1732 80% [================================================== ] 1400/1732 80% [================================================== ] 1401/1732 80% [================================================== ] 1402/1732 80% [================================================== ] 1403/1732 81% [================================================== ] 1404/1732 81% [================================================== ] 1405/1732 81% [================================================== ] 1406/1732 81% [================================================== ] 1407/1732 81% [================================================== ] 1408/1732 81% [================================================== ] 1409/1732 81% [================================================== ] 1410/1732 81% [================================================== ] 1411/1732 81% [================================================== ] 1412/1732 81% [================================================== ] 1413/1732 81% [================================================== ] 1414/1732 81% [================================================== ] 1415/1732 81% [================================================== ] 1416/1732 81% [================================================== ] 1417/1732 81% [================================================== ] 1418/1732 81% [================================================== ] 1419/1732 81% [================================================== ] 1420/1732 81% [================================================== ] 1421/1732 82% [================================================== ] 1422/1732 82% [================================================== ] 1423/1732 82% [================================================== ] 1424/1732 82% [=================================================== ] 1425/1732 82% [=================================================== ] 1426/1732 82% [=================================================== ] 1427/1732 82% [=================================================== ] 1428/1732 82% [=================================================== ] 1429/1732 82% [=================================================== ] 1430/1732 82% [=================================================== ] 1431/1732 82% [=================================================== ] 1432/1732 82% [=================================================== ] 1433/1732 82% [=================================================== ] 1434/1732 82% [=================================================== ] 1435/1732 82% [=================================================== ] 1436/1732 82% [=================================================== ] 1437/1732 82% [=================================================== ] 1438/1732 83% [=================================================== ] 1439/1732 83% [=================================================== ] 1440/1732 83% [=================================================== ] 1441/1732 83% [=================================================== ] 1442/1732 83% [=================================================== ] 1443/1732 83% [=================================================== ] 1444/1732 83% [=================================================== ] 1445/1732 83% [=================================================== ] 1446/1732 83% [=================================================== ] 1447/1732 83% [=================================================== ] 1448/1732 83% [=================================================== ] 1449/1732 83% [=================================================== ] 1450/1732 83% [=================================================== ] 1451/1732 83% [=================================================== ] 1452/1732 83% [==================================================== ] 1453/1732 83% [==================================================== ] 1454/1732 83% [==================================================== ] 1455/1732 84% [==================================================== ] 1456/1732 84% [==================================================== ] 1457/1732 84% [==================================================== ] 1458/1732 84% [==================================================== ] 1459/1732 84% [==================================================== ] 1460/1732 84% [==================================================== ] 1461/1732 84% [==================================================== ] 1462/1732 84% [==================================================== ] 1463/1732 84% [==================================================== ] 1464/1732 84% [==================================================== ] 1465/1732 84% [==================================================== ] 1466/1732 84% [==================================================== ] 1467/1732 84% [==================================================== ] 1468/1732 84% [==================================================== ] 1469/1732 84% [==================================================== ] 1470/1732 84% [==================================================== ] 1471/1732 84% [==================================================== ] 1472/1732 84% [==================================================== ] 1473/1732 85% [==================================================== ] 1474/1732 85% [==================================================== ] 1475/1732 85% [==================================================== ] 1476/1732 85% [==================================================== ] 1477/1732 85% [==================================================== ] 1478/1732 85% [==================================================== ] 1479/1732 85% [==================================================== ] 1480/1732 85% [===================================================== ] 1481/1732 85% [===================================================== ] 1482/1732 85% [===================================================== ] 1483/1732 85% [===================================================== ] 1484/1732 85% [===================================================== ] 1485/1732 85% [===================================================== ] 1486/1732 85% [===================================================== ] 1487/1732 85% [===================================================== ] 1488/1732 85% [===================================================== ] 1489/1732 85% [===================================================== ] 1490/1732 86% [===================================================== ] 1491/1732 86% [===================================================== ] 1492/1732 86% [===================================================== ] 1493/1732 86% [===================================================== ] 1494/1732 86% [===================================================== ] 1495/1732 86% [===================================================== ] 1496/1732 86% [===================================================== ] 1497/1732 86% [===================================================== ] 1498/1732 86% [===================================================== ] 1499/1732 86% [===================================================== ] 1500/1732 86% [===================================================== ] 1501/1732 86% [===================================================== ] 1502/1732 86% [===================================================== ] 1503/1732 86% [===================================================== ] 1504/1732 86% [===================================================== ] 1505/1732 86% [===================================================== ] 1506/1732 86% [===================================================== ] 1507/1732 87% [===================================================== ] 1508/1732 87% [====================================================== ] 1509/1732 87% [====================================================== ] 1510/1732 87% [====================================================== ] 1511/1732 87% [====================================================== ] 1512/1732 87% [====================================================== ] 1513/1732 87% [====================================================== ] 1514/1732 87% [====================================================== ] 1515/1732 87% [====================================================== ] 1516/1732 87% [====================================================== ] 1517/1732 87% [====================================================== ] 1518/1732 87% [====================================================== ] 1519/1732 87% [====================================================== ] 1520/1732 87% [====================================================== ] 1521/1732 87% [====================================================== ] 1522/1732 87% [====================================================== ] 1523/1732 87% [====================================================== ] 1524/1732 87% [====================================================== ] 1525/1732 88% [====================================================== ] 1526/1732 88% [====================================================== ] 1527/1732 88% [====================================================== ] 1528/1732 88% [====================================================== ] 1529/1732 88% [====================================================== ] 1530/1732 88% [====================================================== ] 1531/1732 88% [====================================================== ] 1532/1732 88% [====================================================== ] 1533/1732 88% [====================================================== ] 1534/1732 88% [====================================================== ] 1535/1732 88% [====================================================== ] 1536/1732 88% [======================================================= ] 1537/1732 88% [======================================================= ] 1538/1732 88% [======================================================= ] 1539/1732 88% [======================================================= ] 1540/1732 88% [======================================================= ] 1541/1732 88% [======================================================= ] 1542/1732 89% [======================================================= ] 1543/1732 89% [======================================================= ] 1544/1732 89% [======================================================= ] 1545/1732 89% [======================================================= ] 1546/1732 89% [======================================================= ] 1547/1732 89% [======================================================= ] 1548/1732 89% [======================================================= ] 1549/1732 89% [======================================================= ] 1550/1732 89% [======================================================= ] 1551/1732 89% [======================================================= ] 1552/1732 89% [======================================================= ] 1553/1732 89% [======================================================= ] 1554/1732 89% [======================================================= ] 1555/1732 89% [======================================================= ] 1556/1732 89% [======================================================= ] 1557/1732 89% [======================================================= ] 1558/1732 89% [======================================================= ] 1559/1732 90% [======================================================= ] 1560/1732 90% [======================================================= ] 1561/1732 90% [======================================================= ] 1562/1732 90% [======================================================= ] 1563/1732 90% [======================================================= ] 1564/1732 90% [======================================================== ] 1565/1732 90% [======================================================== ] 1566/1732 90% [======================================================== ] 1567/1732 90% [======================================================== ] 1568/1732 90% [======================================================== ] 1569/1732 90% [======================================================== ] 1570/1732 90% [======================================================== ] 1571/1732 90% [======================================================== ] 1572/1732 90% [======================================================== ] 1573/1732 90% [======================================================== ] 1574/1732 90% [======================================================== ] 1575/1732 90% [======================================================== ] 1576/1732 90% [======================================================== ] 1577/1732 91% [======================================================== ] 1578/1732 91% [======================================================== ] 1579/1732 91% [======================================================== ] 1580/1732 91% [======================================================== ] 1581/1732 91% [======================================================== ] 1582/1732 91% [======================================================== ] 1583/1732 91% [======================================================== ] 1584/1732 91% [======================================================== ] 1585/1732 91% [======================================================== ] 1586/1732 91% [======================================================== ] 1587/1732 91% [======================================================== ] 1588/1732 91% [======================================================== ] 1589/1732 91% [======================================================== ] 1590/1732 91% [======================================================== ] 1591/1732 91% [======================================================== ] 1592/1732 91% [========================================================= ] 1593/1732 91% [========================================================= ] 1594/1732 92% [========================================================= ] 1595/1732 92% [========================================================= ] 1596/1732 92% [========================================================= ] 1597/1732 92% [========================================================= ] 1598/1732 92% [========================================================= ] 1599/1732 92% [========================================================= ] 1600/1732 92% [========================================================= ] 1601/1732 92% [========================================================= ] 1602/1732 92% [========================================================= ] 1603/1732 92% [========================================================= ] 1604/1732 92% [========================================================= ] 1605/1732 92% [========================================================= ] 1606/1732 92% [========================================================= ] 1607/1732 92% [========================================================= ] 1608/1732 92% [========================================================= ] 1609/1732 92% [========================================================= ] 1610/1732 92% [========================================================= ] 1611/1732 93% [========================================================= ] 1612/1732 93% [========================================================= ] 1613/1732 93% [========================================================= ] 1614/1732 93% [========================================================= ] 1615/1732 93% [========================================================= ] 1616/1732 93% [========================================================= ] 1617/1732 93% [========================================================= ] 1618/1732 93% [========================================================= ] 1619/1732 93% [========================================================= ] 1620/1732 93% [========================================================== ] 1621/1732 93% [========================================================== ] 1622/1732 93% [========================================================== ] 1623/1732 93% [========================================================== ] 1624/1732 93% [========================================================== ] 1625/1732 93% [========================================================== ] 1626/1732 93% [========================================================== ] 1627/1732 93% [========================================================== ] 1628/1732 93% [========================================================== ] 1629/1732 94% [========================================================== ] 1630/1732 94% [========================================================== ] 1631/1732 94% [========================================================== ] 1632/1732 94% [========================================================== ] 1633/1732 94% [========================================================== ] 1634/1732 94% [========================================================== ] 1635/1732 94% [========================================================== ] 1636/1732 94% [========================================================== ] 1637/1732 94% [========================================================== ] 1638/1732 94% [========================================================== ] 1639/1732 94% [========================================================== ] 1640/1732 94% [========================================================== ] 1641/1732 94% [========================================================== ] 1642/1732 94% [========================================================== ] 1643/1732 94% [========================================================== ] 1644/1732 94% [========================================================== ] 1645/1732 94% [========================================================== ] 1646/1732 95% [========================================================== ] 1647/1732 95% [========================================================== ] 1648/1732 95% [=========================================================== ] 1649/1732 95% [=========================================================== ] 1650/1732 95% [=========================================================== ] 1651/1732 95% [=========================================================== ] 1652/1732 95% [=========================================================== ] 1653/1732 95% [=========================================================== ] 1654/1732 95% [=========================================================== ] 1655/1732 95% [=========================================================== ] 1656/1732 95% [=========================================================== ] 1657/1732 95% [=========================================================== ] 1658/1732 95% [=========================================================== ] 1659/1732 95% [=========================================================== ] 1660/1732 95% [=========================================================== ] 1661/1732 95% [=========================================================== ] 1662/1732 95% [=========================================================== ] 1663/1732 96% [=========================================================== ] 1664/1732 96% [=========================================================== ] 1665/1732 96% [=========================================================== ] 1666/1732 96% [=========================================================== ] 1667/1732 96% [=========================================================== ] 1668/1732 96% [=========================================================== ] 1669/1732 96% [=========================================================== ] 1670/1732 96% [=========================================================== ] 1671/1732 96% [=========================================================== ] 1672/1732 96% [=========================================================== ] 1673/1732 96% [=========================================================== ] 1674/1732 96% [=========================================================== ] 1675/1732 96% [=========================================================== ] 1676/1732 96% [============================================================ ] 1677/1732 96% [============================================================ ] 1678/1732 96% [============================================================ ] 1679/1732 96% [============================================================ ] 1680/1732 96% [============================================================ ] 1681/1732 97% [============================================================ ] 1682/1732 97% [============================================================ ] 1683/1732 97% [============================================================ ] 1684/1732 97% [============================================================ ] 1685/1732 97% [============================================================ ] 1686/1732 97% [============================================================ ] 1687/1732 97% [============================================================ ] 1688/1732 97% [============================================================ ] 1689/1732 97% [============================================================ ] 1690/1732 97% [============================================================ ] 1691/1732 97% [============================================================ ] 1692/1732 97% [============================================================ ] 1693/1732 97% [============================================================ ] 1694/1732 97% [============================================================ ] 1695/1732 97% [============================================================ ] 1696/1732 97% [============================================================ ] 1697/1732 97% [============================================================ ] 1698/1732 98% [============================================================ ] 1699/1732 98% [============================================================ ] 1700/1732 98% [============================================================ ] 1701/1732 98% [============================================================ ] 1702/1732 98% [============================================================ ] 1703/1732 98% [============================================================ ] 1704/1732 98% [============================================================= ] 1705/1732 98% [============================================================= ] 1706/1732 98% [============================================================= ] 1707/1732 98% [============================================================= ] 1708/1732 98% [============================================================= ] 1709/1732 98% [============================================================= ] 1710/1732 98% [============================================================= ] 1711/1732 98% [============================================================= ] 1712/1732 98% [============================================================= ] 1713/1732 98% [============================================================= ] 1714/1732 98% [============================================================= ] 1715/1732 99% [============================================================= ] 1716/1732 99% [============================================================= ] 1717/1732 99% [============================================================= ] 1718/1732 99% [============================================================= ] 1719/1732 99% [============================================================= ] 1720/1732 99% [============================================================= ] 1721/1732 99% [============================================================= ] 1722/1732 99% [============================================================= ] 1723/1732 99% [============================================================= ] 1724/1732 99% [============================================================= ] 1725/1732 99% [============================================================= ] 1726/1732 99% [============================================================= ] 1727/1732 99% [============================================================= ] 1728/1732 99% [============================================================= ] 1729/1732 99% [============================================================= ] 1730/1732 99% [============================================================= ] 1731/1732 99% [==============================================================] 1732/1732 100% operation complete, 1732 objects in 157881 NAND pages. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/sparc-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2021.05-6039-g749ec74cf90 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> 4th 3.64.0 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.0 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 4.14.282 Collecting legal info >>> altera-stapl 0.3.3 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) >>> libgpiod 1.6.3 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> bcg729 1.0.4 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> 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) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> chartjs 2.9.4 Collecting legal info LICENSE.md: OK (sha256: 7b43caae91f31b18dc81fae6e0f7aa1acbecaa6d84e3249905cbe15308307d67) >>> host-cryptsetup 2.4.3 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.15 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.112 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> 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) >>> cvs 1.12.13 Collecting legal info COPYING: OK (sha256: 569c5b876327d899cf444b2277fe910128a38ca71d90755fe4125dd44f8ece02) COPYING.LIB: OK (sha256: da0e282103fb508894e78db519aab255e36971ce0bc87de585e3b05014b83b1e) lib/glob-libc.h: OK (sha256: ee9a2fbdb626c0ac57fd8e569f357eb2e6d6c80cc6f41efa8bd126d5ea589d72) >>> davfs2 1.6.1 Collecting legal info COPYING: OK (sha256: 0ae0485a5bd37a63e63603596417e4eb0e653334fa6c7f932ca3a0e85d4af227) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> neon 0.32.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.25 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> erofs-utils 1.4 Collecting legal info COPYING: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> ethtool 5.17 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> fstrcmp 0.7.D001 Collecting legal info LICENSE: OK (sha256: 5352e426b563eda9252d76be92337b49f7b5cfdd1302a1e8d99389840c0e46be) >>> host-genpart 1.0.2 Collecting legal info >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> host-gptfdisk 1.0.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> httping 2.5 Collecting legal info license.txt: OK (sha256: c5db2e5b9a692fcdf2bd370f1533529063fbcf8947a8f5ee9d4b050a14e0566d) >>> openssl Collecting legal info >>> libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> hwdata 0.358 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> initscripts Collecting legal info >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jquery-sidebar 3.3.2 Collecting legal info LICENSE: OK (sha256: f3522370f4b6accf9c1344f520bdea35f2388f1cbb124c0c179d2ca2a6a94c76) >>> jquery 3.5.1 Collecting legal info >>> lcms2 2.13 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> leafnode2 2.0.0.alpha20140727b Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: 0c92246a9d3636e0aa6a244f6c481639b2e530fbbb25bc048ce7acd83e1fc5f6) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libarchive 3.6.1 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libatomic_ops 7.6.12 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdmtx 0.7.5 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libidn2 2.3.2 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libunistring 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libnetfilter_cthelper 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpsl 0.21.1 Collecting legal info COPYING: OK (sha256: 7903413e7aa0bbcb77aa19150a3f1034edc0a760cff174f9a53efe4de6f056a4) src/LICENSE.chromium: OK (sha256: 1d7f52747a9169751cdf2641a8299c0098e9ecdf9429296ffd55bdb14c9ed5b3) >>> host-meson 0.62.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.4 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> librsync 2.3.2 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> libsndfile 1.0.31 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libxcrypt 4.4.28 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> minicom 2.8 Collecting legal info COPYING: OK (sha256: cf80a758014eefbf068afffe3d462fc34ff4f528527524d8e100329c42094e15) >>> mstpd 0.1.0 Collecting legal info LICENSE: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) hmac_md5.c: OK (sha256: c5cfd44652276184374adf454150d436ce958ce50acc4ef9ccb3605a5ca7a9d3) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> 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-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> mutt 2.2.5 Collecting legal info GPL: OK (sha256: 732f24b69a6c71cd8e01e4672bb8e12cc1cbb88a50a4665e6ca4fd95000a57ee) >>> sqlite 3.38.5 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> openldap 2.4.59 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> openssh 9.0p1 Collecting legal info LICENCE: OK (sha256: d6807e99f3d159145c659060f57c3fa74e109faa39326dbfc38674cb550fd104) >>> opkg 0.4.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popperjs 1.16.0 Collecting legal info LICENSE.md: OK (sha256: 2961310ed05cd9373a08b8191c071425a7fede0ca5d807ca38fa5f5f61c5b834) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-sam-ba 3.5 Collecting legal info LICENSE.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> screen 4.9.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> serd 0.30.10 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sord 0.16.8 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> spidev_test 4.10 Collecting legal info >>> sslh 1.22c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> stress 1.0.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> udftools 2.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> udpxy 1.0.23-9-prod Collecting legal info README: OK (sha256: 60ead3913246c7cd930fe653c0053aba1af2cd9f82b266befdbbd6e0b8ecb750) >>> urandom-scripts Collecting legal info >>> whetstone 1.2 Collecting legal info >>> wireless-regdb 2022.02.18 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-4.14.282: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) WARNING: spidev_test-4.10: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'